Hello,
Just got the game from the HIB deal. This is the first game I tried in the bundle, but unfortunately the game gives a SIGABRT when run. I have an ati radeon 4500 video card and tried renaming the "atigktxx.dll" file to no avail. Below are the messages I get when I run the game(without MONO-INFOs):
Mono-Message: gc took 35 usecs
Mono-Message: gc took 303 usecs
Mono-Message: gc took 424 usecs
Mono-Message: gc took 872 usecs
Mono-Message: gc took 2054 usecs
Mono-Message: gc took 4464 usecs
Mono-Message: gc took 6897 usecs
Mono-Message: gc took 10040 usecs
Mono-Message: gc took 10526 usecs
(./release.exe:2821): Mono-WARNING **: The request to load the assembly mscorlib v1.0.5000.0 was remapped to v2.0.0.0
Mono-Message: gc took 11080 usecs
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 166 requests (166 known processed) with 0 events remaining.
mono: ../../src/xcb_io.c:221: poll_for_event: Assertion `(((long) (event_sequence) - (long) (dpy->request)) <= 0)' failed.
Stacktrace:
at (wrapper managed-to-native) SFML.Graphics.RenderWindow.sfRenderWindow_GetEvent (intptr,SFML.Window.Event&) <0x00004>
at (wrapper managed-to-native) SFML.Graphics.RenderWindow.sfRenderWindow_GetEvent (intptr,SFML.Window.Event&) <0x00004>
at SFML.Graphics.RenderWindow.GetEvent (SFML.Window.Event&) <0x00017>
at SFML.Window.Window.get_Events () <0x000b8>
at SFML.Window.Window.DispatchEvents () <0x00037>
at BlendoEngine.ScreenManager.Update (single) <0x00018>
at BlendoEngine.Game1.Go (string[]) <0x0017a>
at BlendoEngine.Game1.Main (string[]) <0x00045>
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0x00043>
Native stacktrace:
./mono() [0x80d4d0b]
[0x13640c]
/lib/i386-linux-gnu/libc.so.6(abort+0x17e) [0x2ec34e]
/lib/i386-linux-gnu/libc.so.6(__assert_fail+0xf8) [0x2e1888]
/usr/lib/i386-linux-gnu/libX11.so.6(+0x36e9a) [0x179de9a]
/usr/lib/i386-linux-gnu/libX11.so.6(+0x37285) [0x179e285]
/usr/lib/i386-linux-gnu/libX11.so.6(_XEventsQueued+0x6f) [0x179e7ff]
/usr/lib/i386-linux-gnu/libX11.so.6(XCheckIfEvent+0x115) [0x1778cf5]
libsfml-window.so.1.5(_ZN2sf4priv13WindowImplX1113ProcessEventsEv+0x7f) [0x203e3f]
libsfml-window.so.1.5(_ZN2sf4priv10WindowImpl8DoEventsEv+0x2a) [0x20112a]
libsfml-window.so.1.5(_ZN2sf6Window8GetEventERNS_5EventE+0x70) [0x1ff370]
libcsfml-graphics.so(sfRenderWindow_GetEvent+0x2c) [0x1efdbc]
[0x52f308]
[0x52f2c0]
[0x52f221]
[0x52ea00]
[0x52e489]
[0x1af213]
[0x1ae63e]
[0x1ae8a4]
./mono() [0x8061328]
./mono(mono_runtime_invoke+0x40) [0x813c890]
./mono(mono_runtime_exec_main+0xde) [0x81403de]
./mono(mono_runtime_run_main+0x112) [0x81406e2]
./mono(mono_main+0x1679) [0x80b2f99]
./mono() [0x8059385]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x2d4e37]
./mono() [0x80592c1]
Debug info from gdb:
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
=================================================================
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
Thanks
