LionHeart 95

Member
Aug 30, 2020
407
844
Does not look to be abandon based on post on SubscribeStar Posted on June 12 are Previews of EP 5 discord has nothing showing updating the VN. for any current announcements.

but Dev does not seem to make it for non patreon's to be kept up to date or in the Know as to what is happening to the VN or the development of the VN.
 

Cyrix72

Newbie
Oct 31, 2021
48
15
I keep receiving this error which can be apparently ignored without any impact:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/main.rpy", line 14, in script call
    $ renpy.call_screen("cam_" + vars["cam"])
  File "game/main.rpy", line 14, in script call
    $ renpy.call_screen("cam_" + vars["cam"])
  File "game/main.rpy", line 14, in script call
    $ renpy.call_screen("cam_" + vars["cam"])
  [Previous line repeated 281 more times]
  File "game/scenes/dorothy/dorothy_photoshoot.rpy", line 166, in script
    dorothy "And we are all [mc_everyone] after all, aren't we?"
KeyError: 'mc_everyone'
-- Full Traceback ------------------------------------------------------------
You don't have permission to view the spoiler content. Log in or register now.

If anyone is interested in analyzing it, the error is thrown right after the next click in attached savegame.

Edit: regarding cheats, I have increased money (mc_money) and kept up up the love value with Rose and Camila by editing camila_data["love"] and rose_data["love"]. No other shenanigans, though.
 
Last edited:

Stil996

Conversation Conqueror
Jan 11, 2018
6,459
5,868
I keep receiving this error which can be apparently ignored without any impact:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/main.rpy", line 14, in script call
    $ renpy.call_screen("cam_" + vars["cam"])
  File "game/main.rpy", line 14, in script call
    $ renpy.call_screen("cam_" + vars["cam"])
  File "game/main.rpy", line 14, in script call
    $ renpy.call_screen("cam_" + vars["cam"])
  [Previous line repeated 281 more times]
  File "game/scenes/dorothy/dorothy_photoshoot.rpy", line 166, in script
    dorothy "And we are all [mc_everyone] after all, aren't we?"
KeyError: 'mc_everyone'
-- Full Traceback ------------------------------------------------------------
You don't have permission to view the spoiler content. Log in or register now.

If anyone is interested in analyzing it, the error is thrown right after the next click in attached savegame.

Edit: regarding cheats, I have increased money (mc_money) and kept up up the love value with Rose and Camila by editing camila_data["love"] and rose_data["love"]. No other shenanigans, though.
FYI when you get one of these errors there are two options in the bottom right which will send the error log to a txt file (either will work), which you can attach to your post like so.
You don't have permission to view the spoiler content. Log in or register now.
PS I'm not competent to analyze this, but it concerns me that it is trying to call something in a folder called "install.Linux...."
FYI AFAIK the most important lines on these tracebacks tend to be the last couple.
View attachment traceback.txt
 
Last edited:
3.70 star(s) 42 Votes