Mod Ren'Py University of Problems [v1.4.5 Extended] Multi-Mod [Sancho1969]

5.00 star(s) 13 Votes
Jul 16, 2018
230
211
I installed your mod, but when I choose 'Sancho's preferred' settings I get this crash:
Code:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/SanchoMod/SanchoMod UoP v110.rpy", line 4204, in OOOOO0OO0O00OOO00
AttributeError: 'StoreModule' object has no attribute 'quick_button_text_size'

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

Full traceback:
  File "scripts/script.rpyc", line 168, in script
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1038, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1274, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, 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 3101, 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 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transform.py", line 960, in event
    rv = d.event(ev, cx, cy, st)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "game/SanchoMod/SanchoMod UoP v110.rpy", line 4204, in OOOOO0OO0O00OOO00
AttributeError: 'StoreModule' object has no attribute 'quick_button_text_size'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 1.1.0-(Extended)
Fri Dec 30 13:12:03 2022
```
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,276
47,285
Good morning. Let's see if we can chip away at some of these issues:

Hi, Does the screenshot (char S on keyboard) not work anymore with this MOD version? I've testes it in default 1.1.0 Extended version and works fine, but with MOD installed, pressing S does nothing.
As noted in the VN's SanchoMod screen and in this threads' FAQ, lower-case "s" is now one of the SanchoHotKeys. In this case "s" populates the in-game medium sized Stat screen. Use <Shift>+"s" or <Alt>+"s" for screenshots as needed.

Uhm. Back (button) doesn't work... :(
What "back" button are we talking about bud? If you're talking about in the Quick Menu I'm not seeing any issue with it at all.

How can I get the old mod for v1.0.0? Thank you!
All old versions of SanchoMod for every VN are deprecated. This is intentional and by design.

when i use the mod in joiplay when i start the game it just freezes.
Please see the OP as noted in the pic below. SanchoMod is not currently mobile compatible. I'm working on a viable solution across the board. There's no timeline of when this may happen yet.
1672412375512.png

I installed your mod, but when I choose 'Sancho's preferred' settings I get this crash:
Code:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/SanchoMod/SanchoMod UoP v110.rpy", line 4204, in OOOOO0OO0O00OOO00
AttributeError: 'StoreModule' object has no attribute 'quick_button_text_size'

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

Full traceback:
  File "scripts/script.rpyc", line 168, in script
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1038, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1274, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, 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 3101, 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 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transform.py", line 960, in event
    rv = d.event(ev, cx, cy, st)
  File "renpy/display/layout.py", line 1243, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "game/SanchoMod/SanchoMod UoP v110.rpy", line 4204, in OOOOO0OO0O00OOO00
AttributeError: 'StoreModule' object has no attribute 'quick_button_text_size'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 1.1.0-(Extended)
Fri Dec 30 13:12:03 2022
```
You've done more than the installation instructions require. Install the mod inside a clean (adulterated) installation of the VN. Nothing else. I can see you have changed things to the degree you're not even on the correct version of RenPy to run the game. The game runs by default on 7.4.11. Install as directed and you'll be good to go.
 
  • Like
Reactions: mob2010

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,276
47,285
Go into the actual comments of the pics and from there is where it doesn't recover. I can recover fine from the same page you have in your second pic, but when you're "3 layers deep" AKA phone>PVU>comments or phone>texts>individual conversation, is where the issue happens.
Note that I've placed this now known issue in the OP's FAQ section of "Known Issues". I'll work on an efficient way to resolve it hopefully in lieu of having to code every single message in the VN (each chat/pic message is it's own "screen" in the dev's code so it's a bit... inefficient to deal with). I'll keep you and other folks posted on this. Thanks again.
 

Lurker Luke

Newbie
May 12, 2020
58
50
Seems to be crashing when I try to access the Sancho gallery. I can see the options to select each girl, but once I click on them it crashes.

```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/memories/gallery_92.png'>:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/memories/gallery_92.png'.
 

JenMistress

Engaged Member
Oct 1, 2019
2,550
2,851
Well, just got caught up with the Dev on this one, and no problems I could find from your mod, worked perfectly for me. Thank you so very much for your work on this!!!
 
  • Red Heart
Reactions: Sancho1969

SexyNapalm

New Member
Jul 31, 2020
7
6
This is such a great mod! Thanks for putting in all the effort, it really shows.

I did find a small bug where the mod crashes when one tries to visit the 'extra' tab in the gallery. Looks like some preview images are missing or the path is wrong:


Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'extra/preview/extra_01.png'>:
  File "renpy/common/000statements.rpy", line 570, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'extra/preview/extra_01.png'.

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

Full traceback:
  File "scripts/script.rpyc", line 15, in script
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, 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 570, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 2983, 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 3101, 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 3611, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2441, 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 777, 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 777, 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 777, 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 681, 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 777, 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 777, 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 777, 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 980, in render
    surf = render(d, width - x, rh, 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 938, in render
    surf = render(d, rw, height - y, 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 980, in render
    surf = render(d, width - x, rh, 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 787, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1184, 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/transform.py", line 933, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 688, in load
    raise e
IOError: Couldn't find file 'extra/preview/extra_01.png'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 1.1.0-(Extended)
Sun Jan  1 15:35:57 2023
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,276
47,285
This is such a great mod! Thanks for putting in all the effort, it really shows.

I did find a small bug where the mod crashes when one tries to visit the 'extra' tab in the gallery. Looks like some preview images are missing or the path is wrong:


Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'extra/preview/extra_01.png'>:
  File "renpy/common/000statements.rpy", line 570, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'extra/preview/extra_01.png'.

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

Full traceback:
  File "scripts/script.rpyc", line 15, in script
  File "renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "renpy/ast.py", line 1957, 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 570, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 2983, 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 3101, 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 3611, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2441, 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 777, 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 777, 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 777, 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 681, 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 777, 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 777, 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 777, 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 980, in render
    surf = render(d, width - x, rh, 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 938, in render
    surf = render(d, rw, height - y, 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 980, in render
    surf = render(d, width - x, rh, 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 787, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1184, 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/transform.py", line 933, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 116, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 688, in load
    raise e
IOError: Couldn't find file 'extra/preview/extra_01.png'.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 1.1.0-(Extended)
Sun Jan  1 15:35:57 2023
It appears you installed the mod inside a non-Extended variant of the VN (such as basic). The missing image in your error is found in the Extended versions only. You also adulterated your VN installation beyond the SanchoMod installation instructions. You have even changed the RenPy version the game is running. Don't do that. Don't get cute. Install the mod as directed ONLY.

Solution: Install a new/clean version of the VN v1.1.0 Extended, then install SanchoMod v1.1.0 inside of that VN's "game" folder. Just those two steps and those ONLY. Don't do anything else (don't get cute, don't pull any other shenanigans). Start the game and you'll be good to go.

Anything you do beyond my simple two-step installation instructions is on you. I can't be technical support for you mucking with things beyond your capabilities as I'm sure you can understand where I'm coming from. With literally tens of thousands of folks using my mods there's no way to support users fucking up shit on their own... I can't be held responsible for any mucking around outside of the standard SanchoMod installation. I hope you understand.

Regards.
 
Last edited:

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,276
47,285
Seems to be crashing when I try to access the Sancho gallery. I can see the options to select each girl, but once I click on them it crashes.

```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/memories/gallery_92.png'>:
File "renpy/common/000statements.rpy", line 570, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/memories/gallery_92.png'.
The gallery image you are missing is a VN image (has nothing to do with the mod) and was introduced in v1.0.5

I have no idea what's borked in your VN installation so I recommend you start the process from scratch. Just two steps:
  1. Make a new installation of the VN (use a differently named directory/folder or delete your current game, whichever you prefer)
  2. Install the correlated version of SanchoMod inside that new VN's "game" folder
Done.
 
  • Like
Reactions: Lurker Luke

I_am_dizzy

New Member
Oct 1, 2021
5
0
I'm getting this error when clicking on the "extras" tab of the replay section. Multi-Mod and game are the most recent versions. I've also tried with WinRar and 7zip for both game and mod, everything else works.

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'extra/preview/extra_01.png'>:
  File "renpy/common/000statements.rpy", line 570, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'extra/preview/extra_01.png'.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,276
47,285
I'm getting this error when clicking on the "extras" tab of the replay section. Multi-Mod and game are the most recent versions. I've also tried with WinRar and 7zip for both game and mod, everything else works.

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'extra/preview/extra_01.png'>:
  File "renpy/common/000statements.rpy", line 570, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'extra/preview/extra_01.png'.
Same as post here. Exact issue. You are missing a VN image that has nothing to do with SanchoMod. The missing image is only found in the Extended version of the VN, it's NOT found in the Basic version or the Basic+SE version of the VN. Install the mod ONLY inside the correlated version of Extended.
 

SexyNapalm

New Member
Jul 31, 2020
7
6
It appears you installed the mod inside a non-Extended variant of the VN (such as basic). The missing image in your error is found in the Extended versions only. You also adulterated your VN installation beyond the SanchoMod installation instructions. You have even changed the RenPy version the game is running. Don't do that. Don't get cute. Install the mod as directed ONLY.

Solution: Install a new/clean version of the VN v1.1.0 Extended, then install SanchoMod v1.1.0 inside of that VN's "game" folder. Just those two steps and those ONLY. Don't do anything else (don't get cute, don't pull any other shenanigans). Start the game and you'll be good to go.

Anything you do beyond my simple two-step installation instructions is on you. I can't be technical support for you mucking with things beyond your capabilities as I'm sure you can understand where I'm coming from. With literally tens of thousands of folks using my mods there's no way to support users fucking up shit on their own... I can't be held responsible for any mucking around outside of the standard SanchoMod installation. I hope you understand.

Regards.
Thanks for the help! It seems I was mistaken in conflating 'extended' with 'special'.

Your further comments about the different versions of RenPy are a bit odd, I did no such thing. In fact, I followed the instructions exactly and did nothing else except put the Sanchomod files in the 'game' directory.

Seems the issue is solved now, thanks again for all the help and I still appreciate all the hard work you put into this mod.

Cheers
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,276
47,285
Thanks for the help! It seems I was mistaken in conflating 'extended' with 'special'.

Your further comments about the different versions of RenPy are a bit odd, I did no such thing. In fact, I followed the instructions exactly and did nothing else except put the Sanchomod files in the 'game' directory.

Seems the issue is solved now, thanks again for all the help and I still appreciate all the hard work you put into this mod.

Cheers
You're welcome.

Regarding: " Your further comments about the different versions of RenPy are a bit odd, I did no such thing. "

It's from your traceback so you did do something:
1672601351097.png
The VN has always been 7.4.11 in recent updates, there's no way RenPy is reporting v7.4.4 unless you (or wherever you received the VN download) physically altered the version it's running under. RenPy doesn't decide to change it's operating version on its own bud, honestly. It's from mucking around.
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,098
You're welcome.

Regarding: " Your further comments about the different versions of RenPy are a bit odd, I did no such thing. "

It's from your traceback so you did do something:
View attachment 2279271
The VN has always been 7.4.11 in recent updates, there's no way RenPy is reporting v7.4.4 unless you (or wherever you received the VN download) physically altered the version it's running under. RenPy doesn't decide to change it's operating version on its own bud, honestly. It's from mucking around.
Or, he has installed a different version on his system and the game is reporting the version installed on the system. Which I learned that if a game isn't using the version I have installed on my system, I have to run the game sandboxed. If not, I get all kinds of stupid bugs.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,276
47,285
Or, he has installed a different version on his system and the game is reporting the version installed on the system. Which I learned that if a game isn't using the version I have installed on my system, I have to run the game sandboxed. If not, I get all kinds of stupid bugs.
Are you talking about SDK installations? If so, I don't think he's running it from the SDK, but certainly could be wrong about that. In Windows OS RenPy will run on the version the dev built it on regardless of how many SDK's are installed (I have over a dozen of them installed currently). That is, if I'm understanding what you're getting at correctly.
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,098
Are you talking about SDK installations? If so, I don't think he's running it from the SDK, but certainly could be wrong about that. In Windows OS RenPy will run on the version the dev built it on regardless of how many SDK's are installed (I have over a dozen of them installed currently). That is, if I'm understanding what you're getting at correctly.
That is what I'm talking about. On Arch, I have to run each game sandboxed, otherwise I get some really strange issues. I was reporting bugs on games that no one else had. But, then, you should remember some of those strange bugs, bro. It's why I ended up creating a Win10 VM in the first place.
 
  • Like
Reactions: Sancho1969

I_am_dizzy

New Member
Oct 1, 2021
5
0
Much appreciated for the head up, I didn't realize that it was already posted. Ill have to update that when I get a chance
 

Stareagle lord

Active Member
Aug 8, 2017
747
255
Is there any how-to use this mod correctly guide or anything?

I can't get

in-game walkthrough (ChoiceGuide)
or
FreeRoamGuide.
to be turned on or found in-game... there is no difference when I
get choices nor is there any in-game button to click to see any kind of event/scene guide or anything...
and while sure I could tab out to check what to do etc or not play in fullscreen...
It sucks to have to remember exactly where I am in the game when I turn it on the game
to scroll down on the page dl-ed walkthrough that I need to use a browser page for...

And yes I am pretty sure I have installed it right...

University...
-uni.exe and other files.
-game. =the folder inside... that is called game...
--sancho mod.
-otherfiles in the 'game' folder.

so yeah help please?
 
5.00 star(s) 13 Votes