Re: eu4 2166 executable crash
- Posted by mattlewis (admin) Jun 22, 2009
- 1079 views
Hi
eu 2166, and wxeu pre change to wxeud.e (0.9 I think), so it is a slightly older one, but I could never get the newer one to work. (loads of not founds when running ldd on libwxeu.so.13).
You're doomed to crashing with that setup. You want to get libwxeu.so.14 (that's the bleeding edge version). It's backwards compatible with eu 3.1, but the only binary version released that's compatible with a recent eu 4.0.
Are you running a 64 bit system? Another issue is that you may be running an ANSI build of wxWidgets. The released version of wxEuphoria expects a Unicode version. Building from source should make it all work. The configure script checks with your installed version of wxWidgets to make sure it gets all the compiler flags correct.
From memory, you'll need the headers for at least wxWidgets and GTK2+ installed in order to build from source.
Matt