kk49 / deca

Tool for modding APEX engine games (Generation Zero, theHunter, ...)
MIT License
101 stars 15 forks source link

COTW - No processing visible #131

Open DownhillDom opened 2 years ago

DownhillDom commented 2 years ago

Hi! Tried out your new version 0.2.15 for CotW with Revontuli Coast, but after creating a new project there is no progress visible in the console.

2022-06-30 08:14:01.050926: SUMMARY: Duplicate FileName Hashes: fcb7985a worlds/world4/ai/tiles/55_09.navmeshc: 0 nodes 2022-06-30 08:14:01.051921: SUMMARY: Duplicate FileName Hashes: fcb7985a ui/character_customization_ie1.ddsc: 0 nodes 2022-06-30 08:14:03.048605: SUMMARY: ADF Types Present: 1137 2022-06-30 08:14:03.048605: SUMMARY: ADF Types Missing: 0 2022-06-30 08:14:03.407643: SUMMARY: Total Nodes|Named Nodes|Total Hashes|Found Hashes: 441553|434935|104563|98111 2022-06-30 08:14:03.407643: SUMMARY: Unmatched Nodes: 6618 2022-06-30 08:14:03.408617: SUMMARY: Unmatched Path Hashes: 6452 2022-06-30 08:14:03.420608: PROCESSING: COMPLETE 2022-06-30 08:14:03.596139: Nodes Visible Begin 2022-06-30 08:14:04.616387: Nodes Visible End 2022-06-30 08:14:04.617385: Nodes Selected Begin 2022-06-30 08:14:04.618382: Nodes Selected End

Nothing happens furthermore and trying to open data throws exceptions like this:

DataViewWidget:vnode_2click_selected: 40740: ft:rtpc h:ebf28ce3 v:b'settings/hp_settings/animal_types.bin' Traceback (most recent call last): File "deca\gui\vfsdirwidget.py", line 277, in double_clicked File "deca\gui\main.py", line 256, in vnode_2click_selected File "deca\gui\dataviewwidget.py", line 120, in vnode_2click_selected File "deca\gui\viewer_rtpc.py", line 27, in vnode_process File "deca\ff_rtpc.py", line 640, in visit File "deca\ff_rtpc.py", line 609, in visit Exception: Bad MAGIC b'1\x85\x93\x9a'

Do you have any idea for this?

Cheers and thanks a lot for your outstanding work!