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!

RunUO dies during "Verifying scripts..."?

Cheetah2003

Wanderer
RunUO dies during "Verifying scripts..."?

Fresh install of Mono 1.2.5.1_3... freshly compiled (64 warnings) RunUO.exe with gmcs... host is Debian Etch.

After RunUO finishes compiling C# scripts, it does this:

Code:
[/home/cheetah/runuo] luxray:42> mono RunUO.exe
RunUO - [www.runuo.com] Version 2.0, Build 2890.13948
Core: Running on .NET Framework Version 2.0.50727
Core: Unix environment detected
Scripts: Compiling C# scripts...done (0 errors, 0 warnings)
Scripts: Compiling VB.NET scripts...no files found.
Scripts: Verifying...
** ERROR **: generic_params table claims method has generic parameters, but signature says it doesn't
aborting...
Stacktrace:

  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0x00004>
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0xffffffff>
  at System.Reflection.Assembly.GetTypes () <0x0000c>
  at Server.Core.VerifySerialization (System.Reflection.Assembly) <0x0006e>
  at Server.Core.VerifySerialization () <0x00055>
  at Server.ScriptCompiler.Compile (bool,bool) <0x00131>
  at Server.Core.Main (string[]) <0x008fd>
  at (wrapper runtime-invoke) Server.Core.runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

        mono [0x81685e0]
        [0xb7fe1440]
        /lib/tls/i686/cmov/libc.so.6(abort+0x109) [0xb7dfefb9]
        /usr/lib/libglib-2.0.so.0(g_logv+0x454) [0xb7f76074]
        /usr/lib/libglib-2.0.so.0(g_log+0x29) [0xb7f760a9]
        mono(mono_method_signature+0x2f4) [0x80f70e4]
        mono [0x8103a72]
        mono [0x81048b9]
        mono(mono_class_init+0xc70) [0x80fe2c0]
        mono(mono_type_get_object+0xa8) [0x8177938]
        mono [0x809f4e5]
        mono [0x80a2ff7]
        [0xb6c18f0c]
        [0xb6c18ec5]
        [0xb6c18ce7]
        [0xb6c18bde]
        [0xb71994b2]
        [0xb7420406]
        [0xb741bf0b]
        mono [0x8155356]
        mono(mono_runtime_invoke+0x27) [0x80927b7]
        mono(mono_runtime_exec_main+0xb0) [0x80966e0]
        mono(mono_runtime_run_main+0x215) [0x8096dd5]
        mono(mono_main+0xa15) [0x8058e25]
        mono [0x8057f0e]
        /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xc8) [0xb7de9ea8]
        mono [0x8057e51]

=================================================================
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.
=================================================================

Abort
[/home/cheetah/runuo] luxray:43>
Can anyone help? This is fresh install of SVN 269, with only SVN 269's scripts.
 

RavonTUS

Sorceror
Greetings,

Try running "mono -debug RunUO.exe" (or it might be "mono --debug RunUO.exe") and post the details.

-Ravon
 
Top