onionbros

Rodion Raskolnikov
Game Developer
Feb 1, 2019
64
159
I'm getting the following error message when I try to start the game:

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'game/prologue.rpy', 1636490948, 34, u'translate') is defined twice, at events/prologue.rpyc:7 and game/prologue.rpy:5.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 492, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 797, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 473, in finish_load
check_name(node)
File "renpy/script.py", line 452, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'game/prologue.rpy', 1636490948, 34, u'translate') is defined twice, at events/prologue.rpyc:7 and game/prologue.rpy:5.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
2044 0.15
Wed May 4 00:05:28 2022


Any help?
Hi, don't copy the new update into the old game. It won't work. Just extract the new update into its own folder and you should be able to run the game.
 

Nightmare95

Member
Feb 26, 2017
253
127
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'/images/items/item name.png'>:
File "game/scripts/outsideloop.rpy", line 246, in <module>
IOError: Couldn't find file 'images/items/item name.png'.

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

Full traceback:
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/outsideloop.rpyc", line 246, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/outsideloop.rpy", line 246, in <module>
File "renpy/exports.py", line 3136, 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 3325, 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 3839, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2565, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 688, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 795, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1264, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 625, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 706, in load
raise e
IOError: Couldn't find file 'images/items/item name.png'.
 

Nonos

Newbie
Mar 15, 2019
18
22
I am French too, and I confirm that remy is an exclusively masculine first name in France, so the first name of the character in the photo deosn't match with her country
Remy is not a french name. Rémi is a male french name.
 

onionbros

Rodion Raskolnikov
Game Developer
Feb 1, 2019
64
159
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'/images/items/item name.png'>:
File "game/scripts/outsideloop.rpy", line 246, in <module>
IOError: Couldn't find file 'images/items/item name.png'.

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

Full traceback:
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/script.rpyc", line 100, in script call
File "scripts/outsideloop.rpyc", line 246, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/outsideloop.rpy", line 246, in <module>
File "renpy/exports.py", line 3136, 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 3325, 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 3839, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2565, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 688, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 795, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1264, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 625, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 706, in load
raise e
IOError: Couldn't find file 'images/items/item name.png'.
Hmm, where did this happen? Did you cheat or do some manual edits?
 

Hotelhero78

Member
May 7, 2017
144
87
So I will say I like the game, but dang put some better hints in so we know when the demo is over. I have been wasting so much time trying to find the laptop.


I don't know when or even if I've reached the end of the demo
 

Otherguy2012

Active Member
Aug 21, 2021
536
632
Nothing I buy ever appears in my inventory and I never seem to actually have them(ie can not go running).
 

lcmb

Newbie
Jun 30, 2018
32
59
>The world is ruled by MetaCorp, an elitist corporation that seized control during global economic and political turmoil in the 2020s. Its members, consisting of many former CEOs and presidents, are now commonly known as Toppers. Only 1% of the world’s population are members of the top, while the rest live in poverty under the constant surveillance of MetaCorp. In an effort to avoid civil war, MetaCorp offers a universal basic income to all people that barely covers the cost of living. Most people are unemployed and live their life digitally, as the real world offers them no real opportunities to grow.

Lmfaoooooooo :ROFLMAO::ROFLMAO::ROFLMAO::ROFLMAO::ROFLMAO:

Man this game is five stars before you even start playing
 
  • Like
Reactions: onionbros

Atlas82

Member
Jan 4, 2019
149
105
I am stuck ... even after downloading the updated ver 0.2 game is not progressing for me.. or am I missing something?? something I need to do..
 

onionbros

Rodion Raskolnikov
Game Developer
Feb 1, 2019
64
159
I am stuck ... even after downloading the updated ver 0.2 game is not progressing for me.. or am I missing something?? something I need to do..
When you "update" you need to create a new folder. Treat the update as a new game. I assume this is the reason your other bugs are happening. For example, you should not be able to enter or stay in the girls room at night, therefore there is no chat option...

Perhaps a stupid question... but how do you hire girls?
This is not currently possible. My plan is that the player will eventually be able to control girls / hire them to work for you (using various ways of persuasion and coercion). Generally I want this to mark the end of their storyline, after which the girl will mainly become an asset that the player manages. For example by making them work in strip clubs or as maids - or something similar. I will try to make it match their personality and storyline, but I need to plan this feature in more detail, and frankly I need to focus on adding more story content first.
 
3.70 star(s) 11 Votes