mijati

Active Member
Dec 7, 2019
624
1,097
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ascript/!mlf_house/_lts_room/lts.rpy", line 44, in <module>
NameError: name 'flagd' is not defined

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

Full traceback:
  File "game/ascript/!mlf_house/_lts_room/lts.rpyc", line 44, in script
    �jE�p����Z�pAZ�5sQ�~�Rz&�R�vmP��)!�BK��P�(�L�d��2�
  File "Downloads\GirlHouse-0.6.03.ex.beta-win\GirlHouse-0.6.03.ex.beta-win\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "Downloads\GirlHouse-0.6.03.ex.beta-win\GirlHouse-0.6.03.ex.beta-win\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/ascript/!mlf_house/_lts_room/lts.rpy", line 44, in <module>
NameError: name 'flagd' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
GirlHouse 0.6.03.ex.beta
Thu Jan 23 10:39:35 2020
 

mijati

Active Member
Dec 7, 2019
624
1,097
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ascript/!mlf_house/_mlf_room/mlf_room_items.rpy", line 18, in <module>
NameError: name 'view_mlf_room_photo' is not defined

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

Full traceback:
  File "game/ascript/subsystem/house/dhl_screens.rpyc", line 191, in script call
  File "game/ascript/!mlf_house/_mlf_room/mlf_room_items.rpyc", line 18, in script
    z?����    �ϏmR.� �AHNp�ya�X6���.:��������
  File "Downloads\GirlHouse-0.6.03.ex.beta-win\GirlHouse-0.6.03.ex.beta-win\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "Downloads\GirlHouse-0.6.03.ex.beta-win\GirlHouse-0.6.03.ex.beta-win\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "Downloads\GirlHouse-0.6.03.ex.beta-win\GirlHouse-0.6.03.ex.beta-win\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/ascript/!mlf_house/_mlf_room/mlf_room_items.rpy", line 18, in <module>
NameError: name 'view_mlf_room_photo' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
GirlHouse 0.6.03.ex.beta
Thu Jan 23 10:49:36 2020
 

BabooJ1

Active Member
Feb 12, 2019
610
841
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ascript/!mlf_house/_mlf_room/mlf_room_items.rpy", line 18, in <module>
NameError: name 'view_mlf_room_photo' is not defined

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

Full traceback:
  File "game/ascript/subsystem/house/dhl_screens.rpyc", line 191, in script call
  File "game/ascript/!mlf_house/_mlf_room/mlf_room_items.rpyc", line 18, in script
    z?����    �ϏmR.� �AHNp�ya�X6���.:��������
  File "Downloads\GirlHouse-0.6.03.ex.beta-win\GirlHouse-0.6.03.ex.beta-win\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "Downloads\GirlHouse-0.6.03.ex.beta-win\GirlHouse-0.6.03.ex.beta-win\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "Downloads\GirlHouse-0.6.03.ex.beta-win\GirlHouse-0.6.03.ex.beta-win\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/ascript/!mlf_house/_mlf_room/mlf_room_items.rpy", line 18, in <module>
NameError: name 'view_mlf_room_photo' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
GirlHouse 0.6.03.ex.beta
Thu Jan 23 10:49:36 2020
Please find attached the fixes for these errors.

Please copy these to:

mlf_room_items.rpy - game\ascript\!mlf_house\_mlf_room
lts.rpy - game\ascript\!mlf_house\_lts_room

Let me know if these work please... and please remember these are unofficial fixes.
 

Tacito

Forum Fanatic
Jul 15, 2017
5,299
42,298
Let me know if these work please... and please remember these are unofficial fixes.
mlf_room_items.rpy

Line 3 you have to remove tab character and the $

Python:
init python:
    mlf_room_comod_section = 0
    view_mlf_room_photo = False
 
  • Like
Reactions: rainyd

BabooJ1

Active Member
Feb 12, 2019
610
841
mlf_room_items.rpy

Line 3 you have to remove tab character and the $

Python:
init python:
    mlf_room_comod_section = 0
    view_mlf_room_photo = False
Yes, sorry, that was me being too quick and getting something out whilst I am supposed to be working.

Here is the updated file.

Please remember, that I haven't played the game and only fixing based on what people have reported.
 

BabooJ1

Active Member
Feb 12, 2019
610
841
I am only fixing some things to ensure you lot can carry on and enjoy the game but will not be fixing all the developer issues.
 

thetunisian

Member
Jul 3, 2017
144
132
It's a mess that there's no walkthrough to help us! This game is full of bugs! we're stuck and don't know what to do. Sometimes, I open the phone but after that it doesn't close!!!!
 
  • Like
Reactions: goner5

mijati

Active Member
Dec 7, 2019
624
1,097
Yes, sorry, that was me being too quick and getting something out whilst I am supposed to be working.

Here is the updated file.

Please remember, that I haven't played the game and only fixing based on what people have reported.
there is to much to fix....its realy great that u wanna help, and are able to fix, but if we report all, u would not have any free time anymore :p
 
3.20 star(s) 128 Votes