Need another Solution for todays patch 5-22

George93

Active Member
* Min Range of bows and crossbows removed
* Max range of thrown reduced to 15m
* 100% crits working correctly
* /anon stops people from being able to inspect you
* Harvesting gear should equip properly now
 

mmoaddict

Original Script Author: VGA
Yep we patched.. I am sure there are more changes than they posted. I will take some time and push out a couple sample scripts for people to play with.

mmo
 

Amadeus

The Maestro
Staff member
I am unable to recreate this bug at all.

Before I updated, I tested loading the current version (20090519.0004) ..with no update available. It did this:
Code:
Extension 'isxvg' loaded
 
ISXVG Subscription Active.  Thank you!
...Please hold while the ISXVG patcher checks for updates...
 
isxGamesPatcher: Starting (Ver. 20070311.11 by CyberTech/Amadeus)
isxGamesPatcher:  Checking isxGamesPatcher: 1 file in manifest...
isxGamesPatcher:  Checking ISXVG: 8 files in manifest...
isxGamesPatcher: Finished
 
 
The version of ISXVG you are trying to use does not match the version of Vanguard that you currently possess.  In other words, Amadeus 
has not yet released a new version of ISXVG for the latest patch of Vanguard.
 
ISXVG will patch automatically once it has been updated, so please try again later.  If you have further questions, feel free to drop by the isxGames forums at [URL="http://www.isxGames.com"]www.isxGames.com[/URL].
 
Extension 'isxvg' unloaded
Then, I put the new version on the patcher ..and tried again. Worked as it should, showing below:
Code:
Extension 'isxvg' loaded
 
ISXVG Subscription Active.  Thank you!
...Please hold while the ISXVG patcher checks for updates...
 
isxGamesPatcher: Starting (Ver. 20070311.11 by CyberTech/Amadeus)
isxGamesPatcher:  Checking isxGamesPatcher: 1 file in manifest...
isxGamesPatcher:  Checking ISXVG: 8 files in manifest...
isxGamesPatcher:   Updating "Extensions/ISXVG.dll" from version 20090519.0004 to version 20090522.0001
isxGamesPatcher:  ISXVG Patched - Reloading Extension...
 
 
Vanguard Extension for Innerspace (By Amadeus) *UNLOADED*
Extension 'isxvg' unloaded
[RadarZoomIn] [ALT+num +] Command (Release): radar zoomin
[RadarZoomOut] [ALT+num -] Command (Release): radar zoomout
Extension 'isxvg' loaded
 
ISXVG Subscription Active.  Thank you!
...Please hold while the ISXVG patcher checks for updates...
 
 
Vanguard Extension for Innerspace (By Amadeus) *LOADED*
isxGamesPatcher: Finished

I'm playing in windowed mode, and it is even loading ISXVG for me automatically on startup (which is working fine too.)

The only thing I can imagine is that you guys have some sort of proxy issue or your ISP is caching what's on the patcher or something of that nature. Unless you can get me more debug information from your internet logs or something showing what the problem is, I have no idea.
 

scorpion1666

Active Member
I don't have a firewall that I can do a TCPdump while the connection is going. =\
It acts like it's trying to download because when I try to unload the extention, the game crashes back to desktop without an error. I have given it like 4 hours to see if that's the case, but I doubt I would even be able to play if my connection that that shitty to not be able to download a 700kb file in 4 hours. I agree, it's strange. What ever that DLL includes is different and allows it to download/install/update ISXVG than if you patched previously, but not for all clients. HORAY FOR WINDOWS!

Here is a DLL from my system that isn't patching.
 

Attachments

Last edited:

inire

Active Member
try using ethereal on the client to capture the data instead trying to capture the data at the firewall with tcpdump. that will at least demonstrate that the data is leaving your machine.

http://www.ethereal.com/
 

Amadeus

The Maestro
Staff member
Actually, ethereal has been replaced with Wireshark (http://sourceforge.net/project/showfiles.php?group_id=255&package_id=193847&release_id=684256)

Install wireshark, start capturing, and put this in the "filter" (green) bar there at the top:
Code:
ip.addr == 205.196.219.188 and http
Then, 'ext isxvg' in the game. If all goes well, you should see 4 lines appear (if you're using the latest version of isxvg) or 6 lines (if you're using an old version and patching.)

Now, if you go under File->Export->As plain text ...click on "Displayed", enter a file name, and click OK. You'll get a file.

Compare that file with the two that I have attached to this posting.

(NOTE: This is for advanced users testing only.)
 

Attachments

inire

Active Member
Meh, Ama, good thing your brain still works. I use wireshark all the time, i just call it ethereal... sad...
 
Top Bottom