ERROROROROR

Forum for bugs and technical problems.

ERROROROROR

Postby Orcling » Mon Jun 30, 2014 1:38 pm

I get this error a ton lately, with every client. That includes the Vanilla one. Sometimes, very, very, very, VERY rarely, it works. But that's like finding a gold bar in your mail box. Java is up-to-date, tried deleting this mysterious gluegen-rt.dll and redownloading it, still ain't working. ****'s frustrating.

java.lang.UnsatisfiedLinkError: C:\Users\User\AppData\Local\Temp\jogamp_0000\file_cache\jln1190561948271014474\jln2045824809722208825\gluegen-rt.dll: Access is denied
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
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 com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:530)
at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:64)
at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:96)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:414)
at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrary(DynamicLibraryBundle.java:388)
at com.jogamp.common.os.Platform$1.run(Platform.java:203)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.common.os.Platform.<clinit>(Platform.java:173)
at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:82)
at haven.HavenPanel.stdcaps(HavenPanel.java:58)
at haven.HavenPanel.<init>(HavenPanel.java:71)
at haven.HavenPanel.<init>(HavenPanel.java:81)
at haven.MainFrame.<init>(MainFrame.java:183)
at haven.MainFrame.main2(MainFrame.java:371)
at haven.MainFrame.access$100(MainFrame.java:35)
at haven.MainFrame$7.run(MainFrame.java:425)
at java.lang.Thread.run(Unknown Source)
User avatar
Orcling
 
Posts: 637
Joined: Mon Mar 11, 2013 9:53 pm

Re: ERROROROROR

Postby Kandarim » Mon Jun 30, 2014 1:48 pm

how about clearing the java cache?

https://www.java.com/en/download/help/plugin_cache.xml

By the way, are you sure you are getting exactly the same error for the custom clients? They don't look for the gluegen-rt.dll in the java cache :)
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: ERROROROROR

Postby Orcling » Mon Jun 30, 2014 1:59 pm

Kandarim wrote:how about clearing the java cache?

https://www.java.com/en/download/help/plugin_cache.xml

By the way, are you sure you are getting exactly the same error for the custom clients? They don't look for the gluegen-rt.dll in the java cache :)


Gives me the exact same error message with -every- client, Even yours!

java.lang.UnsatisfiedLinkError: C:\Users\User\AppData\Local\Temp\jogamp_0000\file_cache\jln6949738859536242157\jln4449709369276052110\gluegen-rt.dll: Access is denied
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
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 com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:530)
at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:64)
at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:96)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:414)
at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrary(DynamicLibraryBundle.java:388)
at com.jogamp.common.os.Platform$1.run(Platform.java:203)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.common.os.Platform.<clinit>(Platform.java:173)
at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:82)
at haven.HavenPanel.stdcaps(HavenPanel.java:60)
at haven.HavenPanel.<init>(HavenPanel.java:74)
at haven.HavenPanel.<init>(HavenPanel.java:84)
at haven.MainFrame.<init>(MainFrame.java:218)
at haven.MainFrame.main2(MainFrame.java:415)
at haven.MainFrame.access$100(MainFrame.java:63)
at haven.MainFrame$8.run(MainFrame.java:480)
at java.lang.Thread.run(Unknown Source)


Same error message after doing what you told me to. This time using your client. https://dl.dropboxusercontent.com/u/232%20...%20pdater.jar That one.
User avatar
Orcling
 
Posts: 637
Joined: Mon Mar 11, 2013 9:53 pm

Re: ERROROROROR

Postby Kandarim » Mon Jun 30, 2014 2:46 pm

as outlined in the last few posts on my thread, don't use that one anymore (but this one). But the issue seems to be somewhere else, and I don't really have enough experience to know where.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: ERROROROROR

Postby Orcling » Mon Jun 30, 2014 2:47 pm

Kandarim wrote:as outlined in the last few posts on my thread, don't use that one anymore (but this one). But the issue seems to be somewhere else, and I don't really have enough experience to know where.

That one also gives the same error though.
User avatar
Orcling
 
Posts: 637
Joined: Mon Mar 11, 2013 9:53 pm

Re: ERROROROROR

Postby Kandarim » Mon Jun 30, 2014 2:49 pm

Kandarim wrote:But the issue seems to be somewhere else, and I don't really have enough experience to know where.


sorry :(
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: ERROROROROR

Postby Orcling » Mon Jun 30, 2014 2:53 pm

Kandarim wrote:
Kandarim wrote:But the issue seems to be somewhere else, and I don't really have enough experience to know where.


sorry :(

Aint your fault, the default client aint working either.
User avatar
Orcling
 
Posts: 637
Joined: Mon Mar 11, 2013 9:53 pm

Re: ERROROROROR

Postby Kandarim » Mon Jun 30, 2014 2:59 pm

this might be the reason, but then it's weird that it only started happening recently

http://stackoverflow.com/questions/22291918/jogl-java-lang-unsatisfiedlinkerror-with-gluegen-rt-dll
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: ERROROROROR

Postby Orcling » Mon Jun 30, 2014 3:02 pm

Edit: Managed to fix it, was apparently some issues with permissions. Even though I already had permissions.
https://www.dropbox.com/help/4211/en Helped me fix it. Took away my own permissions and gave them back to me. Now it works somehow.
User avatar
Orcling
 
Posts: 637
Joined: Mon Mar 11, 2013 9:53 pm


Return to Bugs & Technicalities

Who is online

Users browsing this forum: No registered users and 3 guests

cron