Created
November 1, 2018 22:25
-
-
Save goertzenator/b2b98212bb3aec9c4515a20b2910e8af to your computer and use it in GitHub Desktop.
mindustry error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
home@i7desktop /cygdrive/c/Users/home/Desktop/mindustry-4.0-alpha-58 | |
$ ./Mindustry.exe 2>&1 | tr ';' '\n' | |
java.lang.Error: | |
There is an incompatible JNA native library installed on this system | |
Expected: 5.1.0 | |
Found: 4.0.0 | |
C:\Users\home\Desktop\mindustry-4.0-alpha-58 | |
C:\WINDOWS\Sun\Java\bin | |
C:\WINDOWS\system32 | |
C:\WINDOWS | |
C:\cygwin\usr\local\bin | |
C:\cygwin\bin | |
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common | |
C:\Program Files (x86)\Razer Chroma SDK\bin | |
C:\Program Files\Razer Chroma SDK\bin | |
C:\Program Files (x86)\Measurement Computing\DAQ | |
C:\Python32\Lib\site-packages\PyQt4 | |
C:\Program Files (x86)\Intel\iCLS Client | |
C:\Program Files\Intel\iCLS Client | |
C:\ProgramData\Oracle\Java\javapath | |
C:\WINDOWS\system32 | |
C:\WINDOWS | |
C:\WINDOWS\System32\Wbem | |
C:\WINDOWS\System32\WindowsPowerShell\v1.0 | |
C:\Program Files (x86)\AMD\ATI.ACE\Core-Static | |
C:\Program Files\Intel\Intel(R) Management Engine Components\DAL | |
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL | |
C:\Program Files\Intel\Intel(R) Management Engine Components\IPT | |
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT | |
C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static | |
C:\Program Files\FileBot | |
C:\Program Files (x86)\essysadmintools | |
C:\Program Files (x86)\IVI Foundation\IVI\bin | |
C:\Program Files\IVI Foundation\IVI\bin | |
C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin | |
C:\Program Files\IVI Foundation\VISA\Win64\Bin | |
C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin | |
C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit | |
C:\Program Files\Git\cmd | |
C:\Users\home\.cargo\bin | |
C:\Program Files\erl7.3\bin | |
C:\Users\home\AppData\Local\GitHub\PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad\bin | |
C:\Users\home\AppData\Local\Microsoft\WindowsApps | |
C:\Users\home\bin | |
C:\Program Files\PuTTY | |
C:\WINDOWS\system32 | |
C:\WINDOWS | |
C:\WINDOWS\System32\Wbem | |
C:\WINDOWS\System32\WindowsPowerShell\v1.0 | |
C:\WINDOWS\System32\OpenSSH | |
C:\Users\home\.cargo\bin | |
C:\Program Files\erl7.3\bin | |
C:\Users\home\AppData\Local\GitHub\PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad\bin | |
C:\Users\home\AppData\Local\Microsoft\WindowsApps | |
C:\Users\home\bin | |
.. | |
To resolve this issue you may do one of the following: | |
- remove or uninstall the offending library | |
- set the system property jna.nosys=true | |
- set jna.boot.library.path to include the path to the version of the | |
jnidispatch library included with the JNA jar file you are using | |
at com.sun.jna.Native.<clinit>(Native.java:199) | |
at com.sun.jna.Pointer.<clinit>(Pointer.java:54) | |
at com.sun.jna.Structure.<clinit>(Structure.java:2131) | |
at io.anuke.mindustry.desktop.DesktopPlatform.<init>(DesktopPlatform.java:43) | |
at io.anuke.mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:26) | |
java.lang.NullPointerException | |
at io.anuke.mindustry.desktop.CrashHandler.lambda$handle$6(CrashHandler.java:56) | |
at io.anuke.mindustry.desktop.CrashHandler.ex(CrashHandler.java:85) | |
at io.anuke.mindustry.desktop.CrashHandler.handle(CrashHandler.java:56) | |
at io.anuke.mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:32) | |
java.lang.NullPointerException | |
at io.anuke.mindustry.desktop.CrashHandler.lambda$handle$7(CrashHandler.java:57) | |
at io.anuke.mindustry.desktop.CrashHandler.ex(CrashHandler.java:85) | |
at io.anuke.mindustry.desktop.CrashHandler.handle(CrashHandler.java:57) | |
at io.anuke.mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:32) | |
java.lang.IllegalArgumentException: No setting with name "multithread" exists! | |
at io.anuke.ucore.core.Settings.def(Settings.java:261) | |
at io.anuke.ucore.core.Settings.getBool(Settings.java:212) | |
at io.anuke.mindustry.desktop.CrashHandler.lambda$handle$9(CrashHandler.java:59) | |
at io.anuke.mindustry.desktop.CrashHandler.ex(CrashHandler.java:85) | |
at io.anuke.mindustry.desktop.CrashHandler.handle(CrashHandler.java:59) | |
at io.anuke.mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:32) | |
Sending crash report. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment