Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 13:43

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[JaveQ]: Open-source java emulator development.

Discussion on [JaveQ]: Open-source java emulator development. within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Closed Thread
 
Old 11/13/2009, 17:30   #106
 
WorldDj's Avatar
 
elite*gold: 20
Join Date: Jul 2009
Posts: 3,173
Received Thanks: 1,311
C#, C++ and C are 3 related languages...but games are hardly programed by C#...i guess C# is used to make company's administrative programs, however, this is in my country...
WorldDj is offline  
Old 11/13/2009, 17:58   #107
 
elite*gold: 0
Join Date: Feb 2008
Posts: 573
Received Thanks: 279
what`s new in rev 59?
moldi is offline  
Old 11/13/2009, 22:20   #108
 
xxbrentonxx's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 277
Received Thanks: 103
Quote:
Originally Posted by moldi View Post
what`s new in rev 59?
xxbrentonxx is offline  
Old 11/14/2009, 06:33   #109
 
npcdoom's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 76
Received Thanks: 147
Quote:
Originally Posted by theonly112 View Post
What the hell? xDDDD Never heard crap like that. Silkroad is coded in C and C++ Nothing else. And pk2 is not code. Its just something like .rar or .zip

Sure you can code a emulator in any language you like. Even AutoIT if you like so.
Well .pk2 aint near .rar or .zip since those are compression programs and .pk2 is just a holder format with some encryption.

Quote:
Originally Posted by WorldDj View Post
C#, C++ and C are 3 related languages...but games are hardly programed by C#...i guess C# is used to make company's administrative programs, however, this is in my country...
Well theres lots of games that are coded in C# but mainly small/medium size ones and game tools that don't require an excellent performance but you need a faster and easier development instead, big games are usually coded in C/C++ and some script lang like lua,python,javascript,etc.

But in overall ppl can choose the language they like most xD

On Topic: It seems the team started working on the project again ^^ and they started working on the game server...now is when the fun begins ^^
npcdoom is offline  
Thanks
1 User
Old 11/15/2009, 18:10   #110
 
maxalata's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 103
Received Thanks: 30
nasty prob

Hey guys i am having a hard time to run the emu.
I've done everything like it is in the guide but when i started my silkroad client via loader ( with redirected ip 127.0.0.1:15779 ) my server list was empty and my eclipse wrote this:
Code:
Nov 15, 2009 7:00:50 PM com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask run
WARNING: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@ac6a45 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception: 
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:885)
	at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3421)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1247)
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2775)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
Nov 15, 2009 7:00:50 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 0C 00 01 20 00 00 09 00 53 52 5F 43 6C 69 65 6E 74 00 10 00 00 61 00 00 12 09 00 53 52 5F 43 6C 69 65 6E 74 DD 00 00 00
Nov 15, 2009 7:00:50 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 12 | Opcode: 8193
Nov 15, 2009 7:00:50 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 12
Nov 15, 2009 7:00:50 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 10 00 00 61 00 00 12 09 00 53 52 5F 43 6C 69 65 6E 74 DD 00 00 00
Nov 15, 2009 7:00:50 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 16 | Opcode: 24832
Nov 15, 2009 7:00:50 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 16
Nov 15, 2009 7:00:50 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8193
Nov 15, 2009 7:00:50 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8193
Nov 15, 2009 7:00:50 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 24832
Nov 15, 2009 7:00:50 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 24832
Nov 15, 2009 7:00:52 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 01 61 00 00
Nov 15, 2009 7:00:52 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 24833
Nov 15, 2009 7:00:52 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
Nov 15, 2009 7:00:52 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 24833
Nov 15, 2009 7:00:52 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 24833
Nov 15, 2009 7:00:57 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
Nov 15, 2009 7:00:57 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
Nov 15, 2009 7:00:57 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
Nov 15, 2009 7:00:57 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
Nov 15, 2009 7:00:57 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
Nov 15, 2009 7:00:57 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 01 61 00 00
Nov 15, 2009 7:00:57 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 24833
Nov 15, 2009 7:00:57 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
Nov 15, 2009 7:00:57 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 24833
Nov 15, 2009 7:00:57 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 24833
Nov 15, 2009 7:01:04 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
Nov 15, 2009 7:01:04 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
Nov 15, 2009 7:01:04 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
Nov 15, 2009 7:01:04 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
Nov 15, 2009 7:01:04 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
Nov 15, 2009 7:01:09 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
Nov 15, 2009 7:01:09 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
Nov 15, 2009 7:01:09 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
Nov 15, 2009 7:01:09 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
Nov 15, 2009 7:01:09 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
Nov 15, 2009 7:01:14 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
Nov 15, 2009 7:01:14 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
Nov 15, 2009 7:01:14 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
Nov 15, 2009 7:01:14 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
Nov 15, 2009 7:01:14 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
Nov 15, 2009 7:01:19 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
Nov 15, 2009 7:01:19 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
Nov 15, 2009 7:01:19 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
Nov 15, 2009 7:01:19 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
Nov 15, 2009 7:01:19 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
Nov 15, 2009 7:01:24 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
Nov 15, 2009 7:01:24 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
Nov 15, 2009 7:01:24 PM com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
Nov 15, 2009 7:01:24 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
Nov 15, 2009 7:01:24 PM com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
I am using the current Isro client wich is 1.221.
I went trough the whole pos, trying solutions but it didn't work.
I have editet my Constants.java files, i have installed my jars and still not working. I hope that someone can help me fix this problem.
Thanks in advance,
maxalata.
maxalata is offline  
Old 11/15/2009, 20:10   #111
 
elite*gold: 0
Join Date: Nov 2008
Posts: 19
Received Thanks: 0
You have to change /gameserver/src/com/williaminc/gameserver/constans.java
and /loginserver/src/com/williaminc/loginserver/constans.java
to your mysql configurations.
pusztitogall is offline  
Old 11/15/2009, 20:19   #112
 
maxalata's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 103
Received Thanks: 30
As i wrote in my previous post i have already changed them to fit my mysql settings and its not working
maxalata is offline  
Old 11/15/2009, 20:33   #113
 
elite*gold: 0
Join Date: Sep 2009
Posts: 16
Received Thanks: 21
Quote:
Originally Posted by maxalata View Post
As i wrote in my previous post i have already changed them to fit my mysql settings and its not working
You either submitted a wrong password, or your IP doesn't have access to the MySQL database. You should look for some option to give IP's access to the database if that's the case.
Perfect1994 is offline  
Old 11/15/2009, 20:51   #114
 
maxalata's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 103
Received Thanks: 30
Pff... I forgoted to add port to the IP. Now the servers are there.
But when i type my acc and password it doesnt log in.
maxalata is offline  
Old 11/16/2009, 17:07   #115
 
elite*gold: 0
Join Date: Mar 2008
Posts: 35
Received Thanks: 1
LOL, have you also runned the gameserver ? ))))
Akonkagva is offline  
Old 11/16/2009, 17:20   #116
 
maxalata's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 103
Received Thanks: 30
Code:
Nov 16, 2009 6:14:13 PM com.williaminc.gameserver.GameServer <init>
INFO: Game server engine started.
Nov 16, 2009 6:14:13 PM com.williaminc.gameserver.GameServer bind
INFO: Binding to port 15780
Nov 16, 2009 6:14:13 PM com.mchange.v2.log.MLog <clinit>
INFO: MLog clients using java 1.4+ standard logging.
Nov 16, 2009 6:14:13 PM com.mchange.v2.c3p0.C3P0Registry banner
INFO: Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
Nov 16, 2009 6:14:13 PM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager
INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> oien8k841yev7ac10ojljf|360be0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> oien8k841yev7ac10ojljf|360be0, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:mysql://127.0.0.1:3306/javeq_gamedb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
so... yeah its on...
EDIT:i managed to fix it. I just had to change 1 port
maxalata is offline  
Old 11/16/2009, 18:13   #117
 
elite*gold: 0
Join Date: Sep 2009
Posts: 16
Received Thanks: 21
We've got an IRC channel now, so if you need help, want to join the team or want to freely talk with our team join us at #javeQ on irc.quakenet.org!
Perfect1994 is offline  
Thanks
1 User
Old 11/24/2009, 09:19   #118
 
KillerManiac93's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 268
Received Thanks: 205
update to 1.222 pl0x
KillerManiac93 is offline  
Old 11/25/2009, 23:20   #119
 
GoneUp's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 201
Received Thanks: 73
I work on it
GoneUp is offline  
Old 01/17/2010, 03:47   #120
 
elite*gold: 0
Join Date: Jul 2009
Posts: 1
Received Thanks: 0
is this project still alive ?

and where to download this silkroad 1.221 client
mudonja is offline  
Closed Thread


Similar Threads Similar Threads
Open Source Aion Emulator [JAVA]
02/15/2013 - Aion Hacks, Bots, Cheats & Exploits - 2 Replies
SVN: aion-emu - Revision 572: / Trac: aion-emu - Trac Have Fun :) Aion-Emu development forum - Index - main page with forum, for aion-emu project
Open Source Aion Emu Development
09/12/2009 - Private Server - 7 Replies
Hello Everyone! We welcome you to participate in the open source Aion emulator development project that offers a unique approach to the emulator development process. The main element is that anyone, contributor or not, will be able to gain from the result. The first stage is to start the discussion to get a picture where everyone stands on our proposition. Read "Project Information" at crystalhorn.com, any feedback will be appreciated. Thank you, Dmitri



All times are GMT +1. The time now is 13:43.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.