News:

How did you even find this place?

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - DarkTooLs

#1
JavaOp Support Archive / Re: Invalid game version
October 13, 2008, 08:53:27 AM
Quote from: Camel on October 13, 2008, 01:47:17 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:


games.getWrite("WAR3", "Version byte", "15");
games.getWrite("W3XP", "Version byte", "15");


This will fix the invalid game version issue.