This event has no image. and it made the animations in the background freeze
nvm image does appear but only on part 3 of the text
Started a new run (new game +) and it works fine now. My old save was a newly started new game+ at day 1 in camp. It seems that I could get the 4th time slot used caused the freeze. Might just have been a save compatibility issue. Think your alpha 7 post mentioned something about changed new game + stuff so maybe that broke it.
It works fine (the images) if i start a new game but the error persists on my save. If i save the new game and reload it, it still works, so the issue is defo burried somewhere in the old save file.
That's not too big of an issue tho. Once the hint system is out, doing a new playthrough should be easy.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screensMain.rpy", line 1126, in execute
File "game/screensMain.rpy", line 1126, in execute
File "game/screensMain.rpy", line 1141, in execute
File "game/screensMain.rpy", line 1145, in execute
File "game/screensMain.rpy", line 1165, in execute
File "game/screensMain.rpy", line 1166, in execute
Exception: Imagebutton does not have a idle image. (auto='images/screens/computer/Thumbnail//bg3_%s.jpg').
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "labels.rpyc", line 1421, in script call
File "labels.rpyc", line 61, in script
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/screensMain.rpy", line 1126, in execute
File "game/screensMain.rpy", line 1126, in execute
File "game/screensMain.rpy", line 1141, in execute
File "game/screensMain.rpy", line 1145, in execute
File "game/screensMain.rpy", line 1165, in execute
File "game/screensMain.rpy", line 1166, in execute
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\ui.py", line 952, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\OddInnOnsen-0.3.1-pc\renpy\ui.py", line 946, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='images/screens/computer/Thumbnail//bg3_%s.jpg').
Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Odd Inn Onsen 0.3.1
Sat Oct 22 20:14:08 2022
oh so thats what caused the issue with the vending machine. Ran into it as well but had no idea what caused it.
Also if you want to skip having to farm money via the vending machine, just go and upload your save to an online save editor and adjust the amount of money you have. And in case you didn't know: Buying new sorts of ice cream for the vending machine increases the daily income.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screensMain.rpy", line 1126, in execute
File "game/screensMain.rpy", line 1126, in execute
File "game/screensMain.rpy", line 1141, in execute
File "game/screensMain.rpy", line 1145, in execute
File "game/screensMain.rpy", line 1154, in execute
Exception: Imagebutton does not have a idle image. (auto='images/screens/computer/Thumbnail//bg0_%s.jpg').
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "labels.rpyc", line 61, in script
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/screensMain.rpy", line 1126, in execute
File "game/screensMain.rpy", line 1126, in execute
File "game/screensMain.rpy", line 1141, in execute
File "game/screensMain.rpy", line 1145, in execute
File "game/screensMain.rpy", line 1154, in execute
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\ui.py", line 952, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\[DONE] OddInnOnsen-0.3.0-pc\renpy\ui.py", line 946, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='images/screens/computer/Thumbnail//bg0_%s.jpg').
Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Odd Inn Onsen 0.3.0
Fri Oct 21 20:37:57 2022
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screensMain.rpy", line 1126, in execute
File "game/screensMain.rpy", line 1126, in execute
File "game/screensMain.rpy", line 1141, in execute
File "game/screensMain.rpy", line 1145, in execute
File "game/screensMain.rpy", line 1154, in execute
Exception: Imagebutton does not have a idle image. (auto='images/screens/computer/Thumbnail//bg0_%s.jpg').
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "labels.rpyc", line 437, in script
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\ast.py", line 2232, in execute
self.call("execute")
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\exports.py", line 3181, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/screensMain.rpy", line 1126, in execute
File "game/screensMain.rpy", line 1126, in execute
File "game/screensMain.rpy", line 1141, in execute
File "game/screensMain.rpy", line 1145, in execute
File "game/screensMain.rpy", line 1154, in execute
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\ui.py", line 952, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "C:\Users\Granatapfelspucker\Games\Non-Steam Games\OddInnOnsen-0.3.0-pc\renpy\ui.py", line 946, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='images/screens/computer/Thumbnail//bg0_%s.jpg').
Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
Odd Inn Onsen 0.3.0
Thu Oct 20 13:14:54 2022
btw someone reuploaded the game https://jeannedarc-develop.itch.io/nais-training-diary
I get the below error when trying to send Alisa on a mission after the 0 affection event with her (light path). Can't send the full traceback cuz its too long.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/alisa/alisa_dorm.rpy", line 88, in execute
File "game/alisa/alisa_dorm.rpy", line 88, in execute
File "game/alisa/alisa_dorm.rpy", line 102, in execute
File "game/alisa/alisa_dorm.rpy", line 106, in execute
File "game/alisa/alisa_dorm.rpy", line 106, in <module>
IndexError: list index out of range
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Black Rabbit Trainer 0.1.7
Tue Feb 22 09:19:51 2022
```
https://fenningengames.itch.io/special-lectures
You might want to check out this 2nd upload of the game and get it removed if that wasn't you. Lately there has been a bunch of cases of games getting a 2nd uplaod from someone unauthorized with the .exe-file being a virus.
Are you aware that there is a 2nd upload of the game? https://hermeno.itch.io/obscure-affairs
About the gallery: Using it after completing the game doesn't cause any issue with most scenes. There is two things i have found though:
There is one bug that breaks the game. traceback below:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/shrinking_M_gallery.rpy", line 306, in <module>
NameError: name 'gender1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "main_menu.rpyc", line 4, in script call
File "shrinking_M_gallery.rpyc", line 306, in script
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/shrinking_M_gallery.rpy", line 306, in <module>
NameError: name 'gender1' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Honeymoon Quest Demo Version 1.0
Tue Jan 4 19:23:46 2022
```
The other issue is that the following scene lags into other gallery scenes if you return to the gallery partway trough the tail scene: (did the tail scene partway first, then returned to the gallary and started the scene at the lower right (with the transformations)
Thats everything i found in my first playthrough.
last line: and what you should practice --> regarding what you should practice
voice says: she's shown you and thaught ...
voice says: to make a difference for Shorestone. the best thing that could have happened to you. If not just for her power and ability, then for her personality and the genuine care she has for you. also not sure if it should be "meeting with Cordelia" or "meeting your Cordelia".
voice says: you realize her meaning.
voice says: in our time is one second
voice says: It's getting rather tedious
voice says: to go and cuddle with me with that paw.
voice says: as though it's increased ...
voice says: she has new ears and traded her tail ...
voice doesn't say "super". also voice says "experience such an awesome".
that sentence lacks one "you", doesn't it. As in "... each other and you begin ...". The way it is written right now it kinda sounds as if the eyes are kissing.
voice doesn't say "an increased sense of"
voice doesn't say "boy" but tbh i don't understand what exactly she says. also "you let out a lot of fluid" --> voice: you let out quite a lot.
in line two a dot snuck in (between "because" and "I")
let you orgasm inside --> voice: let you climax. "give them all back later"
voice: Ha, oh its okay ...
There's a bunch of things in the first sentence: plant a kiss on her cheek --> voice: plant another on her cheek, the cycle --> this cycle, one more --> once more.