so idk how to fix this, tried the following
Like Mickydoo said, it's not the right place for this question.
This being said, it's a well know problem that can be summarized by: Ren'Py evolved, your computer not.
Since I guess that the game itself don't really use the new model based feature, try this:
- Go in the "[path to the game]/game" directory ;
- Create a file named "fix.rpy" ;
- Open this file with whatever text editor (notepad is good enough) ;
- In this file, copy/past this:
Code:
init python:
config.gl2 = False
- Save the file, and try the game again.
Normally it should fix the issue. If it don't, then the solution goes from "update of your video card drivers", to "buy a more recent computer", passing by "buy a more recent video card compatible with your computer, then put it in place of the actual one".
More can be found in some threads on the
troubleshooting section of the forum.