You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing method .ctor in assembly /data/tmp/scut/Console/ZyGames.Framework.Game.dll, type System.Runtime.CompilerServices.DynamicAttribute
Can't find custom attr constructor image: /data/tmp/scut/Console/ZyGames.Framework.Game.dll mtoken: 0x0a000003
Assertion at class.c:5600, condition `!mono_loader_get_last_error ()' not met
Stacktrace:
at <0xffffffff>
at ZyGames.Framework.Game.Runtime.ConsoleRuntimeHost.Start () <0x0003a>
at GameServer.Program.Main (string[]) <0x0003c>
at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>
=================================================================
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.
Aborted
The text was updated successfully, but these errors were encountered:
系统为centos 6.5 按照教程之中的介绍,安装好mono等环节,redis已装,httpd服务为apache,服务都已开启。
输入mono GameServer.exe之后报错:
Missing method .ctor in assembly /data/tmp/scut/Console/ZyGames.Framework.Game.dll, type System.Runtime.CompilerServices.DynamicAttribute
Can't find custom attr constructor image: /data/tmp/scut/Console/ZyGames.Framework.Game.dll mtoken: 0x0a000003
Stacktrace:
at <0xffffffff>
at ZyGames.Framework.Game.Runtime.ConsoleRuntimeHost.Start () <0x0003a>
at GameServer.Program.Main (string[]) <0x0003c>
at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
Debug info from gdb:
=================================================================
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.
Aborted
The text was updated successfully, but these errors were encountered: