its it okay when i upload the fix File or is that not confirm with rules!
When u need help PN me!
When u need help PN me!
Last edited:
This didn't work I will have to wait until ShaddyModd makes a patch to fix the errors.Replace the above line with :-
self.pageNum = int(math.floor(len(list(filter(lambda s: s.character == character, replayItems)))/ReplayItem.numberScenes)) + 1
Oh, take care of indentation (spaces not tabs).
SameNow this is poping up when try to click on continue game, or Start a new game.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 571, in script
"{b}Superheroes Suck{/b} is an adult game meant to be played by adults."
File "game/script.rpy", line 571, in script
"{b}Superheroes Suck{/b} is an adult game meant to be played by adults."
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "game/shaddyMod/ShaddyScreens.rpy", line 439, in execute
screen say(who, what):
File "game/shaddyMod/ShaddyScreens.rpy", line 439, in execute
screen say(who, what):
File "game/shaddyMod/ShaddyScreens.rpy", line 442, in execute
window:
File "game/shaddyMod/ShaddyScreens.rpy", line 451, in execute
if persistent.say_window_alpha < 0.6:
File "game/shaddyMod/ShaddyScreens.rpy", line 451, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\main.py", line 660, in main
run(restart)
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\execution.py", line 938, in run_context
context.run()
File "game/script.rpy", line 571, in script
"{b}Superheroes Suck{/b} is an adult game meant to be played by adults."
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "game/script.rpy", line 571, in script
"{b}Superheroes Suck{/b} is an adult game meant to be played by adults."
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\ast.py", line 891, in execute
statement_name("say")
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\ast.py", line 47, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\exports.py", line 1657, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\display\core.py", line 2798, in do_with
return self.interact(trans_pause=True,
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "F:\Games\SuperheroesSuck-1.351public-pc\SuperheroesSuck-1.351public-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/shaddyMod/ShaddyScreens.rpy", line 439, in execute
screen say(who, what):
File "game/shaddyMod/ShaddyScreens.rpy", line 439, in execute
screen say(who, what):
File "game/shaddyMod/ShaddyScreens.rpy", line 442, in execute
window:
File "game/shaddyMod/ShaddyScreens.rpy", line 451, in execute
if persistent.say_window_alpha < 0.6:
File "game/shaddyMod/ShaddyScreens.rpy", line 451, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'
Windows-8.1-6.3.9600 AMD64
Ren'Py 8.0.3.22090809
Superheroes Suck 1.351public
Wed Nov 23 16:40:35 2022
Did a totally fresh install, and still getting this...fixed
I do believe the Attachment on first page has fixed that issue. But I just have error that will indeed load up the game but won't let me play my last save, or start up new game.Did a totally fresh install, and still getting this...
Maybe I am not looking at the right spot, but I am not seeing any "Attachment"s, only the mod itself.I do believe the Attachment on first page has fixed that issue. But I just have error that will indeed load up the game but won't let me play my last save, or start up new game.
If you're talking about the 3.1MB file, that's what I downloaded, and that that was what gave me that error message.It should be right there.
View attachment 2189793
Looking good so far. Thank you Shaddy.ok tracked down the issue. Re-download the mod.
And you got it done before I reached the game in my nightly gaming session, and worked out just fine this time. Thank you so very much for this!!!ok tracked down the issue. Re-download the mod.