Ethanhunt99

Member
Jan 1, 2019
132
98
i keep getting an error when im in the movie night. when you get the text from veronica or whatever her name is, i get the option to like or dislike, either one i klick i end up with the script popping uo with the option to roll back etc. same outcome either way.. any help? ty!
 
  • Like
Reactions: Lykanz

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
Yo, I have some weird ass error on day 9 at 11am:

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

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/phone/phone-sms-engine.rpy", line 34, in execute
  File "game/phone/phone-sms-engine.rpy", line 34, in execute
  File "game/phone/phone-sms-engine.rpy", line 51, in execute
  File "game/phone/phone-sms-engine.rpy", line 327, in execute
  File "game/phone/phone-sms-engine.rpy", line 347, in execute
  File "game/phone/phone-sms-engine.rpy", line 348, in execute
  File "game/phone/phone-sms-engine.rpy", line 349, in execute
  File "game/phone/phone-sms-engine.rpy", line 351, in execute
NameError: name 'came_from_profile' is not defined

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

Full traceback:
  File "navigation/loc-joana_house.rpyc", line 260, in script
  File "D:\test\TheInn-v0.05.8-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "D:\test\TheInn-v0.05.8-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\test\TheInn-v0.05.8-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\test\TheInn-v0.05.8-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\test\TheInn-v0.05.8-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\test\TheInn-v0.05.8-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\test\TheInn-v0.05.8-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\test\TheInn-v0.05.8-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\test\TheInn-v0.05.8-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\test\TheInn-v0.05.8-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\test\TheInn-v0.05.8-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\test\TheInn-v0.05.8-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "D:\test\TheInn-v0.05.8-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\test\TheInn-v0.05.8-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "D:\test\TheInn-v0.05.8-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/phone/phone-sms-engine.rpy", line 34, in execute
  File "game/phone/phone-sms-engine.rpy", line 34, in execute
  File "game/phone/phone-sms-engine.rpy", line 51, in execute
  File "game/phone/phone-sms-engine.rpy", line 327, in execute
  File "game/phone/phone-sms-engine.rpy", line 347, in execute
  File "game/phone/phone-sms-engine.rpy", line 348, in execute
  File "game/phone/phone-sms-engine.rpy", line 349, in execute
  File "game/phone/phone-sms-engine.rpy", line 351, in execute
  File "<screen language>", line 351, in <module>
NameError: name 'came_from_profile' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Inn v0.05.8
Mon Sep 07 00:07:23 2020
Any help perhaps :thonk: ?
I have this same error and when i click "Ignore" game automatically comes out to "main menu" so game is not playable in this state.
i keep getting an error when im in the movie night. when you get the text from veronica or whatever her name is, i get the option to like or dislike, either one i klick i end up with the script popping uo with the option to roll back etc. same outcome either way.. any help? ty!
Aw, come on... This is getting ridiculous... Ok, I'll take a look at it.
 
  • Like
Reactions: Ghostly

potato1221

New Member
Aug 4, 2017
6
6
I was able to temp fix the came_from_profile error by deleting lines 351, 352 and 353 and changing elif on 354 to if in phone-sms-engine.rpy. I would still get errors when I tried to open the gallery or wardrobe on the phone but I was at least able to see to the end of day 9.
 
  • Like
Reactions: Lykanz

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
I was able to temp fix the came_from_profile error by deleting lines 351, 352 and 353 and changing elif on 354 to if in phone-sms-engine.rpy. I would still get errors when I tried to open the gallery or wardrobe on the phone but I was at least able to see to the end of day 9.
I'll get rid of those and provide a fix in a bit.
 
  • Like
Reactions: Ghostly

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
Sztachu Mario4don arlindblaze

Sorry for this.

Could you guys try the file attached to this message and see if it solves the crashes for you?

Just extract it to the folder named "game" inside your game's folder.

Let me know if it works or not.
 
  • Like
Reactions: Ghostly

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
I was able to temp fix the came_from_profile error by deleting lines 351, 352 and 353 and changing elif on 354 to if in phone-sms-engine.rpy. I would still get errors when I tried to open the gallery or wardrobe on the phone but I was at least able to see to the end of day 9.
Weird part is that the gallery and the phone don't even use that variable anymore. I got rid of it in favor of a better approach.

Can you show me what exactly is the error it gives you?
 

Nyxil

New Member
Jan 20, 2018
1
1
While attempting to use the phone at 11am on day 9 after placing the hotfix supplied above. Still jumps to main menu on hitting ignore.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Lykanz

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
While attempting to use the phone at 11am on day 9 after placing the hotfix supplied above. Still jumps to main menu on hitting ignore.
You don't have permission to view the spoiler content. Log in or register now.
Can you provide me a save file right before that happens?

I honestly can't replicate the error on my side.
 

Anonymous_99

New Member
Mar 7, 2019
12
4
Hi, I like the game so far. I'm only on day 9 but so far VERY entertaining especially the 4th wall breaks and the pop culture references to name a few.
However on day 9 I'm having an issue when I access the SMS on the phone for the first time to talk to Joanna. it has an error and boots me to the main screen if i try to ignore it.
I'm on a 2019 Macbook Pro running Catalina, I havent had any other major issues besides this. The game even recognized I played before and skipped me ahead to day 6. Thanks!
 
  • Like
Reactions: Lykanz and Gabe

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
Here take mine got the same thing.
the save is a Mac one, hope that's not a problem
Your game crashed when you tried to open the profile screen on the phone, right?

The attached file should fix your issue.

Just extract it to the folder named "game" inside your game's folder.
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
Lykanz

If you go into preferences and set music volume lower than 1.0, then go into extras, into the music, and back out. It resets volume to 1.0.
K, I'll take a look at it.

Hi, I like the game so far. I'm only on day 9 but so far VERY entertaining especially the 4th wall breaks and the pop culture references to name a few.
However on day 9 I'm having an issue when I access the SMS on the phone for the first time to talk to Joanna. it has an error and boots me to the main screen if i try to ignore it.
I'm on a 2019 Macbook Pro running Catalina, I havent had any other major issues besides this. The game even recognized I played before and skipped me ahead to day 6. Thanks!
Can you show me what the error is?
 

Gabe

New Member
Oct 30, 2016
10
7
Your game crashed when you tried to open the profile screen on the phone, right?

The attached file should fix your issue.

Just extract it to the folder named "game" inside your game's folder.

It's actually after opening the screen and the MC reply with message "sure you don't even have to ask"
the game crashes and return to the main screen, of course all this is after applying the hotfix provided above

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

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/phone/phone-sms-engine.rpy", line 34, in execute
  File "game/phone/phone-sms-engine.rpy", line 34, in execute
  File "game/phone/phone-sms-engine.rpy", line 51, in execute
  File "game/phone/phone-sms-engine.rpy", line 327, in execute
  File "game/phone/phone-sms-engine.rpy", line 347, in execute
  File "game/phone/phone-sms-engine.rpy", line 348, in execute
  File "game/phone/phone-sms-engine.rpy", line 349, in execute
  File "game/phone/phone-sms-engine.rpy", line 351, in execute
NameError: name 'came_from_profile' is not defined

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

Full traceback:
  File "navigation/loc-joana_house.rpyc", line 253, in script
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/ast.py", line 1949, in execute
    self.call("execute")
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/display/core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/display/core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/display/screen.py", line 430, in visit_all
    callback(self)
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/display/core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/display/screen.py", line 440, in per_interact
    self.update()
  File "/Users/gabe/Desktop/TheInn.app/Contents/Resources/autorun/renpy/display/screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/phone/phone-sms-engine.rpy", line 34, in execute
  File "game/phone/phone-sms-engine.rpy", line 34, in execute
  File "game/phone/phone-sms-engine.rpy", line 51, in execute
  File "game/phone/phone-sms-engine.rpy", line 327, in execute
  File "game/phone/phone-sms-engine.rpy", line 347, in execute
  File "game/phone/phone-sms-engine.rpy", line 348, in execute
  File "game/phone/phone-sms-engine.rpy", line 349, in execute
  File "game/phone/phone-sms-engine.rpy", line 351, in execute
  File "<screen language>", line 351, in <module>
NameError: name 'came_from_profile' is not defined

Darwin-18.7.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
The Inn v0.05.8
Mon Sep  7 02:05:21 2020
 
  • Like
Reactions: Lykanz
4.10 star(s) 102 Votes