-
[Release] Aion Lightning 4.0 - 1-Click Server
Hi!
Here the AionLightning 4.0 1-Click Server v2.5!
!!! CAUTION !!!
- This Server ONLY works with NA UpToDate client
Whats new:
1. Step: Download --> Download AL 4.0 1-Click Server 2.5
2. UnRar using program of choice.
3. Start "Setup.bat"
4. Copy Your system Login-Fix Files into your Aion directory
5. Copy the InGameShop FiX into your Aion directory
6. Have fun playing on your own server
If Ingameshop is not working - try this IngameShop Fix by kornicska
--> Download
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Excellent file! :
but Where is this droplist.sqll file : D :
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
no-ip works also on russian client, checked by me
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
kingja
Excellent file! :
but Where is this droplist.sqll file : D :
Droplist.dat
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
got sendlog after combining 2 Archon Commander's Aethercannons
Code:
2013-09-02 12:55:28,244 Dispatcher error! java.lang.NegativeArraySizeException
java.lang.NegativeArraySizeException: null
at com.aionemu.gameserver.network.PacketWriteHelper.skip(PacketWriteHelper.java:126) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.iteminfo.CompositeItemBlobEntry.writeFusionStones(CompositeItemBlobEntry.java:59) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.iteminfo.CompositeItemBlobEntry.writeThisBlob(CompositeItemBlobEntry.java:43) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.iteminfo.ItemBlobEntry.writeMe(ItemBlobEntry.java:54) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.iteminfo.ItemInfoBlob.writeMe(ItemInfoBlob.java:54) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.serverpackets.SM_INVENTORY_UPDATE_ITEM.writeImpl(SM_INVENTORY_UPDATE_ITEM.java:68) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.AionServerPacket.write(AionServerPacket.java:76) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.AionConnection.writeData(AionConnection.java:250) ~[AL-Game.jar:na]
at com.aionemu.commons.network.Dispatcher.write(Dispatcher.java:287) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.AcceptReadWriteDispatcherImpl.dispatch(AcceptReadWriteDispatcherImpl.java:81) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.Dispatcher.run(Dispatcher.java:105) ~[al-commons-1.3.jar:na]
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
its core error I cant help you fast. Its still a Core work in progress
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
test , checked by me ^^
but client awesomium v1.6.5 error ??
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Thank You.
I test on Aion NA 4.0 It's Ok. ^^
gameserver.country.code = 1 [NA=1 EU=2 RUS=3]
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
i get error when i start the one click server. it says "JAVA is not recognized as an internal or external command, operable program or batch file" Any way to fix this
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
ok I forgot to set path but you can fix this easily:
open .\Aion Lightning 4.0 - 1-Click by Dwarfpicker v1.0\AIONEmulator\game\StartGS.bat
and add following line after Color 3
Code:
SET PATH="..\java portable\JDK\bin"
then the same with Gameserver:
open .\Aion Lightning 4.0 - 1-Click by Dwarfpicker v1.0\AIONEmulator\loginserver\StartLS.bat
and add following line after Color 3
Code:
SET PATH="..\java portable\JDK\bin"
or you set up your windows global variables what is better:
1. Right-Click My Computer and select Properties
2. Then Click The Advanced Tab
3. Then Click Environment Variables
4. Select Path In The Bottom Box and Click Edit
5. Find Where You installed Java (E.g "C:\Program Files\Java\bin)
Its different on each computer
6. Make Sure to add a semicolon after the word bin in the path to seperate it from the other important paths
7. If this doesnt work then you may have to reinstall Java and Try Again
Source(s):
How do I set or change the PATH system variable?
Setting Path on Windows
For Windows XP:
1. Start -> Control Panel -> System -> Advanced
2. Click on Environment Variables, under System Variables, find PATH, and click on it.
3. In the Edit windows, modify PATH by adding the location of the class to the value for PATH. If you do not have the item PATH, you may select to add a new variable and add PATH as the name and the location of the class as the value.
4. Close the window.
5. Reopen Command prompt window, and run your java code.
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Thanks that helped :thumbup:
I get this in the game server console only, the login server console works fine.
Error occurred during initialization of VM
java.lang.ExceptionInInitializerError
at java.lang.System.initializeSystemClass(Unknown Source)
Caused by: java.lang.RuntimeException: java.lang.IllegalAccessException: Class j
ava.util.concurrent.atomic.AtomicReferenceFieldUpdater can not access a member o
f class java.io.BufferedInputStream with modifiers "volatile"
at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferen
ceFieldUpdaterImpl.<init>(AtomicReferenceFieldUpdater.java:205)
at java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater(At
omicReferenceFieldUpdater.java:69)
at java.io.BufferedInputStream.<clinit>(Unknown Source)
at java.lang.System.initializeSystemClass(Unknown Source)
Caused by: java.lang.IllegalAccessException: Class java.util.concurrent.atomic.A
tomicReferenceFieldUpdater can not access a member of class java.io.BufferedInpu
tStream with modifiers "volatile"
at sun.reflect.Reflection.ensureMemberAccess(Unknown Source)
at sun.reflect.misc.ReflectUtil.ensureMemberAccess(Unknown Source)
at java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferen
ceFieldUpdaterImpl.<init>(AtomicReferenceFieldUpdater.java:193)
at java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater(At
omicReferenceFieldUpdater.java:69)
at java.io.BufferedInputStream.<clinit>(Unknown Source)
at java.lang.System.initializeSystemClass(Unknown Source)
Game Server has terminated abnormaly!
Press any key to continue . . .
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
JustCrazy
got sendlog after combining 2 Archon Commander's Aethercannons
Code:
2013-09-02 12:55:28,244 Dispatcher error! java.lang.NegativeArraySizeException
java.lang.NegativeArraySizeException: null
at com.aionemu.gameserver.network.PacketWriteHelper.skip(PacketWriteHelper.java:126) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.iteminfo.CompositeItemBlobEntry.writeFusionStones(CompositeItemBlobEntry.java:59) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.iteminfo.CompositeItemBlobEntry.writeThisBlob(CompositeItemBlobEntry.java:43) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.iteminfo.ItemBlobEntry.writeMe(ItemBlobEntry.java:54) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.iteminfo.ItemInfoBlob.writeMe(ItemInfoBlob.java:54) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.serverpackets.SM_INVENTORY_UPDATE_ITEM.writeImpl(SM_INVENTORY_UPDATE_ITEM.java:68) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.AionServerPacket.write(AionServerPacket.java:76) ~[AL-Game.jar:na]
at com.aionemu.gameserver.network.aion.AionConnection.writeData(AionConnection.java:250) ~[AL-Game.jar:na]
at com.aionemu.commons.network.Dispatcher.write(Dispatcher.java:287) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.AcceptReadWriteDispatcherImpl.dispatch(AcceptReadWriteDispatcherImpl.java:81) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.Dispatcher.run(Dispatcher.java:105) ~[al-commons-1.3.jar:na]
small update
this error you can get only when combining weapons with manastones in sockets. When combining "clean" weapons you willn't get error, the only thing is that you can't put manastones in additional (№7-12) sockets
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
thanks for the conclusion
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
XD awww it come btw which client is work with this server ?
Link please :3
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
did you read the first post? XD
Quote:
- This Server ONLY works with NA UpToDate client and ONLY on localhost
Works with NA (North American) UpToDate Client you can download here --> Download
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Thankyou :) and I need to press update bottle( I guess yes buttle not botton ) and download all the file ? :3
Btw really thank you again :)
Btw what is different between Aion NextGen Aion Multicore and Aion Lightning ?
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
If you already got USA client you can just let it update!
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
I just tested and "SysConfigEditor.exe" apparently does not work with AL-4 for the freefly :/:
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
who can upload these files to another file sharing and give a link :)?
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
the server is locked to the local? it does not work online?
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
its not the server file, its the NoIP fix wich is locked to local. If you got working NoIP for your IP you can use the core too.
-
1 Attachment(s)
Re: [Release] Aion Lightning 4.0 - 1-Click Server
HELP ERROR idfactory already taken What to do??Attachment 136498
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
@soulistyce, try using a clean db
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
im using in there the 1 click .bat file the database 3016 from mysql of the emulator i've tested with a database created by me and i did managed to put the emulalator runing but even with autocreate login i cant login...that mabe because of the errors importing .sql updates what can i erase from the database for the 1 click to work??? or can anyone share a clean .sql with the updates already in navicate just give me error in some updates
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
soulistyce
im using in there the 1 click .bat file the database 3016 from mysql of the emulator i've tested with a database created by me and i did managed to put the emulalator runing but even with autocreate login i cant login...that mabe because of the errors importing .sql updates what can i erase from the database for the 1 click to work??? or can anyone share a clean .sql with the updates already in navicate just give me error in some updates
help for my erro
https://imageshack.us/scaled/medium/5/b6y0.pngUploaded with ImageShack.us
no login
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
I guess I have a problem with JAVA but I already install both Java 32 bits and 64 bits in my computer :3
http://i.imgur.com/OQWGWzV.jpg
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
demytri
you forgot to put no-ip into clients bin32 folder, and don't try to connect from 192.*.*.*, atm possible to connect only from localhost
Quote:
Originally Posted by
melwin
it's so hard to read the thread, especially when it contains only 2 pages
carefully reading links in post #12
-
1 Attachment(s)
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Here you go. Clean Sql Files! Btw the clean SQL files are within the release:
.\Aion Lightning 4.0 - 1-Click by Dwarfpicker v1.0\AIONEmulator\game\sql
.\Aion Lightning 4.0 - 1-Click by Dwarfpicker v1.0\AIONEmulator\loginserver\sql
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
@Melwin
You got an error very often ask by people. You can find the answer on the Aion Wiki
- [FIX] Server dont start (Error occurred during initializing VM)
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
same as the files:
al_server_ls - Loginserver
al_server_gs - Gameserver
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
i mean the database i well connect to with navicat host name navicat portable don"t work
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
did you start mysql only in the 1-click menu?
database connections:
USer: root
Pass: aion
port: 3316
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
yes i already started it the problem i want to edit accounts
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
if still not working try restart your PC and then start server and then use navicad with datas I gave you!
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
how the monster skills ?....;;; npc_skills?...
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
still not working maybe the problem is navicat lite folder is empty
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
@kinga
.\Aion Lightning 4.0 - 1-Click by Dwarfpicker v1.0\AIONEmulator\game\data\static_data
@RedZero911
try downloading my release again maybe your file got corrupted!
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
if it is then it should give me that when i extract the file could you upload tools folder
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
I"m sorry , i mistake . SKILL perfect ^^
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Out of memory - try give more memory to GS not just 800 800 try a little more until it runs! Or just restart your PC sometimes it helps clearing some memory!
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
downloaded it again still Tools\Navicat Database Tool\Navicat 9 Lite Portable\Virtual\MODIFIED\@PROGRAMFILES@\PremiumSoft\Navicat Lite and then nothing inside
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
just start .\Aion Lightning 4.0 - 1-Click by Dwarfpicker v1.0\Tools\Navicat Database Tool\Navicat 9 Lite Portable.exe
or download navicad on your own just search at google for it
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
i got navicat on my own and when i start it it don"t the portable one so how i connect to mysql to edit account i think i need host name
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
1. Start MySQLOnly.bat
2. Open Navicad
3. Create new Conection
4. Use following data
username: root
password: aion
port: 3316
5. Hit create and double click on your newly made conection! and tada you conected to the database!
and by the way you find a full tutorial with images here - click
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
and connection name is cannot connect what is host name now the problem is gone
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
when I change to 800 it won't run
but when I change back too 1280 I can run it smoothly XD Thank you
Btw is in game shop work in this server too ? :O
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
maybe try 1024 - each core needs differnt memory space just try some numbers ^^
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
not move
how monster move?? not move
THANK YOU.
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
I tried change
...\Aion Lightning\AIONEmulator\game\config\main ingameshop.properties
and add -ingameshop in local launcher
but it still not work > <
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
ingameshop is not working at the moment. You need to edit Client files in Order to activate the ingameshop.
http://oi42.tinypic.com/25jcdx2.jpg
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Help pls. If i try less then 1280 i have out of memory. If i try more than 1280 i have http://s019.radikal.ru/i625/1309/26/cbb7199710d8.jpg
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
try copy following into your:
.\Aion Lightning 4.0 - 1-Click by Dwarfpicker v1.0\AIONEmulator\game\libs\
Folder. Overwrite and restart server!
>> Download <<
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
make a complete truncate of your database and try again with 1280m
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
demytri
Ive got the same error have applyed the login fix and im using 127.0.0.1 what to do next didnt understand what to do "no-ip" how to do it??
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
did you use the new LoginFiX included in this release? else try --> http://forum.ragezone.com/f587/release-ip-4-0-a-956027/
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
found an interesting bug. I hope, everyone who created a Gunner noticed that auto-attack make dmg only from right hand and no stats for left hand in character statistic. And I've found where that left hand gone - she's on archer and it makes dmg twice
hope, you guys, understand what I mean. I can't make a vid bcuz my PC too weak to keep game server & client and record vid at same time
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
hello waht java use 7 our 6 ???
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
try update NA client to latest version!
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
new error need help
23:11:31.663 INFO [main]: com.aionemu.loginserver.controller.BannedIpController [BannedIpController.java:69] - BannedIpController loaded 0 IP bans.
23:11:31.684 ERROR[main]: com.aionemu.commons.network.NioServer [NioServer.java:134] - NioServer Initialization Error: java.io.IOException: Unable to establish loopback connection
java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[na:1.7.0_25]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.7.0_25]
at sun.nio.ch.PipeImpl.<init>(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source) ~[na:1.7.0_25]
at java.nio.channels.Pipe.open(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source) ~[na:1.7.0_25]
at com.aionemu.commons.network.Dispatcher.<init>(Dispatcher.java:69) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.AcceptReadWriteDispatcherImpl.<init>(AcceptReadWriteDispatcherImpl.java:49) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.NioServer.initDispatchers(NioServer.java:170) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.NioServer.connect(NioServer.java:106) ~[al-commons-1.3.jar:na]
at com.aionemu.loginserver.LoginServer.main(LoginServer.java:142) ~[AL-Login.jar:na]
Caused by: java.net.SocketException: Permission denied: listen
at sun.nio.ch.Net.listen(Native Method) ~[na:1.7.0_25]
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_25]
... 13 common frames omitted
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
Dwarfpicker
try update NA client to latest version!
https://imageshack.us/scaled/medium/834/tnz2.jpgUploaded with ImageShack.us
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Thanks BIG TIME! Everything works out great!
One problem is that when you use the gunner's "Reload" skill, it doesn't work.
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
Night Parade
Thanks BIG TIME! Everything works out great!
One problem is that when you use the gunner's "Reload" skill, it doesn't work.
help is add ingameshop please for tutorial
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Hmmm the new no-ip doesn't seem to work for me like it crashes everytime I try to run it. The old one works fine but you'd get the "No game server is available error".
Any ideas guys ?
Btw,thanks for the repack Dwarfpicker. Now if I could just get Aion running it'd be perfect.
Edit: Maybe my system locale have something to do with it, being set to Japanese and all that.
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
yeah some people got problems with that too. Maybe it only work with western system language!
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Will be looking at the no ip fix included with IDA pro and hopefully producing a fix faster than its released, key word, hopefully. Will start first thing tomorrow morning as I got a few things I need to do with my kid's first (getting them off to school and what not), hope to report some good news soon.
also for those asking, this does indeed only work with western locale languages atm, you can expect a fix from this in the next 4.0 AL release coming in the next month's ( will give no timeframes as to when it will be released ) if you guys support AL and all their work, please donate to them (Know the developer personally and they work day and night to make these servers possible for you guys).
Signing out~
84
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Thanks Jay, can you give some Link to the developers to help them? Donation link etc.
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
Dwarfpicker
Hi!
Here the AionLightning 4.0 1-Click Server v1.0!
!!! CAUTION !!!
- This Server ONLY works with NA UpToDate client and ONLY on localhost
Whats new:
1. Step: Download -->
Download AL 4.0 1-Click Server 1.0
2. UnRar using program of choice.
3. Start "Setup.bat"
4. Copy Login-Fix Files into your Aion directory
5. Have fun playing on your own server
with new classes too??:ehh:
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
yes! With the new classes!
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
some one can help me
23:11:31.663 INFO [main]: com.aionemu.loginserver.controller.BannedIpController [BannedIpController.java:69] - BannedIpController loaded 0 IP bans.
23:11:31.684 ERROR[main]: com.aionemu.commons.network.NioServer [NioServer.java:134] - NioServer Initialization Error: java.io.IOException: Unable to establish loopback connection
java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source) ~[na:1.7.0_25]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.7.0_25]
at sun.nio.ch.PipeImpl.<init>(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source) ~[na:1.7.0_25]
at java.nio.channels.Pipe.open(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source) ~[na:1.7.0_25]
at com.aionemu.commons.network.Dispatcher.<init>(Dispatcher.java:69) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.AcceptReadWriteDispatcherImpl.<init>(AcceptReadWriteDispatcherImpl.java:49) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.NioServer.initDispatchers(NioServer.java:170) ~[al-commons-1.3.jar:na]
at com.aionemu.commons.network.NioServer.connect(NioServer.java:106) ~[al-commons-1.3.jar:na]
at com.aionemu.loginserver.LoginServer.main(LoginServer.java:142) ~[AL-Login.jar:na]
Caused by: java.net.SocketException: Permission denied: listen
at sun.nio.ch.Net.listen(Native Method) ~[na:1.7.0_25]
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_25]
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source) ~[na:1.7.0_25]
... 13 common frames omitted
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
NPC from another faction can kill you ? :O
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Who know about Aion Lightning Dev Team, or Dev Forum?
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
Memiko
Who know about Aion Lightning Dev Team, or Dev Forum?
Ragzone ! Dwarfpicker !
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
@Dwarfpicker do you have project svn?
Maybe me, we can help this project faster.
I don't want to dev it alone.
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Bonjour, je suis français, donc je ne comprend pas tout --'.
Es ce que Download AL 4.0 1-Click Server 1.0 va nous permettre de crée notre propre serveur en 4.0 ?
Si oui, vous dîtes Copy Login-Fix Files into your Aion directory, mais ou sa se trouve.
Merci de votre réponse, Cordialement zKryx
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Quote:
Originally Posted by
zKryx
Bonjour, je suis français, donc je ne comprend pas tout --'.
Es ce que
Download AL 4.0 1-Click Server 1.0 va nous permettre de crée notre propre serveur en 4.0 ?
Si oui, vous dîtes
Copy Login-Fix Files into your Aion directory, mais ou sa se trouve.
Merci de votre réponse, Cordialement zKryx
Why don't you just use English language ? Every one can understand what are you saying
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
I'm pretty shure I din't messed up when I followed all the instructions, gameserver and login server work (after some time of tinkering at them lol) but as much as I'd like, I can't seem to be able to login anyhow. Is just a no-Ip issue, or did I do something that I should've done at the serv? All I get is http://imageshack.us/a/img853/1074/gh8q.jpg
or http://imageshack.us/a/img33/7425/c8zl.jpg I'd very much appreciate any help with this. Had multicore 3.5 before and it worked great. Hope this one does too
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
check your start file if you added the right IP and port!
---------------------------------------------------------
And I am not releated with AL SVN or Members of AL. All credits for AL Core goes to the Dev group of AL! I am only making these 1-Click server and fix some bugs here and there but still the main credits goes to AL Team!
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
.....) else if exist L10N\ENU\ENU.pak (
start bin32\aion.bin -ip:127.0.0.1 -port:3316 -cc:1 -lang:enu -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"..... Instead of: .....) else if exist L10N\ENU\ENU.pak (
start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:1 -lang:enu -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"..... as the default was, right? I'll try and see if it works
K, think I made an unnecessary mess there... 3316 instead of 2106. that's the idea actually :D:
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-port:3316 is wrong this is just the port for the database
-port:2106 is the correct one!
make a new start.bat with just this line:
start bin32\aion.bin -ip:127.0.0.1 -port:2106 -cc:1 -lang:enu -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
http://imageshack.us/a/img541/3818/78xb.jpg
Noticed some1 else on a previous page had a problem like mine. Tried to fix it as suggested there, didn't work tho. What could've caused this?
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
@Septimus Raven Did you copy file d3d8thk.dll to you Aion /Bin32 folder ?
I got that problem but after I copy d3d8thk.dll to my bin32 folder it fixed :ehh:
===================================
Btw I have a question If I copy Aion folder to my flash drive
to play with another computer will it work ? :O
because I don't want to download it again XD
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
http://forum.ragezone.com/f587/release-ip-4-0-a-956027/ Yea copied this one. And just to make shure, i'mma recheck, but dunno.... Hey does any1 know could this be caused by that pathetic excuse of a os called win 8, by any chance? Mabye that's why nothing seems to work for me from the first shot ^^
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
yes win 8 is not supported with this noip what you can try is put noip fix for win8 also in the directory but I dont know if it is working. Download Link in aion Wiki
@Melwin
yes you can copy the aion dir to flashdrive!
BUT this 4.0 Release does only work when Server and Client are on the same PC (Localhost) its because the noIP fix works only Localhost at the moment!
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
Win 8 fix from aionWiki doesn't work, for me at least. Went to gamezaion looking for a fix, but all I could find was items pak for 4.0. lol. When I can't even use them. gamez always made me cry... guess it was their thing
There was a file in that fix called "d3dx9_38.dll" ment for 1.9. I wonder maybe if that file was ment for 4.0, maybe it could work. That or I have to revert to win 7 omfg.
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
try it or you need to revert to win 7 to play AL 4.0 ^^ - I hate win 8 anyway ^^
-
1 Attachment(s)
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
looks strange. the package includes a d3d8thk.dll which is 106kB big. the regular local no-ip has just 46kB... don't know if it is not for 4.0 or if it includes extra-code for win8
-
Re: [Release] Aion Lightning 4.0 - 1-Click Server
please implement ingameshop ???