kk49 / deca

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

deca_gui-b536 running slow (starting high-load of CPU) after opening RTPC-files. #141

Closed noskill24 closed 1 year ago

noskill24 commented 1 year ago

deca_gui-b536 running slow and starting 100%-load of CPU after opening a large RTPC-files.

Steps to reproduce: 1) Create project for "theHunter CoTW" v2414688 (Latest update 2022 Dec 06). 2) Open "/global/global_animal_types.blo" (double click).

Other RTPC-files are working without any problem.

kk49 commented 1 year ago

I think that has to do with the size of those files, there is an even bigger one in that directory there /global/global_aesir.blo that stops deca cold, I'm not sure for how long it will take to process. This has to do with how the display of large text fields are displayed in deca. Let me see if Qt offers an MVC solution.

kk49 commented 1 year ago

Fixed I think...

https://ci.appveyor.com/api/buildjobs/h3dk21pm7ljbrwtw/artifacts/deca_gui-b537.zip

noskill24 commented 1 year ago

Thank you very much! It works now.