1
JavaOp Support Archive / Re: Invalid game version
« on: October 13, 2008, 08:53:27 am »At a glance, that looks like a bug in JavaOp - something to do with unsigned number conversion perhaps?
no, its simply the verbyte is out of date.
Extract BNetLogin.jar, Open GameData.java for editing.
Go to the private void initialize() function, and change the getwrite functions for war3 and w3xp to the following:
Code: [Select]
games.getWrite("WAR3", "Version byte", "15");
games.getWrite("W3XP", "Version byte", "15");
This will fix the invalid game version issue.