H_NGM_N666

Member
Nov 25, 2020
491
485
Just to be clear, you are using the v0.30 which has a bug when using masturbation, and you are using the PC version. Have you tried playing without the mod? The errors you are having all seem to come from using "placeholder" values which cannot activate normally. It's working for most people...
I don´t get the bug when masturbate. I don´t come that far even.

1. Installed v0.30 and started a new game -> The bugs appeared like in the traceback/Log -> deleted the game folder
2. Installed v0.30 and started a new game using the mod -> same as 1.
3. Load a old save from April -> just clicked around a bit and worked -> deleted the game folder
4. Downloaded v0.31 and loaded the new game from 0.30 with mod -> same bugs
5. Like 4. but without mod -> same bugs

The bug appears at morning, after the evening when i told mom and the 2 sis about my new job, when i see a star over the phone. So i click on it -> bug 1, then there is a screen with some kind of tutorial. Then i click on the phone again and want to see the message (must be from mom i think) -> next bug and the game crashes and close itself to windows

The 0x52 is a standalone and just cheated money with it.
 

onionbros

Rodion Raskolnikov
Game Developer
Feb 1, 2019
64
160
I don´t get the bug when masturbate. I don´t come that far even.

1. Installed v0.30 and started a new game -> The bugs appeared like in the traceback/Log -> deleted the game folder
2. Installed v0.30 and started a new game using the mod -> same as 1.
3. Load a old save from April -> just clicked around a bit and worked -> deleted the game folder
4. Downloaded v0.31 and loaded the new game from 0.30 with mod -> same bugs
5. Like 4. but without mod -> same bugs

The bug appears at morning, after the evening when i told mom and the 2 sis about my new job, when i see a star over the phone. So i click on it -> bug 1, then there is a screen with some kind of tutorial. Then i click on the phone again and want to see the message (must be from mom i think) -> next bug and the game crashes and close itself to windows

The 0x52 is a standalone and just cheated money with it.
I'm experiencing the crash too when you got the landlady/mother contact.
Whatever you do, you cannot load save files from older versions. I also recommend extracting the game in its own (new) folder, don't mix it with previous versions. I tried using the 0x52 and I gave myself money, it still works.
 

Anon_Lycan

New Member
May 15, 2017
12
9
Getting an error after I receive the laptop and try to ask Waltz about the spycam, He asks if I have a laptop as I'll need it to connect, and then when I click to continue I get:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 117, in script call
call expression BlockToCall from _call_expression
File "game/scripts/script.rpy", line 117, in script call
call expression BlockToCall from _call_expression
File "game/scripts/script.rpy", line 117, in script call
call expression BlockToCall from _call_expression
[Previous line repeated 18 more times]
File "game/events/others.rpy", line 52, in script
if Inventory[7].NoOwned < 1:
SyntaxError: invalid syntax (game/events/others.rpy, line 59)

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

Full traceback:
File "game/scripts/script.rpy", line 117, in script call
call expression BlockToCall from _call_expression
File "game/scripts/script.rpy", line 117, in script call
call expression BlockToCall from _call_expression
File "game/scripts/script.rpy", line 117, in script call
call expression BlockToCall from _call_expression
[Previous line repeated 18 more times]
File "game/events/others.rpy", line 52, in script
if Inventory[7].NoOwned < 1:
File "C:\Users\USER\Downloads\2044-0.31-pc\2044-0.31-pc\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "C:\Users\USER\Downloads\2044-0.31-pc\2044-0.31-pc\renpy\python.py", line 1090, in py_eval
code = py_compile(code, 'eval')
File "C:\Users\USER\Downloads\2044-0.31-pc\2044-0.31-pc\renpy\python.py", line 1027, in py_compile
raise e
File "C:\Users\USER\Downloads\2044-0.31-pc\2044-0.31-pc\renpy\python.py", line 979, in py_compile
raise orig_e
File "C:\Users\USER\Downloads\2044-0.31-pc\2044-0.31-pc\renpy\python.py", line 972, in py_compile
tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (game/events/others.rpy, line 59)

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
2044 0.31

I had used UNREN to enable me to rollback in case I miss something, but I unzipped a new un-unrenned (I think thats a word) version and loaded in my save and still got the error.
 
  • Like
Reactions: extremmx

onionbros

Rodion Raskolnikov
Game Developer
Feb 1, 2019
64
160
Getting an error after I receive the laptop and try to ask Waltz about the spycam, He asks if I have a laptop as I'll need it to connect, and then when I click to continue I get:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 117, in script call
call expression BlockToCall from _call_expression
File "game/scripts/script.rpy", line 117, in script call
call expression BlockToCall from _call_expression
File "game/scripts/script.rpy", line 117, in script call
call expression BlockToCall from _call_expression
[Previous line repeated 18 more times]
File "game/events/others.rpy", line 52, in script
if Inventory[7].NoOwned < 1:
SyntaxError: invalid syntax (game/events/others.rpy, line 59)

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

Full traceback:
File "game/scripts/script.rpy", line 117, in script call
call expression BlockToCall from _call_expression
File "game/scripts/script.rpy", line 117, in script call
call expression BlockToCall from _call_expression
File "game/scripts/script.rpy", line 117, in script call
call expression BlockToCall from _call_expression
[Previous line repeated 18 more times]
File "game/events/others.rpy", line 52, in script
if Inventory[7].NoOwned < 1:
File "C:\Users\USER\Downloads\2044-0.31-pc\2044-0.31-pc\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "C:\Users\USER\Downloads\2044-0.31-pc\2044-0.31-pc\renpy\python.py", line 1090, in py_eval
code = py_compile(code, 'eval')
File "C:\Users\USER\Downloads\2044-0.31-pc\2044-0.31-pc\renpy\python.py", line 1027, in py_compile
raise e
File "C:\Users\USER\Downloads\2044-0.31-pc\2044-0.31-pc\renpy\python.py", line 979, in py_compile
raise orig_e
File "C:\Users\USER\Downloads\2044-0.31-pc\2044-0.31-pc\renpy\python.py", line 972, in py_compile
tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (game/events/others.rpy, line 59)

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
2044 0.31

I had used UNREN to enable me to rollback in case I miss something, but I unzipped a new un-unrenned (I think thats a word) version and loaded in my save and still got the error.
Okay, this is an actual error in the code, however speaking to Waltz only tells you what you need to do next, which is to stay home during the evening. So you can continue anyway. I'll fix this in the next update, thanks!
 
  • Like
Reactions: Anon_Lycan

alexhob123

Member
Apr 9, 2018
206
56
find unren.bat using search function in the top right corner of this screen. check the titles only, should be enough to find it.
put the file unren.bat in the same folder in which is <game-name->.exe file
option 1 unpacks .rpa files
option 2 uncompiles .rpc files
U need only option 1 to unpack the images/videos/audios/ files
All the results are in the ../game/ subdirectory, images prabably in the ../game/images folder
Good luck!
cool thanks
 

ive_got-problems

Active Member
Mar 21, 2018
720
1,078
I'm not using any mod and I'm getting the same error when clicking on the phone to check messages as others are getting "could not find label 'Name_Chat'."
 

Anon_Lycan

New Member
May 15, 2017
12
9
Okay, this is an actual error in the code, however speaking to Waltz only tells you what you need to do next, which is to stay home during the evening. So you can continue anyway. I'll fix this in the next update, thanks!
Wunderbar thanks dude
 

johnnyxxxv

Newbie
Aug 14, 2020
93
38
Interesting game, I do hope/suggest it eventually gets its own art assets, don't get me wrong, real porn is nice, but if it constrains you to the point where you can't make the options you want available, then might be best to pursue alternatives.
 

Doktor7007

Member
Nov 24, 2017
201
61
I can't progress with Rachel. I waited how the video performed. I waited in the hallway for days. I don't know what to do...
 
3.70 star(s) 11 Votes