-
Notifications
You must be signed in to change notification settings - Fork 11
Description
First time downloading SRA, tried both signed and unsigned versions, got the CMD box poped up and disappeared. Used the command prompt to try to open it and this is the message I got: Desktop>SIMRacingAppsServer_1.9_Build_2019.04.12-signed.exe
Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't obtain InputStream for com/sun/jna/win32-x86-64/jnidispatch.dll
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:962)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:922)
at com.sun.jna.Native.(Native.java:190)
at com.sun.jna.Pointer.(Pointer.java:54)
at com.sun.jna.platform.win32.WinReg$HKEY.(WinReg.java:42)
at com.sun.jna.platform.win32.WinReg.(WinReg.java:71)
at com.SIMRacingApps.Util.FindFile.getUserDocumentsPath(FindFile.java:177)
at com.SIMRacingApps.Util.FindFile.getUserPath(FindFile.java:193)
at com.SIMRacingApps.Server.main(Server.java:644)
I cheked my java version and this is the result:
java -version
java version "1.8.0_211"
Java(TM) SE Runtime Environment (build 1.8.0_211-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode)
Any help would be appreciated, thanks