3.20 star(s) 71 Votes

Masq

Member
Game Developer
Nov 30, 2016
406
1,024
325
I found a bug, it appears right after the arrival of future Zeno

Code:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Quests.rpy", line 23568, in script
    H "That isn't too bad I guess."
  File "renpy/common/00library.rpy", line 268, in say
    who(what, interact=interact, *args, **kwargs)
IOError: Couldn't find file 'BP.ogg.'.

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

Full traceback:
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Quests.rpy", line 23568, in script
    H "That isn't too bad I guess."
  File "renpy/ast.py", line 716, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1415, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 268, in say
    who(what, interact=interact, *args, **kwargs)
  File "renpy/character.py", line 1223, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 875, in do_display
    **display_args)
  File "renpy/character.py", line 621, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3979, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1138, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1116, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1058, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 512, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'BP.ogg.'.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Divine Adventure 1.06
Sat Jan  8 04:32:38 2022
```
Which download did you get? It's basically missing the Beerus Planet music
 

wwgwa

Member
Dec 27, 2017
265
118
266
Which download did you get? It's basically missing the Beerus Planet music
I downloaded from Mega
Edit: For comparison, I downloaded the game from RACATY and the bug is gone, thanks for your help
 
Last edited:

wwgwa

Member
Dec 27, 2017
265
118
266
I found another bug, now a little weird because it rewinds stories in half.
You don't have permission to view the spoiler content. Log in or register now.
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Quests.rpy", line 9232, in script
    call screen HomePlanetScreen
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'BP.ogg.'.

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

Full traceback:
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Training.rpy", line 11, in script call
    call fifteen_game from _call_fifteen_game
  File "game/Quests.rpy", line 9232, in script
    call screen HomePlanetScreen
  File "renpy/ast.py", line 2010, in execute
    self.call("execute")
  File "renpy/ast.py", line 1998, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3132, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3979, in interact_core
    renpy.audio.audio.periodic()
  File "renpy/audio/audio.py", line 1138, in periodic
    raise_(exc[0], exc[1], exc[2])
  File "renpy/audio/audio.py", line 1116, in periodic_thread_main
    periodic_pass()
  File "renpy/audio/audio.py", line 1058, in periodic_pass
    c.periodic()
  File "renpy/audio/audio.py", line 512, in periodic
    topf = load(filename)
  File "renpy/audio/audio.py", line 69, in load
    rv = renpy.loader.load(fn)
  File "renpy/loader.py", line 798, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'BP.ogg.'.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Divine Adventure 1.06
Sun Jan  9 06:50:14 2022
 

daddyCzapo

Member
Mar 26, 2019
245
1,511
221
And after getting on the planet with oslo i can't go to sleep and start a quest. Is this the end of the update?
 

juanjoxz

New Member
Jun 28, 2020
14
1
117
download the apk, install it and play it.. but i cannot find out how to open the damn menu, the skip, hide, and go backwards works but without menu i cannot save the game
and because of how fucking renpy works i cannot play it on pc
I do that, but when i try to install i dont found the apk, only archives; you already try to touch t
download the apk, install it and play it.. but i cannot find out how to open the damn menu, the skip, hide, and go backwards works but without menu i cannot save the game
and because of how fucking renpy works i cannot play it on pc
I do that, but when I try to install I can't find the apk, only files; Have you tried to double-tap the screen in a row or with two fingers at the same time? usually works
 

Michael967

Member
Dec 8, 2019
147
37
85
Hi I'm new to this game and was just wondering if anyone knows if this game still gets new content and if so any idea when the next update will release?
 

KingNoble

New Member
Apr 21, 2020
14
0
19
Really want to play this on Android but I can't seem to open up the menu, can't save, can't load stuff
 

lovethegreen

Member
Mar 10, 2020
149
120
166
At the moment you really dont need a walkthrough. The game mainly walks through itself.
absolutely... lol. Sleep, talk to vado, boobjob, talk to fish, sleep. This is the game now... for me.. no one here knows how to progress the beginnin?
 
Last edited:

Masq

Member
Game Developer
Nov 30, 2016
406
1,024
325
absolutely... lol. Sleep, talk to vado, boobjob, talk to fish, sleep. This is the game now... for me.. no one here knows how to progress the beginnin?
You need to go to Tuffalia and talk to Jaco to progress!
 
3.20 star(s) 71 Votes