Hello guys, I'm testing a server with custom CB running "Zeus" engine, everything seems to work but the auction system .... I checked html's, database all seems to be correct...
Is anyone familiar with this error so maybe can get me on the right path for fixing?
sent bad RequestBypassToServer: "_maillist_0_10;AuctionHouse;1;0;0;0;0;0"
java.lang.IllegalArgumentException: Cannot format given Object as a Number
at java.text.DecimalFormat.format(Unknown Source)
at java.text.Format.format(Unknown Source)
at ZeuS.procedimientos.opera.getFormatNumbers(opera.java:1460)
at ZeuS.Comunidad.EngineForm.v_auction_house.auction_Search_getAllAuction(v_auction_house.java:1338)
at ZeuS.Comunidad.EngineForm.v_auction_house.getMainWindows_List(v_auction_house.java:1012)
at ZeuS.Comunidad.EngineForm.v_auction_house.mainHtml(v_auction_house.java:1110)
at ZeuS.Comunidad.EngineForm.v_auction_house.bypass(v_auction_house.java:1531)
at ZeuS.Comunidad.Engine.delegar(Engine.java:640)
at ZeuS.Comunidad.CBByPass.byPass(CBByPass.java:487)
at ZeuS.ZeuS.ZeuS.cbByPass(ZeuS.java:1176)
at l2r.gameserver.communitybbs.BoardsManager.handleCommands(BoardsManager.java:72)
at l2r.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:395)
at l2r.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:71)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I present to your attention two options for the Hellbound location map
details in the archive
if you have larger effect files, you do not need to replace them
download
updates can be made behind the scenes, so if you catch a crit, post on the forum or download the archive, it may have already been fixed
additionally you can download
all la2 music from the latest version of the game 2025 download
the entire La2 ambisound from the latest version of the game 2025 download
I do what I like because I don't need to push myself to do things for L2 as a means of income. You, on the other hand, are here trying to scam people for $20k files...
But, since you're so talented and competent, I suppose you must be thriving on the fruits of your talents as an L2Off dev, no?
Oh wait
Guess not
If you have error
[ERR] 1067 - Invalid default value for 'createDate'
`createDate` date DEFAULT NULL '00-00-0000',
need use
`createDate` date DEFAULT NULL,
What game client do you need here?
I can't even log in!
# Auto account creation
# ----------------------------
# Auto account creation
# Default: True
AutoCreateAccounts = True
What did I do wrong?
ServerAddr=127.0.0.1
Question
FlatroON
Hello guys, I'm testing a server with custom CB running "Zeus" engine, everything seems to work but the auction system .... I checked html's, database all seems to be correct...
Is anyone familiar with this error so maybe can get me on the right path for fixing?
Image Link
sent bad RequestBypassToServer: "_maillist_0_10;AuctionHouse;1;0;0;0;0;0" java.lang.IllegalArgumentException: Cannot format given Object as a Number at java.text.DecimalFormat.format(Unknown Source) at java.text.Format.format(Unknown Source) at ZeuS.procedimientos.opera.getFormatNumbers(opera.java:1460) at ZeuS.Comunidad.EngineForm.v_auction_house.auction_Search_getAllAuction(v_auction_house.java:1338) at ZeuS.Comunidad.EngineForm.v_auction_house.getMainWindows_List(v_auction_house.java:1012) at ZeuS.Comunidad.EngineForm.v_auction_house.mainHtml(v_auction_house.java:1110) at ZeuS.Comunidad.EngineForm.v_auction_house.bypass(v_auction_house.java:1531) at ZeuS.Comunidad.Engine.delegar(Engine.java:640) at ZeuS.Comunidad.CBByPass.byPass(CBByPass.java:487) at ZeuS.ZeuS.ZeuS.cbByPass(ZeuS.java:1176) at l2r.gameserver.communitybbs.BoardsManager.handleCommands(BoardsManager.java:72) at l2r.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:395) at l2r.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:71) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
v_auction_house.java
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.