-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Long TermThis will be implemented, but not soon as it depends on other components.This will be implemented, but not soon as it depends on other components.enhancementNew feature or requestNew feature or request
Description
Describe the bug
This GUI error happens when opening .manis files in the Manis Editor programme. When loading the individual files within the Manis file it gives an error and states this.
ERROR | GUI update failed, see log!
Traceback (most recent call last):
File "E:\Downloads\Tools\cobra-tools-master\cobra-tools-master\manis_tool_gui.py", line 282, in update_gui_table
dtype_array = getattr(m.keys, f"{dtype}_names")
^^^^^^
AttributeError: 'ManiInfo' object has no attribute 'keys'To Reproduce
Steps to reproduce the behaviour:
- Open the manis_tool_gui.py and set the game to Jurassic World Evolution 3
- Click on ''File' and open the .manis exported previously with the OLV tool
- An error will pop up in the GUI stating "GUI update failed, see log"@
- Go to the command window that was opened when you opened the tool. See error there.
Expected behavior
I expected for the file to open within the GUI and I would be able to decompress the manis so I could use it in Blender.
Screenshots
Version Info:
- Python Version: 3.11 (64-bit)
- Blender Version: 4.5
- Cobra Tools Version: Downloaded 2025.11.10
Log Files:
manis_tool_gui.log
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Long TermThis will be implemented, but not soon as it depends on other components.This will be implemented, but not soon as it depends on other components.enhancementNew feature or requestNew feature or request