It looks like a small bug on the installer.
First time I was executing the application, just after install, I tried to use the shortcut created in AllPrograms\Dropzone Commander\FFoR and got the following error:
- Code: Select all
java.io.FileNotFoundException: C:\WINDOWS\system32\.\UpdateConfiguration.xml (El sistema no puede encontrar el archivo especificado)
java.io.FileInputStream.open0(Native Method)
java.io.FileInputStream.open(Unknown Source)
java.io.FileInputStream.<init>(Unknown Source)
com.desertphoenix.dzc.forces.updater.RisenConfiguration.loadConfiguration(RisenConfiguration.java:64)
com.desertphoenix.dzc.forces.updater.RisenLauncher.<init>(RisenLauncher.java:26)
com.desertphoenix.dzc.forces.updater.RisenLauncher.main(RisenLauncher.java:157)
I tried to launch the program by using the Run-FFoR.bat, which worked, and then tried again with the direct access, and this time worked.
Thanks a lot for programming the tool, really appreciated!