Re: [sdljava-users] Initialization errors
Status: Beta
Brought to you by:
ivan_ganza
From: Ivan Z. G. <iva...@ya...> - 2006-06-01 11:59:04
|
Hi Nuno, Looks like SQL_Quit is not getting called. Rather then killing the program in that way its better to look for a specific event (say ESC) and shutdown on that event -- doing cleanup along the way. Let me know if that works... -Ivan/ Nuno Santos wrote: > Hi, > > I'm having a lot of time wasted because of initialization errors. > > When i turn on my machine everything runs fine! > > After running 1 time the program using the sdl technology and then > break it with ctr-C to correct bugs that i found in my program, when > i compile and run it again i have initialization errors like the > following: > > Direct/Thread: Running 'PS/2 Input' (INPUT,6895)... > DirectFB/linux_input: could not grab device --> Device or resource busy > > .. > > And the same happens for PC Speaker and mouse > > What can i do to free this resources? > > What can be wrong to have all this kind of issues? > > Many thx, > > Nuno > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat > certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > sdljava-users mailing list > sdl...@li... > https://lists.sourceforge.net/lists/listinfo/sdljava-users |