4.20 star(s) 39 Votes

MetaMira

Active Member
Game Developer
Sep 14, 2021
567
1,366
Anyone got a save right at the start of the new update? Don't feel like doing all that grinding again.
Saves should be compatible between versions, you shouldn't need to grind between updates! If something is breaking when you try to load an old save let me know and I'll fix it up!
 

GadorDev

Member
Jul 20, 2017
105
68
I'm having a problem with rollback every time I start a new game and select "I am over 18." The screen goes back, asking me to select it again. Has anyone had this type of error before and knows how to fix it?
 
Dec 24, 2017
6
2
When opening up on the Mac version I get this error before I can even play :( MetaMira I've played other versions before with no issues


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

While running game code:
  File "game/Characters/Jock/jock.rpy", line 2, in script
    image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", default_fade = 0.0, update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
  File "game/Characters/Jock/jock.rpy", line 2, in <module>
    image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", default_fade = 0.0, update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
  File "game/Classes/Display_Classes/MiraLive2D.rpy", line 6, in __init__
    Live2D.__init__(self, *args, **kwargs)
Exception: Could not load Live2D. b'/private/var/folders/n3/vgfzx7dd4cj3x0vcd2dpngn00000gn/T/AppTranslocation/5FF25D2B-798E-40CF-8C8F-6A2024BB1727/d/AVeryFullHouse.app/Contents/MacOS/libLive2DCubismCore.dylib' was not found.

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

Full traceback:
  File "game/Characters/Jock/jock.rpy", line 2, in script
    image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", default_fade = 0.0, update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
  File "/private/var/folders/n3/vgfzx7dd4cj3x0vcd2dpngn00000gn/T/AppTranslocation/5FF25D2B-798E-40CF-8C8F-6A2024BB1727/d/AVeryFullHouse.app/Contents/Resources/autorun/renpy/ast.py", line 1237, in execute
    img = renpy.python.py_eval_bytecode(self.code.bytecode)
  File "/private/var/folders/n3/vgfzx7dd4cj3x0vcd2dpngn00000gn/T/AppTranslocation/5FF25D2B-798E-40CF-8C8F-6A2024BB1727/d/AVeryFullHouse.app/Contents/Resources/autorun/renpy/python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Characters/Jock/jock.rpy", line 2, in <module>
    image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", default_fade = 0.0, update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
  File "game/Classes/Display_Classes/MiraLive2D.rpy", line 6, in __init__
    Live2D.__init__(self, *args, **kwargs)
  File "/private/var/folders/n3/vgfzx7dd4cj3x0vcd2dpngn00000gn/T/AppTranslocation/5FF25D2B-798E-40CF-8C8F-6A2024BB1727/d/AVeryFullHouse.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 566, in __init__
    common = self.create_common(default_fade)
  File "/private/var/folders/n3/vgfzx7dd4cj3x0vcd2dpngn00000gn/T/AppTranslocation/5FF25D2B-798E-40CF-8C8F-6A2024BB1727/d/AVeryFullHouse.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 510, in create_common
    rv = Live2DCommon(self.filename, default_fade)
  File "/private/var/folders/n3/vgfzx7dd4cj3x0vcd2dpngn00000gn/T/AppTranslocation/5FF25D2B-798E-40CF-8C8F-6A2024BB1727/d/AVeryFullHouse.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 186, in __init__
    init()
  File "/private/var/folders/n3/vgfzx7dd4cj3x0vcd2dpngn00000gn/T/AppTranslocation/5FF25D2B-798E-40CF-8C8F-6A2024BB1727/d/AVeryFullHouse.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 93, in init
    onetime_init()
  File "/private/var/folders/n3/vgfzx7dd4cj3x0vcd2dpngn00000gn/T/AppTranslocation/5FF25D2B-798E-40CF-8C8F-6A2024BB1727/d/AVeryFullHouse.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 66, in onetime_init
    raise Exception("Could not load Live2D. {} was not found.".format(dll))
Exception: Could not load Live2D. b'/private/var/folders/n3/vgfzx7dd4cj3x0vcd2dpngn00000gn/T/AppTranslocation/5FF25D2B-798E-40CF-8C8F-6A2024BB1727/d/AVeryFullHouse.app/Contents/MacOS/libLive2DCubismCore.dylib' was not found. "
Same issue.
 
  • Like
Reactions: davidgarit74

evalf

New Member
May 26, 2019
11
30
my translate renpy8.0
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Characters/Jock/jock.rpy", line 2, in script
image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", default_fade = 0.0, update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
File "game/Characters/Jock/jock.rpy", line 2, in <module>
image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", default_fade = 0.0, update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
File "game/Classes/Display_Classes/MiraLive2D.rpy", line 6, in __init__
Live2D.__init__(self, *args, **kwargs)
Exception: Could not load Live2D. b'Live2DCubismCore.dll' was not found.

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

Full traceback:
File "game/Characters/Jock/jock.rpy", line 2, in script
image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", default_fade = 0.0, update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
File "E:\renpy-8\renpy\ast.py", line 1237, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
File "E:\renpy-8\renpy\python.py", line 1146, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Characters/Jock/jock.rpy", line 2, in <module>
image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", default_fade = 0.0, update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
File "game/Classes/Display_Classes/MiraLive2D.rpy", line 6, in __init__
Live2D.__init__(self, *args, **kwargs)
File "E:\renpy-8\renpy\gl2\live2d.py", line 558, in __init__
common = self.create_common(default_fade)
File "E:\renpy-8\renpy\gl2\live2d.py", line 502, in create_common
rv = Live2DCommon(self.filename, default_fade)
File "E:\renpy-8\renpy\gl2\live2d.py", line 178, in __init__
init()
File "E:\renpy-8\renpy\gl2\live2d.py", line 93, in init
onetime_init()
File "E:\renpy-8\renpy\gl2\live2d.py", line 66, in onetime_init
raise Exception("Could not load Live2D. {} was not found.".format(dll))
Exception: Could not load Live2D. b'Live2DCubismCore.dll' was not found.

Windows-10-10.0.19041 AMD64
Ren'Py 8.1.0.23042401+nightly
A Very Full House 0.16.2
Fri Jul 21 15:24:39 2023
 

IXL

Well-Known Member
Jul 28, 2017
1,421
931
You need to click on the bathroom at 9am before you go to work. There is a different day for each of the kids. I know Candy is Friday mornings.
Hmm, Ive not been able to do this at all. I assume you are referring to the school showers and not the one at home.
 

L7Bear

Active Member
May 29, 2017
880
1,489
note: If you get Jock to massage you in your room and even if he makes you climax you don't lose any stress.
 
4.20 star(s) 39 Votes