2.50 star(s) 48 Votes

Hobbit71

Newbie
Jun 2, 2023
22
4
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'images/mainmenu/mainmenu_bg_day.png') at 0x1c8e7450>:
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/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/tl/Italian/_content/city2/photo_store/lia_talk.rpyc", line 346, in script
File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/tl/Italian/_content/city2/photo_store/lia_talk.rpyc", line 346, 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'
 
  • Angry
Reactions: IXL

goontuber

Newbie
Dec 4, 2020
91
250
Game/Developer: My Cute Roommate 2/Astaros3D - - -
Modder: LaikDink
Since Ripson abandoned the mod, I will update the walkthrough mod based on what he recommended. This mod will highlight the choice here. Enjoy
Download: MEGA
P/s: Update to v0.8 extra
View attachment 2075147 View attachment 2075151

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'images/mainmenu/mainmenu_bg_day.png') at 0x0000000013c26550>:
File "game/_content/city1/doctor/doctor1.rpy", line 6, in script
if f.has('doctor_suck_my_dick'):
File "game/_content/city1/doctor/doctor1.rpy", line 6, in script
if f.has('doctor_suck_my_dick'):
File "game/_content/city1/doctor/doctor1.rpy", line 17, in <module>
elif f.active_complete('doctor1_no_narkoz'):
TypeError: 'NoneType' object is not callable

-- 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/city1/doctor/doctor1.rpy", line 6, in script
if f.has('doctor_suck_my_dick'):
File "game/_content/city1/doctor/doctor1.rpy", line 6, in script
if f.has('doctor_suck_my_dick'):
File "renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/_content/city1/doctor/doctor1.rpy", line 17, in <module>
elif f.active_complete('doctor1_no_narkoz'):
TypeError: 'NoneType' object is not callable

Windows-10-10.0.22621 AMD64
Ren'Py 7.5.3.22090809
My Cute Roommate 2 0.8.04302extra
 
  • Angry
Reactions: IXL

Warzenharry

New Member
Jun 27, 2023
9
0
Hi there...i allways got kicked out of the game if i try to grab the 2 cards in the (russian)deans office, when i adviced to bring those boxes to the libary.
 

IXL

Well-Known Member
Jul 28, 2017
1,429
940
Strange, I have not had a single issue. I started from scratch about 2 versions back and thats all been fine.
 

mixa007

Member
Jan 15, 2022
446
626
He did 2 Custom Renders and 1 (hopefully) Teaser from the In-game (Hospital Girl) since the last update (0.8)
well, these arts were posted over a month ago and there hasn't been any news since. The game is great, but the development takes too much time, unfortunately.
 
  • Like
Reactions: ionsandman

$34Bu!

New Member
Jul 26, 2021
6
0
i need some help, my game never launches, and i cant provide a crash log since it never starts or opens, any way to fix it?
 

Ahchi

Forum Fanatic
Jul 17, 2020
4,187
7,376
i need some help, my game never launches, and i cant provide a crash log since it never starts or opens, any way to fix it?
Try this,
Right click the icon, Choose "Show more options",
Choose "Troubleshoot compatibility"
Choose "Try recommended settings"

This worked for me, Hope this helps.
 

bodyharvest

Member
Feb 26, 2018
250
344
Hey guys, is anyone here subscribed to his patreon? I just saw that he has a poll running about that talking dick in the game, and I'm actually very curious how that poll is doing. I hope most choose that he has to get fuck out. I hate it!
 

$34Bu!

New Member
Jul 26, 2021
6
0
Try this,
Right click the icon, Choose "Show more options",
Choose "Troubleshoot compatibility"
Choose "Try recommended settings"

This worked for me, Hope this helps.
it didnt work, i tested it and it didnt do anything. i even reinstalled it, and nothing.. i ran it as admin but still nothing.
 
Jun 6, 2021
123
236
Need money to buy camera, need to take photos of girl to get money, to take photos of girl need photo studio which costs money. See the problem here?

Hard pass.
 
2.50 star(s) 48 Votes