4.50 star(s) 4 Votes

JollyMonk

Member
Game Developer
Jun 30, 2023
113
278
165
Ran into an error when speaking with Bart(ender. I see what you did there) for the second time, triggering the drink mixing minigame. Attached are the tracebacks. I'm pretty sure that Python's `time` module is being imported "invisibly" by renpy itself while parsing the .rpy files. I renamed every instance of "time" to "timer" in `game/minigames/cocktail/cocktail.rpy` and it seems to be working fine now. For anyone else having this trouble, replace that file with my attached one (and to the devs, feel free to include this in your game! I reserve no rights lol)

Thanks Rustedfork! Means a lot you took the time to help fix.

Minigame will be all sorted and working for the bug fix build (10.1)
 
  • Heart
Reactions: rustedfork

LafudaChan

New Member
May 28, 2025
2
0
10
Ran into an error when speaking with Bart(ender. I see what you did there) for the second time, triggering the drink mixing minigame. Attached are the tracebacks. I'm pretty sure that Python's `time` module is being imported "invisibly" by renpy itself while parsing the .rpy files. I renamed every instance of "time" to "timer" in `game/minigames/cocktail/cocktail.rpy` and it seems to be working fine now. For anyone else having this trouble, replace that file with my attached one (and to the devs, feel free to include this in your game! I reserve no rights lol)
cant seem to find this file
 

JollyMonk

Member
Game Developer
Jun 30, 2023
113
278
165
Build 0.10.1 - Bug Fix is now available!

Thanks to the players on here and elsewhere for reporting the issues! The below items have been fixed.

For android users, my phone & emulator appear stable but if you're still having issues please let me know!

-Bug fix for the cocktail minigame due to a timer variable issue
-Bug fix for android GUI not putting text box in correct place
-Bug fix for when revisiting the collar scene and getting a collar_stage8 error
-Nadia quest log update to confirm end of build progress
-Bug for Barney not appearing at the right time
-Bug for Barney not giving up the goods (Device)
-Quest log for post-karaoke updated


DOWNLOAD
Win/Linux
: - GOFILE - - MEGA - - PIXELDRAIN
Mac: - GOFILE - - MEGA - - PIXELDRAIN
Android: - GOFILE - - MEGA - - PIXELDRAIN
 

inGif.

Member
Oct 22, 2024
122
178
121
Build 0.10.1 - Bug Fix is now available!

Thanks to the players on here and elsewhere for reporting the issues! The below items have been fixed.

For android users, my phone & emulator appear stable but if you're still having issues please let me know!

-Bug fix for the cocktail minigame due to a timer variable issue
-Bug fix for android GUI not putting text box in correct place
-Bug fix for when revisiting the collar scene and getting a collar_stage8 error
-Nadia quest log update to confirm end of build progress
-Bug for Barney not appearing at the right time
-Bug for Barney not giving up the goods (Device)
-Quest log for post-karaoke updated


DOWNLOAD
Win/Linux
: - GOFILE - - MEGA - - PIXELDRAIN
Mac: - GOFILE - - MEGA - - PIXELDRAIN
Android: - GOFILE - - MEGA - - PIXELDRAIN
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "renpy/common/00start.rpy", line 196, in <module>
  File "game/minigames/waiter/waiter.rpy", line 509, in <module>
  File "game/minigames/waiter/waiter.rpy", line 168, in __init__
  File "game/minigames/waiter/waiter.rpy", line 9, in load_map
Exception: Couldn't find file 'images/Minigame/waiter/map_1.csv'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "00start.rpyc", line 195, in script
  File "renpy/ast.py", line 834, in execute
  File "renpy/python.py", line 1187, in py_exec_bytecode
  File "renpy/common/00start.rpy", line 196, in <module>
  File "renpy/exports\statementexports.py", line 372, in execute_default_statement
  File "minigames/waiter/waiter.rpyc", line 509, in execute_default
  File "renpy/python.py", line 1211, in py_eval_bytecode
  File "game/minigames/waiter/waiter.rpy", line 509, in <module>
  File "game/minigames/waiter/waiter.rpy", line 168, in __init__
  File "game/minigames/waiter/waiter.rpy", line 9, in load_map
  File "renpy/loader.py", line 769, in transfn
Exception: Couldn't find file 'images/Minigame/waiter/map_1.csv'.
Opening the android port shows this error, can't open tasks and can't rollback, can't save aswell.
 
  • Heart
Reactions: JollyMonk

JollyMonk

Member
Game Developer
Jun 30, 2023
113
278
165
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "renpy/common/00start.rpy", line 196, in <module>
  File "game/minigames/waiter/waiter.rpy", line 509, in <module>
  File "game/minigames/waiter/waiter.rpy", line 168, in __init__
  File "game/minigames/waiter/waiter.rpy", line 9, in load_map
Exception: Couldn't find file 'images/Minigame/waiter/map_1.csv'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "00start.rpyc", line 195, in script
  File "renpy/ast.py", line 834, in execute
  File "renpy/python.py", line 1187, in py_exec_bytecode
  File "renpy/common/00start.rpy", line 196, in <module>
  File "renpy/exports\statementexports.py", line 372, in execute_default_statement
  File "minigames/waiter/waiter.rpyc", line 509, in execute_default
  File "renpy/python.py", line 1211, in py_eval_bytecode
  File "game/minigames/waiter/waiter.rpy", line 509, in <module>
  File "game/minigames/waiter/waiter.rpy", line 168, in __init__
  File "game/minigames/waiter/waiter.rpy", line 9, in load_map
  File "renpy/loader.py", line 769, in transfn
Exception: Couldn't find file 'images/Minigame/waiter/map_1.csv'.
Opening the android port shows this error, can't open tasks and can't rollback, can't save aswell.
Thanks! Think I found the fault.

Would you mind trying it again please with the (new) 10.1 on the main page links?
 
  • Yay, update!
Reactions: inGif.
4.50 star(s) 4 Votes