jaszhix / nmsde

NMS Development Environment
MIT License
5 stars 0 forks source link

Getting stuck while extracting pak file #2

Closed AlexRingess closed 6 years ago

AlexRingess commented 6 years ago

Issue I'm getting stuck at 50% while extracting a pak file

Steps to reproduce Trying to open a pak file

sans titre-1

xyx0826 commented 6 years ago

Similar issue here. Program will stuck at different stages including Decompilation or Extraction when I tried to open PAKs from the game itself or mods.

I'm on the experimental branch of NMS. However while the program is stuck I can find already unpacked contents in C:\Users\[USERNAME]\AppData\Roaming\NMSDE\work\MBINs\[PAKNAME]. They simply seemed not to be recognized (or displayed?) by NMSDE itself.

jaszhix commented 6 years ago

Yeah, the implication of this is the non-exml contents are filtered from the PAK when its recompiled, so this will definitely need to be fixed.

jaszhix commented 6 years ago

Please let me know if 0.2.0 improves this.

xyx0826 commented 6 years ago

Awesome. This version has fixed this issue. Good job!

However it seems like when multithreading is enabled, some specific new PAKs opened will not be shown in the window. Restarting the program or opening the PAK again with multithreading disabled will not cause this problem.

The above issue applies to, for example, NMSARC.2E9559C7.pak from the original game files. I have NMS Experimental installed.

AlexRingess commented 6 years ago

Yeah ! It is fixed ! Thanks a lot :)

jaszhix commented 6 years ago

@xyx0826 We can spin this into its own issue. Opened #4