right on the first pageFiles been removed ,anyone got a mirror?
right on the first pageFiles been removed ,anyone got a mirror?
I have also run into the same error when choosing "both scenes" with Harry in the hallway. I made sure to uninstall everything, and try each option without the Mod (obviously "both scenes" isn't an option) both of them worked. Then I reinstalled the Mod, and tried the original two options, both worked again. The only option giving the error is "both scenes" from the Mod. Here's to hoping there is a working fix soon.Fixed and unlock the gallery
Still no info on a new fix? Maybe tomorrow I guess.Fixed and unlock the gallery
I will check it in the upcoming days. Currently quite busy nowStill no info on a new fix? Maybe tomorrow I guess.
ok, the problem is with the "extras" from the party sceneThe scene with Emily doesn't work also, it's "dark"
True !!!!!!LaikDink
The following causes an error when you select the MOD option
Works fine if you select the other two
You don't have permission to view the spoiler content. Log in or register now.
View attachment 2192113
Another fixed
Updated: 22/11/2022
Game/Creator: Milfs of Sunville/ L7teamYou must be registered to see the linksYou must be registered to see the links
Modder: LaikDinkYou must be registered to see the linksYou must be registered to see the links
Mod Version: 7.00 Extras
Game Version: 7.00 Extras
Language: English
Features:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.
Warning:
You don't have permission to view the spoiler content. Log in or register now.Download:You must be registered to see the links
View attachment 1702025 View attachment 1702027 View attachment 1702033 View attachment 1702037 View attachment 1702061 View attachment 1936927 View attachment 1936928
The new fix doesn't work for me on the Harry scene. It doesn't crash anymore, but Mrs. Morris' scene doesn't play when I select both.Another fixed
Here I forgot the sentence to move to the Mrs Morris sceneThe new fix doesn't work for me on the Harry scene. It doesn't crash anymore, but Mrs. Morris' scene doesn't play when I select both.
I tried it again on a fresh copy of the game and on a brand new save just to make sure and it still only plays Rose's scene at that choice.
True !!!!The new fix doesn't work for me on the Harry scene. It doesn't crash anymore, but Mrs. Morris' scene doesn't play when I select both.
I tried it again on a fresh copy of the game and on a brand new save just to make sure and it still only plays Rose's scene at that choice.
no, my mod can't crack to show activated scenes and the college party will be continued in the next chapter based on the announcement of the game developerNot sure if your mod is suppose to bypass this
View attachment 2192575
but the following scenes bring it up
View attachment 2192577 View attachment 2192578
also while I did attend the college party, it has not been checked off in the task list
View attachment 2192584
Golden! Working fine now. Thank you very much for the mod by the way, it's really helpful.Here I forgot the sentence to move to the Mrs Morris scene
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/00_Functions/scene_controller.rpy", line 148, in script call
call show_achievements() from _rcall_sprites_action11
File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
call screen achievements_screen()
File "game/Gallery/gallery.rpy", line 56, in script call
call expression gallery_label from _rcall_rgallery_label11
File "game/Quests/MLS/EP1_07/ep07_dialogues1_family_sophie.rpy", line 379, in script call
call phone_outgoing_call("Olivia", "olivia_chat6") from _rcall_phone_outgoing_call_7
File "game/Phone/phone_controller.rpy", line 132, in script
pause 1.0
File "renpy/common/000statements.rpy", line 453, in execute_pause
renpy.pause(delay)
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 19, in execute
frame:
File "game/Phone/phone_screens.rpy", line 44, in execute
if phone_menu_active == "calling_screen":
File "game/Phone/phone_screens.rpy", line 45, in execute
use phone_calling_screen()
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 239, in execute
fixed:
File "game/Phone/phone_screens.rpy", line 242, in execute
$ contactImg = Image(phone_contact["img"])
File "game/Phone/phone_screens.rpy", line 242, in <module>
$ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/00_Functions/scene_controller.rpy", line 148, in script call
call show_achievements() from _rcall_sprites_action11
File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
call screen achievements_screen()
File "game/Gallery/gallery.rpy", line 56, in script call
call expression gallery_label from _rcall_rgallery_label11
File "game/Quests/MLS/EP1_07/ep07_dialogues1_family_sophie.rpy", line 379, in script call
call phone_outgoing_call("Olivia", "olivia_chat6") from _rcall_phone_outgoing_call_7
File "game/Phone/phone_controller.rpy", line 132, in script
pause 1.0
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 453, in execute_pause
renpy.pause(delay)
File "renpy/exports.py", line 1525, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 19, in execute
frame:
File "game/Phone/phone_screens.rpy", line 44, in execute
if phone_menu_active == "calling_screen":
File "game/Phone/phone_screens.rpy", line 45, in execute
use phone_calling_screen()
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 239, in execute
fixed:
File "game/Phone/phone_screens.rpy", line 242, in execute
$ contactImg = Image(phone_contact["img"])
File "game/Phone/phone_screens.rpy", line 242, in <module>
$ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
v7.00-Extra
Sun Nov 27 15:22:45 2022
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/00_Functions/scene_controller.rpy", line 148, in script call
call show_achievements() from _rcall_sprites_action11
File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
call screen achievements_screen()
File "game/Gallery/gallery.rpy", line 56, in script call
call expression gallery_label from _rcall_rgallery_label11
File "game/Quests/MLS/EP1_07/ep07_dialogues6_family_daisy.rpy", line 23, in script call
call phone_outgoing_call("Daisy", "daisy_chat5") from _rcall_phone_outgoing_call_16
File "game/Phone/phone_controller.rpy", line 132, in script
pause 1.0
File "renpy/common/000statements.rpy", line 453, in execute_pause
renpy.pause(delay)
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 19, in execute
frame:
File "game/Phone/phone_screens.rpy", line 44, in execute
if phone_menu_active == "calling_screen":
File "game/Phone/phone_screens.rpy", line 45, in execute
use phone_calling_screen()
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 239, in execute
fixed:
File "game/Phone/phone_screens.rpy", line 242, in execute
$ contactImg = Image(phone_contact["img"])
File "game/Phone/phone_screens.rpy", line 242, in <module>
$ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/00_Functions/scene_controller.rpy", line 148, in script call
call show_achievements() from _rcall_sprites_action11
File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
call screen achievements_screen()
File "game/Gallery/gallery.rpy", line 56, in script call
call expression gallery_label from _rcall_rgallery_label11
File "game/Quests/MLS/EP1_07/ep07_dialogues6_family_daisy.rpy", line 23, in script call
call phone_outgoing_call("Daisy", "daisy_chat5") from _rcall_phone_outgoing_call_16
File "game/Phone/phone_controller.rpy", line 132, in script
pause 1.0
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 453, in execute_pause
renpy.pause(delay)
File "renpy/exports.py", line 1525, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 19, in execute
frame:
File "game/Phone/phone_screens.rpy", line 44, in execute
if phone_menu_active == "calling_screen":
File "game/Phone/phone_screens.rpy", line 45, in execute
use phone_calling_screen()
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 239, in execute
fixed:
File "game/Phone/phone_screens.rpy", line 242, in execute
$ contactImg = Image(phone_contact["img"])
File "game/Phone/phone_screens.rpy", line 242, in <module>
$ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
v7.00-Extra
Sun Nov 27 15:23:05 2022
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/00_Functions/scene_controller.rpy", line 148, in script call
call show_achievements() from _rcall_sprites_action11
File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
call screen achievements_screen()
File "game/Gallery/gallery.rpy", line 56, in script call
call expression gallery_label from _rcall_rgallery_label11
File "game/Quests/MLS/EP1_07/ep07_dialogues8_mall_money.rpy", line 314, in script call
call phone_outgoing_call("Sean", "sean_chat13") from _rcall_phone_outgoing_call_19
File "game/Phone/phone_controller.rpy", line 132, in script
pause 1.0
File "renpy/common/000statements.rpy", line 453, in execute_pause
renpy.pause(delay)
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 19, in execute
frame:
File "game/Phone/phone_screens.rpy", line 44, in execute
if phone_menu_active == "calling_screen":
File "game/Phone/phone_screens.rpy", line 45, in execute
use phone_calling_screen()
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 239, in execute
fixed:
File "game/Phone/phone_screens.rpy", line 242, in execute
$ contactImg = Image(phone_contact["img"])
File "game/Phone/phone_screens.rpy", line 242, in <module>
$ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/00_Functions/scene_controller.rpy", line 148, in script call
call show_achievements() from _rcall_sprites_action11
File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
call screen achievements_screen()
File "game/Gallery/gallery.rpy", line 56, in script call
call expression gallery_label from _rcall_rgallery_label11
File "game/Quests/MLS/EP1_07/ep07_dialogues8_mall_money.rpy", line 314, in script call
call phone_outgoing_call("Sean", "sean_chat13") from _rcall_phone_outgoing_call_19
File "game/Phone/phone_controller.rpy", line 132, in script
pause 1.0
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 453, in execute_pause
renpy.pause(delay)
File "renpy/exports.py", line 1525, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 19, in execute
frame:
File "game/Phone/phone_screens.rpy", line 44, in execute
if phone_menu_active == "calling_screen":
File "game/Phone/phone_screens.rpy", line 45, in execute
use phone_calling_screen()
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 239, in execute
fixed:
File "game/Phone/phone_screens.rpy", line 242, in execute
$ contactImg = Image(phone_contact["img"])
File "game/Phone/phone_screens.rpy", line 242, in <module>
$ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
v7.00-Extra
Sun Nov 27 16:08:40 2022
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/00_Functions/scene_controller.rpy", line 148, in script call
call show_achievements() from _rcall_sprites_action11
File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
call screen achievements_screen()
File "game/Gallery/gallery.rpy", line 56, in script call
call expression gallery_label from _rcall_rgallery_label11
File "game/Quests/MLS/EP1_07/ep07_dialogues8_mall_money.rpy", line 168, in script call
call phone_outgoing_call("Sean", "sean_chat12") from _rcall_phone_outgoing_call_18
File "game/Phone/phone_controller.rpy", line 132, in script
pause 1.0
File "renpy/common/000statements.rpy", line 453, in execute_pause
renpy.pause(delay)
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 19, in execute
frame:
File "game/Phone/phone_screens.rpy", line 44, in execute
if phone_menu_active == "calling_screen":
File "game/Phone/phone_screens.rpy", line 45, in execute
use phone_calling_screen()
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 239, in execute
fixed:
File "game/Phone/phone_screens.rpy", line 242, in execute
$ contactImg = Image(phone_contact["img"])
File "game/Phone/phone_screens.rpy", line 242, in <module>
$ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/00_Functions/scene_controller.rpy", line 148, in script call
call show_achievements() from _rcall_sprites_action11
File "game/Quests/Question_Helper_Info.rpy", line 445, in script call
call screen achievements_screen()
File "game/Gallery/gallery.rpy", line 56, in script call
call expression gallery_label from _rcall_rgallery_label11
File "game/Quests/MLS/EP1_07/ep07_dialogues8_mall_money.rpy", line 168, in script call
call phone_outgoing_call("Sean", "sean_chat12") from _rcall_phone_outgoing_call_18
File "game/Phone/phone_controller.rpy", line 132, in script
pause 1.0
File "renpy/ast.py", line 1969, in execute
self.call("execute")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 453, in execute_pause
renpy.pause(delay)
File "renpy/exports.py", line 1525, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3512, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3512, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 1, in execute
screen phone(phone_menu_active):
File "game/Phone/phone_screens.rpy", line 19, in execute
frame:
File "game/Phone/phone_screens.rpy", line 44, in execute
if phone_menu_active == "calling_screen":
File "game/Phone/phone_screens.rpy", line 45, in execute
use phone_calling_screen()
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 238, in execute
screen phone_calling_screen():
File "game/Phone/phone_screens.rpy", line 239, in execute
fixed:
File "game/Phone/phone_screens.rpy", line 242, in execute
$ contactImg = Image(phone_contact["img"])
File "game/Phone/phone_screens.rpy", line 242, in <module>
$ contactImg = Image(phone_contact["img"])
TypeError: 'NoneType' object has no attribute '__getitem__'
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
v7.00-Extra
Sun Nov 27 16:10:25 2022