2.60 star(s) 18 Votes

FALCO755

Well-Known Member
Mar 6, 2019
1,392
424
248
gives me this error:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 2089, in script
call screen scr_apartment_livingroom(previous_room)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script.rpy", line 2014, in execute
screen scr_apartment_livingroom(previous_room=None):
File "game/script.rpy", line 2014, in execute
screen scr_apartment_livingroom(previous_room=None):
File "game/script.rpy", line 2016, in execute
imagemap:
Exception: Could not find a ground image for imagemap.

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

Full traceback:
File "game/script.rpy", line 2089, in script
call screen scr_apartment_livingroom(previous_room)
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, 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 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 3737, 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 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 2014, in execute
screen scr_apartment_livingroom(previous_room=None):
File "game/script.rpy", line 2014, in execute
screen scr_apartment_livingroom(previous_room=None):
File "game/script.rpy", line 2016, in execute
imagemap:
File "renpy/ui.py", line 1253, in _imagemap
ground = pick(ground, ("ground", "idle"), idle)
File "renpy/ui.py", line 1251, in pick
raise Exception("Could not find a %s image for imagemap." % name[0])
Exception: Could not find a ground image for imagemap.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
OurOnlyMan 0.07
Sun Jun 26 20:43:16 2022
 

eri

Member
Game Developer
Dec 3, 2017
368
1,917
349
gives me this error:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 2089, in script
call screen scr_apartment_livingroom(previous_room)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script.rpy", line 2014, in execute
screen scr_apartment_livingroom(previous_room=None):
File "game/script.rpy", line 2014, in execute
screen scr_apartment_livingroom(previous_room=None):
File "game/script.rpy", line 2016, in execute
imagemap:
Exception: Could not find a ground image for imagemap.

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

Full traceback:
File "game/script.rpy", line 2089, in script
call screen scr_apartment_livingroom(previous_room)
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, 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 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 3737, 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 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 2014, in execute
screen scr_apartment_livingroom(previous_room=None):
File "game/script.rpy", line 2014, in execute
screen scr_apartment_livingroom(previous_room=None):
File "game/script.rpy", line 2016, in execute
imagemap:
File "renpy/ui.py", line 1253, in _imagemap
ground = pick(ground, ("ground", "idle"), idle)
File "renpy/ui.py", line 1251, in pick
raise Exception("Could not find a %s image for imagemap." % name[0])
Exception: Could not find a ground image for imagemap.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
OurOnlyMan 0.07
Sun Jun 26 20:43:16 2022
We will look at it.

(Solved)
 
Last edited:

eri

Member
Game Developer
Dec 3, 2017
368
1,917
349
And also update 0.08 is out.
->
 

Gosamr

Member
May 6, 2021
334
478
132
"brayet

sorry for my bat english...."

I just wanted to say to you brayet, that there is nothing wrong with having "bat english" as long as what you intend to say is still understandable. I can tell you that what you intended to say in your Review of May 13th can be easily understood by english speakers and also, WHAT you say in your review, can also be agreed with too, by me at least.

So I feel that there is no need for you to say sorry. To try and speak any other language than your own, especially English, as a second language must be very, very difficult. So keep up the good work, friend, and please don't ever let "bat english" stop you from trying to say what you feel you want to say. We can still understand it.
 
Aug 21, 2018
170
259
191
Anyone know if the dev got another site to back them on? Substar don't like my bank, or my bank don't like Substar xD
Used to work, but suddenly stopped a while ago T_T
 

eri

Member
Game Developer
Dec 3, 2017
368
1,917
349
Anyone know if the dev got another site to back them on? Substar don't like my bank, or my bank don't like Substar xD
Used to work, but suddenly stopped a while ago T_T
 
  • Like
Reactions: spblu

spblu

Member
Aug 28, 2017
245
446
262
when will the update be avaliable for people that didnt pay
I'm not sure if the dev is releasing old versions as public. That might help drum up some attention and interest. I really like this dev so I'm not going to leak anything so I guess it's whenever someone does or if you decide to pony up.

To be honest, like I said the style is right up my alley but this last update was a little more sparse than I'd like. Ah well, a lot of projects don't even get monthly updates so it is what it is.

My question: are we going to see the announcer lady here again? Because she's past just enormous and near orbital levels of titties and I love it. https://attachments.f95zone.to/2021/09/1428320_intro07.png
 
2.60 star(s) 18 Votes