banthar / Go-SDL

Go bindings for SDL
218 stars 68 forks source link

Included test program crashes on startup (OSX) #40

Open guncha opened 13 years ago

guncha commented 13 years ago

Go-SDL compiles without a hitch (after installing SDL with brew) and so does the test program, but it crashes instantly with tons of output. See here:

http://pastebin.com/ARyuE7pY

banthar commented 13 years ago

I assume this is on Mac? On Mac only x11 driver is working see here: https://github.com/banthar/Go-SDL/issues/19

guncha commented 13 years ago

Yes, I have the exact same problem.