x_man

Member
Dec 18, 2017
274
136
Um , Guys there is problem when i open the phone it give me this error
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/phone.rpy", line 32, in execute
  File "game/functions/phone/phone.rpy", line 32, in execute
  File "game/functions/phone/phone.rpy", line 41, in execute
  File "game/functions/phone/phone.rpy", line 52, in execute
  File "game/functions/phone/phone.rpy", line 58, in execute
  File "game/functions/phone/phone.rpy", line 58, in <module>
KeyError: u'Crazynurse'

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

Full traceback:
  File "Days/Day7/d7_main.rpyc", line 1214, in script
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\ast.py", line 1901, in execute
    self.call("execute")
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\ast.py", line 1889, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\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\NP\Desktop\EcchiSensei-Day_7-Final\renpy\exports.py", line 1444, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 2687, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 3071, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 3071, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/functions/phone/phone.rpy", line 32, in execute
  File "game/functions/phone/phone.rpy", line 32, in execute
  File "game/functions/phone/phone.rpy", line 41, in execute
  File "game/functions/phone/phone.rpy", line 52, in execute
  File "game/functions/phone/phone.rpy", line 58, in execute
  File "game/functions/phone/phone.rpy", line 58, in <module>
KeyError: u'Crazynurse'

Windows-8-6.2.9200
Ren'Py 7.1.4.1245
Ecchi Sensei Day_7
Fri Mar 29 06:19:25 2019
 
  • Like
Reactions: HandofVecna

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,592
17,075
Um , Guys there is problem when i open the phone it give me this error
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/phone.rpy", line 32, in execute
  File "game/functions/phone/phone.rpy", line 32, in execute
  File "game/functions/phone/phone.rpy", line 41, in execute
  File "game/functions/phone/phone.rpy", line 52, in execute
  File "game/functions/phone/phone.rpy", line 58, in execute
  File "game/functions/phone/phone.rpy", line 58, in <module>
KeyError: u'Crazynurse'

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

Full traceback:
  File "Days/Day7/d7_main.rpyc", line 1214, in script
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\ast.py", line 1901, in execute
    self.call("execute")
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\ast.py", line 1889, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\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\NP\Desktop\EcchiSensei-Day_7-Final\renpy\exports.py", line 1444, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 2687, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 3071, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 3071, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/functions/phone/phone.rpy", line 32, in execute
  File "game/functions/phone/phone.rpy", line 32, in execute
  File "game/functions/phone/phone.rpy", line 41, in execute
  File "game/functions/phone/phone.rpy", line 52, in execute
  File "game/functions/phone/phone.rpy", line 58, in execute
  File "game/functions/phone/phone.rpy", line 58, in <module>
KeyError: u'Crazynurse'

Windows-8-6.2.9200
Ren'Py 7.1.4.1245
Ecchi Sensei Day_7
Fri Mar 29 06:19:25 2019
Its a known problem and there working on a fix.

Just don't open the phone.
 

soccercrazed

New Member
Sep 30, 2017
5
1
Um , Guys there is problem when i open the phone it give me this error
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/phone.rpy", line 32, in execute
  File "game/functions/phone/phone.rpy", line 32, in execute
  File "game/functions/phone/phone.rpy", line 41, in execute
  File "game/functions/phone/phone.rpy", line 52, in execute
  File "game/functions/phone/phone.rpy", line 58, in execute
  File "game/functions/phone/phone.rpy", line 58, in <module>
KeyError: u'Crazynurse'

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

Full traceback:
  File "Days/Day7/d7_main.rpyc", line 1214, in script
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\ast.py", line 1901, in execute
    self.call("execute")
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\ast.py", line 1889, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\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\NP\Desktop\EcchiSensei-Day_7-Final\renpy\exports.py", line 1444, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 2687, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 3071, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\core.py", line 3071, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\NP\Desktop\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/functions/phone/phone.rpy", line 32, in execute
  File "game/functions/phone/phone.rpy", line 32, in execute
  File "game/functions/phone/phone.rpy", line 41, in execute
  File "game/functions/phone/phone.rpy", line 52, in execute
  File "game/functions/phone/phone.rpy", line 58, in execute
  File "game/functions/phone/phone.rpy", line 58, in <module>
KeyError: u'Crazynurse'

Windows-8-6.2.9200
Ren'Py 7.1.4.1245
Ecchi Sensei Day_7
Fri Mar 29 06:19:25 2019

I was just playing and got to this point too.
Kept ignoring the errors for a bit.
But then I just quit the game and reloaded it up and have a save just before seeing sloth-chan and it worked fine after that.
 
  • Like
Reactions: x_man

zmanser

Newbie
Aug 22, 2018
39
50
Downloads for day 5 and 6 are missing? Each link only has Day 7 download.

Also I am having the same issue as a few others with loading my Day 6 into Day 7. Uncompressed versions.

(I'm doing the exact same thing I've been doing for months now. Not working lol figured I would try a fresh version of Day 6 maybe, but cannot find a download link for it. Also there is no "Start New Game" in preferences under Mute for me.)
 

soccercrazed

New Member
Sep 30, 2017
5
1
Downloads for day 5 and 6 are missing? Each link only has Day 7 download.

Also I am having the same issue as a few others with loading my Day 6 into Day 7. Uncompressed versions.

(I'm doing the exact same thing I've been doing for months now. Not working lol figured I would try a fresh version of Day 6 maybe, but cannot find a download link for it. Also there is no "Start New Game" in preferences under Mute for me.)
Have you tried loading a save from a bit before the "Most voted character" list?
I was originally trying to load my most recent save but it was giving an error.
So i went back a couple saves and that worked for me
 

duwood

New Member
Sep 11, 2017
2
0
I am getting an error on day 5 when meeting with a sleepy Yamato sensei and start using the phone.

I can't pass the point even by ignoring hundred times. Tried to reload from start of day 5 same error.

Amazing game so far



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 "Days/Day5/d5_main.rpyc", line 937, in script call
  File "Days/Day5/d5_main.rpyc", line 4340, in script
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\ast.py", line 1901, in execute
    self.call("execute")
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\ast.py", line 1889, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\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\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\exports.py", line 1444, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 2687, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 3071, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 3071, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\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
Fri Mar 29 04:44:50 2019
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,705
Downloads for day 5 and 6 are missing? Each link only has Day 7 download.

Also I am having the same issue as a few others with loading my Day 6 into Day 7. Uncompressed versions.

(I'm doing the exact same thing I've been doing for months now. Not working lol figured I would try a fresh version of Day 6 maybe, but cannot find a download link for it. Also there is no "Start New Game" in preferences under Mute for me.)
"Day 7" has days 5-7 in it.
 

Towik

Active Member
Nov 20, 2018
597
354
I am getting an error on day 5 when meeting with a sleepy Yamato sensei and start using the phone.

I can't pass the point even by ignoring hundred times. Tried to reload from start of day 5 same error.

Amazing game so far



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 "Days/Day5/d5_main.rpyc", line 937, in script call
  File "Days/Day5/d5_main.rpyc", line 4340, in script
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\ast.py", line 1901, in execute
    self.call("execute")
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\ast.py", line 1889, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\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\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\exports.py", line 1444, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 2687, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 3071, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 3071, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\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
Fri Mar 29 04:44:50 2019
make a save at the moment right before the error, exit game and load. for me it worked. no idea why but Normal Day 5 could have been ignored and in day 7 Final that's not possible. only leads to hundreds of additional errors. at least now I saw the messages between Mika and MC.
I hope this not helps you at all and your PC explodes and takes us all with it. :alien:
 
Sep 20, 2017
54
10
If I'm reading correctly, I'm guessing there's quite a few people having issues wit the end of day 7 after finding Kat, AKA The hundreds of error pages?
 

Towik

Active Member
Nov 20, 2018
597
354
I have played 2 or 3 times but I don't remember getting an error anything close to Kat.
 

TheHiddenOne

Member
Aug 5, 2017
109
137
Well, I have the problem that the game crash often (around every 10 mins, faster if I use skip or animations come up) after
I started chapter 5.
I could be wrong but I think it only begun after the phone got opened when the main character decides to call Mika and automaticly opens the phone.

I really enjoyed the earlier chapters, but the constant crashing is a tad annoying ^^'
 

000000

Active Member
Oct 9, 2017
864
865
I am getting an error on day 5 when meeting with a sleepy Yamato sensei and start using the phone.

I can't pass the point even by ignoring hundred times. Tried to reload from start of day 5 same error.

Amazing game so far



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 "Days/Day5/d5_main.rpyc", line 937, in script call
  File "Days/Day5/d5_main.rpyc", line 4340, in script
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\ast.py", line 1901, in execute
    self.call("execute")
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\ast.py", line 1889, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\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\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\exports.py", line 1444, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 2687, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 3071, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\core.py", line 3071, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\Admin\Downloads\test\echi sensei\EcchiSensei-Day_7-Final\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
Fri Mar 29 04:44:50 2019
hmmm what I did is when i got the script error i restart the game and play it to were i last did and it got solve for me though


:coffee::unsure:*siipppp...
 
  • Like
Reactions: tsumefuma

000000

Active Member
Oct 9, 2017
864
865
when doing Day 5 "JUST DONT CLICK THE CELLPHONE ICON" because it will trigger the error script xD just a fair warning if u got an error script just restart the game and continue chapter 3 and go to your autosave and it will solve all your problems xD!!
 

TheHiddenOne

Member
Aug 5, 2017
109
137
I hope that bug is going to be fixed in the week 1 release.
Wanted to reply it anyways :D

Anyone know when the release is planned?
Somehow I can't search the thread with the search function anymore.. ^^'
 

000000

Active Member
Oct 9, 2017
864
865
I hope that bug is going to be fixed in the week 1 release.
Wanted to reply it anyways :D

Anyone know when the release is planned?
Somehow I can't search the thread with the search function anymore.. ^^'
it wasn't mentioned by BCS on when the 1-week game release I think it would be the end of the month from now or it would be together with day8-9 release next month ..
 
  • Like
Reactions: TheHiddenOne

zmanser

Newbie
Aug 22, 2018
39
50
Have you tried loading a save from a bit before the "Most voted character" list?
I was originally trying to load my most recent save but it was giving an error.
So i went back a couple saves and that worked for me
Yeah this worked for me, for some reason I had to use a save from Day 5 though. None of my Day 6 saves would load. Really weird. Got it working though, thanks for the tip.
 
May 16, 2018
353
148
It looks like your only here to fap so we will see you later.

I for one love the slow build up to real sex with all the students and daughters, MC has fucked 5 women already plus 1 student (if you rape her) and have had many HJ's and BJ's each day.

I love the story and it will get to sex with more of the students.
Remember this is day 7 of 365 days this VN will have.
Preach Brother!
 

sam1234567

Member
May 5, 2018
203
296
Preach Brother!
true slow is generally better in the long term but some characters for me i personally believe should just jump straight to sex since it makes sense for their character types or the buildup thats been introduced. for example i think the first proper sexual act that should happen between the mc and mao should be them having sex since having a slow build where mao just does blowjobs and handjobs for 3-4 updates just doesnt make sense to me because unlike himiko and saki mao feelings arent just from the last couple of ingame days where as maos feelings for the mc is from 3 years of buildup prior to the beginning of the game and with a slow build already being done with saki and himiko it makes sense to do something different rather than just the same thing for the third time
 
4.10 star(s) 145 Votes