- Jan 11, 2021
- 639
- 588
go to your signature and add whatever you likeHow do you put this gif under your commentary?
go to your signature and add whatever you likeHow do you put this gif under your commentary?
I'm sorry, but an uncaught exception occurred.
Compiling ATL code at game/minigames/threecardmonte/code.rpy:200
File "game/IWscripts/AssistantFunctions.rpy", line 95, in show_image
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 193, in script call
File "scripts/plot/act_2/act2_menu.rpyc", line 13, in script call
File "scripts/plot/act_2/chapter_1/menus.rpyc", line 771, in script call
File "locations/cabinet/logic.rpyc", line 119, in script call
File "mechanics/person_menu.rpyc", line 38, in script call
File "mechanics/person_menu.rpyc", line 69, in script call
File "mechanics/person_menu.rpyc", line 149, in script call
File "mechanics/person_menu.rpyc", line 137, in script call
File "scripts/plot/act_2/chapter_1/susan_dialogues.rpyc", line 695, in script call
File "minigames/threecardmonte/code.rpyc", line 306, in script call
File "minigames/threecardmonte/code.rpyc", line 357, in script
File "renpy/ast.py", line 1192, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "renpy/ast.py", line 1162, in show_imspec
atl=atl)
File "game/IWscripts/AssistantFunctions.rpy", line 95, in show_image
File "renpy/exports.py", line 770, in show
sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient)
File "renpy/display/core.py", line 1135, in add
thing.visit_all(lambda d : None)
File "renpy/display/core.py", line 558, in visit_all
for d in self.visit():
File "renpy/atl.py", line 603, in visit
block = self.compile()
File "renpy/atl.py", line 510, in compile
block = self.atl.compile(self.context)
File "game/modules/ATL.rpym", line 91, in compile
statements = [ i.compile(ctx) for i in self.statements ]
File "renpy/atl.py", line 953, in compile
value = ctx.eval(expr)
File "renpy/atl.py", line 260, in eval
return eval(expr, renpy.store.__dict__, self.context) # @UndefinedVariable
File "<string>", line 1, in <module>
TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha
Wed Oct 6 23:40:39 2021
how do i replace the file ?Easy fix here
just follow my instruction.
Copy minigames.rpa in the Innocent_Witches-0.7.3-alpha-pc\game and then replace the minigames.rpa of Innocent_Witches-0.8-alpha-pc\game.Don't forget to save the original copy of the minigames.rpa.
Access DeniedHere is a link to a guide on (0.8A)
You must be registered to see the links
I'm sorry, but an uncaught exception occurred.
Compiling ATL code at game/scripts/plot/act_1/chapter_5/menus.rpy:2862
NameError: name 'xpos' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 187, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 49, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 389, in script call
File "mechanics/inventory.rpyc", line 142, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 2748, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 2914, 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 "game/modules/parse_utilities/main.rpym", line 1074, in wrap_call
func(self)
File "game/modules/parse_utilities/main.rpym", line 264, in wrap
return func(self, *args, **kwargs)
File "game/modules/statements.rpym", line 28, in execute
renpy.pause(delay_arg, hard=self.hard)
File "game/modules/early_definitions.rpym", line 671, in pause
rv = renpy.ui.interact(mouse="pause", type="pause", roll_forward=roll_forward, pause=delay)
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 3518, in interact_core
i()
File "renpy/gl2/live2d.py", line 468, in update_states
d.visit_all(visit)
File "renpy/display/core.py", line 558, in visit_all
for d in self.visit():
File "renpy/atl.py", line 603, in visit
block = self.compile()
File "renpy/atl.py", line 510, in compile
block = self.atl.compile(self.context)
File "game/modules/ATL.rpym", line 91, in compile
statements = [ i.compile(ctx) for i in self.statements ]
File "renpy/atl.py", line 953, in compile
value = ctx.eval(expr)
File "renpy/atl.py", line 260, in eval
return eval(expr, renpy.store.__dict__, self.context) # @UndefinedVariable
File "<string>", line 1, in <module>
NameError: name 'xpos' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha
Sat Oct 9 04:38:56 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 548, in execute_show_screen
renpy.show_screen(name, *args, **kwargs)
File "game/interfaces/tutorial/changing.rpy", line 392, in execute
File "game/interfaces/tutorial/changing.rpy", line 392, in execute
File "game/interfaces/tutorial/changing.rpy", line 404, in execute
File "game/interfaces/tutorial/changing.rpy", line 236, in execute
File "game/interfaces/tutorial/changing.rpy", line 236, in execute
File "game/interfaces/tutorial/changing.rpy", line 237, in execute
File "game/interfaces/tutorial/changing.rpy", line 269, in execute
File "game/interfaces/tutorial/changing.rpy", line 272, in execute
File "game/interfaces/tutorial/changing.rpy", line 404, in execute
File "game/interfaces/tutorial/changing.rpy", line 405, in execute
File "game/interfaces/tutorial/changing.rpy", line 407, in execute
File "game/interfaces/tutorial/changing.rpy", line 412, in execute
File "game/interfaces/tutorial/changing.rpy", line 416, in execute
File "game/interfaces/tutorial/changing.rpy", line 416, in <module>
KeyError: u'presets'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 187, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 49, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 389, in script call
File "mechanics/tutorial/main.rpyc", line 56, in script call
File "mechanics/tutorial/changing.rpyc", line 23, 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 548, in execute_show_screen
renpy.show_screen(name, *args, **kwargs)
File "renpy/display/screen.py", line 1148, in show_screen
sls.add(_layer, d, _tag, zorder=_zorder, transient=_transient, keep_st=True, name=name)
File "renpy/display/core.py", line 1105, in add
if not self.hide_or_replace(layer, remove_index, "replaced"):
File "renpy/display/core.py", line 1159, in hide_or_replace
d = oldsle.displayable._hide(now - st, now - at, prefix)
File "renpy/display/screen.py", line 493, in _hide
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/interfaces/tutorial/changing.rpy", line 392, in execute
File "game/interfaces/tutorial/changing.rpy", line 392, in execute
File "game/interfaces/tutorial/changing.rpy", line 404, in execute
File "game/interfaces/tutorial/changing.rpy", line 236, in execute
File "game/interfaces/tutorial/changing.rpy", line 236, in execute
File "game/interfaces/tutorial/changing.rpy", line 237, in execute
File "game/interfaces/tutorial/changing.rpy", line 269, in execute
File "game/interfaces/tutorial/changing.rpy", line 272, in execute
File "game/interfaces/tutorial/changing.rpy", line 404, in execute
File "game/interfaces/tutorial/changing.rpy", line 405, in execute
File "game/interfaces/tutorial/changing.rpy", line 407, in execute
File "game/interfaces/tutorial/changing.rpy", line 412, in execute
File "game/interfaces/tutorial/changing.rpy", line 416, in execute
File "game/interfaces/tutorial/changing.rpy", line 416, in <module>
KeyError: u'presets'
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha
Sat Oct 9 04:43:53 2021
i cant get it to work i just wanna see the galleryif you want the persistent file here
I'm not sure but I think that if you place a file outside the .rpa in the same route where it would be inside it, the game will use it.anyone knows how to insert a file into a .rpa file?
getting error
I'm sorry, but an uncaught exception occurred.
Compiling ATL code at game/scripts/plot/act_1/chapter_5/menus.rpy:2862
NameError: name 'xpos' is not defined
so wanted to move the file from 7.2 to here but cant figure out how to place it into the scripts.rpa
I'm not the guy you responded to,where did you replace it?
Try thisI'm not the guy you responded to,
but i'm playing the windows/pc version and i placed boths saves in Innocent_Witches-0.8-alpha-pc/game/save
i've resetted all my progress and installed the saves, but it doesn't work
You need to start over again because it has a new file name: Roaming\RenPy\Innocent-Witches-0-8-0 and previous in 0.7.3 save file will not work and incompatible.are saves persistent through versions yet? i mean, do i have to start over with every new release (like it was before)