- Jan 26, 2022
- 143
- 265
Have you managed to play through it ? I'm curiousgreat work!
Have you managed to play through it ? I'm curiousgreat work!
I have restart the game with your mod, and now have played in the middle of CH2(maybe) Expecting more dialogue improvement future upgrade. Need more blood ties mom & sis, plzHave you managed to play through it ? I'm curious
Are you enjoying the changes so far? Thanks for checking it out!I have restart the game with your mod, and now have played in the middle of CH2(maybe) Expecting more dialogue improvement future upgrade. Need more blood ties mom & sis, plz
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 1699, in execute
screen preferences():
File "game/screens.rpy", line 1699, in execute
screen preferences():
File "game/screens.rpy", line 1703, in execute
use game_menu(_("Preferences"), scroll="viewport"):
File "game/screens.rpy", line 1387, in execute
screen game_menu(title, scroll=None, yinitial=0.0):
File "game/screens.rpy", line 1387, in execute
screen game_menu(title, scroll=None, yinitial=0.0):
File "game/screens.rpy", line 1397, in execute
frame:
File "game/screens.rpy", line 1400, in execute
hbox:
File "game/screens.rpy", line 1406, in execute
frame:
File "game/screens.rpy", line 1409, in execute
if scroll == "viewport":
File "game/screens.rpy", line 1411, in execute
viewport:
File "game/screens.rpy", line 1420, in execute
vbox:
File "game/screens.rpy", line 1421, in execute
transclude
File "game/screens.rpy", line 1703, in execute
use game_menu(_("Preferences"), scroll="viewport"):
File "game/screens.rpy", line 1705, in execute
vbox:
File "game/screens.rpy", line 1707, in execute
hbox:
File "game/screens.rpy", line 1734, in execute
vbox:
File "game/screens.rpy", line 1736, in execute
bar value FieldValue(persistent, "dialogueBoxOpacity", range=1.0, style="slider")
File "renpy/common/00barvalues.rpy", line 285, in get_adjustment
value -= self.offset
TypeError: unsupported operand type(s) for -=: 'NoneType' and 'int'
And when I press ignore this is the error
[code]
I'm sorry, but an uncaught exception occurred.
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
Do you have any other mods installed? There is an incompatibility atm with the other mods as they over-write the script files necessary to make this one work.I can't seem to get it to work. I extracted the files into the root folder, but I get this error when I go to preferences.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 1699, in execute screen preferences(): File "game/screens.rpy", line 1699, in execute screen preferences(): File "game/screens.rpy", line 1703, in execute use game_menu(_("Preferences"), scroll="viewport"): File "game/screens.rpy", line 1387, in execute screen game_menu(title, scroll=None, yinitial=0.0): File "game/screens.rpy", line 1387, in execute screen game_menu(title, scroll=None, yinitial=0.0): File "game/screens.rpy", line 1397, in execute frame: File "game/screens.rpy", line 1400, in execute hbox: File "game/screens.rpy", line 1406, in execute frame: File "game/screens.rpy", line 1409, in execute if scroll == "viewport": File "game/screens.rpy", line 1411, in execute viewport: File "game/screens.rpy", line 1420, in execute vbox: File "game/screens.rpy", line 1421, in execute transclude File "game/screens.rpy", line 1703, in execute use game_menu(_("Preferences"), scroll="viewport"): File "game/screens.rpy", line 1705, in execute vbox: File "game/screens.rpy", line 1707, in execute hbox: File "game/screens.rpy", line 1734, in execute vbox: File "game/screens.rpy", line 1736, in execute bar value FieldValue(persistent, "dialogueBoxOpacity", range=1.0, style="slider") File "renpy/common/00barvalues.rpy", line 285, in get_adjustment value -= self.offset TypeError: unsupported operand type(s) for -=: 'NoneType' and 'int' And when I press ignore this is the error [code] I'm sorry, but an uncaught exception occurred. 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
That's the thing, this is with a fresh install of the game so I don't understand how others can get it to runDo you have any other mods installed? There is an incompatibility atm with the other mods as they over-write the script files necessary to make this one work.
Honestly this "TypeError: must be real number, not NoneType" error message crops up quite a lot with people, the problem is it doesn't happen on my system and when I did reproduce it on a seperate laptop I fixed it and never saw it again.. its so weird lolThat's the thing, this is with a fresh install of the game so I don't understand how others can get it to run
That is weird. I can run the game fine without the rewrite, but when I start to apply it into the game, these errors pop upHonestly this "TypeError: must be real number, not NoneType" error message crops up quite a lot with people, the problem is it doesn't happen on my system and when I did reproduce it on a seperate laptop I fixed it and never saw it again.. its so weird lol
I've even tried using copilot A.I to identify the issue and run through its suggestions, the last thing it mentions is the "environment" the game is being run in (i.e the computer its being run on).
Lemme try download a fresh copy of the game and apply the mod from this page.
So the one that you're getting when entering the preferences screen, that error relates to the Opacity slider that I added for the dialogue box. But! The game running on my machine doesn't produce that error:That is weird. I can run the game fine without the rewrite, but when I start to apply it into the game, these errors pop up
So the one that you're getting when entering the preferences screen, that error relates to the Opacity slider that I added for the dialogue box. But! The game running on my machine doesn't produce that error:
View attachment 3859139
The second error you got seems to relate to the function "centered" but this also doesn't produce an error for me.
Did you just hit enter when it asked for a name at the start?
I'll have a look at the code again but I honestly have no idea why it works here and not once its uploaded to the forums lol
And I REALLY appreciate you taking the time to check it out and respond to my responses! This exact error message has been plaguing me since I released Chapter 2 I think (The update where I added the Opacity slider to the preferences screen), I'm not actually that experienced in Ren'Py or coding I have no background in it, so this is all a learning experience for me lolFor the first point, I don't understand it either. When I click 'Preferences', it shows the error. When I click 'Ignore', it goes straight to asking for the name.
For the second error, when it asks for the name, I usually enter a random name, and then the error pops up. I even tried restarting it without going into the 'Preferences' and going straight into the game, but the same thing happens. It asks for the name, then the error pops up.
btw, I appreciate your quick response. I really wanted to try your rewrite for this game. Given the state of the game right now, I'm looking for new ways to experience it, so I really appreciate your dedication to this game.
Only thing I can think of that's installed on my PC that may not be on someone elses is... Microsoft Visual Studio Code?And I REALLY appreciate you taking the time to check it out and respond to my responses! This exact error message has been plaguing me since I released Chapter 2 I think (The update where I added the Opacity slider to the preferences screen), I'm not actually that experienced in Ren'Py or coding I have no background in it, so this is all a learning experience for me lol
But I'm determined to find a solution! What makes it so strange is that other people also don't get this error message.. it's so random?
And I REALLY appreciate you taking the time to check it out and respond to my responses! This exact error message has been plaguing me since I released Chapter 2 I think (The update where I added the Opacity slider to the preferences screen), I'm not actually that experienced in Ren'Py or coding I have no background in it, so this is all a learning experience for me lol
But I'm determined to find a solution! What makes it so strange is that other people also don't get this error message.. it's so random?
haha its funny you should mention this! I just noticed that myself!Yeah, I'm not really sure. Maybe it has something to do with how we install it? I just drag and drop the 'game' and 'renpy' files into the folder and accept the replace prompt if it shows up.
By the way, the installation process mentioned backing up the '00barvalues' file from 'renpy/common', but the file in the rewrite folder is '00library'.
It almost worked!haha its funny you should mention this! I just noticed that myself!
Try re-downloading the mod, I uploaded it with the 00barvalues file included, fingers crossed!
I'm sorry, but an uncaught exception occurred.
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
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 189, in script
"{size=+3}This, is your beautiful family."
TypeError: must be real number, not NoneType
Hmm let me try remove that "centered" function for a start.. and the other one seems to relate to the {size=+3} tag for increasing font size temporarily.. fuck it I'll remove that too just to see where the error goes next lolIt almost worked!
When I go to preferences now it does not show the error anymore
although the same problem persists when after I enter a name
And after i ignore it this error pops upCode:I'm sorry, but an uncaught exception occurred. 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
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 189, in script "{size=+3}This, is your beautiful family." TypeError: must be real number, not NoneType
Ok I edited those two lines and re-uploaded the mod. I appreciate you trying all this by the way! It helps a ton!It almost worked!
When I go to preferences now it does not show the error anymore
although the same problem persists when after I enter a name
And after i ignore it this error pops upCode:I'm sorry, but an uncaught exception occurred. 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
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 189, in script "{size=+3}This, is your beautiful family." TypeError: must be real number, not NoneType
ofcourse, I really just wanted to play the game as well so im trying to helpOk I edited those two lines and re-uploaded the mod. I appreciate you trying all this by the way! It helps a ton!
ok I feel like we're real close.. I went for the shotgun approach and just included all the script files and renpy files from my Dev folder for the game, give this one a go see if it blasts that error for good lolofcourse, I really just wanted to play the game as well so im trying to help
btw, after the edit it just instantly crashed for me after i entered a name
this would be the error code
the preferences error does not show up anymore so thats good tho
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 180, in script
"Your name will be [mc]."
File "game/script.rpy", line 180, in script
"Your name will be [mc]."
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