Marlamin / WoWExportTools

Tool for exporting WoW assets to more portable formats
MIT License
45 stars 15 forks source link

Export of multiple tiles w/ texture baking crashing #71

Open Zwixx opened 4 years ago

Zwixx commented 4 years ago

I tried the following steps with the current retail version of WoW (offline mode, online mode the same)

  1. Go to the tab Maps,
  2. enter the search text "Nighthold"
  3. Select all tiles
  4. Click "Export Maptile"

the program works for a time (5 Minutes) then it crashed. Without a error Message. In the target folder only the map file (the map tile) is created. Other tiles works, other not.

Marlamin commented 4 years ago

Hey, I can't seem to reproduce this issue, can you answer these questions?

Is this on the latest version (0.4.2.0)? What texture baking setting are you using? Can you upload debug.log?

Zwixx commented 4 years ago
  1. Yes, latest Version 0.4.2.0
  2. Default settings
  3. Yes, its attached

debug.log

Marlamin commented 4 years ago

Can you send a debug.log from a session where it crashes? That one appears to be just startup.

Zwixx commented 4 years ago

This is a debug log where it crashed. And yes, there is no error message. This I explained above. It's only vanished and nothing happens. Is it a problem that this is a german Client?

Marlamin commented 4 years ago

Hmmm, that's weird. Client locale shouldn't matter in theory, will test though. Thanks.

Zwixx commented 4 years ago

I'll try the extract a second time and show what happens. And then I install the enUS-Language Pack.

Marlamin commented 4 years ago

Can you make a screenshot of the export settings so I can replicate that exactly?

Zwixx commented 4 years ago

grafik

Marlamin commented 4 years ago

Ah, got it. Seems like an issue with texture baking inside of Windows's image handling. Not sure what to do about that. Maybe try exporting tiles in groups instead of all at once. Also make sure you actually need -all- the tiles instead of just some.

You can use my map viewer with the ADT Grid layer (click the layer toggle on the right) to select which tiles you want specifically. https://wow.tools/maps/SuramarRaid/643/5/-8.736/9.547

Leaving this open to deal with in the future.

Zwixx commented 4 years ago

Ah, ok. Thanks.