2.40 star(s) 9 Votes

Bollagus

Member
Nov 9, 2019
173
152
What do I do? Can't load game or save, I get this message.

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/screens.rpy", line 397, in execute
  File "game/screens.rpy", line 397, in execute
  File "game/screens.rpy", line 399, in execute
  File "game/screens.rpy", line 405, in execute
  File "game/screens.rpy", line 405, in execute
  File "game/screens.rpy", line 407, in execute
  File "game/screens.rpy", line 407, in <module>
ValueError: invalid literal for int() with base 10: 'quick'

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3694, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3694, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 397, in execute
  File "game/screens.rpy", line 397, in execute
  File "game/screens.rpy", line 399, in execute
  File "game/screens.rpy", line 405, in execute
  File "game/screens.rpy", line 405, in execute
  File "game/screens.rpy", line 407, in execute
  File "game/screens.rpy", line 407, in <module>
ValueError: invalid literal for int() with base 10: 'quick'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
That Pervert Stable
Mon Oct  4 01:13:59 2021
 

Vrijgeest

Engaged Member
Jun 16, 2019
3,332
3,167
Is that just overall or certain parts putting you off or just that it was 5gb release, I'm not the Dev, just curious on what you didn't like from it
It has no story. I could not see what the 5gb was for. Renders were ok but the models were ugly. Just did not do it for me. JMHO ok.
 

V4mpire

Member
Game Developer
Dec 20, 2020
143
268
It has no story. I could not see what the 5gb was for. Renders were ok but the models were ugly. Just did not do it for me. JMHO ok.
That's fair, at least the Dev can see that and decide if they wish to change things or not, but the 5GB was a fault of basically putting everything in as-is with no compression as previously a fixed release I did with official game of 0.3 was only 1.7GB, the base image and videos were switched for none compressed which I agree, for content the file size isn't suited, I have been talking to the Dev and they felt wasn't a need for releasing again for compression when others have already posted compressed versions, however they also don't manage or deal with this thread, so they don't post the links here themselves
 

Batman2322

Newbie
Feb 19, 2018
23
17
Save/load menu error



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

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens.rpy", line 401, in execute
  File "game/screens.rpy", line 401, in execute
  File "game/screens.rpy", line 403, in execute
  File "game/screens.rpy", line 405, in execute
  File "game/screens.rpy", line 405, in execute
  File "game/screens.rpy", line 407, in execute
  File "game/screens.rpy", line 407, in <module>
ValueError: invalid literal for int() with base 10: 'quick'

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

Full traceback:
  File "screens.rpyc", line 315, in script
  File "renpy/ast.py", line 2010, in execute
    self.call("execute")
  File "renpy/ast.py", line 1998, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3132, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3694, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3694, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 401, in execute
  File "game/screens.rpy", line 401, in execute
  File "game/screens.rpy", line 403, in execute
  File "game/screens.rpy", line 405, in execute
  File "game/screens.rpy", line 405, in execute
  File "game/screens.rpy", line 407, in execute
  File "game/screens.rpy", line 407, in <module>
ValueError: invalid literal for int() with base 10: 'quick'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
That Pervert Stable
Mon Oct  4 05:12:17 2021
 
  • Like
Reactions: xxxorro

RIC0H

Well-Endowed Member
Modder
Donor
Compressor
Game Developer
Aug 8, 2020
1,922
11,071
Everyone's talking about the PC compressed size, but no one's talking about the Mac compressed size.
( ͡° ͜ʖ ͡°)
 
  • Haha
Reactions: prophetofconfusion

steelsmiter

Well-Known Member
Nov 28, 2018
1,382
754
That Pervert [v0.3.5 Stable] - Compressed

Original PC Size: 5.04GB
PC Compressed Size: 102MB - Mega
Looks like I called it when i said 10 minutes should be about 100 megs... I guess I just play too many of these games. Also, all you people asking how it's possible, just read OP's explanation that I cut out. Should be able to click the up arrow that f95 helpfully provides with quotes
 

lambdadw

Active Member
Feb 17, 2018
509
1,833
500 renders weigh 4.2GB...
Dev, do you realy think this will add value to your game? Well...
 

V4mpire

Member
Game Developer
Dec 20, 2020
143
268
Is this just a bugfix? No new content?
i actually asked them about this before you asked here, seems was mostly some fixes and felt they compressed too much and ruined renders, so they chose to put the "raw" files in at the full size
 

danvo2004

Active Member
Apr 24, 2020
954
856
What do I do? Can't load game or save, I get this message.

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/screens.rpy", line 397, in execute
  File "game/screens.rpy", line 397, in execute
  File "game/screens.rpy", line 399, in execute
  File "game/screens.rpy", line 405, in execute
  File "game/screens.rpy", line 405, in execute
  File "game/screens.rpy", line 407, in execute
  File "game/screens.rpy", line 407, in <module>
ValueError: invalid literal for int() with base 10: 'quick'

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3694, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3694, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 397, in execute
  File "game/screens.rpy", line 397, in execute
  File "game/screens.rpy", line 399, in execute
  File "game/screens.rpy", line 405, in execute
  File "game/screens.rpy", line 405, in execute
  File "game/screens.rpy", line 407, in execute
  File "game/screens.rpy", line 407, in <module>
ValueError: invalid literal for int() with base 10: 'quick'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
That Pervert Stable
Mon Oct  4 01:13:59 2021
same happening to me, with compressed version !
 
2.40 star(s) 9 Votes