Juv3

Member
Oct 31, 2018
183
397
I got this error From darkassassinda
Android port

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/day_09.rpy", line 3937, in <module>
NameError: name 'karen_megan_choices_day_09' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "day_01.rpyc", line 682, in script call
  File "day_01.rpyc", line 710, in script call
  File "day_02.rpyc", line 229, in script call
  File "day_04.rpyc", line 597, in script call
  File "day_05.rpyc", line 152, in script call
  File "day_05.rpyc", line 1830, in script call
  File "day_07.rpyc", line 2407, in script call
  File "day_08.rpyc", line 1615, in script call
  File "day_09.rpyc", line 496, in script call
  File "day_09.rpyc", line 3935, in script
  File "renpy/ast.py", line 1628, in execute
  File "renpy/exports.py", line 956, in menu
  File "renpy/python.py", line 2059, in py_eval
  File "renpy/python.py", line 2052, in py_eval_bytecode
  File "game/day_09.rpy", line 3937, in <module>
NameError: name 'karen_megan_choices_day_09' is not defined
 

Allan Trumbull

Forum Fanatic
Sep 10, 2021
4,752
4,753
I got this error From darkassassinda
Android port

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/day_09.rpy", line 3937, in <module>
NameError: name 'karen_megan_choices_day_09' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "day_01.rpyc", line 682, in script call
  File "day_01.rpyc", line 710, in script call
  File "day_02.rpyc", line 229, in script call
  File "day_04.rpyc", line 597, in script call
  File "day_05.rpyc", line 152, in script call
  File "day_05.rpyc", line 1830, in script call
  File "day_07.rpyc", line 2407, in script call
  File "day_08.rpyc", line 1615, in script call
  File "day_09.rpyc", line 496, in script call
  File "day_09.rpyc", line 3935, in script
  File "renpy/ast.py", line 1628, in execute
  File "renpy/exports.py", line 956, in menu
  File "renpy/python.py", line 2059, in py_eval
  File "renpy/python.py", line 2052, in py_eval_bytecode
  File "game/day_09.rpy", line 3937, in <module>
NameError: name 'karen_megan_choices_day_09' is not defined
Thanks for saving my data. Android user here
 

Mike145

Newbie
Jul 14, 2018
48
163
Is only compressed version bugged or are they both?
Wondering if its worth to download the uncompressed version cause my first bug in compressed happend literally at the beginning, I couldnt even choose if I want smoking or not.
 

cxx

Message Maestro
Nov 14, 2017
59,254
29,524
Is only compressed version bugged or are they both?
Wondering if its worth to download the uncompressed version cause my first bug in compressed happend literally at the beginning, I couldnt even choose if I want smoking or not.
both, wait next patch/patches or 0.6 or 1.0 final.
 

rob7278

Newbie
Jan 22, 2020
85
470
Ugh - there are few things as unsatisfying as playing a game/vn for most of the day, then getting an exception that breaks the game/vn before you get to the end.
 

NakkiMuki

Member
Dec 14, 2021
367
1,888
There are again these examples of how the game is not published. This is in completely unplayable condition. Maybe for the next version DEV will learn from this.
 

Blades4119

Member
Jul 9, 2021
156
61
Please support if you can :)





Hello,
Unfortunately update 0.5 has some bugs. Below is a link to update 0.5a, which fixes them. Sorry for the problems with the new update.
Also, below you will find all the links to all the updates and links to the full versions of the game containing all the updates.
Compressed version means that images are converted from PNG files into WEBP files. The images have smaller size but also slightly worse quality. There is no other differences.






I have tried for the better part of 30 hours to attempt to download the full version containing patches 0.1 to 0.50a not compressed and GDrive keeps telling me that it can't be downloaded because too many people have either downloaded it or tried to download it. do you have the file on any other download mirrors?
 
  • Like
Reactions: preskerd

preskerd

Well-Known Member
Sep 27, 2017
1,736
3,542
Can some uploader put the upload the single full file?



It has been there for days yet no uploader here pick that up including op who is the developer. Weird
 
  • Angry
Reactions: HikenNoAcee

tasfi

Newbie
Aug 9, 2018
22
10
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/overlay/main_menu.webp'>:
IOError: Couldn't find file 'gui/overlay/main_menu.webp'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\layout.py", line 1155, in render
back = render(style.background, bw, bh, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/overlay/main_menu.webp'.


Ren'Py 7.3.5.606
Reunion 0.5
Sat Jul 02 12:29:58 2022
 

tasfi

Newbie
Aug 9, 2018
22
10
hey what is the problem, how to use "Reunion 0.5" patch
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/overlay/main_menu.webp'>:
IOError: Couldn't find file 'gui/overlay/main_menu.webp'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\layout.py", line 1155, in render
back = render(style.background, bw, bh, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cp`def render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\User\Downloads\Compressed\New folder\Reunion-0.45-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/overlay/main_menu.webp'.


Ren'Py 7.3.5.606
Reunion 0.5
Sat Jul 02 12:29:58 2022
 

Ash1111

New Member
Jan 19, 2022
1
13
I have tried for the better part of 30 hours to attempt to download the full version containing patches 0.1 to 0.50a not compressed and GDrive keeps telling me that it can't be downloaded because too many people have either downloaded it or tried to download it. do you have the file on any other download mirrors?
Make a copy of the file you want to download into your gdrive and download the copied file. Else you could also make a shortcut of that file into a folder in your gdrive and download the folder
 

Blades4119

Member
Jul 9, 2021
156
61
Make a copy of the file you want to download into your gdrive and download the copied file. Else you could also make a shortcut of that file into a folder in your gdrive and download the folder
How can I make a copy of a file that GDrive says I can't access because too many people have accessed and downloaded it???? Here is the exact text I get when I try to download the file from GDrive: "

Sorry, you can't view or download this file at this time.
Too many users have viewed or downloaded this file recently. Please try accessing the file again later. If the file you are trying to access is particularly large or is shared with many people, it may take up to 24 hours to be able to view or download the file. If you still can't access a file after 24 hours, contact your domain administrator."

This was why I asked if there were other download mirrors for the file in question.
 

Blades4119

Member
Jul 9, 2021
156
61
I just tried a few seconds ago and got the exact same error that I pasted in my earlier post and it's been well past 48 hours since my initial attempt which resulted in said error
 

xtr3mx7

Member
Feb 10, 2019
293
302
ah so it's an issue with version here on f95 not a dev decision to stop doing animations
It's not F95 issue neither, it's the dev team that did not compress the animation folder together in their build configuration. I have elaborated this on Karabinek's discord server already and hope by now this has been solved.
 
  • Like
Reactions: jmcronshaw

JustJane

Member
Jun 13, 2021
181
479
This was a serious conversation about the case, but I have no idea what was about, when I saw 3 women in bikinis. :p
 
  • Haha
Reactions: cxx

Mark37

Newbie
Sep 2, 2020
43
22
To fix the day 9 bar loop error in Android (dark assassin port) create "game" folder and put the 'script.rpy' (you will find this file in page 146 top) bug fix file in that.

Now move the game folder in- Android>data>da.reunion>files

"Game" folder and "save" folder should be in the same directory.

For Android 11 users please check some YouTube video how to copy/paste in Android>data folder as it is inaccessible with system default file manager.
 
  • Like
Reactions: Juv3
3.40 star(s) 125 Votes