RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Weird Error

Kondor11

Wanderer
Weird Error

Hi... I got a problem running RunUO on Mono...

Code:
RunUO - [www.runuo.com] Version 2.0, Build 3567.9188
Core: Running on .NET Framework Version 2.0.50727
Core: Optimizing for 4 processors
Core: Unix environment detected
Scripts: Compiling C# scripts...done (cached)
Scripts: Skipping VB.NET Scripts...done (use -vb to enable)
Scripts: Verifying...done (2352 items, 652 mobiles)
Regions: Loading...done
World: Loading...done (0 items, 0 mobiles) (0.02 seconds)
This server has no accounts.
Do you want to create the owner account now? (y/n)
Account not created.
ServerList: Auto-detecting public IP address...failed

** ERROR **: generic_params table claims method has generic parameters, but signature says it doesn't
aborting...
Stacktrace:

  at Server.Factions.Town.set_Sheriff (Server.Mobile) <0xffffffff>
  at Server.Factions.Town.set_Sheriff (Server.Mobile) <0x00014>
  at Server.Factions.Town.Initialize () <0x00051>
  at (wrapper runtime-invoke) Server.Guilds.Guild.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[]) <0x00004>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[]) <0xffffffff>
  at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x0009a>
  at System.Reflection.MethodBase.Invoke (object,object[]) <0x0001a>
  at Server.ScriptCompiler.Invoke (string) <0x00106>
  at Server.Core.Main (string[]) <0x00910>
  at (wrapper runtime-invoke) Server.Core.runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

        mono [0x816b016]
        [0xffffe410]
        /lib/libc.so.6(abort+0x188) [0xf74e4d78]
        /usr/lib/libglib-2.0.so.0 [0xf767c084]
        /usr/lib/libglib-2.0.so.0(g_log+0x26) [0xf767c0b6]
        mono(mono_method_signature+0x399) [0x80f2f19]
        mono [0x81466d6]
        mono [0x81554bd]
        mono [0x8156d54]
        mono [0x8171246]
        [0xf747e066]
        [0xf5f58e0a]
        [0xf68131f6]
        mono(mono_runtime_invoke_array+0x36b) [0x80c65bb]
        mono [0x8179b8c]
        [0xf68131a5]
        [0xf6812f13]
        [0xf6812e73]
        [0xf6810d67]
        [0xf712b3a1]
        [0xf712a1c3]
        mono(mono_runtime_exec_main+0xb6) [0x80c48a6]
        mono(mono_runtime_run_main+0x16b) [0x80c4ecb]
        mono(mono_main+0x60e) [0x805ae5e]
        mono [0x805a362]
        /lib/libc.so.6(__libc_start_main+0xe5) [0xf74cf455]
        mono [0x805a2a1]

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Any help welcome.

EDIT: Got it resolved... the problem was in notoriety.cs. (sadly, i do not know where exactly)
 
Top