Scobalula / GameImageUtil

A tool to work with Call of Duty images for Mod Tools
GNU General Public License v3.0
59 stars 11 forks source link

Does't seem to be working #2

Closed lorange21 closed 4 years ago

lorange21 commented 4 years ago

Whenever I try and drop an image into the window nothing happens and in the log it says this:

21-06-2020 - 23:10:04 [ ERROR ] Failed to process file weapon_vm_pi_papa320_slide_n&weapon_vm_pi_papa320_slide_g~14208504124558347482. Error:
System.IO.FileNotFoundException: Could not load file or assembly 'PhilLibX.Interop, Version=1.0.7476.29523, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'PhilLibX.Interop, Version=1.0.7476.29523, Culture=neutral, PublicKeyToken=null'
   at GameImageUtil.DirectConvertProcessor.Process(String file, FileProcessorConfig config)
   at GameImageUtil.AutomaticProcessor.Process(String file, FileProcessorConfig config)
   at GameImageUtil.MainWindow.<>c__DisplayClass9_0.<ProcessFiles>b__0(String file, ParallelLoopState loop)
Scobalula commented 4 years ago

This should now be fixed in the latest release

HopwireSFM commented 3 years ago

Sorry to comment on a closed issue, but that same problem persists for me with the latest release of the program. What should I do?

etkramer commented 3 years ago

Can confirm on both latest version and the June 22 release.

HopwireSFM commented 3 years ago

Okay, I figured it out, my apologies. Didn't realize the DLLs needed to be in the same directory as the executable!