Zontany

Well-Known Member
Mar 13, 2018
1,825
686
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Days/Day5/d5_main.rpy", line 217, in <module>
NameError: name 'd5d4' is not defined

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

Full traceback:
File "game/menu/savestuff/saves.rpyc", line 25, in script call
a�c[dժï�t�
File "game/Days/Day5/d5_main.rpyc", line 217, in script
u���T'*���d������#T7�zЁꮃ�
File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\ast.py", line 1800, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Days/Day5/d5_main.rpy", line 217, in <module>
NameError: name 'd5d4' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.4.1245
Ecchi Sensei Day_7
Sat May 11 07:48:28 2019
```
imported my save and get this, igore lets me go onn but then i get locked in a loop

anyone know if it is me or the game?
I got the same problem, but no one has helped with the problem. I don't know why my saves aren't working. They just make some excuse.
 

Amahl Farouk

Well-Known Member
May 13, 2018
1,381
2,567
My solution for that was go back to the previous episode, load up your last save game, make sure that dark mind is activated. save again. Then I copied this save file over to the new episodes save location. Again make sure dark mind is activated from the cheats menu. That seemed to work. My problem now is after talking to the weird looking guy when I get an incoming message the game breaks. This I think is a programming bug and not my mistake though because it did say in the game that the phone system wasn't working properly
 

GhostE

New Member
Aug 23, 2018
1
0
My solution for that was go back to the previous episode, load up your last save game, make sure that dark mind is activated. save again. Then I copied this save file over to the new episodes save location. Again make sure dark mind is activated from the cheats menu. That seemed to work. My problem now is after talking to the weird looking guy when I get an incoming message the game breaks. This I think is a programming bug and not my mistake though because it did say in the game that the phone system wasn't working properly
exactly the same issue, guy with armor broke my game.
 

dudejohn

Newbie
Mar 11, 2018
66
31
can someone help me i just started playing this game but when i try to load previous save from chapter 2 to start day 3 i get a crash and i dont know what to do
 

ashish 090

Member
Sep 6, 2018
139
10
Can someone tell me how to remove these? I am unable to delete them from my hard drive....if anyone knows of a solution..pls help....sorry for bad quality photo,had to take it using my phone
 

Lorric17

Well-Known Member
May 25, 2017
1,162
1,269
Can someone tell me how to remove these? I am unable to delete them from my hard drive....if anyone knows of a solution..pls help....sorry for bad quality photo,had to take it using my phone
The file path is too long.
For instance c:\mygames\this one game i like really much\this older version that i only keep around for saves\yada yada\and so on\you know a really long path\that exceeds 255 characters\in the file path and folder names\my file.txt
That's too long for some file systems. The easiest way to fix it is to rename some of the folders in the path to something shorter. For instance rename "you know a really long path" into "yk" (or whatever). That makes the total path shorter and you will be able to delete the files.
 

Ceddot

Sorcerer's Paradox Developer
Game Developer
Jan 11, 2018
55
171
dude with the armor is breaking my game, the phone is disabled on d5, but when we see him it adds him to contact.
 

R0y

Member
Nov 25, 2017
385
241
I played this game like 6 months ago then deleted it but something stuck in my mind that I think it was in this game but don't remember. Maybe someone could let me know. It was a prostitute on your lap in the driver seat. That was hot if it was this game.
 

Latecomer

Active Member
Game Developer
Sep 23, 2017
540
842
I played this game like 6 months ago then deleted it but something stuck in my mind that I think it was in this game but don't remember. Maybe someone could let me know. It was a prostitute on your lap in the driver seat. That was hot if it was this game.
Nope, not this game
 
  • Like
Reactions: cloudfw and R0y

johnnycolls69

New Member
Feb 6, 2019
7
3
has anyone made it through day 5? the message from mika in teachers lounge keeps crashing my game and i can't find any answers to fix it. someone please help
 

Dirk220

Newbie
Jan 3, 2018
52
61
Same problem here.

here's the traceback:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 416, in execute_pause
renpy.pause()
File "game/functions/phone/messager.rpy", line 1, in execute
File "game/functions/phone/messager.rpy", line 1, in execute
File "game/functions/phone/messager.rpy", line 19, in execute
File "game/functions/phone/messager.rpy", line 29, in execute
File "game/functions/phone/messager.rpy", line 63, in execute
KeyError: u'incomming_m'

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

Full traceback:
File "Days/Day5/d5_main.rpyc", line 4340, in script
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\ast.py", line 1907, in execute
self.call("execute")
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\ast.py", line 1895, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\statements.py", line 220, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 416, in execute_pause
renpy.pause()
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\exports.py", line 1451, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\display\core.py", line 2687, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\display\core.py", line 3071, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\display\core.py", line 3071, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\display\screen.py", line 434, in per_interact
self.update()
File "D:\Rpy\EcchiSensei-Day_7-V2\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/functions/phone/messager.rpy", line 1, in execute
File "game/functions/phone/messager.rpy", line 1, in execute
File "game/functions/phone/messager.rpy", line 19, in execute
File "game/functions/phone/messager.rpy", line 29, in execute
File "game/functions/phone/messager.rpy", line 63, in execute
File "<screen language>", line 63, in <module>
KeyError: u'incomming_m'

Windows-8-6.2.9200
Ren'Py 7.2.0.424
Ecchi Sensei Day_7

maybe someone can help...:cry:
 

Mix@Xplore

Newbie
Apr 14, 2019
20
268
Chapter 2 just does not launch for me (on Mac). Tried all 3 links, downloads fine but game won't open. Chapter 1 worked fine.
 

Insaneflame

Newbie
Apr 19, 2018
25
9
After some troubles I managed to start day 5 from day 4 save. Everything goes relatively (if you don't count inability to load game) well till I come to teacher in cosplay outfit in teacher's lunge. Then it was only errors in script, infinite error. I kept pressing Ignore but it didn't help. After 1 hundred strings of code I gave up. Can someone please tell me is it playable at all or its just beta and it's better to wait for a complete release?
The game runs fine for most people. But you wont get any help unless you give people knowledge about what is actually causing the problem. Sharing the actual error will allow people to provide a solution if they know about one. Other than that, try reporting the problems to the the people who actually work on the game. They can only fix what they know is broken.
 
4.10 star(s) 145 Votes