Qhimm.com Forums
Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: Sukaeto on 2003-11-16 01:54:09
-
I originally posted this in Unrelated, but I guess it should probably be here . . .
I'm using GNU's gdb 4.18, it came with Bloodshed Dev C++ (version 4). It always worked just fine, but last night, it just randomly started giving me this error when I'd try to run the program I was debugging:
Error creating process [drive:\path\appname.exe], (error 193)
Now it does this for any program I try to run, even if I'd used the debugger on it successfully in the past.
I was just wondering if any of you have run into this issue before, and what you did to fix it (This is on a Win2K box, btw. I forgot to mention that above. Also, if it helps, I'm running it inside GNU Emacs. I can't find the version number of that, though). A search on google, and one on Yahoo turned up no useful information.
-
well i have no idea, never ever programmed under linux, so only some random ideas come here:
- not enough space
- low user rights
- bad file paths
- exe is write protected
- try to recompile program ...