i need help with awt.dll: Access denied

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
Stake
Posts: 383
Joined: Sun Mar 23, 2008 9:33 pm
Location: Hungary
Contact:

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

Post by Stake »

demian23 wrote:
_DS_ wrote:You start l2jserver by administrator ? JRE unable to load awt.dll.
in account administrator but when i want run the l2jserver how administrator gives me error.. but when i run the l2jserver its fine but this error comes unable to load awt.dll access denied

i use win7 ultimate 32bits
I use Win7 too. I had the same error, but i don't remember how I solved it, maybe it wasn't that big. :)
How do you try to run the server with administrator rights? You do right-click on command-line -> Run as administrator -> then type in: startGameServer.bat ? Windows is such a shit, that it will not allow you to run any program as an administrator even if you set the file's permissions (UAC sux).

As for "gives me error", what error you get besides awt.dll error?
Image
Image
demian23
Posts: 20
Joined: Mon Oct 04, 2010 3:00 pm

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

Post by demian23 »

Stake wrote:
demian23 wrote:
_DS_ wrote:You start l2jserver by administrator ? JRE unable to load awt.dll.
in account administrator but when i want run the l2jserver how administrator gives me error.. but when i run the l2jserver its fine but this error comes unable to load awt.dll access denied

i use win7 ultimate 32bits
I use Win7 too. I had the same error, but i don't remember how I solved it, maybe it wasn't that big. :)
How do you try to run the server with administrator rights? You do right-click on command-line -> Run as administrator -> then type in: startGameServer.bat ? Windows is such a shit, that it will not allow you to run any program as an administrator even if you set the file's permissions (UAC sux).
i cant run the server with admin rights because dont run xD
User avatar
Stake
Posts: 383
Joined: Sun Mar 23, 2008 9:33 pm
Location: Hungary
Contact:

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

Post by Stake »

So, when you do this...

Start menu -> programs -> accessories -> right-click on the Command-line icon -> Run as administrator -> in the popup window, you go into the server's directory, where the startGameServer.bat is, and type in: startGameServer.bat

...what you see after? what error you get, or what doesn't run how? I didn't say you have to run the server directly as administrator, i said, you have to run the command-line as administrator, then everything you run through the command-line, that will be ran like that.
Image
Image
demian23
Posts: 20
Joined: Mon Oct 04, 2010 3:00 pm

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

Post by demian23 »

Stake wrote:So, when you do this...

Start menu -> programs -> accessories -> right-click on the Command-line icon -> Run as administrator -> in the popup window, you go into the server's directory, where the startGameServer.bat is, and type in: startGameServer.bat

...what you see after? what error you get, or what doesn't run how? I didn't say you have to run the server directly as administrator, i said, you have to run the command-line as administrator, then everything you run through the command-line, that will be ran like that.

same awt.dll: Access denied
User avatar
Stake
Posts: 383
Joined: Sun Mar 23, 2008 9:33 pm
Location: Hungary
Contact:

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

Post by Stake »

Did you close all interfering processes in your system? Like firewall, anti-virus, hdd-scanner, etc...
Image
Image
User avatar
Flashy
Posts: 310
Joined: Mon Sep 29, 2008 11:49 am
Location: Germany

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

Post by Flashy »

hmm try to copy awt.dll to windows/system32 directory..
it is try... if this solution don't work the error message misleading, because from this directory you need no path variable etc... and access is granted..
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

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

Post by Zoey76 »

Flashy wrote:hmm try to copy awt.dll to windows/system32 directory..
it is try... if this solution don't work the error message misleading, because from this directory you need no path variable etc... and access is granted..
If you do this and work, you will find out that program can't find axbridge.dll (next dll in alphabetic order).
I think the problem its in how you set the system variables.

If you can, try this and let me know how it goes:
In system variables:
Modify/Add JAVA_HOME pointing to C:\Program Files\Java\jdk1.6.0_21\ (or the folder where you installed it)
On PATH delete java related stuff if there is any and add at the end:
;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin

Hope it helps you.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
demian23
Posts: 20
Joined: Mon Oct 04, 2010 3:00 pm

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

Post by demian23 »

Zoey76 wrote:
Flashy wrote:hmm try to copy awt.dll to windows/system32 directory..
it is try... if this solution don't work the error message misleading, because from this directory you need no path variable etc... and access is granted..
If you do this and work, you will find out that program can't find axbridge.dll (next dll in alphabetic order).
I think the problem its in how you set the system variables.

If you can, try this and let me know how it goes:
In system variables:
Modify/Add JAVA_HOME pointing to C:\Program Files\Java\jdk1.6.0_21\ (or the folder where you installed it)
On PATH delete java related stuff if there is any and add at the end:
;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin

Hope it helps you.
ok thanks i will test
demian23
Posts: 20
Joined: Mon Oct 04, 2010 3:00 pm

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

Post by demian23 »

Stake wrote:Did you close all interfering processes in your system? Like firewall, anti-virus, hdd-scanner, etc...
yeah :?
demian23
Posts: 20
Joined: Mon Oct 04, 2010 3:00 pm

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

Post by demian23 »

demian23 wrote:
Zoey76 wrote:
Flashy wrote:hmm try to copy awt.dll to windows/system32 directory..
it is try... if this solution don't work the error message misleading, because from this directory you need no path variable etc... and access is granted..
If you do this and work, you will find out that program can't find axbridge.dll (next dll in alphabetic order).
I think the problem its in how you set the system variables.

If you can, try this and let me know how it goes:
In system variables:
Modify/Add JAVA_HOME pointing to C:\Program Files\Java\jdk1.6.0_21\ (or the folder where you installed it)
On PATH delete java related stuff if there is any and add at the end:
;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin

Hope it helps you.
ok thanks i will test
dont work u.u
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

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

Post by Naonah »

Omg, guys it is not a problem with variables. He has all set OK.

The problem is somewhere else.
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

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

Post by Zoey76 »

I think there is a chance that demian23 is running server and game in the same machine (I know it's wrong, I'm just pointing it).
Probably Gameguard is messing around with dynamic memory.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
User avatar
Naonah
Posts: 357
Joined: Sun Apr 04, 2010 11:12 pm

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

Post by Naonah »

Zoey76 wrote:I think there is a chance that demian23 is running server and game in the same machine (I know it's wrong, I'm just pointing it).
Probably Gameguard is messing around with dynamic memory.
I think the same:)
public void l2jserver ()
{
if (you want l2j server == no problems)
use Linux;
else
use Windows;
}
User avatar
Stake
Posts: 383
Joined: Sun Mar 23, 2008 9:33 pm
Location: Hungary
Contact:

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

Post by Stake »

demian23 wrote:
Stake wrote:Did you close all interfering processes in your system? Like firewall, anti-virus, hdd-scanner, etc...
yeah :?
GameGuard could be also interfering. It's like an anti-virus, checks all files on open, but the system would not allow to "mess around" with the dynamic memory.
Image
Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

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

Post by jurchiks »

dude, that's exactly what Zoey said...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Locked