Dabble

Initiate
ServUO Version
Publish Unknown
Ultima Expansion
Renaissance
Can someone help me with this.
RunUO - [www.runuo.com] Version 2.0, Build 2733.25170
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 20 64-bit processors
Scripts: Compiling C# scripts...done (cached)
Scripts: Compiling VB.NET scripts...no files found.
Scripts: Verifying...done (3105 items, 894 mobiles)
ACC Registered: Server.ACC.CM.CentralMemory
Regions: Loading...done
World: Loading...done (141579 items, 9456 mobiles) (1.36 seconds)
Image lists successfully loaded.
Error:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method not found: 'Void Server.Network.PacketHandlers.RegisterThrottler(Int32, Server.Network.ThrottlePacketCallback)'.
at Server.Mobiles.PlayerMobile.Initialize()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Server.ScriptCompiler.Compile(Boolean debug, Boolean cache)
at Server.Core.Main(String[] args)
This exception is fatal, press return to exit
 
Something is wrong with the reflection method trying to find the expected "void RegisterThrottler" method with its arguments. It likely doesn't exist or has different arguments in the method signature.

You have Inititialize method in PlayerMobile.cs code what tries to call this reflection method. So if you don't know what it and how to use & fix, you can just find this place and comment this part of code to avoid erros.

You also need to run the server in debug mode to see the error lines of code. You can do this by following the following guide:
 

Donations

Total amount
$35.00
Goal
$500.00

Active Shards

Back