VN Unity Ren'Py WaifuHub [Season 8 Dec Build] [Bokuman Studio]

2.80 star(s) 25 Votes
Feb 2, 2022
126
21
s1-



s2-



s3-



s4-
there is no :v I did not find it

s5-



s6-



hello why there are (*) i do not understand
 

ErgoVis

Member
Jul 1, 2017
224
298
It never really bothered me much but since the topic keeps coming up, in my boundless magnanimity I've decided to dedicate a moment of my time to the creation of a fix for the season 1 "crash on save" bug. Enjoy.
 

Darkwatcher

Newbie
Mar 12, 2018
32
0
It never really bothered me much but since the topic keeps coming up, in my boundless magnanimity I've decided to dedicate a moment of my time to the creation of a fix for the season 1 "crash on save" bug. Enjoy.
thanks, how to apply the patch? already copy and paste in game folder but didnt work
 

ErgoVis

Member
Jul 1, 2017
224
298
thanks, how to apply the patch? already copy and paste in game folder but didnt work
Copying into the game folder (to be more precise into the "game" folder which is inside "WaifuHub_s1-1.01-pc" folder) should have done it. Where are you getting the error? Send me an error log if you're still getting it.
 

Darkwatcher

Newbie
Mar 12, 2018
32
0
Copying into the game folder (to be more precise into the "game" folder which is inside "WaifuHub_s1-1.01-pc" folder) should have done it. Where are you getting the error? Send me an error log if you're still getting it.
still got error

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

While running game code:
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <class 'store.unicode'>: attribute lookup store.unicode failed

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\core.py", line 3510, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\transform.py", line 882, in event
    rv = d.event(ev, cx, cy, st)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\behavior.py", line 881, in handle_click
    rv = run(action)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\loadsave.py", line 419, in save
    six.reraise(t, e, tb)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\loadsave.py", line 405, in save
    dump((roots, renpy.game.log), logf)
  File "E:\Games\Game\New folder\New folder\Game\Renply\Waifu Hub\Season 1\WaifuHub_s1-1.01-pc\renpy\loadsave.py", line 49, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <class 'store.unicode'>: attribute lookup store.unicode failed

Windows-8-6.2.9200
Ren'Py 7.3.2.320
WaifuHub s1 1.01
Sun Sep 17 17:26:12 2023
 

furirin1996

Newbie
Jun 26, 2023
23
8
so... these are all split into ... a bunch of different games instead of just one game?
Yes. 7 seasons each one with different girls. I don't know why bokuman does not releases 1 game with all the seasons included. Maybe because it would use a lot of space, who knows.
 

ErgoVis

Member
Jul 1, 2017
224
298
When is ready the update of waifuhub season 2 with Raven?
Hard to say. My schedule has been all over the place lately. As of today I'd estimate ~2 months, but it may very well be half that or double that.

Also please ask such questions in the mod thread.
 
2.80 star(s) 25 Votes