Mod SuperPowered: SFC

5.00 star(s) 3 Votes

asgodmpgod

New Member
Jul 1, 2017
5
2
I'm sorry, but an uncaught exception occurred.

While running game code:
TypeError: must be string or read-only buffer, not None

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "K:\weston game\SuperPowered [v0.24.01] [Night City Productions]\SuperPowered_v0.24.01-pc\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "K:\weston game\SuperPowered [v0.24.01] [Night City Productions]\SuperPowered_v0.24.01-pc\renpy\main.py", line 367, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "K:\weston game\SuperPowered [v0.24.01] [Night City Productions]\SuperPowered_v0.24.01-pc\renpy\script.py", line 266, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "K:\weston game\SuperPowered [v0.24.01] [Night City Productions]\SuperPowered_v0.24.01-pc\renpy\script.py", line 757, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "K:\weston game\SuperPowered [v0.24.01] [Night City Productions]\SuperPowered_v0.24.01-pc\renpy\script.py", line 433, in finish_load
self.update_bytecode()
File "K:\weston game\SuperPowered [v0.24.01] [Night City Productions]\SuperPowered_v0.24.01-pc\renpy\script.py", line 837, 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.14.1.3218

Fri May 04 13:48:45 2018

I got the same problem here
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,902
lol problem Windows 8 ;)
- Download game on my post (link in the signature)
- Download MOD
- install
 

Coretherius

New Member
Jul 2, 2017
14
20
From a save or a new game?
If it's from save, can you send me it?
It was from just starting the game, it wouldn't even load the main menu. But I tried a third time, this time deleting everything including old saves, and it seems to be working now. Will let you know if anything else happens.
 

Cruzator

New Member
Nov 5, 2017
1
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 287, in script
    init -10 python:
  File "game/script.rpy", line 289, in <module>
    from func_definitions import *
SyntaxError: invalid syntax (python-packages/func_definitions.py, line 230)

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 287, in script
    init -10 python:
  File "E:\games\xxx\renpy-6.99.13-sdk\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\games\xxx\renpy-6.99.13-sdk\renpy\python.py", line 1888, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 289, in <module>
    from func_definitions import *
  File "E:\games\xxx\renpy-6.99.13-sdk\renpy\loader.py", line 722, in load_module
    code = compile(source, filename, 'exec', renpy.python.old_compile_flags, 1)
SyntaxError: invalid syntax (python-packages/func_definitions.py, line 230)

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347

Sun May 06 02:25:53 2018
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,902
Did you have this error with which MOD (s) installed?
This part of code is not in my MOD
 

Exo883

Newbie
Aug 8, 2017
30
3
ok i got it working but now i dont get any scenes when kissing hugging and such i get all the other just not those types. Maybe i did something wrong but it does work.
 

Ioneth69

New Member
Apr 24, 2017
13
3
'm sorry, but an uncaught exception occurred.

While running game code:
TypeError: must be string or read-only buffer, not None

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "D:\000\SuperPowered_v0.24.01-pc\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "D:\000\SuperPowered_v0.24.01-pc\renpy\main.py", line 367, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "D:\000\SuperPowered_v0.24.01-pc\renpy\script.py", line 266, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "D:\000\SuperPowered_v0.24.01-pc\renpy\script.py", line 757, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "D:\000\SuperPowered_v0.24.01-pc\renpy\script.py", line 433, in finish_load
self.update_bytecode()
File "D:\000\SuperPowered_v0.24.01-pc\renpy\script.py", line 837, 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.14.1.3218
Wed May 09 08:10:13 2018
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,902
'm sorry, but an uncaught exception occurred.

While running game code:
TypeError: must be string or read-only buffer, not None

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "D:\000\SuperPowered_v0.24.01-pc\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "D:\000\SuperPowered_v0.24.01-pc\renpy\main.py", line 367, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "D:\000\SuperPowered_v0.24.01-pc\renpy\script.py", line 266, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "D:\000\SuperPowered_v0.24.01-pc\renpy\script.py", line 757, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "D:\000\SuperPowered_v0.24.01-pc\renpy\script.py", line 433, in finish_load
self.update_bytecode()
File "D:\000\SuperPowered_v0.24.01-pc\renpy\script.py", line 837, 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.14.1.3218
Wed May 09 08:10:13 2018
This error is only with Windows 8.
- Download base game
- (optional) install GetLucky
- Install SFC
 

OmegaUltima

Member
Sep 15, 2017
378
290
aw...darn it; oh well, I suppose the only thing I really wanted was the ability to 'lock' the stats, anyway; thanks for your hard work on the mod, though!
 

Gustavo123

New Member
Aug 26, 2017
1
0
Can't active the cheats, to bring the menu, I placed them in the game folder, change F1 and F2 to ctrl + g, h, but nothing pop ups, i even tried to open a start a new game
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,902
Can't active the cheats, to bring the menu, I placed them in the game folder, change F1 and F2 to ctrl + g, h, but nothing pop ups, i even tried to open a start a new game
did you use the correct syntax for the hotkey?
For CTRL+G:
SFC_Menu = "ctrl_K_g"
For h:
SFC_Menu = "K_h"
 
5.00 star(s) 3 Votes