lionarslan

Member
Jun 11, 2017
407
618
```
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?
The same problem, loop after resolving book choice for Himiko. My error:
While running game code:
File "game/Days/Day5/d5_main.rpy", line 817, in <module>
NameError: name 'd5d7' is not defined

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

Full traceback:
File "menu/savestuff/saves.rpyc", line 25, in script call
File "Days/Day5/d5_main.rpyc", line 817, in script
File "D:\Downloaded games\Ecchi Sensei\EcchiSensei-Day_7-V2\renpy\ast.py", line 1803, in execute
if renpy.python.py_eval(condition):
File "D:\Downloaded games\Ecchi Sensei\EcchiSensei-Day_7-V2\renpy\python.py", line 1961, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Downloaded games\Ecchi Sensei\EcchiSensei-Day_7-V2\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Days/Day5/d5_main.rpy", line 817, in <module>
NameError: name 'd5d7' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.0.424
Ecchi Sensei Day_7
Sat May 11 09:41:01 2019
 

Amahl Farouk

Well-Known Member
May 13, 2018
1,320
2,436
So I figured some of my problems out
It was a problem with dark mind. If you have it activated in your previous save, but not in the new episode, you can get a ton of errors thrown at you. installing the patch is one thing but I found I have to go to the cheat menu nd click it a few times to make sure the dark patch is activated.

Got through all that crap but now as soon as I see the weird dnd looking guy and try to call mika my game breaks
 

Amahl Farouk

Well-Known Member
May 13, 2018
1,320
2,436
Code:
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 "game/menu/savestuff/saves.rpyc", line 25, in script call
    a�c[dժï�t�
  File "game/Days/Day5/d5_main.rpyc", line 4340, in script
    ��    ���d��Џ �V"٣�1���0��     ��${RE�]j��� �=
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\ast.py", line 1901, in execute
    self.call("execute")
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\ast.py", line 1889, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\statements.py", line 212, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\exports.py", line 1444, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\display\core.py", line 2687, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\display\core.py", line 3071, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\display\core.py", line 3071, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\Booby Trap\Downloads\EcchiSensei-Day_7-Final-compressed\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.1.4.1245
Ecchi Sensei Day_7
Sat May 11 16:49:12 2019
 

Zontany

Well-Known Member
Mar 13, 2018
1,821
680
```
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,320
2,436
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,147
1,243
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
52
125
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
371
223
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
539
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:
 
4.10 star(s) 145 Votes