Just tried once more using a fresh version of 0.28.06 that I made certain worked before trying to patch. I decompressed the scripts.rpa and SFC_keys.rpy into the game/ directory, overwriting the initial scripts.rpa that the official .28.06 patch came with. Once I did this I attempted to run the game which created a SFC_keys.rpyc file in the game/ directory and generated a traceback file that reads
I'm sorry, but an uncaught exception occurred.
While parsing D:\D Downloads\SuperPowered_v0.28.05-pc/game/SFC_Keys.rpy.
TypeError: must be string or read-only buffer, not None
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\D Downloads\SuperPowered_v0.28.05-pc\renpy\bootstrap.py", line 305, in bootstrap
renpy.main.main()
File "D:\D Downloads\SuperPowered_v0.28.05-pc\renpy\main.py", line 365, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "D:\D Downloads\SuperPowered_v0.28.05-pc\renpy\script.py", line 265, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "D:\D Downloads\SuperPowered_v0.28.05-pc\renpy\script.py", line 756, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "D:\D Downloads\SuperPowered_v0.28.05-pc\renpy\script.py", line 432, in finish_load
self.update_bytecode()
File "D:\D Downloads\SuperPowered_v0.28.05-pc\renpy\script.py", line 827, in update_bytecode
i.bytecode = marshal.loads(code)
TypeError: must be string or read-only buffer, not None
Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Hope this helps with either bug finding or understanding what I may have missed.
I'm sorry, but an uncaught exception occurred.
While parsing D:\D Downloads\SuperPowered_v0.28.05-pc/game/SFC_Keys.rpy.
TypeError: must be string or read-only buffer, not None
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\D Downloads\SuperPowered_v0.28.05-pc\renpy\bootstrap.py", line 305, in bootstrap
renpy.main.main()
File "D:\D Downloads\SuperPowered_v0.28.05-pc\renpy\main.py", line 365, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "D:\D Downloads\SuperPowered_v0.28.05-pc\renpy\script.py", line 265, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "D:\D Downloads\SuperPowered_v0.28.05-pc\renpy\script.py", line 756, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "D:\D Downloads\SuperPowered_v0.28.05-pc\renpy\script.py", line 432, in finish_load
self.update_bytecode()
File "D:\D Downloads\SuperPowered_v0.28.05-pc\renpy\script.py", line 827, in update_bytecode
i.bytecode = marshal.loads(code)
TypeError: must be string or read-only buffer, not None
Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Hope this helps with either bug finding or understanding what I may have missed.