My cute roommate 2 ver 0.9 (about release)
🕑 Added 2023-09-20 23:34:00 +0000 UTCDear supporters,
I have for you a new update. There are new minigames and the phone is gradually becoming more and more interactive. There are quite a few hot animations and scenes in this update as well. In addition, I have finished planning the rest of the script. There are going to be some interesting plot twists ahead!
Thank you for supporting me and enjoy the release!
Comments
I'm sorry, but an uncaught exception occurred. While loading : Exception: Unknown text tag u'veloce' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/bootstrap.py", line 277, in bootstrap renpy.main.main() File "renpy/main.py", line 660, in main run(restart) File "renpy/main.py", line 146, in run renpy.execution.run_context(True) File "renpy/execution.py", line 938, in run_context context.run() File "game/_content/city2/gromov_house/hero_room/webcam_ladyx.rpyc", line 8, in script call 1 ? X q (K9- d T?H j \= File "game/_navigation/photo_store/shop.rpyc", line 43, in script call G ? File "game/tl/Italian/_content/city2/photo_store/lia_talk.rpyc", line 358, in script File "game/_content/city2/gromov_house/hero_room/webcam_ladyx.rpyc", line 8, in script call 1 ? X q (K9- d T?H j \= File "game/_navigation/photo_store/shop.rpyc", line 43, in script call G ? File "game/tl/Italian/_content/city2/photo_store/lia_talk.rpyc", line 358, in script File "renpy/ast.py", line 921, in execute renpy.exports.say(who, what, *args, **kwargs) File "renpy/exports.py", line 1373, in say who(what, *args, **kwargs) File "renpy/character.py", line 1266, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "renpy/character.py", line 930, in do_display **display_args) File "renpy/character.py", line 666, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "renpy/display/core.py", line 3912, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "renpy/display/core.py", line 2605, in draw_screen renpy.config.screen_height, File "render.pyx", line 495, in renpy.display.render.render_screen File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/screen.py", line 704, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 884, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 1337, in render st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/text/text.py", line 2109, in render virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True) File "renpy/text/text.py", line 627, in __init__ self.paragraphs = self.segment(text.tokens, style, renders, text) File "renpy/text/text.py", line 1278, in segment raise Exception("Unknown text tag %r" % text) Exception: Unknown text tag u'veloce' Windows-10-10.0.22621 AMD64 Ren'Py 7.5.3.22090809 My Cute Roommate 2 0.9.24090 Tue Nov 7 10:16:20 2023
ETSag
how did you get Lydia in the clothing store a 2nd time?????
Bob Fink
Another very hot update, I love how the MC and Lydia is heating up nicely.
varun
When I load previous saved portions not able to play or not able to save the progress
J S
Thanks for the help, unfortunately, I am not keen on computer coding.
Rangata Penkov
Check the Class: Go to the QuestEntry class and check if it indeed lacks an attribute named hide. If so, add it. Debugging: Use debugging tools or print statements to trace the value of the QuestEntry object before the operation that tries to access hide. Code Review: Pay attention to how and where the QuestEntry object is being created and ensure that all required attributes are present and initialized. Documentation and Examples: Check the documentation and examples for the QuestEntry class and the functions that use it to see if you're using the class correctly. Code Fix: If you're sure that the hide attribute should be present, correct the code to add it to the QuestEntry class. Tests: After making the changes, test the code thoroughly to make sure the issue has been resolved.
J S
I'm sorry, but an uncaught exception occurred. While loading : File "game/_content/city2/park/vanessa1.rpy", line 235, in File "game/_script/classes/Date.rpy", line 101, in next_phase File "game/_script/classes/Date.rpy", line 80, in advance File "game/_script/classes/Navigation.rpy", line 310, in jump File "game/_script/functions/content_completed.rpy", line 6, in all_quests_completed File "game/_script/classes/Quests.rpy", line 416, in all File "game/_script/classes/Quests.rpy", line 416, in File "game/_script/classes/Quests.rpy", line 403, in __iter__ File "game/_script/classes/Quests.rpy", line 403, in AttributeError: 'QuestEntry' object has no attribute 'hide' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/bootstrap.py", line 277, in bootstrap renpy.main.main() File "renpy/main.py", line 660, in main run(restart) File "renpy/main.py", line 146, in run renpy.execution.run_context(True) File "renpy/execution.py", line 938, in run_context context.run() File "game/_content/city2/park/vanessa1.rpyc", line 235, in script File "game/_content/city2/park/vanessa1.rpyc", line 235, in script File "renpy/ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "game/_content/city2/park/vanessa1.rpy", line 235, in File "game/_script/classes/Date.rpy", line 101, in next_phase File "game/_script/classes/Date.rpy", line 80, in advance File "game/_script/classes/Navigation.rpy", line 310, in jump File "game/_script/functions/content_completed.rpy", line 6, in all_quests_completed File "game/_script/classes/Quests.rpy", line 416, in all File "game/_script/classes/Quests.rpy", line 416, in File "game/_script/classes/Quests.rpy", line 403, in __iter__ File "game/_script/classes/Quests.rpy", line 403, in AttributeError: 'QuestEntry' object has no attribute 'hide' Windows-10-10.0.19041 AMD64 Ren'Py 7.5.3.22090809 My Cute Roommate 2 0.9.20094 Fri Sep 22 16:13:30 2023
J S
I also had a similar problem
MasterGio Vi
I'm sorry, but an uncaught exception occurred. While loading : File "game/_content/city2/park/vanessa1.rpy", line 278, in File "game/_script/classes/Date.rpy", line 101, in next_phase File "game/_script/classes/Date.rpy", line 80, in advance File "game/_script/classes/Navigation.rpy", line 310, in jump File "game/_script/functions/content_completed.rpy", line 6, in all_quests_completed File "game/_script/classes/Quests.rpy", line 416, in all File "game/_script/classes/Quests.rpy", line 416, in File "game/_script/classes/Quests.rpy", line 403, in __iter__ File "game/_script/classes/Quests.rpy", line 403, in AttributeError: 'QuestEntry' object has no attribute 'hide' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/bootstrap.py", line 277, in bootstrap renpy.main.main() File "renpy/main.py", line 660, in main run(restart) File "renpy/main.py", line 146, in run renpy.execution.run_context(True) File "renpy/execution.py", line 938, in run_context context.run() File "game/_content/city2/park/vanessa1.rpyc", line 278, in script File "game/_content/city2/park/vanessa1.rpyc", line 278, in script File "renpy/ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "game/_content/city2/park/vanessa1.rpy", line 278, in File "game/_script/classes/Date.rpy", line 101, in next_phase File "game/_script/classes/Date.rpy", line 80, in advance File "game/_script/classes/Navigation.rpy", line 310, in jump File "game/_script/functions/content_completed.rpy", line 6, in all_quests_completed File "game/_script/classes/Quests.rpy", line 416, in all File "game/_script/classes/Quests.rpy", line 416, in File "game/_script/classes/Quests.rpy", line 403, in __iter__ File "game/_script/classes/Quests.rpy", line 403, in AttributeError: 'QuestEntry' object has no attribute 'hide' Windows-10-10.0.22621 AMD64 Ren'Py 7.5.3.22090809 My Cute Roommate 2 0.9.21094 Fri Sep 22 00:17:24 2023
MasterGio Vi
I've this error log
J
Oh plottwist ? I've been waiting that the MC finally solves the riddle about the 2 blue haired cat girls. It's been hard to see him not realizing stuff
Dwight Schrute
I also get the error when launching
Rangata Penkov
python error dev have to fix it
J S
Your latest barner with "Room" is very creative!
machine6
I got the same error running the extra version on a Mac
JaegerKnight
When I try to launch the game, I get this error "While running game code: File "game/gui.rpy", line 172, in AttributeError: 'StoreModule' object has no attribute 'text_size'"