

Zotic
Members-
Posts
79 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Top List
Everything posted by Zotic
-
Yea, i been like 3 hour trying to solve it but cant. do you know any idea to solve it?
-
public void checkForUpdates() { Client client = Client.instance; if (checkClientUpdates()) { UpdateComponent screen = new ClientUpdateScreen(); client.updaterRenderer.setScreen(screen); try { final String path = getClass().getProtectionDomain().getCodeSource().getLocation().toURI().getPath(); updateClient(path.substring(path.lastIndexOf("/") + 1, path.indexOf(".jar")), screen); } catch (URISyntaxException e) { e.printStackTrace(); } } else if (checkCacheUpdate()) { UpdateComponent screen = new CacheUpdateScreen(); client.updaterRenderer.setScreen(screen); try { updateCache(screen); } catch (IOException e) { e.printStackTrace(); } } finish(); } This is the line 86 shown updateClient(path.substring(path.lastIndexOf("/") + 1, path.indexOf(".jar")), screen);
-
NICE!!
- 123 replies
-
- moparscape
- 30/3/2017
-
(and 2 more)
Tagged with:
-
Anyone know what this error mean? OS Royale(v4) is now starting up... 3 2 Client update required! Exception in thread "Thread-3" java.lang.StringIndexOutOfBoundsException: String index out of range: -63 at java.lang.String.substring(Unknown Source) at com.osroyale.updater.Updater.checkForUpdates(Updater.java:86) at com.osroyale.Client.processGameLoop(Client.java:3256) at com.osroyale.GameApplet.run(GameApplet.java:216) at com.osroyale.Client.run(Client.java:5569) at java.lang.Thread.run(Unknown Source) free upload no registration
-
This is the old version?
-
Thank for the contribution
-
Thank alot man
-
Thank alot
- 219 replies
-
- amulius~ready-to-host
- server.~
-
(and 1 more)
Tagged with:
-
Anyone know when i run the server it showing me this error. [25/12/17 6:39 PM]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. [25/12/17 6:39 PM]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [25/12/17 6:39 PM]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [25/12/17 6:39 PM]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [25/12/17 6:39 PM]: at java.lang.reflect.Constructor.newInstance(Unknown Source) [25/12/17 6:39 PM]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) [25/12/17 6:39 PM]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:988) [25/12/17 6:39 PM]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:341) [25/12/17 6:39 PM]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2251) [25/12/17 6:39 PM]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2284) [25/12/17 6:39 PM]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2083) [25/12/17 6:39 PM]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:806) [25/12/17 6:39 PM]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) [25/12/17 6:39 PM]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [25/12/17 6:39 PM]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [25/12/17 6:39 PM]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [25/12/17 6:39 PM]: at java.lang.reflect.Constructor.newInstance(Unknown Source) [25/12/17 6:39 PM]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) [25/12/17 6:39 PM]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:410) [25/12/17 6:39 PM]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:328) [25/12/17 6:39 PM]: at java.sql.DriverManager.getConnection(Unknown Source) [25/12/17 6:39 PM]: at java.sql.DriverManager.getConnection(Unknown Source) [25/12/17 6:39 PM]: at com.trinity.worldserver.model.player.content.bloodlust.BLDatabaseManager.getConnection(BloodLust.java:612) [25/12/17 6:39 PM]: at com.trinity.worldserver.model.player.content.bloodlust.BloodLust.query(BloodLust.java:65) [25/12/17 6:39 PM]: at com.trinity.worldserver.model.player.content.bloodlust.BloodLust.getTeamFromPlayerName(BloodLust.java:225) [25/12/17 6:39 PM]: at com.trinity.worldserver.model.player.Player.initialize(Player.java:1575) [25/12/17 6:39 PM]: at com.trinity.worldserver.model.world.PlayerManager.process(PlayerManager.java:321) [25/12/17 6:39 PM]: at com.trinity.worldserver.event.impl.MainCycleEvent.execute(MainCycleEvent.java:40) [25/12/17 6:39 PM]: at com.trinity.worldserver.event.EventContainer.execute(EventContainer.java:121) [25/12/17 6:39 PM]: at com.trinity.worldserver.event.EventManager.run(EventManager.java:123) [25/12/17 6:39 PM]: at java.lang.Thread.run(Unknown Source) [25/12/17 6:39 PM]: Caused by: java.net.ConnectException: Connection refused: connect [25/12/17 6:39 PM]: at java.net.DualStackPlainSocketImpl.connect0(Native Method) [25/12/17 6:39 PM]: at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) [25/12/17 6:39 PM]: at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) [25/12/17 6:39 PM]: at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) [25/12/17 6:39 PM]: at java.net.AbstractPlainSocketImpl.connect(Unknown Source) [25/12/17 6:39 PM]: at java.net.PlainSocketImpl.connect(Unknown Source) [25/12/17 6:39 PM]: at java.net.SocksSocketImpl.connect(Unknown Source) [25/12/17 6:39 PM]: at java.net.Socket.connect(Unknown Source) [25/12/17 6:39 PM]: at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211) [25/12/17 6:39 PM]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:300) [25/12/17 6:39 PM]: ... 23 more Loaded 81 packets.
-
I dont think they have it.
-
Thank for release.
-
Thank alot
-
Thank gonna try it
-
OSBrutality Source & Client | Rooftop Agility Courses | Demonic Gorillas
Zotic replied to N1K0's topic in Other (377-742)
Interesting server- 93 replies
-
- gorillas
- osbrutality
- (and 6 more)
-
Thank alot man
- 65 replies
-
- more!
- stable&much
-
(and 6 more)
Tagged with:
-
Thank LD
- 142 replies
-
- nightmare-scape
- release
-
(and 1 more)
Tagged with: