How to run refinery.bat?

Hi
I have installed the binary files of Collada refinery. When running refinery.bat, I receive the following errors:

C:\Program Files\COLLADA\COLLADA_Refinery\bin>refinery
C:\Program Files\COLLADA\COLLADA_Refinery\preferences.xml not found or failed to
load, default preferences loaded
Exception in thread “main” java.lang.UnsatisfiedLinkError: C:\Program Files\COLL
ADA\COLLADA_Refinery\libloader.dll: This application has failed to start because
the application configuration is incorrect. Reinstalling the application may fi
x this problem
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at refinery.LibLoader.<clinit>(LibLoader.java:121)
at refinery.Refinery.<init>(Refinery.java:90)
at refinery.Refinery.main(Refinery.java:315)

How to solve this problem?
-Ehsan-

This sounds similar to this problem. Try installing the VS 2005 SP1 redist from here.

Thank you Steven
It solved my problem. :slight_smile:
-Ehsan-