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!

Server crash on kill

bacca87

Wanderer
[SOLVED] Server crash on kill

Mono version 1.9.1 on debian lenny

this is my problem:

when someone kill any creature, my server crash with this error:

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

  at Server.Mobiles.BaseCreature.GenerateLoot (bool) <0xffffffff>
  at Server.Mobiles.BaseCreature.GenerateLoot (bool) <0x0002f>
  at Server.Mobiles.BaseCreature.OnBeforeDeath () <0x00380>
  at Server.Mobiles.BaseMount.OnBeforeDeath () <0x0001a>
  at Server.Mobile.Kill () <0x0009d>
  at Server.Mobile.Damage (int,Server.Mobile,bool) <0x004be>
  at Server.Mobile.Damage (int,Server.Mobile) <0x00016>
  at Server.Mobiles.BaseCreature.Damage (int,Server.Mobile) <0x0014d>
  at Server.AOS.Damage (Server.Mobile,Server.Mobile,int,bool,int,int,int,int,int,bool) <0x00626>
  at Server.AOS.Damage (Server.Mobile,Server.Mobile,int,int,int,int,int,int) <0x00023>
  at SpellDamageTimerAOS.OnTick () <0x000e5>
  at Server.Timer.Slice () <0x00085>
  at Server.Core.Main (string[]) <0x00a3e>
  at (wrapper runtime-invoke) Server.Core.runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

        mono [0x816b016]
        [0xb7f1240c]
        /lib/i686/cmov/libc.so.6(abort+0x188) [0xb7cd5018]
        /usr/lib/libglib-2.0.so.0 [0xb7e89084]
        /usr/lib/libglib-2.0.so.0(g_log+0x26) [0xb7e890b6]
        mono(mono_method_signature+0x399) [0x80f2f19]
        mono [0x81466d6]
        mono [0x8154f3a]
        mono [0x814a1cf]
        mono [0x81554bd]
        mono [0x8156d54]
        mono [0x8171246]
        [0xb7b33066]
        [0xb61f56f9]
        [0xb61f4e2b]
        [0xb61f451e]
        [0xb61f307f]
        [0xb61f2b87]
        [0xb61f27d6]
        [0xb61f2547]
        [0xb61f1f0c]
        [0xb61f1e1e]
        [0xb667a076]
        [0xb77c4337]
        [0xb77c31c3]
        mono(mono_runtime_exec_main+0xb6) [0x80c48a6]
        mono(mono_runtime_run_main+0x16b) [0x80c4ecb]
        mono(mono_main+0x60e) [0x805ae5e]
        mono [0x805a362]
        /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7cbe455]
        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.
=================================================================

N.B on windows this error don't happens
 

Prophet2005

Wanderer
bacca87;805143 said:
Mono version 1.9.1 on debian lenny

this is my problem:

when someone kill any creature, my server crash with this error:

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

  at Server.Mobiles.BaseCreature.GenerateLoot (bool) <0xffffffff>
  at Server.Mobiles.BaseCreature.GenerateLoot (bool) <0x0002f>
  at Server.Mobiles.BaseCreature.OnBeforeDeath () <0x00380>
  at Server.Mobiles.BaseMount.OnBeforeDeath () <0x0001a>
  at Server.Mobile.Kill () <0x0009d>
  at Server.Mobile.Damage (int,Server.Mobile,bool) <0x004be>
  at Server.Mobile.Damage (int,Server.Mobile) <0x00016>
  at Server.Mobiles.BaseCreature.Damage (int,Server.Mobile) <0x0014d>
  at Server.AOS.Damage (Server.Mobile,Server.Mobile,int,bool,int,int,int,int,int,bool) <0x00626>
  at Server.AOS.Damage (Server.Mobile,Server.Mobile,int,int,int,int,int,int) <0x00023>
  at SpellDamageTimerAOS.OnTick () <0x000e5>
  at Server.Timer.Slice () <0x00085>
  at Server.Core.Main (string[]) <0x00a3e>
  at (wrapper runtime-invoke) Server.Core.runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

        mono [0x816b016]
        [0xb7f1240c]
        /lib/i686/cmov/libc.so.6(abort+0x188) [0xb7cd5018]
        /usr/lib/libglib-2.0.so.0 [0xb7e89084]
        /usr/lib/libglib-2.0.so.0(g_log+0x26) [0xb7e890b6]
        mono(mono_method_signature+0x399) [0x80f2f19]
        mono [0x81466d6]
        mono [0x8154f3a]
        mono [0x814a1cf]
        mono [0x81554bd]
        mono [0x8156d54]
        mono [0x8171246]
        [0xb7b33066]
        [0xb61f56f9]
        [0xb61f4e2b]
        [0xb61f451e]
        [0xb61f307f]
        [0xb61f2b87]
        [0xb61f27d6]
        [0xb61f2547]
        [0xb61f1f0c]
        [0xb61f1e1e]
        [0xb667a076]
        [0xb77c4337]
        [0xb77c31c3]
        mono(mono_runtime_exec_main+0xb6) [0x80c48a6]
        mono(mono_runtime_run_main+0x16b) [0x80c4ecb]
        mono(mono_main+0x60e) [0x805ae5e]
        mono [0x805a362]
        /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7cbe455]
        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.
=================================================================

N.B on windows this error don't happens

Post your script its an error in your BaseCreature.cs on or about Container c
the container made upon death of the creature thats generating loot
 

bacca87

Wanderer
if you need more files, tell me what


N.B on windows this error don't happens
 

Attachments

  • BaseCreature.rar
    24.4 KB · Views: 0
Top