Project

Profile

Help

Bug #66

closed

Bug when trying to create new worlds

Added by Vincent Le Goff over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Sprint/Milestone:
% Done:

100%

Company:
-
Contact person:
-
Additional contact persons:
-

Description

When pressing Ctrl + N or selecting file -> new world, an exception is raised.

Traceback (most recent call last):
  File "C:\Users\Vincent\src\cocomud\src\ui\window.py", line 232, in OnCreate
    dialog = EditWorldDialog(self.engine, world)
  File "C:\Users\Vincent\src\cocomud\src\ui\dialogs\connection.py", line 179, in __init__
    title = t("ui.dialog.world.add")
  File "C:\python27\lib\site-packages\ytranslate\tools.py", line 98, in t
    return FSLoader.current_catalog.retrieve(address, count, **kwargs)
  File "C:\python27\lib\site-packages\ytranslate\catalog.py", line 241, in retrieve
    "catalog".format(repr(address)))
ValueError: address 'ui.dialog.world.add' cannot be found in this catalog

Added by Vincent Le Goff over 7 years ago

Revision daaabc34 | View on GitHub | diff

Fix #66: bug when trying to create new worlds

Actions #1

Updated by Vincent Le Goff over 7 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

Please register to edit this issue

Also available in: Atom PDF Tracking page