Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

-> "3.5-4.3" Emulator

Status
Not open for further replies.
Experienced Elementalist
Joined
Apr 11, 2005
Messages
281
Reaction score
196
Do You have to an error null pointer when some Fortress Siege starting ?
(i dont remember what index of fortress was i check it today in logs).

Aion 4.0 No-IP and Win10 mouse fix (by zzsort):
Are there 3 compiled versions of these files: 1.0 , 1.1 , 1.2.
But most wanted 1.2 version (fixing windowed mode) not working for me (Windows 10 fully updated).
I tryed to compile these source, success (with detours), but my compiled file dll not working to.
Do someone have solution or test (if working) 1.2 version.dll of this file ?
 
Last edited:
Skilled Illusionist
Joined
Nov 8, 2019
Messages
301
Reaction score
298
Server 4.3 files: Client 4.0: Texture correction: Aion 4.0 No-IP and Win10 mouse fix (by zzsort): It's included...UniServerZ(Database)portable.Navicat portable.Java JDK portable.Go to:1 - UniServerZ(Database)\UniController.exe- Start Apache- Start MySQL2 - AionServerPlay\Start LS & GS & CS.batEnjoy.
What do I have to do with the AionLogin&ingameshop FIX folder? Sorry I have never set up a private server before. Thank you.
 
Skilled Illusionist
Joined
Nov 8, 2019
Messages
301
Reaction score
298
Server 4.3 files: Client 4.0: Texture correction: Aion 4.0 No-IP and Win10 mouse fix (by zzsort): It's included...UniServerZ(Database)portable.Navicat portable.Java JDK portable.Go to:1 - UniServerZ(Database)\UniController.exe- Start Apache- Start MySQL2 - AionServerPlay\Start LS & GS & CS.batEnjoy.
Please, can someone help me set up this server on Teamviewer or something? I cannot set up database. And when I double click on unicontroller.exe [if I am supposed to do that] I get an error message with a heading, ''error in path''. ''Spaces are not allowed, please correct and run the application again''. ''To prevent problem UniController will close.'' Since I have never set up a private server before, I am not sure what I am doing. Can someone help please... :(
 
Joined
Mar 29, 2019
Messages
1,014
Reaction score
1,147
Please, can someone help me set up this server on Teamviewer or something? I cannot set up database. And when I double click on unicontroller.exe [if I am supposed to do that] I get an error message with a heading, ''error in path''. ''Spaces are not allowed, please correct and run the application again''. ''To prevent problem UniController will close.'' Since I have never set up a private server before, I am not sure what I am doing. Can someone help please... :(

You need to unzip the server files in a directory without spaces like C:\ , D:\ or something like that but remember, "Without spaces between letters"
 
Skilled Illusionist
Joined
Nov 8, 2019
Messages
301
Reaction score
298
You need to unzip the server files in a directory without spaces like C:\ , D:\ or something like that but remember, "Without spaces between letters"


Hiya,
Thank you for your help :). That worked. Now Apache and MySQL are running, but I still cannot set up database for this on Navicat :( And I have Java error :(

You can have a look here:


Starting Aion Lightning - Login Server.01:33:16.580 INFO [main]: - Using default implementation for ThreadExecutor01:33:16.596 INFO [main]: - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl01:33:16.597 INFO [main]: - Quartz Scheduler v.2.1.7 created.01:33:16.598 INFO [main]: - RAMJobStore initialized.01:33:16.599 INFO [main]: - Scheduler meta-data: Quartz Scheduler (v2.1.7) 'QuartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.01:33:16.599 INFO [main]: - Quartz scheduler 'QuartzScheduler' initialized from an externally provided properties instance.01:33:16.600 INFO [main]: - Quartz scheduler version: 2.1.701:33:16.600 INFO [main]: - Scheduler QuartzScheduler_$_NON_CLUSTERED started.01:33:16.600 INFO [main]: - 2019-12-23 01-33-1601:33:16.601 INFO [main]: - Loading: myls.properties01:33:16.602 INFO [main]: - No override properties found01:33:16.612 INFO [main]: - Loading: ./config/network/network.properties01:33:16.622 INFO [main]: - Loading: ./config/network/svstats.properties01:33:16.623 INFO [main]: - Loading: ./config/network/commons.properties01:33:16.623 INFO [main]: - Loading: ./config/network/database.propertiesException in thread "main" java.lang.Error: DatabaseFactory not initialized! at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:107) at com.aionemu.loginserver.LoginServer.main(LoginServer.java:119)Caused by: java.sql.SQLException: Unable to open a test connection to the given database. JDBC url = jdbc:mysql://localhost:3306/al_server_ls?useUnicode=true&characterEncoding=UTF-8, username = root. Terminating connection pool. Original Exception: ------java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943) at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(DriverManager.java:571) at java.sql.DriverManager.getConnection(DriverManager.java:215) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:104) at com.aionemu.loginserver.LoginServer.main(LoginServer.java:119)------ at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:312) at com.aionemu.commons.database.DatabaseFactory.init(DatabaseFactory.java:104) ... 1 moreCaused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:943) at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4113) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1308) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2336) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2369) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2153) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(DriverManager.java:571) at java.sql.DriverManager.getConnection(DriverManager.java:215) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:256) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:305) ... 2 more
 
Skilled Illusionist
Joined
Nov 8, 2019
Messages
301
Reaction score
298
You need to unzip the server files in a directory without spaces like C:\ , D:\ or something like that but remember, "Without spaces between letters"

Thank you very much it worked, but login server is not working, I am getting Java error. And I cannot setup database on Navicat either :(

Update: I had problem with MYSQL port cuz it was already used by something else. Stopped it in task manager and then started Uniform server then started MYSQL and it worked, thank God!.
YAY! Now I can play Aion offline. Sadly there are lots of bugs. I only just started to play and there were a lot of things floating and the quest won't auto update when you go near Haramel instance and things like energy of repose does not give details of it when you hover mouse over it, NPCs are misplaced, some lvl up commands are not working.. and those were just a few things I've noticed so far.
 
Last edited:
Joined
Jan 24, 2007
Messages
653
Reaction score
320
Hello Robson26, i've been following your work for a long time, i know your seriousness.
i would like to know if these files are in, is missing any feature in it?in percentage, how much is it complete?can i work on these files to open a server in this version?Thanks Brother!
 
Experienced Elementalist
Joined
Jul 18, 2014
Messages
266
Reaction score
7
Any other link for Client download ? Torrent ? FIXED - finaly i have the client.

The server works very well in local...
but
I try to put in dedicated server in my home , i change all ips on configs and in ipconfig to 192.168.1.10 and i have allways "Cannot connect to game server"

Any solution please ?
 
Last edited:
Joined
Jan 24, 2007
Messages
653
Reaction score
320
Any other link for Client download ? Torrent ? FIXED - finaly i have the client.

The server works very well in local...
but
I try to put in dedicated server in my home , i change all ips on configs and in ipconfig to 192.168.1.10 and i have allways "Cannot connect to game server"

Any solution please ?
work fine here...
 
Joined
Jan 24, 2007
Messages
653
Reaction score
320
Nice , i fix the problem :p
1 question:
What is the best ersion server:

Aion 4.0_4.3 Server files & Client?

Aion 4.7.5 GigaTr00n Reworking Process ?
or
Single Player Project - Aion 5.8 (AionGermany)?

all need fixes. you choose the one that works best and work on it.i know well up to 4.7.5 however i am working on this 4.0 ~ 4.3

choose one and good job ...
 
Skilled Illusionist
Joined
Nov 8, 2019
Messages
301
Reaction score
298
No commands in the GM panel is working :(
 
Newbie Spellweaver
Joined
Jan 1, 2020
Messages
13
Reaction score
0
Does the client also work with 4.7.5 files?
 
Newbie Spellweaver
Joined
Feb 18, 2020
Messages
6
Reaction score
0
Thank you so much. Everything is running perfectly fine here.
 
Last edited:
Status
Not open for further replies.
Back
Top