InfiniteDrive06

New Member
Aug 18, 2017
8
5
My game crashes (W10) when you have to pick whose boobs are better. No renpy error, just slows down, freezes and then does the whole "not responding" thing.
 

BananaCreamGames

Moonripple Lake dev
Game Developer
Apr 27, 2024
154
1,629
My game crashes (W10) when you have to pick whose boobs are better. No renpy error, just slows down, freezes and then does the whole "not responding" thing.
Yeah I've had several reports of crashing from people with slower systems. Often low RAM does this. I'm moving large images in all directions with code, and that might overload some systems, especially old smartphones. If you're on a PC you can try downloading the compressed version, see if that'll help with the overloading. If that doesn't help. You might try turning ON skipping transitions:
1749017547307.png
this will essentially not show the scripted image movement. which will make everything stale and some context might be lost, but it'll burden your system less and will alleviate the overloading even further, perhaps to the point of no more crashes.
If that helps you, I'd turn that on only when I get to a part where it crashes.
 

Jdsiis

Member
Aug 4, 2021
203
824
Yeah I've had several reports of crashing from people with slower systems. Often low RAM does this. I'm moving large images in all directions with code, and that might overload some systems, especially old smartphones. If you're on a PC you can try downloading the compressed version, see if that'll help with the overloading. If that doesn't help. You might try turning ON skipping transitions:
View attachment 4907609
this will essentially not show the scripted image movement. which will make everything stale and some context might be lost, but it'll burden your system less and will alleviate the overloading even further, perhaps to the point of no more crashes.
If that helps you, I'd turn that on only when I get to a part where it crashes.
Unrelated, but, have you been testing out WAN at all? Might be an easier way to generate videos/ animations
 
  • Like
Reactions: BananaCreamGames
4.80 star(s) 73 Votes