Search found 53 matches

by AnnieTiamat
Mon Nov 14, 2022 2:08 pm
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Re: Dreaded post-release exception bugs!

Yeah, I bet 100% it's Python 3 straight-up heckin with me, which is making me absolutely dread having to redo my UI. I've pretty much committed to turning all the incredibly exhaustive frame-by-frame animations into webm files, so in for a dime, in for a dollar, I suppose? I don't want to stop using...
by AnnieTiamat
Fri Oct 07, 2022 2:18 pm
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Re: Dreaded post-release exception bugs!

Another bit of potentially useful info: I'd built the original game in RenPy 7.3.5, I believe - comparing the screens.rpy with a new 8.0.3 version with my classic one shows vast differences between the two, the biggest one being the wholesale lack of a gallery (which I believe past me added with ass...
by AnnieTiamat
Tue Oct 04, 2022 4:43 pm
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Re: Dreaded post-release exception bugs!

Not sure if it would help to give context, but the error is surfacing in the screens.rpy file for the Gallery - I'll include the previous code if that helps: ############################################################################## # Gallery # # The gallery is used to display images unlocked by...
by AnnieTiamat
Thu Sep 29, 2022 6:38 pm
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Re: Dreaded post-release exception bugs!

Thanks for the reply! I wish I could recall with better clarity what I was fussing with - nearly 3 years since I messed with the screens code last and it was a lot of work back then! :( Unfortunately, even adding the additional "safe_str" line still gets me the exception, only difference b...
by AnnieTiamat
Fri Sep 23, 2022 3:27 pm
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Re: Dreaded post-release exception bugs!

OK. Yeesh this has become a saga. I have the "define build.include_old_themes = True" in screens. I have my 000_variables file properly dropping the "default persistent(blah) = False" to round things off. Now I have this fun fun fun error when I try to start: I'm sorry, but an un...
by AnnieTiamat
Fri Sep 23, 2022 12:07 pm
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Re: Dreaded post-release exception bugs!

AHA! That would make a difference for real... I thought the persistents didn't need to be initialized in the same way.
I have a file that loads all the triggers at the start, I imagine I should hit up the "default persistent.end_any = 0" then, and it wouldn't rewrite it on each restart...?
by AnnieTiamat
Thu Sep 22, 2022 12:28 pm
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Re: Dreaded post-release exception bugs!

[i]scene black with fade_slow if not persistent.end_19: $ persistent.end_19 = True $ achievement.grant("ACH_END_19") $ persistent.end_any += 1 jump end_check else: jump end_check[/i] The "persistent.end_any +=1" is the line what offends. But that's kind of bonkers because 1) tha...
by AnnieTiamat
Wed Sep 21, 2022 12:55 am
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Re: Dreaded post-release exception bugs!

Whew, got another issue - good news is I managed to fix the previous ones, bad news is this jerk popped up again: I'm sorry, but an uncaught exception occurred. While running game code: File "game/endings.rpy", line 1118, in <module> TypeError: unsupported operand type(s) for +=: 'NoneType...
by AnnieTiamat
Wed Sep 21, 2022 12:50 am
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Re: Dreaded post-release exception bugs!

Weird - put it at the end of options and got this: ``` I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/options.rpy", line 508: invalid syntax define build.include_old_themes = True ^ Ren'Py Version: Ren'Py 8.0.3.22090809...
by AnnieTiamat
Tue Aug 23, 2022 3:35 pm
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Re: Dreaded post-release exception bugs!

Oh cool! Also, odd that popped up... I made this a while back but I don't recall it being that long since editions, but eyyyy I am ok with being wrong! :D

Whereabouts should I add that line?
by AnnieTiamat
Mon Aug 22, 2022 7:40 pm
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Re: Dreaded post-release exception bugs!

That's the main one, I'll ferret out the other.
by AnnieTiamat
Mon Aug 22, 2022 7:40 pm
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Re: Dreaded post-release exception bugs!

I'm sorry, but an uncaught exception occurred. While loading <'Twocolor' <'Image' '_theme_glow/gslider_thumb.png'> <Color #777777> <Color #777777> False>: File "game/timer.rpy", line 162, in script IOError: Couldn't find file '_theme_glow/gslider_thumb.png'. -- Full Traceback -------------...
by AnnieTiamat
Fri Aug 19, 2022 4:50 pm
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4873

Dreaded post-release exception bugs!

Hey folks - ages back I released a game, and in looking at it for a possible update, I was slammed by two bugs I had no idea how to fix, that never appeared in my own playthroughs. #1 good ol "unsupported operand type(s) for +=: 'NoneType' and 'int'" (using the same scripting += I have doz...
by AnnieTiamat
Thu Feb 13, 2020 10:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Bug: Crash at menu choice (missing file?)
Replies: 5
Views: 795

Re: Bug: Crash at menu choice (missing file?)

Holy dang, you're on the money. Should I encourage them to re-download the game? Should I also update RenPy and make a new build? Both and also another thing?
(btw THANK YOU)
by AnnieTiamat
Sun Feb 09, 2020 10:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Bug: Crash at menu choice (missing file?)
Replies: 5
Views: 795

Re: Bug: Crash at menu choice (missing file?)

I checked pretty much everything - gui, options, screens, etc. - and couldn't find any mention of that file. Additionally I'm a bit perplexed since it seems to imply a folder that I never had - "_theme_glow/" - so I'm not sure what might be happening there. I should add I also played throu...