kytulendu / gw2browser

Gw2Browser allows you to browse through the contents of the Guild Wars 2 .dat file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seems like newer Files can't be exported anymore?

EtzBetz opened this issue · comments

I tried this new version again today and it seems like I can't export any newer files. When I right click on any file and then click on either export option, the window just plain closes without any error. Is that an error on my end or does that happen to everyone here?

Also, is there a way of showing all files just arranged on id, without any folders? That would help to just see and export new files and then looking through them.

Thanks, this program is just great!
Greetings, Raphael

Likely it cause by 3rd program on your Windows installation that modify the appearance of window that not compatible with wxWidgets...
Try to run Gw2Browser on other PC you have or friend's PC and see if it work or not.
But to be sure, could you give me the file id that cause the problem?

And yes, there is a way, but I have to code it :P
I have some ideas like that, by using drop down box is for choosing type of file to display in list control, the list control will have file id, file type, file size and can be sorted like typical file browser.
For now, I have no motive to do it since that will require rewrite large part of CategoryTree class, which is one of the big class in GW2Browser.

Sorry for responding this late, I didn't receive any updates and forgot about it.
So, I tried it in a quite fresh VM and tried to export a Image(1770664). When I do that, it crashes just like any other newer file.

Is using a VM a problem too?

Greetings, Raphael

I have test it on my machine and found that it crash when I try to export a file as the browser display save file dialog. It seems it was cause by wxWidgets 3.1.0, I have try to update wxWidgets with latest release version, wxWidgets 3.0.3.1, and found that the crash problem is gone. (it may crash at first time, after that it work on both my Windows 10 PC and Windows 7 laptop)

I have committed the change to master branch, try update and rebuild wxWidgets with wxWidgets 3.0.3.1 then update Gw2Browser source code and rebuild it to see if the problem is fix on your PC.

I also update the compile guide on GitHub main page (readme file) according to new changes.

I have test export files with the new gw2browser binary (1.0.9.0-dev2) on my Windows 7 laptop and 3 other difference PC on my workplace (one is Windows 10 and 2 is Windows 7) and haven't encounter file dialog crash problem, so I assume it safe to close this issue for now.