Mod SuperPowered: SFC

5.00 star(s) 3 Votes

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,878
SFC 0.3.1 Radioactive.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/func_action_processing.rpy", line 192, in script
    call screen kitchen
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screen/screen_SFCheats.rpy", line 685, in execute
  File "game/screen/screen_SFCheats.rpy", line 685, in execute
  File "game/screen/screen_SFCheats.rpy", line 688, in execute
  File "game/screen/screen_SFCheats.rpy", line 690, in execute
  File "game/screen/screen_SFCheats.rpy", line 691, in execute
  File "game/screen/screen_SFCheats.rpy", line 692, in execute
  File "game/screen/screen_SFCheats.rpy", line 694, in execute
AttributeError: 'Person' object has no attribute 'bio'

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

Full traceback:
  File "game/func_action_processing.rpy", line 192, in script
    call screen kitchen
  File "D:\H\SuperPowered_v0.26.02-win\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "D:\H\SuperPowered_v0.26.02-win\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\H\SuperPowered_v0.26.02-win\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 519, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\H\SuperPowered_v0.26.02-win\renpy\exports.py", line 2710, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\H\SuperPowered_v0.26.02-win\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\H\SuperPowered_v0.26.02-win\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\H\SuperPowered_v0.26.02-win\renpy\display\core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\H\SuperPowered_v0.26.02-win\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\H\SuperPowered_v0.26.02-win\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\H\SuperPowered_v0.26.02-win\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "D:\H\SuperPowered_v0.26.02-win\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "D:\H\SuperPowered_v0.26.02-win\renpy\display\core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\H\SuperPowered_v0.26.02-win\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "D:\H\SuperPowered_v0.26.02-win\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screen/screen_SFCheats.rpy", line 685, in execute
  File "game/screen/screen_SFCheats.rpy", line 685, in execute
  File "game/screen/screen_SFCheats.rpy", line 688, in execute
  File "game/screen/screen_SFCheats.rpy", line 690, in execute
  File "game/screen/screen_SFCheats.rpy", line 691, in execute
  File "game/screen/screen_SFCheats.rpy", line 692, in execute
  File "game/screen/screen_SFCheats.rpy", line 694, in execute
  File "D:\H\SuperPowered_v0.26.02-win\renpy\ui.py", line 988, in _label
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "D:\H\SuperPowered_v0.26.02-win\renpy\text\text.py", line 1377, in __init__
    self.set_text(text, scope, substitute)
  File "D:\H\SuperPowered_v0.26.02-win\renpy\text\text.py", line 1477, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "D:\H\SuperPowered_v0.26.02-win\renpy\substitutions.py", line 242, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 652, in get_field
AttributeError: 'Person' object has no attribute 'bio'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SP 0.26.02
Sat Jul 07 16:04:35 2018
Try the file i have send you in MP
 

Kiarath

New Member
Sep 20, 2017
8
0
I've a problem when I try to launch the game.


I'm sorry, but an uncaught exception occurred.

While parsing G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM/game/chars/char_Tamara.rpy.
TypeError: must be string or read-only buffer, not None

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

Full traceback:
File "G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM\renpy\bootstrap.py", line 305, in bootstrap
renpy.main.main()
File "G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM\renpy\main.py", line 365, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM\renpy\script.py", line 265, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM\renpy\script.py", line 756, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM\renpy\script.py", line 432, in finish_load
self.update_bytecode()
File "G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM\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​

The game works perfectly fine with Get Lucky and Radioactive. After I add SFC it won't lauch anymore. Tried two times with functionning version. I tried with a fresh game without any mods. First GL intall, radioactive and SFC, but the game won't launch.
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,878
I've a problem when I try to launch the game.


I'm sorry, but an uncaught exception occurred.

While parsing G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM/game/chars/char_Tamara.rpy.
TypeError: must be string or read-only buffer, not None

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

Full traceback:
File "G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM\renpy\bootstrap.py", line 305, in bootstrap
renpy.main.main()
File "G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM\renpy\main.py", line 365, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM\renpy\script.py", line 265, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM\renpy\script.py", line 756, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM\renpy\script.py", line 432, in finish_load
self.update_bytecode()
File "G:\Games\SuperPowered_v0.26.00-pc - GL-Rad - SCM\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​

The game works perfectly fine with Get Lucky and Radioactive. After I add SFC it won't lauch anymore. Tried two times with functionning version. I tried with a fresh game without any mods. First GL intall, radioactive and SFC, but the game won't launch.
You have version 0.26.00, Install the last version of the game 0.26.02.
 

Kiarath

New Member
Sep 20, 2017
8
0
No, I've the 26.02, I just put the patch directly from Baal and I don't renamed the folder.
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,878
No, I've the 26.02, I just put the patch directly from Baal and I don't renamed the folder.
The version you use is compiled with an old version of Renpy 6.99.13.
Download and install version in the OP. Is compiled with Renpy 7, like mod ;)
 

roojohan

Member
Sep 7, 2017
134
26
getting this error when pressing ctrl-F1
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/func_action_processing.rpy", line 197, in script call
call screen your_room
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screen/screen_SFCheats.rpy", line 105, in execute
File "game/screen/screen_SFCheats.rpy", line 105, in execute
File "game/screen/screen_SFCheats.rpy", line 108, in execute
File "game/screen/screen_SFCheats.rpy", line 111, in execute
File "game/screen/screen_SFCheats.rpy", line 117, in execute
File "game/screen/screen_SFCheats.rpy", line 117, in keywords
NameError: name 'Home' is not defined

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

Full traceback:
File "game/func_action_processing.rpy", line 197, in script call
call screen your_room
File "game/screen/screen_SFCheats.rpyc", line 73, in script
�A����(������聀����{c��3�Yv�esl�yȳ�1�Yd��j���㷼����%V~����64�� ,`�9��/����w�B|��S���4>��)@%��0���(vZ��)��F� z��#?5L^���B� ���� }:��j�_p
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\ast.py", line 1828, in execute
self.call("execute")
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\ast.py", line 1816, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\statements.py", line 177, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\exports.py", line 2710, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\display\core.py", line 3033, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\display\core.py", line 3033, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\display\screen.py", line 434, in per_interact
self.update()
File "F:\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/screen/screen_SFCheats.rpy", line 105, in execute
File "game/screen/screen_SFCheats.rpy", line 105, in execute
File "game/screen/screen_SFCheats.rpy", line 108, in execute
File "game/screen/screen_SFCheats.rpy", line 111, in execute
File "game/screen/screen_SFCheats.rpy", line 117, in execute
File "game/screen/screen_SFCheats.rpy", line 117, in keywords
File "<screen language>", line 120, in <module>
NameError: name 'Home' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SP 0.26.02
Sat Jul 07 10:32:15 2018

i am using Game + GetLucky + Radioactive + SimpleFullCheat
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,878
The problem seems to be only on windows 8!
The weird characters in the traceback is not normal!

I am going to make a modded version for windows that I will put online for testing.
 

seventhsword2

Newbie
Jul 26, 2017
37
9
I am having the same problem with opening the cheat menu, and I'm using windows seven, so it may not be the version that is the problem


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/func_action_processing.rpy", line 192, in script call
call screen kitchen
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screen/screen_SFCheats.rpy", line 105, in execute
File "game/screen/screen_SFCheats.rpy", line 105, in execute
File "game/screen/screen_SFCheats.rpy", line 108, in execute
File "game/screen/screen_SFCheats.rpy", line 111, in execute
File "game/screen/screen_SFCheats.rpy", line 117, in execute
File "game/screen/screen_SFCheats.rpy", line 117, in keywords
NameError: name 'Home' is not defined

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

Full traceback:
File "game/func_action_processing.rpy", line 192, in script call
call screen kitchen
File "game/screen/screen_SFCheats.rpyc", line 73, in script
�A����(������聀����{c��3�Yv�esl�yȳ�1�Yd��j���㷼����%V~����64�� ,`�9��/����w�B|��S���4>��)@%��0���(vZ��)��F� z��#?5L^���B� ���� }:��j�_p
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\ast.py", line 1828, in execute
self.call("execute")
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\ast.py", line 1816, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\statements.py", line 177, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\exports.py", line 2710, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\display\core.py", line 3033, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\display\core.py", line 3033, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\display\screen.py", line 434, in per_interact
self.update()
File "C:\Users\James\Downloads\stuff\games\SuperPowered_v0.26.02-win\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/screen/screen_SFCheats.rpy", line 105, in execute
File "game/screen/screen_SFCheats.rpy", line 105, in execute
File "game/screen/screen_SFCheats.rpy", line 108, in execute
File "game/screen/screen_SFCheats.rpy", line 111, in execute
File "game/screen/screen_SFCheats.rpy", line 117, in execute
File "game/screen/screen_SFCheats.rpy", line 117, in keywords
File "<screen language>", line 120, in <module>
NameError: name 'Home' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
SP 0.26.02
Sat Jul 07 02:26:59 2018
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,878
Ok, i have compiled a modded version for windows with GL+RA+SFC.
I have tested on windows 7 and all work fine!
Upload is in progress, i send you link when done ;)
 

JerSmi

New Member
Mar 18, 2018
7
11
Have the same errors as seven & roojohan. Win 10 Home, but traceback says "Windows-8-6.2.9200". Strange
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,878
So, this windows version is modded with GL+RA+SFC
Work fine on windows 7. No error, no crash, hotkeys work fine.

Tell me if work for you ;)
 

dark.knight48

Member
Dec 2, 2017
218
215
Please help

I got following:

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'RadioactiveAfterLoad'.

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

Full traceback:
File "game/script.rpyc", line 552, in script call
File "game/script.rpyc", line 548, in script call
File "C:\GAME\GAME\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\ast.py", line 1384, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "game/script.rpyc", line 552, in script call
File "game/script.rpyc", line 548, in script call
File "C:\GAME\GAME\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\script.py", line 873, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'RadioactiveAfterLoad'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SP 0.26.02
Sat Jul 07 14:32:32 2018
 

Passion3D

Well-Known Member
Modder
Nov 10, 2017
1,258
6,878
Please help

I got following:

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'RadioactiveAfterLoad'.

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

Full traceback:
File "game/script.rpyc", line 552, in script call
File "game/script.rpyc", line 548, in script call
File "C:\GAME\GAME\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\ast.py", line 1384, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "game/script.rpyc", line 552, in script call
File "game/script.rpyc", line 548, in script call
File "C:\GAME\GAME\SuperPowered_v02602-win\SuperPowered_v0.26.02-win\renpy\script.py", line 873, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'RadioactiveAfterLoad'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
SP 0.26.02
Sat Jul 07 14:32:32 2018
Try the version modded i have posted above.
 
5.00 star(s) 3 Votes