MerlinUSA

Member
Mar 1, 2018
326
143
After "installing" the new update, I loaded my last save, and while watching the "caveman movie" I got this:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/Cavemen.rpy", line 601, in script
    Ted "Come on Boo, let's go."
Exception: Sayer 'Ted' is not defined.

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

Full traceback:
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/Cavemen.rpy", line 601, in script
    Ted "Come on Boo, let's go."
  File "D:\Adult Games\ML\Chapter 4\Maxslife_ch4-0.45-pc\renpy\ast.py", line 881, in execute
    who = eval_who(self.who, self.who_fast)
  File "D:\Adult Games\ML\Chapter 4\Maxslife_ch4-0.45-pc\renpy\ast.py", line 774, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'Ted' is not defined.

Windows-10-10.0.22000 AMD64
Ren'Py 8.0.1.22070801
 0.45
Sun Oct  2 07:49:59 2022
 

Thedendelion

Newbie
Dec 3, 2020
15
2
so i am replaying from episode 1 and i am now at episode 2. i've been following the walkthrough but now i'am stuck at Daisy the nun quest. according the walkthrough i need to talk with the first nun again after this scene to talk to the 3 guy at the underground room but i can't seem to enter the room while the first nun was there.
Untitled.png
everytime i talk to the first nun this dialog happened and can't seem to continue with the quest where i should talk to the 3 guy there. it won't ley me click on the altar.
Untitled1.png
 

Ben4109

New Member
Mar 13, 2020
11
2
Gonna keep asking this till I get an answer. Followed the walkthrough for maxs life 3. It says help emma till u get 10 but it caps at 3. Is it bugged or is there other ways to help her?
 

Devilrv

Active Member
Aug 6, 2019
503
503
Hey Guys,

Is anyone else getting this error??

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/UP11.rpy", line 240, in script
    pause
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/UP11.rpy", line 240, in script
    pause
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
Exception: Audio channel 'movie_UP11/VIDEO/josie/josie03.webm_None' is unknown.

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

Full traceback:
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\bootstrap.py", line 274, in bootstrap
    renpy.main.main()
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\main.py", line 660, in main
    run(restart)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\main.py", line 146, in run
    renpy.execution.run_context(True)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\execution.py", line 938, in run_context
    context.run()
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/UP11.rpy", line 240, in script
    pause
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/UP11.rpy", line 240, in script
    pause
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\exports.py", line 1533, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\core.py", line 3971, in interact_core
    if renpy.display.video.frequent():
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\video.py", line 552, in frequent
    update_playing()
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\video.py", line 540, in update_playing
    m.stop()
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\video.py", line 496, in stop
    renpy.audio.music.stop(channel=self.channel)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\audio\music.py", line 297, in stop
    c = get_channel(channel)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\audio\audio.py", line 915, in get_channel
    raise Exception("Audio channel %r is unknown." % name)
Exception: Audio channel 'movie_UP11/VIDEO/josie/josie03.webm_None' is unknown.

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.1.22070801
 0.45
Tue Oct  4 21:44:01 2022
Happens right when Im Trying to load my safe for right before the Mom x Steve Shower scene.
Thanks
 

MSnap

New Member
Jan 14, 2021
11
3
Hey Guys,

Is anyone else getting this error??

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/UP11.rpy", line 240, in script
    pause
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/UP11.rpy", line 240, in script
    pause
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
Exception: Audio channel 'movie_UP11/VIDEO/josie/josie03.webm_None' is unknown.

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

Full traceback:
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\bootstrap.py", line 274, in bootstrap
    renpy.main.main()
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\main.py", line 660, in main
    run(restart)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\main.py", line 146, in run
    renpy.execution.run_context(True)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\execution.py", line 938, in run_context
    context.run()
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/UP11.rpy", line 240, in script
    pause
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
  File "game/SCRIPT/movies.rpy", line 2251, in script call
    call credits_ln
  File "game/SCRIPT/UP11.rpy", line 240, in script
    pause
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 455, in execute_pause
    renpy.pause()
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\exports.py", line 1533, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\core.py", line 3971, in interact_core
    if renpy.display.video.frequent():
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\video.py", line 552, in frequent
    update_playing()
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\video.py", line 540, in update_playing
    m.stop()
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\display\video.py", line 496, in stop
    renpy.audio.music.stop(channel=self.channel)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\audio\music.py", line 297, in stop
    c = get_channel(channel)
  File "G:\New folder (3)\MaxsLife-CH4-0.45\MaxsLife-CH4-0.45\renpy\audio\audio.py", line 915, in get_channel
    raise Exception("Audio channel %r is unknown." % name)
Exception: Audio channel 'movie_UP11/VIDEO/josie/josie03.webm_None' is unknown.

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.1.22070801
0.45
Tue Oct  4 21:44:01 2022
Happens right when Im Trying to load my safe for right before the Mom x Steve Shower scene.
Thanks
Yep, that's the same error and place where I'm getting it. I think people are getting a similar error in a different place too. My last save before this part is from back in February, whichever version that was lol
 

thilimss

Newbie
Sep 21, 2020
15
2
I am trying to make Max Life translation using renpy-8.03-sdk ..this error is occurring. any help please?

I'm sorry, but an uncaught exception occurred.

Before loading the script.
ValueError: unsupported pickle protocol: 5

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 427, in main
renpy.loader.index_archives()
File "renpy/loader.py", line 244, in index_archives
index = handler.read_index(f)
File "renpy/loader.py", line 129, in read_index
index = loads(zlib.decompress(infile.read()))
ValueError: unsupported pickle protocol: 5

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
 

Doffy6601

Newbie
Mar 30, 2022
26
13
Its not really like that. Better to say the true. Because if you say Netori, the guy or guys think that the mc steal the girls/women to other and it is not really like that with chapter 3. Till chapter 2 the game was 100% Netori. MC find or steal women to other.
But with chapter 3 the thing are different now. MC can find and steal women to other. But also shared woman with other if you want. And sharing always go in netorare path. So better to say... there are some netorare scene. Soft netorare but always netorare. Because sharing always go in Netorare path. MC is consensual, but as i say is always that. But till now are 100% avoidable! There are two way to avoid it.
1) You can put ntr off in pc in mc room (so the game automatically choice the no ntr path and you are 100% safe)
2) You can just play without put ntr off, but you have to stay allert and made the right choice.

For example like you say the gropy old man, then there is Alvin and his mother (alvin's mother, not mc's mother).
You can decide if you wanna share his mother with him, or take her only for you. Some old man on the beach who wanna share is daughter with you, but in exchange he wanna fuck mc's sister. There is also the mc's mother panties with the yakuza leader. And if I'm not mistaken, the last one is the porn movie you made with mc's sister and another actress. In that case she fuck with two black man and the mc do the powerless scene. But as i say! it is 100% avoidable! You can have all the girls/women for you "only for you"

So does as I did "put NTR off in MC's PC" and you are safe to play the game.
Although your comment has been a long time ago, I am very grateful brother, thank you again for the explanation
 
  • Like
Reactions: Bahamut Zero

MelodyMark

Newbie
Mar 20, 2020
70
19
Well bugger. I'm on holiday for the next 2 weeks, I might look at it again then or wait for the next release.
Have you tried from a different/older save?
I'm looking for you come back, and there was very comment in this topic which is same my case, LoL
 

Randeza

Active Member
May 16, 2018
702
641
it kind of contradicts itself to have ntr and harem in the same game? or am i missing something?.
 

c3p0

Forum Fanatic
Respected User
Nov 20, 2017
4,772
11,666
it kind of contradicts itself to have ntr and harem in the same game? or am i missing something?.
Why?
You can have female and male protagonist tag in the same game without the multipe protagonist tag, so why should that be a contradictions?
 
3.70 star(s) 94 Votes