soronelite 135 Posted July 24, 2016 Hi ! So, I'd like to get back to modding but I've some issue with the Addon Builder. All options looks like to be ok, but when I want to to try the mod, the game don't find my .paa texture. Take a look at my screenshots : (I tried with Binarize and without) Its been a while since I didn't use this tool, but its was working fine last time I used it ! Maybe I forgot something ?Can anyone help?Thanks and regards, Soronelite. Share this post Link to post Share on other sites
Abd El Rahman 1 Posted July 24, 2016 Dear soronelite, Congrats on your coming back You need to remove "/" on first location,I mean put location Like this "pl_items\data\pantera\icon_pl_pantera_uniform_base.paa". I think if you do that , will fix your problem Regards,Abd-El-Rahman. Share this post Link to post Share on other sites
soronelite 135 Posted July 24, 2016 Thanks Abd El Rahman. I removed the "/" on all my code and this is still the same error... :/ class ARC_PL_Pantera_Uniform: Uniform_Base { scope = public; displayName = "(ARC) PL Uniform (Pantera)"; picture = "PL_items\data\Pantera\icon_pl_pantera_uniform_base.paa"; hiddenSelections[] = { "Camo" }; hiddenSelectionsTextures[] = { "PL_items\data\Pantera\PL_Pantera_clothing.paa" }; class ItemInfo: UniformItem { uniformModel = "-"; uniformClass = "ARC_PL_Pantera_Soldier_Base"; containerClass = "Supply40"; mass = 80; }; }; Share this post Link to post Share on other sites
Jackal326 1181 Posted July 24, 2016 Have you tried unpacking the PBO (after packing it, obviously) to see if the .paa is actually packed within it? It could be saying it can't be found because for whatever reason AddonBuilder isn't packing it (most like reason: its a shit tool). Your settings would appear in order though I'd put that preceeding '\' back in, as you may find hiddenSelectionsTextures may not work correctly without it. Share this post Link to post Share on other sites
soronelite 135 Posted July 24, 2016 Have you tried unpacking the PBO (after packing it, obviously) to see if the .paa is actually packed within it? It could be saying it can't be found because for whatever reason AddonBuilder isn't packing it (most like reason: its a shit tool). Your settings would appear in order though I'd put that preceeding '\' back in, as you may find hiddenSelectionsTextures may not work correctly without it. Yep as you can see the .paa is packed and I can open it... Share this post Link to post Share on other sites
Robb_ 38 Posted July 24, 2016 that error is for the UI picture, not the texture. does your rpt show any errors? located at "C:\Users\yourname\AppData\Local\Arma 3" Share this post Link to post Share on other sites
Jackal326 1181 Posted July 24, 2016 that error is for the UI picture, not the texture. But the UI icon image is present in the PBO too, according to the screenshot anyway. Very strange. Share this post Link to post Share on other sites
Robb_ 38 Posted July 24, 2016 nvm, disregard this post. Share this post Link to post Share on other sites
soronelite 135 Posted July 25, 2016 I'll check the rpt after work ;) And this is also for the textures, not just the UI icons... Share this post Link to post Share on other sites
soronelite 135 Posted July 27, 2016 From the .rpt : 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_uniform_base.paa not found 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_uniform_light.paa not found 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_uniform_tshirt.paa not found 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_uniform_vest.paa not found 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_uniform_officer.paa not found 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_vests.paa not found 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_vests.paa not found 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_backpack_pl_pantera.paa not found 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_backpack_pl_pantera_med.paa not found 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_backpack_pl_pantera.paa not found 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_kitbag_pl_pantera.paa not found 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_backpack_compact_pl_pantera.paa not found 18:59:35 Warning Message: Picture \pl_items\data\pantera\icon_carryall_pl_pantera.paa not found 18:59:36 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_cappatrol.paa not found 18:59:36 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_mich.paa not found 18:59:36 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_equip.paa not found 18:59:36 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_equip.paa not found 18:59:36 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_mich.paa not found 18:59:36 Warning Message: Picture \pl_items\data\pantera\icon_pl_pantera_booniehat.paa not found 18:59:41 Warning Message: Cannot load texture pl_items\data\pantera\pl_pantera_clothing.paa. 18:59:41 Warning Message: Cannot load texture pl_items\data\pantera\pl_pantera_clothing.paa. 18:59:41 Warning Message: Cannot load texture pl_items\data\pantera\pl_pantera_clothing.paa. 18:59:41 Warning Message: Cannot load texture pl_items\data\pantera\pl_pantera_clothing.paa. Log from Arma 3 Tools : 2016-07-27 18:57:43,659 [DEBUG] 1: Utils.Steam.AppIdHelper.Load - [fallback id]=233800 2016-07-27 18:57:43,660 [DEBUG] 1: Utils.Steam.AppIdHelper.Load - [exe location]=D:\Files\Steam\steamapps\common\Arma 3 Tools\AddonBuilder\AddonBuilder.exe 2016-07-27 18:57:43,661 [DEBUG] 1: Utils.Steam.AppIdHelper.Load - [steam app id file location]=D:\Files\Steam\steamapps\common\Arma 3 Tools\AddonBuilder\steam_appid.txt 2016-07-27 18:57:43,661 [DEBUG] 1: Utils.Steam.AppIdHelper.Load - [steam app id file content]=233800 2016-07-27 18:57:43,662 [DEBUG] 1: Steam.SteamHelper.Init - Steam init 2016-07-27 18:57:43,784 [DEBUG] 1: Steam.SteamHelper.Init - Setting message hook 2016-07-27 18:57:43,785 [DEBUG] 1: Steam.SteamHelper.Init - Retrieving SteamApps interface 2016-07-27 18:57:43,785 [DEBUG] 1: Steam.SteamHelper.Init - [Tool AppId]=233800 2016-07-27 18:57:43,785 [DEBUG] 1: Steam.SteamHelper.Init - Arma3Tools is installed 2016-07-27 18:57:43,785 [DEBUG] 1: Steam.SteamHelper.Init - [Arma3 Tools install dir]=D:\Files\Steam\steamapps\common\Arma 3 Tools 2016-07-27 18:57:43,804 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Current dir: D:\Files\Steam\steamapps\common\Arma 3 Tools 2016-07-27 18:57:43,806 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Command line: "D:\Files\Steam\steamapps\common\Arma 3 Tools\AddonBuilder\AddonBuilder.exe" 2016-07-27 18:57:43,806 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - OS Version: Microsoft Windows NT 6.2.9200.0 2016-07-27 18:57:43,806 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - OS 64bit: True 2016-07-27 18:57:43,806 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Process 64bit: False 2016-07-27 18:57:43,806 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Personal dir: C:\Users\Antoine\Documents 2016-07-27 18:57:43,806 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Local App Data dir: C:\Users\Antoine\AppData\Local 2016-07-27 18:57:43,806 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Compatibility flags: - 2016-07-27 18:57:43,818 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - Tier: 2 (0x20000) 2016-07-27 18:57:43,818 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - Max Hardware Texture Size: 16384,16384 2016-07-27 18:57:43,818 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - PS 2.0 (DirectX 9): HW = True, SW = True 2016-07-27 18:57:43,818 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - PS 3.0 (DirectX 9c): HW = True, SW = False 2016-07-27 18:57:43,818 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - PS 4.0 (DirectX 10): HW = False, SW = False 2016-07-27 18:57:43,818 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - PS 4.1 (DirectX 10.1): HW = False, SW = False 2016-07-27 18:57:43,818 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Render Capability - PS 5.0 (DirectX 11.0): HW = False, SW = False 2016-07-27 18:57:43,820 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Visual C++ 2010 Runtime installed: True (version v10.0.40219.325) 2016-07-27 18:57:43,821 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Visual C++ 2012 Runtime installed: True (version v11.0.61030.00, is from DevDiv: False) 2016-07-27 18:57:43,821 [INFO] 1: SharedResources.ApplicationBase.LogSystemInformations - Visual C++ 2013 Runtime installed: True (version v12.0.21005.01, is from DevDiv: False) 2016-07-27 18:57:44,023 [INFO] 1: AddonBuilder.App..ctor - WELCOME TO ARMA 3 ADDON BUILDER 2016-07-27 18:57:44,025 [INFO] 1: AddonBuilder.App..ctor - Version: 1.5.136272 2016-07-27 18:58:07,616 [DEBUG] 1: AddonBuilder.Packer.DestinationFileCheck - Destination PBO file already exist. [filename]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Pack\PL_items.pbo 2016-07-27 18:58:09,068 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [SourceDir]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\PL_items 2016-07-27 18:58:09,068 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [DestDir]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Pack 2016-07-27 18:58:09,068 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [Project]=G:\Sauvegarde\Arma\@ARC_Mods 2016-07-27 18:58:09,069 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [PackOnly]=False 2016-07-27 18:58:09,069 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [AddonPrefix]=ARC_items 2016-07-27 18:58:09,069 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [TempDir]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp 2016-07-27 18:58:09,069 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [ClearTemp]=True 2016-07-27 18:58:09,069 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [SignatureFile]=D:\Files\Steam\steamapps\common\Arma 3 Tools\DSSignFile\ARC_Mod.biprivatekey 2016-07-27 18:58:09,069 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [WhiteList]=*.pac,*.paa,*.rtm,*.sqf,*.sqs,*.bikb,*.fsm,*.wss,* .ogg,*.wav,*.fxy,*.csv,*.html,*.lip,*.txt,*.bisurf,*.sqm,*.ext,*.dbf,*.prj,*.shx,*.shp 2016-07-27 18:58:09,070 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [BinarizeExePath]=D:\Files\Steam\steamapps\common\Arma 3 Tools\Binarize\binarize.exe 2016-07-27 18:58:09,070 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [CfgConvertExePath]=D:\Files\Steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe 2016-07-27 18:58:09,070 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [FilebankExePath]=D:\Files\Steam\steamapps\common\Arma 3 Tools\FileBank\FileBank.exe 2016-07-27 18:58:09,070 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [DssignfileExePath]=D:\Files\Steam\steamapps\common\Arma 3 Tools\DSSignFile\DSSignFile.exe 2016-07-27 18:58:09,070 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [Author]= 2016-07-27 18:58:09,070 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [Dependency]= 2016-07-27 18:58:09,070 [DEBUG] 1: AddonBuilder.BuilderConfiguration.Dump - [ExcludeFilename]=D:\Files\Steam\steamapps\common\Arma 3 Tools\FileBank\exclude.lst 2016-07-27 18:58:09,072 [DEBUG] 1: AddonBuilder.Tasks.CfgConvertTask..ctor - [cfgConvertExe]=D:\Files\Steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe 2016-07-27 18:58:09,072 [DEBUG] 1: AddonBuilder.Tasks.CfgConvertTask..ctor - [tempPath]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items 2016-07-27 18:58:09,072 [DEBUG] 1: AddonBuilder.Tasks.CfgConvertTask..ctor - [sourcePath]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\PL_items 2016-07-27 18:58:09,072 [DEBUG] 1: AddonBuilder.Tasks.CfgConvertTask..ctor - [projectPath]=G:\Sauvegarde\Arma\@ARC_Mods 2016-07-27 18:58:09,073 [DEBUG] 1: AddonBuilder.Tasks.TaskHelper.CheckDir - [dir]=G:\Sauvegarde\Arma\@ARC_Mods 2016-07-27 18:58:09,073 [DEBUG] 1: AddonBuilder.Tasks.TaskHelper.CheckDir - [dir]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\PL_items 2016-07-27 18:58:09,073 [DEBUG] 1: AddonBuilder.Tasks.TaskHelper.CheckDir - [dir]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp 2016-07-27 18:58:09,074 [DEBUG] 1: AddonBuilder.Tasks.TaskHelper.CheckDir - [dir]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items 2016-07-27 18:58:09,074 [DEBUG] 1: AddonBuilder.Tasks.TaskHelper.CheckDir - [dir]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items 2016-07-27 18:58:09,074 [DEBUG] 1: AddonBuilder.Tasks.TaskHelper.CheckDir - [dir]=D:\Files\Steam\steamapps\common\Arma 3 Tools\FileBank 2016-07-27 18:58:09,075 [DEBUG] 1: AddonBuilder.Tasks.CopyPBOTask..ctor - [SourceFile]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\PL_items.pbo 2016-07-27 18:58:09,076 [DEBUG] 1: AddonBuilder.Tasks.CopyPBOTask..ctor - [DestinationFile]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Pack\PL_items.pbo 2016-07-27 18:58:09,076 [DEBUG] 1: AddonBuilder.Tasks.CopySignKeyTask..ctor - [SourceFile]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\PL_items.pbo.ARC_Mod.bisign 2016-07-27 18:58:09,076 [DEBUG] 1: AddonBuilder.Tasks.CopySignKeyTask..ctor - [DestinationFile]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Pack\PL_items.pbo.ARC_Mod.bisign 2016-07-27 18:58:09,079 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.ClearTempTask 2016-07-27 18:58:09,115 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2016-07-27 18:58:09,115 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.SyncFoldersTask 2016-07-27 18:58:09,628 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2016-07-27 18:58:09,629 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.CfgConvertTask 2016-07-27 18:58:09,632 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Starting process... 2016-07-27 18:58:09,632 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessName]=D:\Files\Steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe 2016-07-27 18:58:09,632 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [Arguments]=-txt -dst "G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items\config.txt" "G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\PL_items\config.cpp" 2016-07-27 18:58:09,632 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessWorkingDir]=G:\Sauvegarde\Arma\@ARC_Mods 2016-07-27 18:58:09,711 [INFO] 7: AddonBuilder.Tasks.ProcessBuildTask.ProcessOnOutputDataReceived - 2016-07-27 18:58:09,711 [WARN] 6: AddonBuilder.Tasks.ProcessBuildTask.process_ErrorDataReceived - 2016-07-27 18:58:09,715 [INFO] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Process exited. [ExitCode]=0, [StartTime]=07/27/2016 18:58:09, [EndTime]=07/27/2016 18:58:09 2016-07-27 18:58:09,744 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Starting process... 2016-07-27 18:58:09,744 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessName]=D:\Files\Steam\steamapps\common\Arma 3 Tools\CfgConvert\CfgConvert.exe 2016-07-27 18:58:09,744 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [Arguments]=-bin -dst "G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items\config.bin" "G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items\config.txt" 2016-07-27 18:58:09,744 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessWorkingDir]=G:\Sauvegarde\Arma\@ARC_Mods 2016-07-27 18:58:09,767 [INFO] 6: AddonBuilder.Tasks.ProcessBuildTask.ProcessOnOutputDataReceived - 2016-07-27 18:58:09,767 [WARN] 8: AddonBuilder.Tasks.ProcessBuildTask.process_ErrorDataReceived - 2016-07-27 18:58:09,768 [INFO] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Process exited. [ExitCode]=0, [StartTime]=07/27/2016 18:58:09, [EndTime]=07/27/2016 18:58:09 2016-07-27 18:58:09,768 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2016-07-27 18:58:09,769 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.TexturesLstBuilderTask 2016-07-27 18:58:09,771 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2016-07-27 18:58:09,771 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.BinarizeTask 2016-07-27 18:58:09,772 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Starting process... 2016-07-27 18:58:09,772 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessName]=D:\Files\Steam\steamapps\common\Arma 3 Tools\Binarize\binarize.exe 2016-07-27 18:58:09,772 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [Arguments]=-targetBonesInterval=56 -maxProcesses=8 -always -silent -addon="G:\Sauvegarde\Arma\@ARC_Mods" -exclude="G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\PL_items\exclude.lst" -textures="G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp" -binpath="D:\Files\Steam\steamapps\common\Arma 3 Tools\Binarize" "G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\PL_items" "G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\ARC_items" 2016-07-27 18:58:09,772 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessWorkingDir]=G:\Sauvegarde\Arma\@ARC_Mods 2016-07-27 18:58:12,033 [INFO] 8: AddonBuilder.Tasks.ProcessBuildTask.ProcessOnOutputDataReceived - This build is licensed to 'Bohemia Interactive a.s.' for use within the scope of the following projects/products: 'All'. 2016-07-27 18:58:12,038 [WARN] 6: AddonBuilder.Tasks.ProcessBuildTask.process_ErrorDataReceived - 2016-07-27 18:58:12,038 [INFO] 7: AddonBuilder.Tasks.ProcessBuildTask.ProcessOnOutputDataReceived - 2016-07-27 18:58:12,040 [INFO] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Process exited. [ExitCode]=0, [StartTime]=07/27/2016 18:58:09, [EndTime]=07/27/2016 18:58:12 2016-07-27 18:58:12,041 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2016-07-27 18:58:12,041 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.DeleteTextureLst 2016-07-27 18:58:12,041 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2016-07-27 18:58:12,041 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.RemoveEmptyFoldersTask 2016-07-27 18:58:12,042 [DEBUG] 9: AddonBuilder.Tasks.RemoveEmptyFoldersTask.DeleteEmptyDirectories - [dir]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items 2016-07-27 18:58:12,043 [DEBUG] 9: AddonBuilder.Tasks.RemoveEmptyFoldersTask.DeleteEmptyDirectories - [dir]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items\data 2016-07-27 18:58:12,043 [DEBUG] 9: AddonBuilder.Tasks.RemoveEmptyFoldersTask.DeleteEmptyDirectories - [dir]=G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items\data\Pantera 2016-07-27 18:58:12,043 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2016-07-27 18:58:12,043 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.TextureHeaderBinazrizeTask 2016-07-27 18:58:12,044 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Starting process... 2016-07-27 18:58:12,044 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessName]=D:\Files\Steam\steamapps\common\Arma 3 Tools\Binarize\binarize.exe 2016-07-27 18:58:12,044 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [Arguments]=-texheaders -maxProcesses=8 -silent -exclude="D:\Files\Steam\steamapps\common\Arma 3 Tools\FileBank\exclude.lst" "G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items" "G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items" 2016-07-27 18:58:12,044 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessWorkingDir]=D:\Files\Steam\steamapps\common\Arma 3 Tools\FileBank 2016-07-27 18:58:12,849 [INFO] 7: AddonBuilder.Tasks.ProcessBuildTask.ProcessOnOutputDataReceived - Creating texture headers file... 2016-07-27 18:58:12,850 [INFO] 7: AddonBuilder.Tasks.ProcessBuildTask.ProcessOnOutputDataReceived - 36 texture headers saved to file "G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items\texHeaders.bin" 2016-07-27 18:58:12,859 [INFO] 7: AddonBuilder.Tasks.ProcessBuildTask.ProcessOnOutputDataReceived - 2016-07-27 18:58:12,859 [WARN] 6: AddonBuilder.Tasks.ProcessBuildTask.process_ErrorDataReceived - 2016-07-27 18:58:12,869 [INFO] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Process exited. [ExitCode]=0, [StartTime]=07/27/2016 18:58:12, [EndTime]=07/27/2016 18:58:12 2016-07-27 18:58:12,870 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2016-07-27 18:58:12,870 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.PackTask 2016-07-27 18:58:12,871 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Starting process... 2016-07-27 18:58:12,872 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessName]=D:\Files\Steam\steamapps\common\Arma 3 Tools\FileBank\FileBank.exe 2016-07-27 18:58:12,872 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [Arguments]=-exclude "D:\Files\Steam\steamapps\common\Arma 3 Tools\FileBank\exclude.lst" -property prefix=ARC_items -dst "G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp" "G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\unpacked\pl_items" 2016-07-27 18:58:12,872 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessWorkingDir]= 2016-07-27 18:58:13,672 [WARN] 4: AddonBuilder.Tasks.ProcessBuildTask.process_ErrorDataReceived - 2016-07-27 18:58:13,672 [INFO] 6: AddonBuilder.Tasks.ProcessBuildTask.ProcessOnOutputDataReceived - 2016-07-27 18:58:13,674 [INFO] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Process exited. [ExitCode]=0, [StartTime]=07/27/2016 18:58:12, [EndTime]=07/27/2016 18:58:13 2016-07-27 18:58:13,674 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2016-07-27 18:58:13,674 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.SignPBOTask 2016-07-27 18:58:13,675 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Starting process... 2016-07-27 18:58:13,675 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessName]=D:\Files\Steam\steamapps\common\Arma 3 Tools\DSSignFile\DSSignFile.exe 2016-07-27 18:58:13,675 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [Arguments]="D:\Files\Steam\steamapps\common\Arma 3 Tools\DSSignFile\ARC_Mod.biprivatekey" "G:\Sauvegarde\Arma\@ARC_Mods\Unpacked\Temp\PL_items.pbo" 2016-07-27 18:58:13,675 [DEBUG] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - [ProcessWorkingDir]= 2016-07-27 18:58:13,844 [INFO] 7: AddonBuilder.Tasks.ProcessBuildTask.ProcessOnOutputDataReceived - 2016-07-27 18:58:13,844 [WARN] 4: AddonBuilder.Tasks.ProcessBuildTask.process_ErrorDataReceived - 2016-07-27 18:58:13,845 [INFO] 9: AddonBuilder.Tasks.ProcessBuildTask.StartProcess - Process exited. [ExitCode]=0, [StartTime]=07/27/2016 18:58:13, [EndTime]=07/27/2016 18:58:13 2016-07-27 18:58:13,845 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2016-07-27 18:58:13,845 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.CopyPBOTask 2016-07-27 18:58:13,851 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2016-07-27 18:58:13,852 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Executing task. [type]=AddonBuilder.Tasks.CopySignKeyTask 2016-07-27 18:58:13,853 [DEBUG] 9: AddonBuilder.Tasks.BuildTask`1.Execute - Task end 2016-07-27 18:58:13,853 [DEBUG] 9: AddonBuilder.Builder.Run - Build Successful 2016-07-27 18:58:13,854 [DEBUG] 1: AddonBuilder.Packer.<Execute>b__2 - Build finished. [ResultCode]=0 2016-07-27 18:58:20,123 [DEBUG] 1: AddonBuilder.Packer.<Execute>b__2 - It seams the problem come from the tool, I've uploaded the file for a friend, and he can pack the mod whithout issues, and have texture in game... I tried to uninstall the tool and redownload it, still the same, maybe there is some "bad" files left somewhere ? Share this post Link to post Share on other sites
Jackal326 1181 Posted July 27, 2016 Verified the integrity of the tools cache? Share this post Link to post Share on other sites
soronelite 135 Posted July 27, 2016 Could you tell me where I can find it please ? :D Share this post Link to post Share on other sites
Jackal326 1181 Posted July 27, 2016 Could you tell me where I can find it please ? :D Steam Library > Click on Tools, Right click 'ArmA3 Tools', click 'Properties', click the 'Local Files' tab, then click on 'Verify Integrity of cache' Share this post Link to post Share on other sites
soronelite 135 Posted July 27, 2016 Oh that ! Yes I just check it, all its ok and still the same error... Share this post Link to post Share on other sites
Robb_ 38 Posted July 27, 2016 this is a long shot but maybe try moving the mod source folder to your main hard drive and make the needed changed in the your config file. I sorta had the same problem with my first mod with finding no pictures, only found them when i moved it to my desktop folder. Also does your friend when he tried it have the same file path for the destination in the addon builder as you do from your addon builder pic? Share this post Link to post Share on other sites
soronelite 135 Posted July 27, 2016 @Skyllio : I just moved everything on the P: drive to give it a try (config file, tools etc.) and I had the same result. Right now, I've packed the mod with PBO Manager and signed the addon with DSUtils and its works... So its not so fast but it works, can I have any issue with PBO Manager ? Or is is totaly ok to build with it? Share this post Link to post Share on other sites
Boose82 14 Posted July 27, 2016 This is the exact same problem I am having Share this post Link to post Share on other sites
Boose82 14 Posted July 30, 2016 Did you try setting the AddonPrefix in AddonBuilder to the same as the PBO is called - this fixed my problem Share this post Link to post Share on other sites