Page 1 of 6

i need help with awt.dll: Access denied

Posted: Tue Oct 05, 2010 4:19 am
by demian23
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4420
L2JDP Revision Number:7664

I have problems with this error:

Code: Select all

4/10/2010 10:46:32 PM com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket runGRAVE: Client: [Character: Zayko[268482331] - Account: zayko - IP: 127.0.0.1] - Failed running: [C] 03 EnterWorld - L2J Server Version: ${l2j.revision} - DP Revision: ${l2jdp.revision} ; C:\Program Files\Java\jre6\bin\awt.dll: Access deniedjava.lang.UnsatisfiedLinkError: C:\Program Files\Java\jre6\bin\awt.dll: Acceso denegado    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.loadLibrary0(Unknown Source)    at java.lang.System.loadLibrary(Unknown Source)    at sun.security.action.LoadLibraryAction.run(Unknown Source)    at java.security.AccessController.doPrivileged(Native Method)    at java.awt.Toolkit.loadLibraries(Unknown Source)    at java.awt.Toolkit.<clinit>(Unknown Source)    at java.awt.Rectangle.<clinit>(Unknown Source)    at java.awt.Polygon.calculateBounds(Unknown Source)    at java.awt.Polygon.getBoundingBox(Unknown Source)    at java.awt.Polygon.contains(Unknown Source)    at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager$DimensionalRiftRoom.checkIfInZone(DimensionalRiftManager.java:454)    at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager.checkIfInRiftZone(DimensionalRiftManager.java:255)    at com.l2jserver.gameserver.network.clientpackets.EnterWorld.runImpl(EnterWorld.java:436)    at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)    at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:973)    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)    at java.lang.Thread.run(Unknown Source)
I could not really fix and what I find here I have not worked...
and remove the Read Only attribute to java folder, but dont work...
I put the server on c: but neither worked... :cry:
I need help, thanks for helping...

sorry if I post this, but I have not found solution to my problem :(

Re: i need help with awt.dll: Access denied

Posted: Tue Oct 05, 2010 7:34 am
by Naonah
viewtopic.php?f=81&t=18917

use search next time

Re: i need help with awt.dll: Access denied

Posted: Tue Oct 05, 2010 1:34 pm
by demian23
yeah, but i cant find a answer to help me with my problem :(...
can you tell me how exactly u fix it? please...
step by step

help please, i really need help :(

Re: i need help with awt.dll: Access denied

Posted: Tue Oct 05, 2010 11:48 pm
by Naonah
you need client moding but it is not supported here

Re: i need help with awt.dll: Access denied

Posted: Wed Oct 06, 2010 2:53 am
by hope
Naonah wrote:you need client moding but it is not supported here
No u don't do you know anything at all about java

Re: i need help with awt.dll: Access denied

Posted: Wed Oct 06, 2010 5:25 am
by demian23
hope... can you help me please?

Re: i need help with awt.dll: Access denied

Posted: Wed Oct 06, 2010 5:40 am
by hope
check your path

Re: i need help with awt.dll: Access denied

Posted: Wed Oct 06, 2010 10:59 pm
by demian23
but how?

in JAVA_HOME=C:\program files\Java\jre6

path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32
\WindowsPowerShell\v1.0\;C:\program files\Java\jre6

:(

Code: Select all

Client: [Character: Demian[268482346] - Account: zayko - IP: 127.0.0.1] - Failed running: [C] 03 EnterWorld - L2J Server Version: ${l2j.revision} - DP Revision: ${l2jdp.revision} ; Could not initialize class java.awt.Rectanglejava.lang.NoClassDefFoundError: Could not initialize class java.awt.Rectangle    at java.awt.Polygon.calculateBounds(Unknown Source)    at java.awt.Polygon.getBoundingBox(Unknown Source)    at java.awt.Polygon.contains(Unknown Source)    at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager$DimensionalRiftRoom.checkIfInZone(DimensionalRiftManager.java:454)    at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager.checkIfInRiftZone(DimensionalRiftManager.java:255)    at com.l2jserver.gameserver.network.clientpackets.EnterWorld.runImpl(EnterWorld.java:436)    at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)    at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:973)    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)    at java.lang.Thread.run(Unknown Source)

Re: i need help with awt.dll: Access denied

Posted: Wed Oct 06, 2010 11:41 pm
by MELERIX
JAVA_HOME is for JDK not JRE

and why you have C:\program files\Java\jre6 in path ?

path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32
\WindowsPowerShell\v1.0\;C:\program files\Java\jre6

Re: i need help with awt.dll: Access denied

Posted: Thu Oct 07, 2010 1:36 am
by demian23
MELERIX wrote:JAVA_HOME is for JDK not JRE

and why you have C:\program files\Java\jre6 in path ?

path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32
\WindowsPowerShell\v1.0\;C:\program files\Java\jre6
i put in JAVA_HOME=C:\program files\Java\jdk1.6.0_21\

and path=%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32
\WindowsPowerShell\v1.0\
but its same... dont work :(

Re: i need help with awt.dll: Access denied

Posted: Thu Oct 07, 2010 4:01 am
by MELERIX
now is fine... but what error are you getting now ?

Re: i need help with awt.dll: Access denied

Posted: Thu Oct 07, 2010 4:06 am
by demian23
this...

Code: Select all

 Client: [Character: Demian[268482346] - Account: zayko - IP: 127.0.0.1] - Failed running: [C] 03 EnterWorld - L2J Server Version: ${l2j.revision} - DP Revision: ${l2jdp.revision} ; Could not initialize class java.awt.Rectanglejava.lang.NoClassDefFoundError: Could not initialize class java.awt.Rectangle    at java.awt.Polygon.calculateBounds(Unknown Source)    at java.awt.Polygon.getBoundingBox(Unknown Source)    at java.awt.Polygon.contains(Unknown Source)    at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager$DimensionalRiftRoom.checkIfInZone(DimensionalRiftManager.java:454)    at com.l2jserver.gameserver.instancemanager.DimensionalRiftManager.checkIfInRiftZone(DimensionalRiftManager.java:255)    at com.l2jserver.gameserver.network.clientpackets.EnterWorld.runImpl(EnterWorld.java:436)    at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:62)    at com.l2jserver.gameserver.network.L2GameClient.run(L2GameClient.java:973)    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)    at java.lang.Thread.run(Unknown Source)

Re: i need help with awt.dll: Access denied

Posted: Thu Oct 07, 2010 4:11 am
by MELERIX
${l2j.revision} & ${l2jdp.revision} this means that you have compiled server/dp without subversion...

try to check this guides, may be you forgot something: viewtopic.php?f=2&t=10719

Re: i need help with awt.dll: Access denied

Posted: Thu Oct 07, 2010 4:37 am
by demian23
how do you the path and JAVA_HOME ?

Re: i need help with awt.dll: Access denied

Posted: Thu Oct 07, 2010 10:21 am
by hope