Memory error (maybe gtk error?)
Posted: Sat Mar 26, 2011 6:13 pm
Hy everybody,
we try to get the new version of our game to compile on linux.
But we cannot get it to run
. It compiles and links without errors but gives a memory error when I try to run it.
It compiles and runs without errors on windows.
I get:
Installation of the compiler should be fine:
The code you can get like this:
hg clone https://wizkoder@bitbucket.org/wizkoder/lostlabyrinth
This is a mercurial repository. Main file is here: lostlabyrinth/pb/laby.pb
we try to get the new version of our game to compile on linux.
But we cannot get it to run
It compiles and runs without errors on windows.
I get:
Code: Select all
markus@laptop ~/laby_old/lostlabyrinth/pb $ ./laby.exe
(laby.exe:8969): Gtk-CRITICAL **: gtk_object_get_data: assertion `GTK_IS_OBJECT (object)' failed
Speicherzugriffsfehler
markus@laptop ~/laby_old/lostlabyrinth/pb $
Code: Select all
markus@laptop ~/Desktop/purebasic $ ./checkinstall.sh
Everything seems correctly setup for PureBasic
hg clone https://wizkoder@bitbucket.org/wizkoder/lostlabyrinth
This is a mercurial repository. Main file is here: lostlabyrinth/pb/laby.pb