|
Post by reshka on Dec 29, 2016 9:25:05 GMT -8
The game crash with this error, although many times I re-installed it
I'm sorry, but an uncaught exception occurred.
While parsing D:\Steam\steamapps\common\Sunrider/game/functions.rpy.
ScriptError: Name u'galaxymap' is defined twice, at game/galaxy map.rpy:57 and game/sound/galaxy map.rpy:57.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Steam\steamapps\common\Sunrider\renpy\bootstrap.py", line 288, in bootstrap
renpy.main.main()
File "D:\Steam\steamapps\common\Sunrider\renpy\main.py", line 284, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "D:\Steam\steamapps\common\Sunrider\renpy\script.py", line 181, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "D:\Steam\steamapps\common\Sunrider\renpy\script.py", line 498, in load_appropriate_file
self.finish_load(stmts, initcode, filename=rpyfn)
File "D:\Steam\steamapps\common\Sunrider\renpy\script.py", line 336, in finish_load
bad_node.filename, bad_node.linenumber))
ScriptError: Name u'galaxymap' is defined twice, at game/galaxy map.rpy:57 and game/sound/galaxy map.rpy:57.
Windows-7-6.1.7601-SP1
Ren'Py 6.99.3.404
|
|
|
Post by Nemjen on Dec 29, 2016 10:48:57 GMT -8
Apparently in '\Steam\steamapps\common\Sunrider\game\sound' you have an additional copy of 'galaxy map.rpy', corr don't be greedy you only need one galaxy. Delete this file from your sound folder, it shouldn't be there.
|
|
|
Post by reshka on Jan 1, 2017 4:25:07 GMT -8
ty for help . But i have another problem, help me if you can pls. I'm sorry, but an uncaught exception occurred. While running game code: File "game/skirmish.rpy", line 38, in script call call mission_skirmish from _call_mission_skirmish File "game/script.rpy", line 20687, in script jump censorscene1 ScriptError: could not find label 'censorscene1'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/skirmish.rpy", line 38, in script call call mission_skirmish from _call_mission_skirmish File "game/script.rpy", line 20687, in script jump censorscene1 File "D:\Steam\steamapps\common\Sunrider\renpy\ast.py", line 1480, in execute rv = renpy.game.script.lookup(target) File "D:\Steam\steamapps\common\Sunrider\renpy\script.py", line 602, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'censorscene1'. Windows-7-6.1.7601-SP1 Ren'Py 6.99.3.404 Sunrider Mask of Arcadius Beta 7.2
|
|
|
Post by Nemjen on Jan 1, 2017 4:57:29 GMT -8
Looks like the game cannot find the 'censoreddata.rpy' file that contains this label, when you were applying the decensor patch did you take both files (not the folder, the files) 'archive.rpa' and 'censoreddata.rpy' and put them directly into '\Steam\steamapps\common\Sunrider\game'?
I recommend you delete these files from the patch from their current location (or folder if you moved 'Decensor Patch') and reapply the patch.
|
|