User talk:Sanglorian

From Tuxepedia
Revision as of 11:44, 17 May 2023 by Sanglorian (talk | contribs) (Created page with "== Error dump == Traceback (most recent call last): File "/app/bin/org.tuxemon.Tuxemon.py", line 49, in <module> main.main(load_slot=args.slot) File "/app/share/Tuxemon/tuxemon/main.py", line 90, in main client.main() File "/app/share/Tuxemon/tuxemon/client.py", line 325, in main update(clock_tick) File "/app/share/Tuxemon/tuxemon/client.py", line 361, in update key_events = list(self.process_events(events)) File "/app/share/Tuxemon/tuxemon/cli...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Error dump

Traceback (most recent call last):

 File "/app/bin/org.tuxemon.Tuxemon.py", line 49, in <module>
   main.main(load_slot=args.slot)
 File "/app/share/Tuxemon/tuxemon/main.py", line 90, in main
   client.main()
 File "/app/share/Tuxemon/tuxemon/client.py", line 325, in main
   update(clock_tick)
 File "/app/share/Tuxemon/tuxemon/client.py", line 361, in update
   key_events = list(self.process_events(events))
 File "/app/share/Tuxemon/tuxemon/client.py", line 264, in process_events
   game_event = self._send_event(game_event)
 File "/app/share/Tuxemon/tuxemon/client.py", line 291, in _send_event
   maybe_game_event = state.process_event(game_event)
 File "/app/share/Tuxemon/tuxemon/menu/menu.py", line 106, in process_event
   self.menu.update([pygame_event])
 File "/app/lib/python3.9/site-packages/pygame_menu/menu.py", line 2437, in update
   selected_widget.update(events):
 File "/app/lib/python3.9/site-packages/pygame_menu/widgets/widget/button.py", line 214, in update
   self.apply()
 File "/app/lib/python3.9/site-packages/pygame_menu/widgets/core/widget.py", line 1258, in apply
   return self._onreturn(*args, **self._kwargs)
 File "/app/share/Tuxemon/tuxemon/client.py", line 624, in replace_state
   return self.state_manager.replace_state(state_name, **kwargs)
 File "/app/share/Tuxemon/tuxemon/state.py", line 610, in replace_state
   instance = self.push_state(state_name, **kwargs)
 File "/app/share/Tuxemon/tuxemon/state.py", line 552, in push_state
   instance = self._instance(state_name, **kwargs)
 File "/app/share/Tuxemon/tuxemon/state.py", line 330, in _instance
   return state(**kwargs) if kwargs else state()
 File "/app/share/Tuxemon/tuxemon/states/phone/__init__.py", line 155, in __init__
   self.add_menu_items(self.menu, menu_items_map)
 File "/app/share/Tuxemon/tuxemon/states/phone/__init__.py", line 104, in add_menu_items
   menu.add.banner(

AttributeError: 'WidgetManager' object has no attribute 'banner'