- Mar 2, 2018
- 214
- 101
sorry, i mean on this site xDThe download got updated, yes.
sorry, i mean on this site xDThe download got updated, yes.
I have the 3.8 version, and even though the bug is supposed to be fix for me it is notthe question is if the download got updated and if you have the new 3.8 version
the NEW 3.8 version, meinos gave us a quick bug fixed version but i am not sure if it got updated in here aka f95I have the 3.8 version, and even though the bug is supposed to be fix for me it is not
Note to self. NEVER upload new versions without a change in numbers.the NEW 3.8 version, meinos gave us a quick bug fixed version but i am not sure if it got updated in here aka f95
also on the discord we had someone who save edited and it fucked over some of the dialoge and other stuff that happened
So... its an asshat comment... but I got to say it before someone else...
maybe try it w/o the frowny faces next time...
But on a serious note... I cant really help you much... I havnt been into the code enough lately... and Ive no experience trying to use save editor to edit renpy saves... I just use notepad and edit it that way...
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Naon.rpy", line 24, in script
X "\"Hi, [player_name!]\""
ValueError: Conversion specifier can't be empty.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Naon.rpy", line 24, in script
X "\"Hi, [player_name!]\""
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1393, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1190, in __call__
what = what_pattern.replace("[what]", sub(what, translate=True))
File "renpy/character.py", line 1179, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 589, in _vformat
File "renpy/substitutions.py", line 171, in convert_field
raise ValueError("Conversion specifier can't be empty.")
ValueError: Conversion specifier can't be empty.
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
JPDE - Sonata of Fire 3.8
Tue Apr 27 10:17:47 2021
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/Naon.rpy", line 24, in script X "\"Hi, [player_name!]\"" ValueError: Conversion specifier can't be empty. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/Naon.rpy", line 24, in script X "\"Hi, [player_name!]\"" File "renpy/ast.py", line 715, in execute renpy.exports.say(who, what, *args, **kwargs) File "renpy/exports.py", line 1393, in say who(what, *args, **kwargs) File "renpy/character.py", line 1190, in __call__ what = what_pattern.replace("[what]", sub(what, translate=True)) File "renpy/character.py", line 1179, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "renpy/substitutions.py", line 270, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 589, in _vformat File "renpy/substitutions.py", line 171, in convert_field raise ValueError("Conversion specifier can't be empty.") ValueError: Conversion specifier can't be empty. Windows-10-10.0.19041 Ren'Py 7.4.4.1439 JPDE - Sonata of Fire 3.8 Tue Apr 27 10:17:47 2021
Second Neon Katt event wont trigger, or rather crashes partway through.
All I see from doing that is that they know it exists, so I can only take from that that that there is no known way to fix it or work around it at the moment. Well, at least it can hopefully get resolved eventually.go to the first page here and look at known bugs
All I see from doing that is that they know it exists, so I can only take from that that that there is no known way to fix it or work around it at the moment. Well, at least it can hopefully get resolved eventually.
but she happy tho D:fuckin love it. my only issue is there isn't enough penny content. i want my robot cinnamon roll to be happy.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Alley Events.rpy", line 66, in script
if banned >= 1:
File "game/Alley Events.rpy", line 69, in <module>
elif (TwinsEv01 == True and banned == 0 and TwinsTwinsJob04 == False):
NameError: name 'TwinsTwinsJob04' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Alley Events.rpy", line 66, in script
if banned >= 1:
File "renpy/ast.py", line 1852, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Alley Events.rpy", line 69, in <module>
elif (TwinsEv01 == True and banned == 0 and TwinsTwinsJob04 == False):
NameError: name 'TwinsTwinsJob04' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
JPDE - Sonata of Fire 3.8
Wed May 5 15:43:04 2021
this is a known bug, on the first page there is alist of known bugsIs anyone getting a bug report when they try to go to the junior job for the third time?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/Alley Events.rpy", line 66, in script if banned >= 1: File "game/Alley Events.rpy", line 69, in <module> elif (TwinsEv01 == True and banned == 0 and TwinsTwinsJob04 == False): NameError: name 'TwinsTwinsJob04' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/Alley Events.rpy", line 66, in script if banned >= 1: File "renpy/ast.py", line 1852, in execute if renpy.python.py_eval(condition): File "renpy/python.py", line 2249, in py_eval return py_eval_bytecode(code, globals, locals) File "renpy/python.py", line 2242, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/Alley Events.rpy", line 69, in <module> elif (TwinsEv01 == True and banned == 0 and TwinsTwinsJob04 == False): NameError: name 'TwinsTwinsJob04' is not defined Windows-10-10.0.19041 Ren'Py 7.4.4.1439 JPDE - Sonata of Fire 3.8 Wed May 5 15:43:04 2021
Yeah same. I ended up putting a fuckton of time into my stats, so they're all >20, and I'm pretty sure my strength is in the 50s. Still getting my ass kicked in like five or six roundsJesus Christ, Nebula and Dew are kicking my ass. All my stats are at 20 (I read that I should get some to 25 only just now, bit too late). I just can't get any damage in without fucking dying...