trauts

Active Member
Aug 12, 2018
700
502
Get the hot fix on the OP and install it, should fix your problem.
downloaded hotfix & placed contents in game folder, launched game got this error:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/screens.rpy", line 537, in execute
screen main_menu():
File "game/screens.rpy", line 537, in execute
screen main_menu():
File "game/screens.rpy", line 542, in execute
default update_available = get_server_version()
NameError: name 'get_server_version' is not defined
 
  • Like
Reactions: Siege02 and Lykanz

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
downloaded hotfix & placed contents in game folder, launched game got this error:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/screens.rpy", line 537, in execute
screen main_menu():
File "game/screens.rpy", line 537, in execute
screen main_menu():
File "game/screens.rpy", line 542, in execute
default update_available = get_server_version()
NameError: name 'get_server_version' is not defined
Let me check it.

Looks like I forgot a file in the hotfix, sorry about that.

Gonna fix it right now.
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
downloaded hotfix & placed contents in game folder, launched game got this error:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/screens.rpy", line 537, in execute
screen main_menu():
File "game/screens.rpy", line 537, in execute
screen main_menu():
File "game/screens.rpy", line 542, in execute
default update_available = get_server_version()
NameError: name 'get_server_version' is not defined
Alright, the hotfix is updated. Download it again and give it a try.
 

kxjoh32

Member
Jun 4, 2017
327
284
Just started playing the game and really liking it thus far. Great animations and it also has a good story line though at beginning had me wondering. What i like most is it has both some good xxx stuff near beginning to keep us horn dogs satisfied and a good story.
Something that had me laughing my ass of is the scene when he is in bed and sister comes into room to sleep and wakes up in morning and ends up slapping him. The little palm print on his face was hilarious lol looked like a lil baby hand print on his face.
edit:
Just noticed Moms coffee cup. Nicely done. MILF
Man
I
L
ove
Friday
 
Last edited:
  • Like
  • Red Heart
Reactions: darlic and Lykanz

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
OP was updated with links for v0.05.11, which will, hopefully, have all the bugs fixed. Before posting any crashes or errors, be sure that you're using the latest version available at the first post of this thread.
 

patchs87

Newbie
Oct 21, 2019
40
32
Extract the contents of the .rar file inside the folder named "game" inside the game's folder.



Download the hotfix from this post.



You should extract the contents of the .rar file inside the folder named "game" inside the game's folder.



Be sure that you're using the latest version available at the first post on this page and that you're also using the hotfix from this post.
Thank you it was killing me. I literally was putting the files not the folder with the files..... thank you
 
  • Like
Reactions: Lykanz

hgamer69

Newbie
Oct 9, 2018
96
6
If I don't need the hotfix with the newest version, what should I do on crashing when using the phone. I don't see any rar file in the 2nd game folder.
 
  • Like
Reactions: Lykanz

hgamer69

Newbie
Oct 9, 2018
96
6
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 "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\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 "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\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 "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\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 "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\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
Tue Sep 08 02:13:12 2020
 
  • Like
Reactions: Lykanz

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,772
7,487
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 "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\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 "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\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 "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\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 "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\TheInn-v0.05.8-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\JC\Downloads\TheInn-v0.05.8-pc\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
Tue Sep 08 02:13:12 2020
You're not using the latest version. The latest version is v0.05.11, you have v0.05.8.

v0.05.11 is available at the first post on this thread.
 
4.10 star(s) 102 Votes