I can't start KANA new naughty sense.
DedSec1992
Recent community posts
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 455, in execute_pause
renpy.pause()
IOError: Couldn't find file 'images/nami/namir1.mpeg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "rooms.rpyc", line 80, in script
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 455, in execute_pause
renpy.pause()
File "renpy/exports.py", line 1563, 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 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 4025, in interact_core
renpy.audio.audio.periodic()
File "renpy/audio/audio.py", line 1162, in periodic
raise_(exc[0], exc[1], exc[2])
File "renpy/audio/audio.py", line 1140, in periodic_thread_main
periodic_pass()
File "renpy/audio/audio.py", line 1082, in periodic_pass
c.periodic()
File "renpy/audio/audio.py", line 518, in periodic
topf = load(filename)
File "renpy/audio/audio.py", line 69, in load
rv = renpy.loader.load(fn)
File "renpy/loader.py", line 798, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/nami/namir1.mpeg'.
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
AnimeVerse Island 0.24
Fri Dec 15 13:47:42 2023
[/code]
Hello. First thing I want to say is I love your game. 2 there are some problems with your graphics they over lap and pop out here and there. You will see a bunch of black shapes and lines. If you hover over places it will glitch out. Also when you press the space bar to continue the dialog the black layer of the graphics will pop out.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screen_shop_generalstore.rpy", line 241, in execute
File "game/screen_shop_generalstore.rpy", line 241, in execute
File "game/screen_shop_generalstore.rpy", line 244, in execute
File "game/screen_shop_generalstore.rpy", line 261, in execute
File "game/screen_shop_generalstore.rpy", line 264, in execute
File "game/screen_shop_generalstore.rpy", line 264, in keywords
File "game/screen_shop_generalstore.rpy", line 266, in keywords
File "game/screen_shop_generalstore.rpy", line 268, in keywords
File "game/screen_shop_generalstore.rpy", line 269, in <module>
TypeError: SetVariable() missing 1 required positional argument: 'value'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "screen_shop_generalstore.rpyc", line 5, in script
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\ast.py", line 2259, in execute
self.call("execute")
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\exports.py", line 3336, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\display\core.py", line 3499, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\display\core.py", line 3969, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\display\core.py", line 3969, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\display\screen.py", line 487, in per_interact
self.update()
File "D:\Games-11\CommandingAHarem-1.0.3-win\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/screen_shop_generalstore.rpy", line 241, in execute
File "game/screen_shop_generalstore.rpy", line 241, in execute
File "game/screen_shop_generalstore.rpy", line 244, in execute
File "game/screen_shop_generalstore.rpy", line 261, in execute
File "game/screen_shop_generalstore.rpy", line 264, in execute
File "game/screen_shop_generalstore.rpy", line 264, in keywords
File "game/screen_shop_generalstore.rpy", line 266, in keywords
File "game/screen_shop_generalstore.rpy", line 268, in keywords
File "game/screen_shop_generalstore.rpy", line 269, in <module>
TypeError: SetVariable() missing 1 required positional argument: 'value'
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
1.0.3
Tue Aug 29 08:20:30 2023
[/code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 12, in script
style default:
File "game/screens.rpy", line 12, in script
style default:
File "game/screens.rpy", line 14, in <module>
language gui.language
AttributeError: 'StoreModule' object has no attribute 'language'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Games9\Valorie's-Life-1.1.2-pc\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "D:\Games9\Valorie's-Life-1.1.2-pc\renpy\main.py", line 558, in main
renpy.game.context().run(node)
File "game/screens.rpy", line 12, in script
style default:
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "game/screens.rpy", line 12, in script
style default:
File "D:\Games9\Valorie's-Life-1.1.2-pc\renpy\ast.py", line 2924, in execute
self.apply()
File "D:\Games9\Valorie's-Life-1.1.2-pc\renpy\ast.py", line 2907, in apply
value = renpy.python.py_eval(expr)
File "D:\Games9\Valorie's-Life-1.1.2-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Games9\Valorie's-Life-1.1.2-pc\renpy\python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/screens.rpy", line 14, in <module>
language gui.language
AttributeError: 'StoreModule' object has no attribute 'language'
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Valorie's Life 1.1.2
Tue Aug 8 08:21:44 2023
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/chapter01_guildwithsadao.rpy", line 462, in script
jump acercartealcuartodesakiko_sadaos
ScriptError: could not find label 'acercartealcuartodesakiko_sadaos'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/chapter01_guildwithsadao.rpy", line 462, in script
jump acercartealcuartodesakiko_sadaos
File "E:\Games2\CMGIAW-0.0.2-pc\renpy\ast.py", line 1974, in execute
rv = renpy.game.script.lookup(target)
File "E:\Games2\CMGIAW-0.0.2-pc\renpy\script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'acercartealcuartodesakiko_sadaos'.
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Corrupting my girlfriend in another world 0.0.2
Thu Feb 2 08:28:07 2023
[/code]