CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x
4.40 star(s) 30 Votes

Lachs9

New Member
Oct 31, 2022
12
3
A bug happened to me, when ruby, ciel and may fight against the walang my game threw the error that rubys battle commands are missing, in which file would i verify the thruth of that statement, and is it an install issue or an actual bug?
 

Blue2343

Member
Mar 4, 2022
368
111
I'm having trouble with the patch on android I can't seem to figure out how to use them and this causes the came to crash before the opening can start.
If possible can someone list the steps in an easy-to-understand way?
 
  • Like
Reactions: nghuytoan1

Ratt3ater

New Member
Nov 12, 2023
2
0
A bug happened to me, when ruby, ciel and may fight against the walang my game threw the error that rubys battle commands are missing, in which file would i verify the thruth of that statement, and is it an install issue or an actual bug?
+1
 

Lachs9

New Member
Oct 31, 2022
12
3
I managed to solve it by going into the files and skipping the fights this happens in. The path is JPDESoF/game/location_events/barito.rpy. Just open the file with notepad or something and link the place where the fight happens to the next event instead, i can provide a file to replace though if that is easier
 

nghuytoan1

Member
Sep 10, 2017
303
141
The Android version has a lot of issues here and it always forces the app to quit.
Gallery error
Screenshot_2024-10-14-21-35-17-713-edit_com.lizzy.jpde.jpg
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
TypeError: Unexpected keyword arguments: 'transition'
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "_layout/screen_main_menu.rpymc", line 28, in script
  File "renpy/ast.py", line 1138, in execute
  File "renpy/python.py", line 1122, in py_exec_bytecode
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
  File "renpy/ui.py", line 299, in interact
  File "renpy/display\core.py", line 3582, in interact
  File "renpy/display\core.py", line 4055, in interact_core
  File "renpy/display\core.py", line 684, in visit_all
  File "renpy/display\core.py", line 684, in visit_all
  File "renpy/display\core.py", line 684, in visit_all
  [Previous line repeated 1 more time]
  File "renpy/display\screen.py", line 476, in visit_all
  File "renpy/display\core.py", line 4055, in <lambda>
  File "renpy/display\screen.py", line 487, in per_interact
  File "renpy/display\screen.py", line 680, in update
  File "renpy/ast.py", line 296, in apply_arguments
  File "renpy/ast.py", line 150, in apply
TypeError: Unexpected keyword arguments: 'transition'
After starting the game, there are a lot of audio errors?
Screenshot_2024-10-14-21-38-47-964-edit_com.lizzy.jpde.jpg
Code:
I'm sorry, but an uncaught exception occurred.


While running game code:
OSError: Couldn't find file 'sound/VO/Penny/Penny_Greet.ogg'.


-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "script.rpyc", line 7981, in script
  File "renpy/ast.py", line 930, in execute
  File "renpy/exports.py", line 1474, in say
  File "renpy/character.py", line 1352, in __call__
  File "renpy/character.py", line 1003, in do_display
  File "renpy/character.py", line 693, in display_say
  File "renpy/ui.py", line 299, in interact
  File "renpy/display\core.py", line 3582, in interact
  File "renpy/display\core.py", line 4102, in interact_core
  File "renpy/audio\audio.py", line 1271, in interact
  File "renpy/audio\audio.py", line 1224, in periodic
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
  File "renpy/audio\audio.py", line 1202, in periodic_thread_main
  File "renpy/audio\audio.py", line 1144, in periodic_pass
  File "renpy/audio\audio.py", line 534, in periodic
  File "renpy/audio\audio.py", line 72, in load
  File "renpy/loader.py", line 833, in load
OSError: Couldn't find file 'sound/VO/Penny/Penny_Greet.ogg'.
 
  • Like
Reactions: InvisibleShade

Blue2343

Member
Mar 4, 2022
368
111
The gallery sends errors in the current version.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
TypeError: Unexpected keyword arguments: 'transition'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\core.py", line 3582, 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 "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\core.py", line 4055, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\ast.py", line 296, in apply_arguments
    return parameters.apply(args, kwargs, ignore_errors)
  File "D:\user folder\Downloads\JPDESoF-4.6-PC\JPDESoF-4.6-PC\renpy\ast.py", line 150, in apply
    raise TypeError(
TypeError: Unexpected keyword arguments: 'transition'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
JPDE - Sonata of Fire 4.6
Wed Oct 16 11:57:13 2024
 
  • Like
Reactions: InvisibleShade

BrodoSwagginz

Newbie
Feb 6, 2018
16
5
Has anyone figured out how to install the patches to the android version since apparently the phones don't allow access to the internal storage data folder anymore?
 

Claireity

Newbie
Mar 9, 2019
93
151
I suppose I have to ask, considering the site we're on...

Is that it as far as lewds go? This is just a rewrite and redesign of the story, yes? The sequel seems to be hyperfocused on its OCs to the point that it doesn't particularly qualify for the site. (Note this is not a criticism of that. The story is lovely and fun to read. Just wanting to know what expectations to have)
 

tacosnap123

Active Member
Mar 3, 2018
533
150
wait so the first game was done but now its geting a remake already? does that mean diffrent routes or more charater interactions
 
4.40 star(s) 30 Votes