Fullscreen on the Mac with the latest SDL

Started by Jonathan_NL, November 12, 2004, 02:45:27 AM

Previous topic - Next topic

Jonathan_NL

I found http://armagetron.sourceforge.net/" target="_blank">Armagetron a year ago (when I had nearly no programming experience), lost interest and now tried the source. After getting the frameworks and adding the sources which were missing in the pbproj it compiles and runs fine, but crashes when going fullscreen (yes, exactly at that point). It happens in rScreen.cpp:344. The stack trace shows SDL is trying to minimize a window (even when starting in fullscreen). When I use the SDL 1.2.5 framework included with the http://armagetron.sourceforge.net/download_macosx.html" target="_blank">precompiled binary fullscreen works fine. Do you have any idea what's going on? You have Mac games working in fullscreen with SDL 1.2.7 and much more experience after all.
I rarely check this forum anymore. Feel free to send me a PM if you want my attention.

Jonathan_NL

It was a Mac-specific part which makes it windowed first. It takes a while to find things like this if you're not familiar with the source. Thanks for (not) helping. ;-)

(3rd edit: trouble again, partly solved and now works)
I rarely check this forum anymore. Feel free to send me a PM if you want my attention.