Steam'i Yükleyin
giriş
|
dil
简体中文 (Basitleştirilmiş Çince)
繁體中文 (Geleneksel Çince)
日本語 (Japonca)
한국어 (Korece)
ไทย (Tayca)
Български (Bulgarca)
Čeština (Çekçe)
Dansk (Danca)
Deutsch (Almanca)
English (İngilizce)
Español - España (İspanyolca - İspanya)
Español - Latinoamérica (İspanyolca - Latin Amerika)
Ελληνικά (Yunanca)
Français (Fransızca)
Italiano (İtalyanca)
Bahasa Indonesia (Endonezce)
Magyar (Macarca)
Nederlands (Hollandaca)
Norsk (Norveççe)
Polski (Lehçe)
Português (Portekizce - Portekiz)
Português - Brasil (Portekizce - Brezilya)
Română (Rumence)
Русский (Rusça)
Suomi (Fince)
Svenska (İsveççe)
Tiếng Việt (Vietnamca)
Українська (Ukraynaca)
Bir çeviri sorunu bildirin
While running game code:
File "game/SuperRageEngine/Modules/000antihack.rpy", line 21, in <module>
WindowsError: [Error 2] : u'D:\\For Steam\\steamapps\\common\\Damned Cool Weekdays/game/000atl.rpy'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 472, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 797, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 485, in finish_load
node.early_execute()
File "renpy/ast.py", line 980, in early_execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/SuperRageEngine/Modules/000antihack.rpy", line 21, in <module>
WindowsError: [Error 2] : u'D:\\For Steam\\steamapps\\common\\Damned Cool Weekdays/game/000atl.rpy'
Windows-7-6.1.7601-SP1
Ren'Py 7.4.8.1895
Sat Oct 9 15:51:07 2021
While running game code:
File "game/scenario/day1.rpy", line 145, in <module>
File "game/SuperRageEngine/Data/Main.rpy", line 1503, in Say
File "game/SuperRageEngine/Data/Main.rpy", line 323, in Image
File "game/script.rpy", line 170, in sprite_dysplayable
File "game/SuperRageEngine/Data/Main.rpy", line 2075, in ImageExprCheck
IOError: Couldn't find file 'mods/ded_kasumi/images/sprites/yutaka/poses/1_uniform.png' for creating the sprite.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scenario/day1.rpyc", line 145, in script
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scenario/day1.rpy", line 145, in <module>
File "game/SuperRageEngine/Data/Main.rpy", line 1503, in Say
File "game/SuperRageEngine/Data/Main.rpy", line 323, in Image
File "game/script.rpy", line 170, in sprite_dysplayable
File "game/SuperRageEngine/Data/Main.rpy", line 2075, in ImageExprCheck
IOError: Couldn't find file 'mods/ded_kasumi/images/sprites/yutaka/poses/1_uniform.png' for creating the sprite.
Windows-10-10.0.22543
Ren'Py 7.4.8.1895
Damned Cool Weekdays! 0.5.5.0
Mon Feb 14 18:19:22 2022
2. Ад перфекциониста при выборе действия. В частности это связано с рамками.
P.s Куда обращаться по поводу SuperRageLaunсher?
1. Понял, исправлю.
2. А что с рамками не так? Как надо отмечаются галочками когда-либо выбранные варианты.
А по поводу SuperRageLaunсher можно тут же писать.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 156, in <module>
File "game/script.rpy", line 24, in games_folder_check
TypeError: coercing to Unicode: need string or buffer, NoneType found
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "script.rpyc", line 5, in script
File "script.rpyc", line 5, in script
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 156, in <module>
File "game/script.rpy", line 24, in games_folder_check
TypeError: coercing to Unicode: need string or buffer, NoneType found
Windows-10-10.0.22543
Ren'Py 7.4.8.1895
SuperRageLauncher 0.3.5.0
Mon Feb 14 19:31:50 2022
'm sorry, but an uncaught exception occurred.
After initialization, but before game start.
File "renpy/common/00start.rpy", line 80, in _init_language
renpy.change_language(language)
AttributeError: 'Cache' object has no attribute 'get_renders'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 78, in run
renpy.translation.init_translation()
File "renpy/translation/__init__.py", line 561, in init_translation
renpy.store._init_language() # @UndefinedVariable
File "renpy/common/00start.rpy", line 80, in _init_language
renpy.change_language(language)
File "renpy/translation/__init__.py", line 654, in change_language
renpy.exports.free_memory()
File "renpy/exports.py", line 2552, in free_memory
renpy.display.interface.kill_textures()
File "renpy/display/core.py", line 2432, in kill_textures
renpy.display.render.free_memory()
File "render.pyx", line 114, in renpy.display.render.free_memory
File "render.pyx", line 518, in renpy.display.render.mark_sweep
AttributeError: 'Cache' object has no attribute 'get_renders'
Windows-10-10.0.22579
Ren'Py 7.4.8.1895
Damned Cool Weekdays! 0.6.0.0
Fri Apr 8 18:07:56 2022