wxAppMain causing gtk crash

BlitzMax Forums/Brucey's Modules/wxAppMain causing gtk crash

lonnieh(Posted 2010) [#1]
Hi, when I compile and run my programs with main loops in Ubuntu 10.04 I am getting this error when executing:

'Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed'

It does work on Windows though. Anyone know whats up with this?

Last edited 2010


Peter(Posted 2010) [#2]
Hi,

the problems I encountered with the FreeImage library were related to the MinGW release I was using. After changing to the release ziggy is currently hosting, my code compiles without problems.

Maybe it's something similar in your case, but I have no Linux experience at all.

- Peter