View Single Post
Old 05-14-2008, 01:29 AM   #51 (permalink)
Maldazaar
Lurker
 
Join Date: Jan 2007
Posts: 3
Default

Code:
** 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) <0x0000b>
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0xffffffff>
  at System.Reflection.Assembly.GetTypes () <0x00013>
  at Server.Core.VerifySerialization (System.Reflection.Assembly) <0x000f0>
  at Server.Core.VerifySerialization () <0x00044>
  at Server.ScriptCompiler.Compile (bool) <0x0029f>
  at Server.Core.Main (string[]) <0x00d39>
I get this error when executing.
It's the 'foreach ( Type t in a.GetTypes() )' line in Main.cs
Maldazaar is offline   Reply With Quote