Tom Rothamel

Results 576 comments of Tom Rothamel

Can you see if the problem exists on Ren'Py 8.5? Ren'Py 8.1 isn't supported. (And there were relevant changes here.)

I've verified Ren'Py launches, so I'd need an error to find out more.

There's a known issue with recent Nvidia drivers, so it's possible it's that. Other than that - if the game was working fine for two years, and then it broke,...

Did that fix it? I'm just suggesting it could.

@bober-gith , the white window thing is a known nvidia issue. Updating files has nothing to do with Ren'Py, that's a steam issue - let's not track it on this...

It's probably a unicode vs native encoding issue, fixed in Ren'Py 8. You'll need to upgrade.

Step 0 is that I don't want developing Ren'Py to feel like I'm working a second day job. That means testing has to be focused and high value . That...

As discussed in the previous issue, you'd have the same issue if the player saved and loaded. (Rollback is intended to be an out of game action, equivalent to having...

There isn't something special about this. Wouldn't a looping channel where you always queue music work here? So that if you do: ``` queue intro1 queue stem1 "..." queue intro2...

In general, IME-based input on Android is broken at the moment. I'd suggest avoiding it until at least 8.6 comes out, and then we can see if the move to...