Closed treloiii closed 5 years ago
I was able to verify that from fxlauncher.jar and up, everything is in order. As you can see from the attached screenshot, your app ran perfectly and I got both the custom launcher ui and the login screen, no problem. Nice work!
I suspect there might be an issue with your executable. Can you perhaps post either the executable itself or the command and output used to build it?
for build i use mvn install command , it builds me exe installer from javafxpackager there is my exe https://drive.google.com/open?id=1BeXaumhz_XSVBrN_5X48oKu1azGJlnfM
this output of install command [INFO] --- maven-install-plugin:2.4:install (default-install) @ IzzyBot --- [INFO] Installing C:\Users\Xiaomi\Downloads\SupremeDesignv2\target\app\IzzyBot-1.0.jar to C:\Users\Xiaomi\.m2\repository\IzzyBot\IzzyBot\1.0\IzzyBot-1.0.jar [INFO] Installing C:\Users\Xiaomi\Downloads\SupremeDesignv2\pom.xml to C:\Users\Xiaomi\.m2\repository\IzzyBot\IzzyBot\1.0\IzzyBot-1.0.pom [INFO] [INFO] --- exec-maven-plugin:1.6.0:exec (installer) @ IzzyBot --- No base JDK. Package will use system JRE. No base JDK. Package will use system JRE. Creating app bundle: IzzyBot in C:\Users\Xiaomi\Downloads\SupremeDesignv2\target\installer\bundles Result application bundle: C:\Users\Xiaomi\Downloads\SupremeDesignv2\target\installer\bundles Installer (.exe) saved to: C:\Users\Xiaomi\Downloads\SupremeDesignv2\target\installer\bundles Bundler MSI Installer skipped because of a configuration problem: Can not find WiX tools (light.exe, candle.exe). Advice to fix: Download WiX 3.0 or later from http://wix.sf.net and add it to the PATH. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:45 min [INFO] Finished at: 2019-08-19T16:49:32+03:00 [INFO] ------------------------------------------------------------------------ [INFO] --- maven-install-plugin:2.4:install (default-install) @ IzzyBot --- [INFO] Installing C:\Users\Xiaomi\Downloads\SupremeDesignv2\target\app\IzzyBot-1.0.jar to C:\Users\Xiaomi\.m2\repository\IzzyBot\IzzyBot\1.0\IzzyBot-1.0.jar [INFO] Installing C:\Users\Xiaomi\Downloads\SupremeDesignv2\pom.xml to C:\Users\Xiaomi\.m2\repository\IzzyBot\IzzyBot\1.0\IzzyBot-1.0.pom [INFO] [INFO] --- exec-maven-plugin:1.6.0:exec (installer) @ IzzyBot --- No base JDK. Package will use system JRE. No base JDK. Package will use system JRE. Creating app bundle: IzzyBot in C:\Users\Xiaomi\Downloads\SupremeDesignv2\target\installer\bundles Result application bundle: C:\Users\Xiaomi\Downloads\SupremeDesignv2\target\installer\bundles Installer (.exe) saved to: C:\Users\Xiaomi\Downloads\SupremeDesignv2\target\installer\bundles Bundler MSI Installer skipped because of a configuration problem: Can not find WiX tools (light.exe, candle.exe). Advice to fix: Download WiX 3.0 or later from http://wix.sf.net and add it to the PATH. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:45 min [INFO] Finished at: 2019-08-19T16:49:32+03:00 [INFO] ------------------------------------------------------------------------
Even the installer is working perfectly for me. Can you verify that C:\Users\Xiaomi\AppData\Local\IzzyBot\app contains all the app jars, including fxlauncher.jar, on the system where it fails? Replace Xiaomi with the current username on the relevant system of course :)
Yes, I check that app folder contains fxlauncher.jar , also i find that this error throws on new windows user or on clean windows
I don't have any good ideas why this would fail though, everything seems to be in order. You could also try to run java -jar fxlauncher.jar from the app folder to verify that all files have been downloaded intact.
I found solution, reason of this error was cyrillic symbols in installation path
Ah! Thanks for reporting back :)
Hello, when I try to install program on another system , after installation it throws this error How to fix that? My pom.xml
`<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
`