On Thu, May 10, 2012 at 09:19:57PM +0200, Minas wrote: > I forgot about that :p > > Here it is: > Starting program: > /home/minas/Projects/OpenGL/D_template/D_template/bin/Debug/D_template > [Thread debugging using libthread_db enabled] > Using host libthread_db library > "/lib/x86_64-linux-gnu/libthread_db.so.1". > [New Thread 0x7fffee989700 (LWP 13351)] > [Thread 0x7fffee989700 (LWP 13351) exited] > [New Thread 0x7fffee989700 (LWP 13352)] > 0 > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 0x7fffee989700 (LWP 13352)] > 0x00007ffff71b3d23 in SDL_Delay () from > /usr/lib/x86_64-linux-gnu/libSDL.so > (gdb) > > In SDL_Delay()??? I didn't even call that...!
It's probably called internally by SDL_init during setup. Unfortunately I don't know enough about Derelict to be able to help you any further. Maybe somebody else on the list...? T -- Change is inevitable, except from a vending machine.
