[0.8.25] Critical Error on Offline Version (Mac)

Mad Dog

Well-Known Member
Jun 1, 2018
544
288
I play on Mac and when I download the game, I navigate to the "index.html" file and open that in my browser.

I've had no problems before until this version. Now the game crashes on a number of scenes.

Crashes I've Found:
1. The first scene in Varena's sex menu
2. Atugia's appearance
3. All sex with the real Calise after she shows up at the Wayfort
 
Last edited:

ctenken

Well-Known Member
Feb 4, 2017
49
74
The devs updated the game so that it crashes when it shows a CG if you're playing in a browser. Maybe they don't want anyone on Mac or Linux to play the game locally?

Here's a fix. Just paste it into the console after opening the game.
Code:
window.fileExists = (url) => {
    return true;
};