dospara98
New Member
- Nov 2, 2020
- 9
- 3
I keep getting these errors in different games, and I'm wondering how to fix them. If anyone has any advice on what to look for it would be helpful. I would hate to bug someone every time iy happens. Well here is the error message. Any help would be great.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000window.rpy", line 111, in _window_auto_callback
_window_hide(auto=True)
File "renpy/common/000window.rpy", line 101, in _window_hide
renpy.with_statement(trans)
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 116, in execute
File "game/phone.rpy", line 116, in keywords
File "game/phone.rpy", line 117, in keywords
File "game/phone.rpy", line 117, in <module>
AttributeError: 'contacts' object has no attribute 'first'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "chapter-03.rpyc", line 1362, in script
File "renpy/ast.py", line 1646, in execute
statement_name("menu")
File "renpy/ast.py", line 46, in statement_name
i(name)
File "renpy/common/000window.rpy", line 111, in _window_auto_callback
_window_hide(auto=True)
File "renpy/common/000window.rpy", line 101, in _window_hide
renpy.with_statement(trans)
File "renpy/exports.py", line 1684, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2762, in do_with
clear=clear)
File "renpy/display/core.py", line 3325, 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 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 116, in execute
File "game/phone.rpy", line 116, in keywords
File "game/phone.rpy", line 117, in keywords
File "game/phone.rpy", line 117, in <module>
AttributeError: 'contacts' object has no attribute 'first'
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Mastering The Pink Box 0.08
Mon Oct 21 22:01:54 2024
Edit update
I found in the game thread that others has mentioned problems like mine. Someone posted their ‘script’ file to try out. So I replaced my script file with theirs and it worked fine. I’ll have to go back to some other games I had problems with and see if I can find a solution. Thanks for your help all.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000window.rpy", line 111, in _window_auto_callback
_window_hide(auto=True)
File "renpy/common/000window.rpy", line 101, in _window_hide
renpy.with_statement(trans)
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 116, in execute
File "game/phone.rpy", line 116, in keywords
File "game/phone.rpy", line 117, in keywords
File "game/phone.rpy", line 117, in <module>
AttributeError: 'contacts' object has no attribute 'first'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "chapter-03.rpyc", line 1362, in script
File "renpy/ast.py", line 1646, in execute
statement_name("menu")
File "renpy/ast.py", line 46, in statement_name
i(name)
File "renpy/common/000window.rpy", line 111, in _window_auto_callback
_window_hide(auto=True)
File "renpy/common/000window.rpy", line 101, in _window_hide
renpy.with_statement(trans)
File "renpy/exports.py", line 1684, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2762, in do_with
clear=clear)
File "renpy/display/core.py", line 3325, 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 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 108, in execute
File "game/phone.rpy", line 116, in execute
File "game/phone.rpy", line 116, in keywords
File "game/phone.rpy", line 117, in keywords
File "game/phone.rpy", line 117, in <module>
AttributeError: 'contacts' object has no attribute 'first'
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Mastering The Pink Box 0.08
Mon Oct 21 22:01:54 2024
Edit update
I found in the game thread that others has mentioned problems like mine. Someone posted their ‘script’ file to try out. So I replaced my script file with theirs and it worked fine. I’ll have to go back to some other games I had problems with and see if I can find a solution. Thanks for your help all.
Last edited: