Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Mono

Server Support on Mono Forum dedicated to RunUO 2.0 on Mono.

Reply
 
Thread Tools Display Modes
Old 07-04-2009, 07:39 AM   #1 (permalink)
Lurker
 
bacca87's Avatar
 
Join Date: Jul 2006
Posts: 17
Default [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

Last edited by bacca87; 07-05-2009 at 11:42 AM.
bacca87 is offline   Reply With Quote
Old 07-04-2009, 11:58 AM   #2 (permalink)
Forum Novice
 
Prophet2005's Avatar
 
Join Date: Nov 2008
Age: 23
Posts: 149
Default

Quote:
Originally Posted by bacca87 View Post
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
Prophet2005 is offline   Reply With Quote
Old 07-05-2009, 10:39 AM   #3 (permalink)
Lurker
 
bacca87's Avatar
 
Join Date: Jul 2006
Posts: 17
Default

if you need more files, tell me what


N.B on windows this error don't happens
Attached Files
File Type: rar BaseCreature.rar (24.4 KB, 0 views)
bacca87 is offline   Reply With Quote
Old 07-05-2009, 11:42 AM   #4 (permalink)
Lurker
 
bacca87's Avatar
 
Join Date: Jul 2006
Posts: 17
Default

Solved with mono version 2.0.1-4

but with the other version same bug

Last edited by bacca87; 07-05-2009 at 05:23 PM.
bacca87 is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5