3.80 star(s) 9 Votes
Jun 5, 2022
48
20
Could you send the error here? That sounds like a pretty big bug and I don't understand what caused it. Also, there isn't supposed to be a scene with them, at some point they will leave and the MC will acknowledge that by saying something like "Oh, looks like Francesca left".
I'll try, but the error hasn't popped back up yet. I've tried loading to a prior save and redoing every action as accurately as possible, but it only showed up like once or twice and hasn't show up again yet.
 

MCVisualNovels

Member
Game Developer
May 11, 2024
211
436
I'll try, but the error hasn't popped back up yet. I've tried loading to a prior save and redoing every action as accurately as possible, but it only showed up like once or twice and hasn't show up again yet.
Could you maybe describe the error as best as you can? Do you remember anything it said? My go-to problem here would be the quest tracker, but there could also be something different.
 
Jun 5, 2022
48
20
Not sure what's entirely relevant, but I'll try.
  1. I'm about even with Introverted and Extrovert choices, but I generally get the Introvert scenes most cases.
  2. I haven't triggered any special scenes for Sadie or Tracy by this point. Did a quick run as a pure Extrovert and I've missed every one of those unique scenes in my first run.
  3. I chose to go with Sadie before the party instead of going to the gym with Olivia.
  4. After checking for hidden photos, the first real action I took at the club was going outside and talked with Ken. Declined a beer, spoke positively about Nate, and said Scarlett was my type. Once the conversation ended, I got the error page popping up.
  5. Once the error popped up, I first clicked Rollback and was brought to the last line of dialogue with Ken but once I progressed, I kept hitting the error page. I chose Ignore once and the game closed.
  6. Went back to a save in the club, redid the choices, had it pop up once and hit ignore, then the scene continued on instead of crashing the game, but it looked wonky switching over to the guys so I figures something was off.
 

MCVisualNovels

Member
Game Developer
May 11, 2024
211
436
Not sure what's entirely relevant, but I'll try.
  1. I'm about even with Introverted and Extrovert choices, but I generally get the Introvert scenes most cases.
  2. I haven't triggered any special scenes for Sadie or Tracy by this point. Did a quick run as a pure Extrovert and I've missed every one of those unique scenes in my first run.
  3. I chose to go with Sadie before the party instead of going to the gym with Olivia.
  4. After checking for hidden photos, the first real action I took at the club was going outside and talked with Ken. Declined a beer, spoke positively about Nate, and said Scarlett was my type. Once the conversation ended, I got the error page popping up.
  5. Once the error popped up, I first clicked Rollback and was brought to the last line of dialogue with Ken but once I progressed, I kept hitting the error page. I chose Ignore once and the game closed.
  6. Went back to a save in the club, redid the choices, had it pop up once and hit ignore, then the scene continued on instead of crashing the game, but it looked wonky switching over to the guys so I figures something was off.
From what you're describing here, it sounds to me like another ren'py fart. It takes an older piece of code instead of the latest one and rocks with that. Something a bit smiliar happened as well when I released the second episode, someone was getting errors from older code which was already changed. Seeing as this is a one-time incident, and most people didn't get this error, it's probably fine. I went back and did your steps and I didn't get any error of this kind.
 

Asdfghjkl020202

New Member
Jan 10, 2025
2
0
Would Anyone be kind enough that has all the saves in the gallery and content to share it on this I’ve tried multiple times cant get all the content
 
Jun 5, 2022
48
20
From what you're describing here, it sounds to me like another ren'py fart. It takes an older piece of code instead of the latest one and rocks with that. Something a bit smiliar happened as well when I released the second episode, someone was getting errors from older code which was already changed. Seeing as this is a one-time incident, and most people didn't get this error, it's probably fine. I went back and did your steps and I didn't get any error of this kind.
Maybe its the specific way I played? I started a new game and went through making the same choices, or as best as I remember them. I got another error around the same point, though hitting Ignore sent me back to the Main Menu.

This is the message that I got:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Scale object at 0x00000000108055e0>:
File "game/season1/episode1/scripts/freeroam1.rpy", line 183, in script call
call f1_living from _call_f1_living
File "game/season1/episode1/scripts/freeroam3.rpy", line 530, in script call
call e1f3_room34_default from _call_e1f3_room34_default
File "game/season1/episode1/scripts/freeroam3.rpy", line 443, in script call
call e1f3_hallway_1 from _call_e1f3_hallway_1_2
File "game/season1/episode1/scripts/freeroam3.rpy", line 341, in script call
call e1f3_hallway_1 from _call_e1f3_hallway_1
File "game/season1/episode1/scripts/freeroam4.rpy", line 260, in script call
call e1f4_hallway_2 from _call_e1f4_hallway_2
File "game/season1/episode1/scripts/freeroam4.rpy", line 416, in script call
call e1f4_hallway_3 from _call_e1f4_hallway_3
File "game/season1/episode1/scripts/freeroam5.rpy", line 2109, in script
call screen e1f5_outside with dissolve
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
OSError: Couldn't find file 'season1/episode1/images/freeroam5/outside/6.2.webp'.

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

Full traceback:
File "game/season1/episode1/scripts/freeroam1.rpy", line 183, in script call
call f1_living from _call_f1_living
File "game/season1/episode1/scripts/freeroam3.rpy", line 530, in script call
call e1f3_room34_default from _call_e1f3_room34_default
File "game/season1/episode1/scripts/freeroam3.rpy", line 443, in script call
call e1f3_hallway_1 from _call_e1f3_hallway_1_2
File "game/season1/episode1/scripts/freeroam3.rpy", line 341, in script call
call e1f3_hallway_1 from _call_e1f3_hallway_1
File "game/season1/episode1/scripts/freeroam4.rpy", line 260, in script call
call e1f4_hallway_2 from _call_e1f4_hallway_2
File "game/season1/episode1/scripts/freeroam4.rpy", line 416, in script call
call e1f4_hallway_3 from _call_e1f4_hallway_3
File "game/season1/episode1/scripts/freeroam5.rpy", line 2109, in script
call screen e1f5_outside with dissolve
File "C:\Users\...\Campus Bonds\renpy\ast.py", line 2259, in execute
self.call("execute")
File "C:\Users\...\Campus Bonds\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\...\Campus Bonds\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\...\Campus Bonds\renpy\exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\...\Campus Bonds\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\...\Campus Bonds\renpy\display\core.py", line 3582, 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 "C:\Users\...\Campus Bonds\renpy\display\core.py", line 4175, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\...\Campus Bonds\renpy\display\core.py", line 2782, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\...\Campus Bonds\renpy\display\layout.py", line 888, 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 "C:\Users\...\Campus Bonds\renpy\display\layout.py", line 888, 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 "C:\Users\...\Campus Bonds\renpy\display\layout.py", line 888, 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 "C:\Users\...\Campus Bonds\renpy\display\screen.py", line 731, 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 "C:\Users\...\Campus Bonds\renpy\display\layout.py", line 888, 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 "C:\Users\...\Campus Bonds\renpy\display\behavior.py", line 948, in render
rv = super(Button, self).render(width, height, st, at)
File "C:\Users\...\Campus Bonds\renpy\display\layout.py", line 1338, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\...\Campus Bonds\renpy\display\im.py", line 676, in render
return cache.get(self, render=True)
File "C:\Users\...\Campus Bonds\renpy\display\im.py", line 330, in get
surf = image.load()
File "C:\Users\...\Campus Bonds\renpy\display\im.py", line 978, in load
child = cache.get(self.image)
File "C:\Users\...\Campus Bonds\renpy\display\im.py", line 330, in get
surf = image.load()
File "C:\Users\...\renpy\display\im.py", line 803, in load
raise e
File "C:\Users\...\Campus Bonds\renpy\display\im.py", line 757, in load
filelike = renpy.loader.load(self.filename, directory="images")
File "C:\Users\...\Campus Bonds\renpy\loader.py", line 833, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'season1/episode1/images/freeroam5/outside/6.2.webp'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Campus Bonds 0.3
 

Euphoria07

New Member
Jul 22, 2020
1
0
From what you're describing here, it sounds to me like another ren'py fart. It takes an older piece of code instead of the latest one and rocks with that. Something a bit smiliar happened as well when I released the second episode, someone was getting errors from older code which was already changed. Seeing as this is a one-time incident, and most people didn't get this error, it's probably fine. I went back and did your steps and I didn't get any error of this kind.
just happened to me, seems to be a possible issue with an image, and after a few attempts works fine again
 

MCVisualNovels

Member
Game Developer
May 11, 2024
211
436
just happened to me, seems to be a possible issue with an image, and after a few attempts works fine again
I understand the issue now. It's a problem with the code, it calls the picture from a wrong folder. I'm gonna include the fix in the patch update when I finish it. Thanks!
 

MCVisualNovels

Member
Game Developer
May 11, 2024
211
436
It doesn’t seem to work can anyone just share the saves ?
I don't have any save which has all the gallery unlocked. I tried the gallery unlocker and it worked, maybe you didn't install it correctly. Open the archive, then open the soft archive and copy the game folder inside the campus bonds folder. Also, it seems to break the image gallery so be careful with that one.
 
Last edited:

newdawn75

Member
Feb 22, 2023
245
63
I understand the issue now. It's a problem with the code, it calls the picture from a wrong folder. I'm gonna include the fix in the patch update when I finish it. Thanks!
regarding the issue with the feelings scene not popping up with tracy... extroverted and 3pts is correct but the game isnt registering that u have the required points of 3 even though you do. You'd have to manually add one to exceed the required points in order for game to register it for scene to play. which is right after u get bj from sadie and nate walks in.
 

TonyMurray

Engaged Member
Apr 8, 2024
3,499
5,948
It doesn’t seem to work can anyone just share the saves ?
It should work fine if installed correctly (make sure you close the game, instal the mod, then open the game again). As for sharing saves, it is highly recommended .
I don't have any save which has all the gallery unlocked. I tried the gallery unlocker and it worked, maybe you didn't install it correctly. Open the archive, then open the soft archive and copy the game folder inside the campus bonds folder. Also, it seems to break the image gallery so be careful with that one.
I've not had a problem with either using it or it breaking the gallery.
 

andy91xx

New Member
May 16, 2020
10
5
Enjoying this so far, but i dont know if this as mentioned before but during the first chapter. There is some bad English, during the gym scene where you meet Olivia, Cant remember the exact phrase but its along the lines of "why do you never take my part" and therei s another sentence later on in the chapter when speaking to jon, it should be "Why do you never take my side"
 
  • Like
Reactions: MCVisualNovels

TonyMurray

Engaged Member
Apr 8, 2024
3,499
5,948
Enjoying this so far, but i dont know if this as mentioned before but during the first chapter. There is some bad English, during the gym scene where you meet Olivia, Cant remember the exact phrase but its along the lines of "why do you never take my part" and therei s another sentence later on in the chapter when speaking to jon, it should be "Why do you never take my side"
I did proofreading for Chapter3, but I've not had the time to look at Ch1 and Ch2 yet (Ch3 was about to release, so was the priority). I'm hoping to get to this tomorrow/Friday now though, and will get some notes over to MCVisualNovels soon (sorry bud, I had a couple of big jobs come in so had to delay...).
 

MCVisualNovels

Member
Game Developer
May 11, 2024
211
436
I did proofreading for Chapter3, but I've not had the time to look at Ch1 and Ch2 yet (Ch3 was about to release, so was the priority). I'm hoping to get to this tomorrow/Friday now though, and will get some notes over to MCVisualNovels soon (sorry bud, I had a couple of big jobs come in so had to delay...).
Don't worry about it, take your time. Thank you for helping me with it, I'm truly grateful. :love:
 

MagicMan753

Active Member
Nov 19, 2021
864
1,558
I did proofreading for Chapter3, but I've not had the time to look at Ch1 and Ch2 yet (Ch3 was about to release, so was the priority). I'm hoping to get to this tomorrow/Friday now though, and will get some notes over to MCVisualNovels soon (sorry bud, I had a couple of big jobs come in so had to delay...).
That's good to know. I was thinking of doing this when I replayed.

I still had some problems with sometimes characters responses feeling stiff or weird jumps, from what I remember, the last time I played, so I may make some notes on some possible small changes for this and other errors you may miss.

But I may wait for now, for your proofread and implementation to be done, so I don't mark the same fixes.
 

TonyMurray

Engaged Member
Apr 8, 2024
3,499
5,948
That's good to know. I was thinking of doing this when I replayed.

I still had some problems with sometimes characters responses feeling stiff or weird jumps, from what I remember, the last time I played, so I may make some notes on some possible small changes and other errors you don't find in this.

But I may wait for now, for your proofread and implementation to be done, so I don't mark the same fixes.
I'm literally just looking at the English of it, not the "feel" of it, although if there is something that really sticks out to me, I'd mention it - I find it's often harder to find that sort of thing when going by the script alone though, as it's more obvious when actually playing the game and getting a better flow of the dialogue!
 
3.80 star(s) 9 Votes