You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I run the DataGen.exe file it starts parsing 1.32.9.16207 and get's up to 40.4%, but it errors out on everything starting with ReplaceableTextures\Selection\SpellAreaOfEffect_Undead.dds
I an error message stating:
HEAP CORRUPTION DETECTED: after Normal block (#6760333) at 0x0000023FBE0BD260. CRT detected that the application wrote to memory after end of heap buffer.
The text was updated successfully, but these errors were encountered:
Ah, okay, right. How would I get it to only digest the older files? I can uninstall the reforged version, reinstall a much older version and run the same executable?
I just tried that now, and it's still not working. However I noticed in main.cpp on line 61: bool isImage = (ext == ".blp" || ext == ".dds" || ext == ".gif" || ext == ".jpg" || ext == ".jpeg" || ext == ".png" || ext == ".tga");
Your code does acknowledge the .dds format. Do you perhaps know the oldest version I'd have to go back to?
Whenever I run the DataGen.exe file it starts parsing 1.32.9.16207 and get's up to 40.4%, but it errors out on everything starting with ReplaceableTextures\Selection\SpellAreaOfEffect_Undead.dds
I an error message stating:
HEAP CORRUPTION DETECTED: after Normal block (#6760333) at 0x0000023FBE0BD260. CRT detected that the application wrote to memory after end of heap buffer.
The text was updated successfully, but these errors were encountered: