- Apr 11, 2024
- 95
- 437
I am sorry, it's an old bug that appear to some people and some not. I thought I had fixed it but I forgot it on this version. Your solution is what I too did to fix it. Or you can press ignore.If anyone else has this issue, I fixed it by opening game/script.rpy
removing the `(3.0)` from lines 2497 and 2502:
Used to be:
```
scene SC25SH05 with dissolve (3.0)
```
and
```
scene SC26SH01 with dissolve (3.0)
```
Changed them to:
```
scene SC25SH05 with dissolve
```
and
```
scene SC26SH01 with dissolve
```
Then delete `game/script.rpyc`, and run the game again, continue from a save prior to the crash.