marius00 / iagd

MIT License
108 stars 33 forks source link

Out of memory parsing RoT #130

Open marius00 opened 3 years ago

marius00 commented 3 years ago

2021-08-24 10:18:46,566 [15] DEBUG IAGrim.Parsers.Arz.ArzParser Loading mods icons from f:\steamlibrary\steamapps\common\grim dawn\mods\ReignOfTerror\resources\Items.arc (f:\steamlibrary\steamapps\common\grim dawn\mods\ReignOfTerror) 2021-08-24 10:18:46,566 [15] INFO IAGrim.Parsers.Arz.ArzParser Loading item icons from f:\steamlibrary\steamapps\common\grim dawn\mods\ReignOfTerror\resources\Items.arc. 2021-08-24 10:18:46,568 [15] DEBUG IAGrim.Parser.Arc.DDSImageReader Extracting item icons from f:\steamlibrary\steamapps\common\grim dawn\mods\ReignOfTerror\resources\Items.arc to C:\Users\Marius\AppData\Local\EvilSoft\IAGD\storage 2021-08-24 10:18:46,580 [8] DEBUG IAGrim.Parsers.GameDataParsing.Service.ArzParsingWrapper Loading tags from f:\steamlibrary\steamapps\common\grim dawn\resources\text_en.arc 2021-08-24 10:18:46,581 [8] DEBUG IAGrim.Parsers.GameDataParsing.Service.ArzParsingWrapper Loading tags from f:\steamlibrary\steamapps\common\grim dawn\resources\text_en.arc 'IAGrim.exe' (CLR v4.0.30319: IAGrim.exe): Loaded 'F:\Dev\IAGrim\IAGrim\bin\Debug\LZ4.dll'. Module was built without symbols. 'IAGrim.exe' (CLR v4.0.30319: IAGrim.exe): Loaded 'F:\temp\systemp\626dc2c2cf59c8831525730b6d016700\0ae225546ec78ab15a53c7330fc0e5e3.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'IAGrim.exe' (CLR v4.0.30319: IAGrim.exe): Loaded 'LZ4cc'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'IAGrim.exe' (CLR v4.0.30319: IAGrim.exe): Loaded 'LZ4n'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'IAGrim.exe' (CLR v4.0.30319: IAGrim.exe): Loaded 'LZ4s'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 2021-08-24 10:18:46,746 [8] DEBUG IAGrim.Parser.Arz.ArzParser Loading tags from tags_achievements.txt Exception thrown: 'System.ArgumentException' in mscorlib.dll 2021-08-24 10:18:46,861 [15] WARN IAGrim.Parser.Arc.DDSImageReader Error extracting icon "equipmentarmband/newle/mi_tigermanmeleeb.jpg", Source array was not long enough. Check srcIndex and length, and the array's lower bounds. System.ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds. at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable) at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length) at IAGrim.Parser.Arc.DDSImageReader.ExtractImage(Byte[] bytes) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 133 at IAGrim.Parser.Arc.DDSImageReader.ExtractItemIcons(String itemsArcFullPath, String destinationFolder) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 109 Exception thrown: 'System.ArgumentException' in mscorlib.dll 2021-08-24 10:18:46,870 [15] WARN IAGrim.Parser.Arc.DDSImageReader Error extracting icon "equipmentarmband/newle/mi_tigermanmeleeb_ui.jpg", Source array was not long enough. Check srcIndex and length, and the array's lower bounds. System.ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds. at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable) at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length) at IAGrim.Parser.Arc.DDSImageReader.ExtractImage(Byte[] bytes) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 133 at IAGrim.Parser.Arc.DDSImageReader.ExtractItemIcons(String itemsArcFullPath, String destinationFolder) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 109 Exception thrown: 'System.OutOfMemoryException' in Parser.dll 2021-08-24 10:18:47,899 [15] WARN IAGrim.Parser.Arc.DDSImageReader Error extracting icon "equipmentarmor/bandedcuirassfortifiedskirtedsatyr01.txt", Exception of type 'System.OutOfMemoryException' was thrown. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at IAGrim.Parser.Arc.DDSImageReader.ExtractImage(Byte[] bytes) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 132 at IAGrim.Parser.Arc.DDSImageReader.ExtractItemIcons(String itemsArcFullPath, String destinationFolder) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 109 2021-08-24 10:18:47,910 [8] DEBUG IAGrim.Parser.Arz.ArzParser Loading tags from tags_tutorial.txt 2021-08-24 10:18:47,910 [8] DEBUG IAGrim.Parser.Arz.ArzParser Skipping tag file "credits" 2021-08-24 10:18:47,937 [8] DEBUG IAGrim.Parser.Arz.ArzParser Loading tags from tags_creatures.txt Exception thrown: 'System.ArgumentException' in mscorlib.dll 2021-08-24 10:18:49,055 [15] WARN IAGrim.Parser.Arc.DDSImageReader Error extracting icon "equipmentgreaves/newle/mi_tigermanmeleeb.jpg", Source array was not long enough. Check srcIndex and length, and the array's lower bounds. System.ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds. at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable) at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length) at IAGrim.Parser.Arc.DDSImageReader.ExtractImage(Byte[] bytes) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 133 at IAGrim.Parser.Arc.DDSImageReader.ExtractItemIcons(String itemsArcFullPath, String destinationFolder) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 109 Exception thrown: 'System.ArgumentException' in mscorlib.dll 2021-08-24 10:18:49,060 [15] WARN IAGrim.Parser.Arc.DDSImageReader Error extracting icon "equipmentgreaves/newle/mi_tigermanmeleeb_ui.jpg", Source array was not long enough. Check srcIndex and length, and the array's lower bounds. System.ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds. at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable) at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length) at IAGrim.Parser.Arc.DDSImageReader.ExtractImage(Byte[] bytes) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 133 at IAGrim.Parser.Arc.DDSImageReader.ExtractItemIcons(String itemsArcFullPath, String destinationFolder) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 109 Exception thrown: 'System.OutOfMemoryException' in Parser.dll 2021-08-24 10:18:50,350 [15] WARN IAGrim.Parser.Arc.DDSImageReader Error extracting icon "equipmentweapon/spear_flipped/c_spear01.obj", Exception of type 'System.OutOfMemoryException' was thrown. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at IAGrim.Parser.Arc.DDSImageReader.ExtractImage(Byte[] bytes) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 132 at IAGrim.Parser.Arc.DDSImageReader.ExtractItemIcons(String itemsArcFullPath, String destinationFolder) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 109 Exception thrown: 'System.OutOfMemoryException' in Parser.dll 2021-08-24 10:18:50,725 [15] WARN IAGrim.Parser.Arc.DDSImageReader Error extracting icon "equipmentweapon/spear_flipped/c_spear01_new.mtl", Exception of type 'System.OutOfMemoryException' was thrown. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at IAGrim.Parser.Arc.DDSImageReader.ExtractImage(Byte[] bytes) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 132 at IAGrim.Parser.Arc.DDSImageReader.ExtractItemIcons(String itemsArcFullPath, String destinationFolder) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 109 Exception thrown: 'System.OutOfMemoryException' in Parser.dll 2021-08-24 10:18:51,095 [15] WARN IAGrim.Parser.Arc.DDSImageReader Error extracting icon "equipmentweapon/spear_flipped/c_spear01_new.obj", Exception of type 'System.OutOfMemoryException' was thrown. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at IAGrim.Parser.Arc.DDSImageReader.ExtractImage(Byte[] bytes) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 132 at IAGrim.Parser.Arc.DDSImageReader.ExtractItemIcons(String itemsArcFullPath, String destinationFolder) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 109 Exception thrown: 'System.OutOfMemoryException' in Parser.dll 2021-08-24 10:18:51,524 [15] WARN IAGrim.Parser.Arc.DDSImageReader Error extracting icon "equipmentweapon/spear_flipped/m_anouranspear01.obj", Exception of type 'System.OutOfMemoryException' was thrown. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at IAGrim.Parser.Arc.DDSImageReader.ExtractImage(Byte[] bytes) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 132 at IAGrim.Parser.Arc.DDSImageReader.ExtractItemIcons(String itemsArcFullPath, String destinationFolder) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 109 Exception thrown: 'System.OutOfMemoryException' in Parser.dll 2021-08-24 10:18:51,923 [15] WARN IAGrim.Parser.Arc.DDSImageReader Error extracting icon "equipmentweapon/spear_flipped/m_anouranspear01_new.mtl", Exception of type 'System.OutOfMemoryException' was thrown. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at IAGrim.Parser.Arc.DDSImageReader.ExtractImage(Byte[] bytes) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 132 at IAGrim.Parser.Arc.DDSImageReader.ExtractItemIcons(String itemsArcFullPath, String destinationFolder) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 109 Exception thrown: 'System.OutOfMemoryException' in Parser.dll 2021-08-24 10:18:52,353 [15] WARN IAGrim.Parser.Arc.DDSImageReader Error extracting icon "equipmentweapon/spear_flipped/m_anouranspear01_new.obj", Exception of type 'System.OutOfMemoryException' was thrown. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at IAGrim.Parser.Arc.DDSImageReader.ExtractImage(Byte[] bytes) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 132 at IAGrim.Parser.Arc.DDSImageReader.ExtractItemIcons(String itemsArcFullPath, String destinationFolder) in F:\Dev\IAGrim\Parser\Arc\DDSImageReader.cs:line 109 2021-08-24 10:18:53,766 [BackupServiceWorker] DEBUG IAGrim.Backup.Cloud.Util.BackupServiceWorker Backup initializing..