How to run (entry X) general thread

I (running Linux Mint 21.3 on an x64 system) didn’t encounter the same problem trying to install and run The Curse, so maybe it’s worthwhile talking explicitly about how I got it running under Wine.

  1. Wine was already installed on my computer, but those for whom Wine isn’t already installed can follow the directions on downloading and installing it that are found here.
  2. I organized my IFComp folder by moving each thing I want to play, including The Curse, into its own folder and unpacking any .zip files into the relevant folder. So, for me, The Curse appears in /home/patrick/games/IF/competitions/[2024] IFComp 30/Games/The Curse/. This probably isn’t strictly necessary, but helps keep things a little tidier, which I like.
  3. I opened a terminal and changed to the folder in which The Curse’s installer is housed with cd /home/patrick/games/IF/competitions/[2024] IFComp 30/Games/The Curse.
  4. I then ran the installer from the terminal by typing wine thecurseSETUP.exe.
  5. The installer ran, and it let it install to the default folder that it wanted, which was C:\Program Files\Thecurse. Unix-like operating systems don’t use drive letters, of course, so Wine maintains a mapping of drive letters to individual folders inside the (normally invisible) .wine directory that it creates inside the home folder of each user who uses Wine on a system. For me, my home folder is /home/patrick because I log in to my system as patrick, and my .wine folder is /home/patrick/.wine, so my C: drive is /home/patrick/.wine/drive_c. This means that The Curse is actually installed in /home/patrick/.wine/drive_c/Program Files/TheCurse.
  6. I probably don’t need to know that if I’m playing through The Curse on a single playthrough, because the installer gives me an option to launch the installed program immediately, and that worked just fine. Still, if I want to launch it again, I can open up a terminal, switch to the relevant folder with cd "/home/patrick/.wine/drive_c/Program Files/TheCurse", and then run the program with wine THECURSE.EXE. A quicker way to do this without mucking around with changing folders is to type wine "C:\\Program Files\\TheCurse\THECURSE.EXE" from any terminal.
  7. If you want to just be able to open The Curse (or other Windows programs) with mouse clicks without having to use a terminal, many Linux distributions have a separate package you need to install to accomplish that; on Ubuntu and its derivatives (and maybe other Debian-based distributions?) the package is called wine-binfmt, so sudo apt install wine-binfmt should install it, or you can use your favorite graphical package manager.

What I find happens when I open The Curse and choose “tell the story from the beginning” is that it opens three windows: one contains text saying “The end of the Cold War had been a real bummer for you …”; one starts “You are still absorbed in your thoughts …”; and the third is a terminal window containing the question “Are you the chosen one?” and prompting “Who knocks at the door?”

It seems that this third window (“Are you the chosen one?”) is the one actually running the game, and that you’re supposed to interact with. (It’s the only window you get if you choose option 2, “Skip the Intro”.) For me, it was buried under the other two “tell me the story from the beginning” windows, so you might need to close those or look underneath other windows on your screen, depending on how your window manager arranges your windows.

Does that help?

5 Likes