I've got a segfault on trying to run the game on my notebook (with Linux Gentoo 64bits). To fix I had to add
music = NULL
at the MapIso constructor, otherwise it'll crash when loading music.
For the performance, it already run at a good pace here last time I check (some months ago, at Osare times) and so it is now.
I've got a segfault on trying to run the game on my notebook (with Linux Gentoo 64bits). To fix I had to add
music = NULL
at the MapIso constructor, otherwise it'll crash when loading music.
For the performance, it already run at a good pace here last time I check (some months ago, at Osare times) and so it is now.
Pages