Please can someone help me, i desperate! I did it exactly like the Instruction told me and same as in the video. But when i want start the GUI i get this Error:
12/13 20:21:50.757 [main] INFO com.iota.iri.IRI - Welcome to IRI 1.4.1.2
Exception in thread "main"
java.lang.UnsatisfiedLinkError: C:\Users\poker\AppData\Local\Temp\librocksdbjni1290725498789120028.dll: Eine DLL-Initialisierungsroutine ist fehlgeschlagen
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 org.rocksdb.NativeLibraryLoader.loadLibraryFromJar(NativeLibraryLoader.java:78)
at org.rocksdb.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:56)
at org.rocksdb.RocksDB.loadLibrary(RocksDB.java:64)
at org.rocksdb.RocksDB.<clinit>(RocksDB.java:35)
at com.iota.iri.storage.rocksDB.RocksDBPersistenceProvider.<init>(RocksDBPersistenceProvider.java:28)
at com.iota.iri.Iota.initializeTangle(Iota.java:203)
at com.iota.iri.Iota.init(Iota.java:94)
at com.iota.iri.IRI.main(IRI.java:86)
12/13 20:22:00.694 [Shutdown Hook] INFO com.iota.iri.IRI - Shutting down IOTA node, please hold tight...
12/13 20:22:17.247 [Shutdown Hook] ERROR com.iota.iri.IRI - Exception occurred shutting down IOTA node:
java.lang.NullPointerException: null
at com.iota.iri.network.replicator.ReplicatorSourcePool.shutdown(ReplicatorSourcePool.java:76) ~[iri.jar:na]
at com.iota.iri.network.replicator.Replicator.shutdown(Replicator.java:30) ~[iri.jar:na]
at com.iota.iri.Iota.shutdown(Iota.java:178) ~[iri.jar:na]
at com.iota.iri.IRI.lambda$shutdownHook$0(IRI.java:253) ~[iri.jar:na]
at java.lang.Thread.run(Unknown Source) ~[na:1.8.0_152]
Process exited with status 1
I really dont know whta to do, nobody can help me and i want help the Community with running a Full Node 24/7.
Thanks anyone for helping me!!!