Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game closes/crashes without warning on 3rd death #14

Open
warrigal24 opened this issue Mar 18, 2021 · 2 comments
Open

Game closes/crashes without warning on 3rd death #14

warrigal24 opened this issue Mar 18, 2021 · 2 comments

Comments

@warrigal24
Copy link

I compiled from the patches branch using gfortran on Windows 7 and confirm that the werewolf can certainly kill you.

The first time you get killed, you are offered the chance of reincarnation. If you accept, your belongings are scattered and you restart in the bedroom.

The second time you get killed, you are again offered the chance of reincarnation. If you accept, your belongings are scattered and you restart in the upper hallway.

The third time you get killed, the command window closes. At least I am assuming that you got killed, as this happens so quickly that you don't get a chance to see what happened. I'm presuming that the program crashed on the third death. As my Fortran skills are zilch, perhaps someone could check this out.

@Quuxplusone
Copy link
Owner

This just sounds like your "command window" automatically closes on process termination. You can check this by starting a new game and entering the command QUIT (or the command SAVE). Both of those also end the game and exit the process, and if your command window also "closes so quickly" in those situations, well, that's an issue with your command window.

@apthorpe
Copy link

The workaround is to open a command window and run cquest from the command line. Try

  [Windows key]
  run
  cmd

and that should get you to a command prompt. cd to the directory containing the cquest executable and data files, and run it from there.

You should be able to end the game (save, quit, die) without the window closing,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants