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

5.00 star(s) 13 Votes

Vorsoth

Newbie
May 14, 2021
31
10
Good day, i start new game and immediately problem in bus station, here is error, and it continue same after click ignore.
I have mod in /game/ folder. Any solution, thanks for help. It seem in folder SanchoMod is file SanchoMod UoP v090.rpy missing, i dont see this file.

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

While running game code:
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 697, in execute
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 697, in execute
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 700, in execute
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 709, in execute
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 710, in execute
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 710, in keywords
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 717, in keywords
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 717, in keywords
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 718, in <module>
Exception: An empty string cannot be used as a displayable.

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

Full traceback:
  File "scripts/script.rpyc", line 27, in script
  File "renpy/ast.py", line 715, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1393, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1205, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 871, in do_display
    **display_args)
  File "renpy/character.py", line 582, in display_say
    what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
  File "renpy/display/screen.py", line 1304, in get_widget
    screen.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 697, in execute
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 697, in execute
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 700, in execute
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 709, in execute
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 710, in execute
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 710, in keywords
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 717, in keywords
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 717, in keywords
  File "game/SanchoMod/SanchoMod UoP v090.rpy", line 718, in <module>
  File "renpy/display/imagelike.py", line 200, in __init__
    self.image = renpy.easy.displayable(image)
  File "renpy/easy.py", line 111, in displayable
    raise Exception("An empty string cannot be used as a displayable.")
Exception: An empty string cannot be used as a displayable.

Windows-7-6.1.7601-SP1
Ren'Py 7.4.4.1439
University of Problems 0.9.0-(Extended)
Tue May 31 05:05:33 2022
 
  • Like
Reactions: teufel703

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,277
47,303
It seem in folder SanchoMod is file SanchoMod UoP v090.rpy missing, i dont see this file.
... and you won't. inside the "game" folder should be the only files in the mod's zip:
  • "SanchoMod" folder
  • "SanchoMod.rpa"
  • "scripts.rpa"
That's it for new files introduced (only the "scripts.rpa" needs to be overwritten). Let's start there and tell me what you have.
 

Vorsoth

Newbie
May 14, 2021
31
10
Yes i have in game folder:
  • "SanchoMod" folder
  • "SanchoMod.rpa"
  • "scripts.rpa"
And scripts.rpa overwrite, original scripts.rpa had 12,1 mb and overwrited have 8,61 mb.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,277
47,303
Maybe this game have miniupdate?? I download this game from mega and sancho mod put in /game folder, overwrite scripts.rpa and run game, it seem than game miniupdate change and mod dont function. I play game normal without mod and it is ok.
Please maybe you try download game and put your mod and test game if is ok.
Again, please see post here. I believe you have the "namebox" issue which only seems to occur with some folks. I have a fix inside the mod's code for the next update but until then follow the instructions in that post and let me know.
 
  • Like
Reactions: Vorsoth

RoxieXIII

New Member
Apr 5, 2021
1
0
" Exception: An empty string cannot be used as a displayable. "
This seems to be coming from a graphic file checker I have for specifically namebox.png which is certainly not an empty string. The code could make an empty string IF the file didn't exist which makes me wonder about your installation. If you're up for it try this:

DL and extract the attached "namebox.png" and put it in the directory (make the directory structure if needed) as:
(name of your game's directory)/game/gui
inside that "gui" directory/folder place the file attached insuring it's named EXACTLY namebox.png

Test again, first by starting a new game or loading a save, then backing out to the Main Menu, then select either gallery and test. Let me know. Regards.
I'm sorry if I'm retard or something but I don't have a gui file in the game file I only found gui.rpa and I can't place anything in there
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,277
47,303
I'm sorry if I'm retard or something but I don't have a gui file in the game file I only found gui.rpa and I can't place anything in there
Good morning.

Note the second paragraph:
"
DL and extract the attached "namebox.png" and put it in the directory (make the directory structure if needed) as:​
(name of your game's directory)/game/gui​
inside that "gui" directory/folder place the file attached insuring it's named EXACTLY namebox.png​
"
To elaborate:
  1. Inside the "game" directory create a new folder/directory named EXACTLY gui if it doesn't exist.
  2. You should now have a directory structure like this: (directory name of VN)/game/gui
  3. Inside that new "gui" folder you created place the file in the post's attachment insuring it's named EXACTLY namebox.png
Done.
 

teufel703

Newbie
Feb 8, 2019
89
18
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 697, in execute
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 697, in execute
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 700, in execute
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 709, in execute
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 710, in execute
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 710, in keywords
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 717, in keywords
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 717, in keywords
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 718, in <module>
Exception: An empty string cannot be used as a displayable.

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

Full traceback:
File "scripts/script.rpyc", line 450, in script
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1393, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1205, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 871, in do_display
**display_args)
File "renpy/character.py", line 582, in display_say
what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
File "renpy/display/screen.py", line 1304, in get_widget
screen.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 697, in execute
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 697, in execute
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 700, in execute
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 709, in execute
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 710, in execute
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 710, in keywords
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 717, in keywords
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 717, in keywords
File "game/SanchoMod/SanchoMod UoP v090.rpy", line 718, in <module>
File "renpy/display/imagelike.py", line 200, in __init__
self.image = renpy.easy.displayable(image)
File "renpy/easy.py", line 111, in displayable
raise Exception("An empty string cannot be used as a displayable.")
Exception: An empty string cannot be used as a displayable.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
University of Problems 0.9.0-(Extended)
Wed Jun 8 22:00:41 2022
```
 
5.00 star(s) 13 Votes