suyarporlmlid

New Member
Mar 1, 2024
2
1
Hello anyone, can someone provide bugfix in Bob Workplace?
I got this error when I tried enter Bob Workplace
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/Bob_work/entrance/M/B1.png'>:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Could not load image u'images/Bob_work/entrance/M/B1.png': error('Unsupported image format',)

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

Full traceback:
  File "scripts/Bob_work/Entrance/M/bob_entrance_M.rpyc", line 35, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 688, 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 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
Exception: Could not load image u'images/Bob_work/entrance/M/B1.png': error('Unsupported image format',)

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Milfy City 1.0e
Sat Mar  2 02:37:43 2024
 

joelurmel

Well-Known Member
Nov 3, 2022
1,699
2,608
Hello anyone, can someone provide bugfix in Bob Workplace?
I got this error when I tried enter Bob Workplace
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/Bob_work/entrance/M/B1.png'>:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Could not load image u'images/Bob_work/entrance/M/B1.png': error('Unsupported image format',)

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

Full traceback:
  File "scripts/Bob_work/Entrance/M/bob_entrance_M.rpyc", line 35, in script
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3136, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 688, 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 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 826, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 795, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1264, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
Exception: Could not load image u'images/Bob_work/entrance/M/B1.png': error('Unsupported image format',)

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Milfy City 1.0e
Sat Mar  2 02:37:43 2024
You have just a corrupted image, use this one and save as ...\MilfyCity-1.0e-pc\game\images\Bob_work\entrance\M
 
  • Like
Reactions: suyarporlmlid

suyarporlmlid

New Member
Mar 1, 2024
2
1
You have just a corrupted image, use this one and save as ...\MilfyCity-1.0e-pc\game\images\Bob_work\entrance\M
Well I think I found another bug that I don't have any image for Bob_work since now I got error for B2.png
1709322728618.png

This is my files inside milfy city folder (after restoration patch installed) - Bob_work folder is added by me, there's no Bob_work folder before I create that folder
1709322956535.png

UPDATE: I extract from old 0.71b rpa and pushed to new 1.0e folder, it worked :D
 
Last edited:
  • Like
Reactions: joelurmel

140BMP140

New Member
Jun 15, 2023
6
1
Can someone help me? I'm supposed to talk to Judy at Celia and Linda's, but when I want to talk to Judy it's always the headmaster who wants to talk to me. When I go to the principal it always says "I've already spoken to him." Is this a bug or what am I doing wrong?
 

redsus123

Member
Aug 24, 2021
188
233
can someone explain what is going on with this game - I last checked this back when 1.0c had come out - any major differences in that and 1.0e? also whats the deal with these DLCs? I see them on the patreon but no download options or info in the changelog - saw some screenshots on the prev page, is that all the DLC is? A wall of text and a few rendered stills and an animation or two or are they yet to be leaked?
 

maou_jiji

New Member
Jun 11, 2022
4
2
Finally, i Lost Hope on that one.
Well, for all WE have waited, i'll wait more to have all the DLC and restored content, don't mind if I have to wait for the end of the year. I Hope that we'll get harem ending and that modders will do their Magic :p
 

Win_Security

Newbie
May 18, 2018
68
105
Can someone help me? I'm supposed to talk to Judy at Celia and Linda's, but when I want to talk to Judy it's always the headmaster who wants to talk to me. When I go to the principal it always says "I've already spoken to him." Is this a bug or what am I doing wrong?
I have the same problem
 

timbukalso

Newbie
Nov 18, 2023
40
134
I have the same problem
Can someone help me? I'm supposed to talk to Judy at Celia and Linda's, but when I want to talk to Judy it's always the headmaster who wants to talk to me. When I go to the principal it always says "I've already spoken to him." Is this a bug or what am I doing wrong?
What do you mean by "talk to Judy at Celia and Linda's"?

Which version are you playing, on which platform? Are you using the Content Restoration Patch?
 
3.80 star(s) 413 Votes