- Mar 3, 2019
- 573
- 562
Same here, sounds like it's a simple fix thoughAm i the only one with such an issue? Searching doesn't help...
You don't have permission to view the spoiler content. Log in or register now.
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Showing 'milena' is ambiguous, possible images include: milena f_i_1, milena scene_bed_1, milena scene_bed_m
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script/location.rpyc", line 1154, in script
File "renpy/ast.py", line 1182, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "renpy/ast.py", line 1152, in show_imspec
atl=atl)
File "renpy/exports.py", line 720, in show
new_what = renpy.game.context().images.apply_attributes(layer, key, name)
File "renpy/display/image.py", line 943, in apply_attributes
return self.choose_image(nametag, required, optional, name)
File "renpy/display/image.py", line 1003, in choose_image
raise Exception("Showing '" + " ".join(exception_name) + "' is ambiguous, possible images include: " + ", ".join(" ".join(i) for i in matches))
Exception: Showing 'milena' is ambiguous, possible images include: milena f_i_1, milena scene_bed_1, milena scene_bed_m
same for meCode:I'm sorry, but an uncaught exception occurred. While running game code: Exception: Showing 'milena' is ambiguous, possible images include: milena f_i_1, milena scene_bed_1, milena scene_bed_m -- Full Traceback ------------------------------------------------------------ Full traceback: File "script/location.rpyc", line 1154, in script File "renpy/ast.py", line 1182, in execute show_imspec(self.imspec, atl=getattr(self, "atl", None)) File "renpy/ast.py", line 1152, in show_imspec atl=atl) File "renpy/exports.py", line 720, in show new_what = renpy.game.context().images.apply_attributes(layer, key, name) File "renpy/display/image.py", line 943, in apply_attributes return self.choose_image(nametag, required, optional, name) File "renpy/display/image.py", line 1003, in choose_image raise Exception("Showing '" + " ".join(exception_name) + "' is ambiguous, possible images include: " + ", ".join(" ".join(i) for i in matches)) Exception: Showing 'milena' is ambiguous, possible images include: milena f_i_1, milena scene_bed_1, milena scene_bed_m
Some times you have to talk to her in a specific place. She tends to be in the store front at "noon" and in her room after thatI cannot go past the task of massaging the roommate. The task says 'I need to talk to her more' but she just brushes me off every time. Any help would be appreciated
Good day to all. I know what is the reason, in the new version of Renpy they changed the construction of the code of which things. I will upload the corrected version within an hour.Code:I'm sorry, but an uncaught exception occurred. While running game code: Exception: Showing 'milena' is ambiguous, possible images include: milena f_i_1, milena scene_bed_1, milena scene_bed_m -- Full Traceback ------------------------------------------------------------ Full traceback: File "script/location.rpyc", line 1154, in script File "renpy/ast.py", line 1182, in execute show_imspec(self.imspec, atl=getattr(self, "atl", None)) File "renpy/ast.py", line 1152, in show_imspec atl=atl) File "renpy/exports.py", line 720, in show new_what = renpy.game.context().images.apply_attributes(layer, key, name) File "renpy/display/image.py", line 943, in apply_attributes return self.choose_image(nametag, required, optional, name) File "renpy/display/image.py", line 1003, in choose_image raise Exception("Showing '" + " ".join(exception_name) + "' is ambiguous, possible images include: " + ", ".join(" ".join(i) for i in matches)) Exception: Showing 'milena' is ambiguous, possible images include: milena f_i_1, milena scene_bed_1, milena scene_bed_m
plz let us know when done ^_^Good day to all. I know what is the reason, in the new version of Renpy they changed the construction of the code of which things. I will upload the corrected version within an hour.
No wonder why Milena got error all the time and even when I'm choose to Ignore the problem her standing avatar image completely disappear, hope the next bugfix would come out fastGood day to all. I know what is the reason, in the new version of Renpy they changed the construction of the code of which things. I will upload the corrected version within an hour.
I fixed. Uploaded a new version.plz let us know when done ^_^