VOGONS

Common searches


First post, by Guest

User metadata

From time to time, dosbox crashes, and I cant kill the process off. Where is the lockfile located so I can delete it?

Otherwise, I cant start another instance and I have to reboot.

Regards,

unholy

Reply 1 of 7, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

Lockfile? What, where? Windows, Linux? Why do you think there is a lock??

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 4 of 7, by Guest

User metadata

I'm running version 0.63 (latest) on linux 2.6.8 kernel. When dosbox crashes, it dissapears from the screen, but I -think- the process is still in the process table, and I cannot kill it. And I cant run another instance. So I'm assuming there is a lockfile (common mechanism) stopping more that one instance executing.

Cheers,

unholy

Reply 6 of 7, by FingerSoup

User metadata
Rank Newbie
Rank
Newbie

run a "ps -afux" in a console... If it's there, then kill it. if it doesn't die, kill -9 it... If that doesn't work, su and kill -9 it. If that doesn't work, rebooting may be your best option...