- Feb 1, 2022
- 16
- 10
The main problem with this error is I can't seem to replicate it on my system, even wiping all traces of the game then re-downloading.. hmm this is a curious one indeed..no there is no game folder inside the folder
i really dont understand why this is happening im new to the game and wanted to try this but it wont work i can wait until there is anew update thanks for the helpThe main problem with this error is I can't seem to replicate it on my system, even wiping all traces of the game then re-downloading.. hmm this is a curious one indeed..
Any timeline is a good timeline! I'm more curious to see if the mod actually works though at this point lol. Just recently a couple of people have not been able to launch the game with this mod for some reason and I'm a bit lost as to the cause?Chinwiskers, I am looking forward to thoroughly exploring and experiencing the modifications you've implemented.
Please anticipate my feedback; I will provide a comprehensive response within a week's time from this opportunity.
I trust this timeline is acceptable to you.
I'm gonna forward this to some more experienced developers and see if I can find an answer, I have no idea how to recreate this error on another system so it's absolutely mind boggling at this point lolJust downloaded the game and your edit, merged your files with the game, nothing else. Still getting this error:
While running game code:
File "renpy/common/00start.rpy", line 240, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 119, in script
centered "{size=+30}This is a test version of {b}HeartProblems."
TypeError: must be real number, not NoneType
I've made an adjustment to the line in the code that the error refers to, I closed the {size} tags with {/size}.Just downloaded the game and your edit, merged your files with the game, nothing else. Still getting this error:
While running game code:
File "renpy/common/00start.rpy", line 240, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpy", line 119, in script
centered "{size=+30}This is a test version of {b}HeartProblems."
TypeError: must be real number, not NoneType
ok this gets even weirder lol, when I look into this it seems to point at something wrong or missing with the "environment" the game is being used in (I presume that means the users PC?), but I can't imagine what might be wrong in that case?Even with the new one I get multiple errors. I clicked "ignore" until the game just closed and got this error:
While running game code:
File "game/script.rpy", line 181, in script
"."
File "game/script.rpy", line 181, in script
"."
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)
TypeError: must be real number, not NoneType
OK! we MIGHT have it this time!Even with the new one I get multiple errors. I clicked "ignore" until the game just closed and got this error:
While running game code:
File "game/script.rpy", line 181, in script
"."
File "game/script.rpy", line 181, in script
"."
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)
TypeError: must be real number, not NoneType
It's so jank I know .I saw more progress on your work, so I thought that it's time to reinstall the game and see what we have now.
Seems like we all get the same type of error, just with different line numbers.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 175, in script
"."
File "game/script.rpy", line 175, in script
"."
TypeError: must be real number, not NoneType
I got that error in main menu, when I chose "Start a new game". Funnily, installing other mods fixes it. At least it seems so at first. Opening preferences crashed the game again.
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object ('gallery_mod/gui/button/radiobutton_checked.png') at 0x00000000154e3b50>:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
OSError: Couldn't find file 'gallery_mod/gui/button/radiobutton_checked.png'.
This time the cause was actually the presence of gallery mod. So, reinstalling again without this particular one, and it seems to be working perfectly for now.
Haha it's like it just takes issue with every single line as soon as you edit or remove the previous one XDStill a bunch of errors like this one:
While running game code:
File "game/script.rpy", line 180, in script
centered "Your name will be [mc]."
TypeError: must be real number, not NoneType
It's the one in the main game thread. "Heartproblems_Chapter8_Gallery_mod" is the name of the file in attachment.It's so jank I know .
So for now, it works? kinda? but doesn't play well with mods..
Which exact mod is it ? I can try download and apply it on my laptop (it has an isolated copy of the game that also produced these errors until I fixed the files).
EDIT: I removed the "175 line" in the script that came up in the error message, it wasn't necessary anyway and maybe its one less thing? It's reuploaded with that change for what its worth.
Also I notice in the error message for the gallery mod it says it can't find a missing file, a png file? I suspect that my script files are lacking the reference to that files location / existence for that mod to work?
For now I just added a warning disclaimer to this thread about incompatability, I looked at the mod and it does indeed replace pretty much all the script files involved in making my mod work so they would need to be integrated? That's a job in itself hahaIt's the one in the main game thread. "Heartproblems_Chapter8_Gallery_mod" is the name of the file in attachment.
Are you running it a vanilla copy of the game? (no other mods installed)The mod crashed again, same line error