x_man

Member
Dec 18, 2017
274
135
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
Respected User
Donor
Aug 8, 2017
23,606
16,140
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
32
33
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,425
9,683
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

Member
Nov 20, 2018
487
295
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
48
8
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

Member
Nov 20, 2018
487
295
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
823
823
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
823
823
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
823
823
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
4.10 star(s) 145 Votes