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!

Arcturus Problem! [HELP]

Newbie Spellweaver
Joined
Dec 27, 2017
Messages
19
Reaction score
0
com.mysql.jdbc.exceptions.jdbc4.MySQLDataException: '4.294967295E9' in column '1' is outside valid range for the datatype INTEGER. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) at com.mysql.jdbc.Util.getInstance(Util.java:408) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861) at com.mysql.jdbc.ResultSetImpl.throwRangeException(ResultSetImpl.java:7061) at com.mysql.jdbc.ResultSetImpl.parseIntAsDouble(ResultSetImpl.java:6339) at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2509) at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570) at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java) at com.eu.habbo.habbohotel.items.ItemManager.loadItems(ItemManager.java:457) at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:92) at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:59)

someone help me? i just restarted my emulator, didnt change anything. Because of this problem all the furniture in all the rooms are gone (and catalogue). but do show up in the item table
 
Last edited:
Elite Diviner
Joined
Apr 5, 2014
Messages
464
Reaction score
223
Have never touched arcturus before but buest guess: you probably have a furniture with an id or some integer/decimal data that's too high.
 
Upvote 0
Back
Top