- Oct 9, 2019
- 26
- 134
don't know if it works with the archive still compressed but here a little patch for the message error
Sounds like you have saves (maybe just the persistent save file) from playing the game with lain's mod or something:"
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'mod/textbox.png'>:
Exception: Could not find font u'mod/Tahoma_Correct_Version.ttf'."
First week of the game and i get that error? anyone got a solution?
Off hand, it kind of sounds like patch install error.Week 1 Light Compressed Mega Link with DMP seems to have a LOT of Script Error
Shdo
See my previous post again, I had forgot to put Hitomi in the list, it is updated now.
Just curious, why was it necessary to add Hitomi? It seems like the best thing to do is just use the default value for the variable (from functions/phone/def.rpy), and the Hitomi record isn't in the default value.I added Hitomi
that's what i did in the file that i posted. I modified the def.rpy so it check if the key "message_labels" exist (that was the origin of the problem) and if not it adds the key initialized with an empty list.Just curious, why was it necessary to add Hitomi? It seems like the best thing to do is just use the default value for the variable (from functions/phone/def.rpy), and the Hitomi record isn't in the default value.
I'm asking because I'm testing an alternate way to fix the problem and it would be a bit problematic if there's a chance more names will need to be added.
Because it was throwing the error when trying to have the Hitomi conversation on the phone.Just curious, why was it necessary to add Hitomi? It seems like the best thing to do is just use the default value for the variable (from functions/phone/def.rpy), and the Hitomi record isn't in the default value.
I'm asking because I'm testing an alternate way to fix the problem and it would be a bit problematic if there's a chance more names will need to be added.
That seems like a better solution than what I was considering. Hopefully it withat's what i did in the file that i posted. I modified the def.rpy so it check if the key "message_labels" exist (that was the origin of the problem) and if not it adds the key initialized with an empty list.
That's a very good reason. It probably wouldn't have been an issue for what I was trying to do, but TanusMorken seems to have a better solution anyway.Because it was throwing the error when trying to have the Hitomi conversation on the phone.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Days/D22+23.rpy", line 2342, in <module>
File "game/functions/update_names.rpy", line 23, in update_names
KeyError: u'Yuki'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Days/D22+23.rpyc", line 2342, in script
File "D:\Games\Iso files\Casual\AIF\EcchiSensei-D22+23v1.0_FINAL\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Games\Iso files\Casual\AIF\EcchiSensei-D22+23v1.0_FINAL\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Days/D22+23.rpy", line 2342, in <module>
File "game/functions/update_names.rpy", line 23, in update_names
KeyError: u'Yuki'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Ecchi Sensei D22+23 v0.0rc1
Tue Jun 07 17:07:57 2022
```
Well, [gen.d#] appears in a few .rpy files:On Day 22 when you're at the house with your family. I'm getting "Saki[gen.d2]" and "Himiko[gen.d3]" and basically everyone has this [gen.d#] after the end of their name. Why and how to fix?
store.himikot = Character(kind=himiko, who_suffix="[gen.d3]" + _(" Thoughts:"))
I only played a bit because I was looking into the phone issue, but what little I saw was good. If I hadn't known it is MTL, I wouldn't have guessed.Haven't played it yet so would be nice to see people's general consensus on the MTL and just in general on the size of the update.
Oy, I had to re-read the post.I guess the merge is confirmed to have features removed from it now?
I get to the common folder, but there is no console.rpyShdo
For anyone getting the error related to using the phone you can do this to fix it.
Enable the console;
from the game folder go to renpy>common>console.rpy
Open that file with an editor like "notepad++" or "Code", then scroll down to line 108 and replace "False" with "True". Capitalization matters.
Then save and close that.
With the game open and a save loaded press "shift+o" on your keyboard to open the console.
Copy this code [its in the spoiler to make the post neater] and then paste it in the console and press Enter, then close the console with the Esc key.
You don't have permission to view the spoiler content. Log in or register now.
Now you should not get the error when the phone is supposed to be be used.
Edit: Updated with Hitomi, let me know if I've missed someone I'll update again.