Ren'Py Doragon Boll: Hybrid Eroventures [v0.2.5] [Rice]

4.00 star(s) 4 Votes

somebodynobody

Engaged Member
May 11, 2017
3,402
4,345
451
Error.
While running game code:
File "game/tl/english/script.rpy", line 56776, in script
Both "Yeah!"
Exception: Sayer 'Both' is not defined.

renpy\ast.py line 890 in execute
who = eval_who(self.who, self.who_fast)
renpy\ast.py line 783 in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'Both' is not defined.


Still missing
41997
Exception: Sayer 'Cashier' is not defined.
 
  • Like
Reactions: luisar018

faralaf

Newbie
Oct 30, 2017
21
12
100
the game crashes hard if you jump on the bed (if you write nothing, and if you write something too, lol)
if you write nothing:

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

While running game code:
  File "game/script.rpy", line 2146, in script
    jump expression actualPlace
  File "game/script.rpy", line 2146, in <module>
    jump expression actualPlace
NameError: name 'actualPlace' is not defined

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

Full traceback:
  File "game/script.rpy", line 2146, in script
    jump expression actualPlace
  File "C:\Users\javie\Desktop\Programadoriles\WinFormsMvp\HybridEroventures-0.1.6-pc\renpy\ast.py", line 1990, in execute
    target = renpy.python.py_eval(target)
  File "C:\Users\javie\Desktop\Programadoriles\WinFormsMvp\HybridEroventures-0.1.6-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\javie\Desktop\Programadoriles\WinFormsMvp\HybridEroventures-0.1.6-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 2146, in <module>
    jump expression actualPlace
NameError: name 'actualPlace' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.3.23091805
Hybrid Eroventures 0.1.6
Fri Apr 18 20:38:08 2025
if you write "asd":
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 2150, in script
    jump expression IrLabel
ScriptError: could not find label 'asd'.

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

Full traceback:
  File "game/script.rpy", line 2150, in script
    jump expression IrLabel
  File "C:\Users\javie\Desktop\Programadoriles\WinFormsMvp\HybridEroventures-0.1.6-pc\renpy\ast.py", line 1992, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\javie\Desktop\Programadoriles\WinFormsMvp\HybridEroventures-0.1.6-pc\renpy\script.py", line 1013, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'asd'.

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.3.23091805
Hybrid Eroventures 0.1.6
Fri Apr 18 20:40:19 2025
 

Jebbos

Newbie
Game Developer
Oct 6, 2021
43
277
90
Error.
While running game code:
File "game/tl/english/script.rpy", line 56776, in script
Both "Yeah!"
Exception: Sayer 'Both' is not defined.

renpy\ast.py line 890 in execute
who = eval_who(self.who, self.who_fast)
renpy\ast.py line 783 in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'Both' is not defined.


Still missing
41997
Exception: Sayer 'Cashier' is not defined.
the game crashes hard if you jump on the bed (if you write nothing, and if you write something too, lol)
if you write nothing:

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

While running game code:
  File "game/script.rpy", line 2146, in script
    jump expression actualPlace
  File "game/script.rpy", line 2146, in <module>
    jump expression actualPlace
NameError: name 'actualPlace' is not defined

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

Full traceback:
  File "game/script.rpy", line 2146, in script
    jump expression actualPlace
  File "C:\Users\javie\Desktop\Programadoriles\WinFormsMvp\HybridEroventures-0.1.6-pc\renpy\ast.py", line 1990, in execute
    target = renpy.python.py_eval(target)
  File "C:\Users\javie\Desktop\Programadoriles\WinFormsMvp\HybridEroventures-0.1.6-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\javie\Desktop\Programadoriles\WinFormsMvp\HybridEroventures-0.1.6-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 2146, in <module>
    jump expression actualPlace
NameError: name 'actualPlace' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.3.23091805
Hybrid Eroventures 0.1.6
Fri Apr 18 20:38:08 2025
if you write "asd":
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 2150, in script
    jump expression IrLabel
ScriptError: could not find label 'asd'.

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

Full traceback:
  File "game/script.rpy", line 2150, in script
    jump expression IrLabel
  File "C:\Users\javie\Desktop\Programadoriles\WinFormsMvp\HybridEroventures-0.1.6-pc\renpy\ast.py", line 1992, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\javie\Desktop\Programadoriles\WinFormsMvp\HybridEroventures-0.1.6-pc\renpy\script.py", line 1013, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'asd'.

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.3.23091805
Hybrid Eroventures 0.1.6
Fri Apr 18 20:40:19 2025

HI! Thank everyone for the comments. The bugs have been fixed. The links have been updated so you can now enjoy the game as it should!
 

adwawadaw

New Member
May 26, 2023
13
3
22
I don't understand Im still gettin an exception error and im not sure what to write when it says jump
 

adwawadaw

New Member
May 26, 2023
13
3
22
Some scenes, not all



That's strange. I'm gonna check
Is there meant to be some sort of event were to do, because when I loaded up my old save there was still nothing to do. Only difference was the new jump option in Gohans bedroom. What are we supposed to do?
 

Jebbos

Newbie
Game Developer
Oct 6, 2021
43
277
90
Is there meant to be some sort of event were to do, because when I loaded up my old save there was still nothing to do. Only difference was the new jump option in Gohans bedroom. What are we supposed to do?
Try a new save. We're still having trouble trying to fix the saves issue.
 
  • Like
Reactions: DrFree

frozeit

New Member
Jan 12, 2020
9
5
121
ok gave it another shot, i'm ONLY getting virus errors from the viking DL site (firefox) and none of the others. we good thank you!
 
  • Heart
Reactions: Jebbos

LustLair

Backdoor Bandit
Donor
Game Developer
Sep 21, 2017
15
118
112
Getting errors when trying to run the project.. Not sure if it's because I'm on MacOS, but I've been able to build and run other renpy games on mac before. A MacOS '.app' file distribution would be appreciated too :)

You don't have permission to view the spoiler content. Log in or register now.
 

DrFree

Well-Known Member
Apr 23, 2019
1,309
1,748
351
Ok, let me know if I'm missing any content or if this is the end for each route so far:

Zangya: She being mad at Gohan for defending the 2 dumbasses int heir 2nd date.
18: Sex scene that ends with Zangya congratulating Gohan.
Launch: Gohan telling her about having a fiancee willing to share and she asks for time alone.
Videl: After she recovers, she and Gohan have a talk.
Erasa: You have a date after you reconciliate.
Maron: Gohan fucks her with her side-boy on the phone.
Panchy: "Ignore the topic"
 

Jebbos

Newbie
Game Developer
Oct 6, 2021
43
277
90
Ok, let me know if I'm missing any content or if this is the end for each route so far:

Zangya: She being mad at Gohan for defending the 2 dumbasses int heir 2nd date.
18: Sex scene that ends with Zangya congratulating Gohan.
Launch: Gohan telling her about having a fiancee willing to share and she asks for time alone.
Videl: After she recovers, she and Gohan have a talk.
Erasa: You have a date after you reconciliate.
Maron: Gohan fucks her with her side-boy on the phone.
Panchy: "Ignore the topic"
Hi! For the moment we're building each route step by step, then going straight into various sex scenes that can include everything from cosplay to anal.

Each of the things you describe is the content we have so far, so you've completed the entire game for now, haha. I'd love to hear your reviews!

needs a lot of sex scenes, but good art.
There will be much more sex in the future, for now we are just laying the groundwork!

Getting errors when trying to run the project.. Not sure if it's because I'm on MacOS, but I've been able to build and run other renpy games on mac before. A MacOS '.app' file distribution would be appreciated too :)

You don't have permission to view the spoiler content. Log in or register now.
Maybe is for the reasons you say. For the moment we're not have a MacOS version, but we will keep it in mind.
 

Nixi~

Active Member
Apr 25, 2018
675
1,243
328
Hi! For the moment we're building each route step by step, then going straight into various sex scenes that can include everything from cosplay to anal.

Each of the things you describe is the content we have so far, so you've completed the entire game for now, haha. I'd love to hear your reviews!
I hope you can program a "Journal" or a "Quest" feature that lets you keep track of the content you have yet to complete and content you already completed.
 
  • Like
  • Hey there
Reactions: DrFree and Jebbos

DrFree

Well-Known Member
Apr 23, 2019
1,309
1,748
351
We haven't added it yet due to lack of time. It's in our plans!
That would've been my advice as well, lol. Otherwise I really enjoy the story and scenes.
To me, the charm of a sandbox is being able to visit the love interests for various repeatable scenes.
I also really like Zangya as a character. But then again, any woman telling you to get an harem while she stays exclusive to you is welcome.
Also, I like Gohan's character development in the Maron route. Dude's on the path to greatness already, and I'm here for it!
 
  • Heart
Reactions: Jebbos
4.00 star(s) 4 Votes