I changed how i'm doing the uploads to try to avoid the stopping
problems some people are having, and it works on _my_ machine, but i
don't have anywhere else to test it.
so if you want the 2.0.0.8 version, you can d'l it from
http://www.trophyhunteronline.com/downloads/TrophyHunter-2.0.0.8.exe
If you don't trust the link here, you can go to the downloads page:
http://www.trophyhunteronline.com/download.php
and right click+copy the link for the 2007 download, paste it into your
address bar, and change the 7 to an 8 :)
I also added a "connect" button so that if you DO have a problem, you
can check the "enable online" checkbox again on the "Online" tab, and
click "connect" to reconnect.
I also changed it so that the error # is shown in a bunch of places.
If you have issues, post here with the actual error info so i can try
to repro/track it down.
Let me know if you run into any other problems!
Johnus
is it "auto" sending after 25 kills? or is it not working at all?
its like 100 degrees here, so i don't think i'll be spending much time
in my home "office", but i'll try to make a special debug build for
you guys to see what's up.
the .net framework 2.0 is a req for decal now, right? i'm not sure if
the WebClient stuff i'm using now is up to date or whatnot....
try
{
USER_DEBUG("Starting WebClient Request...");
// all the work to do the request
EntryPoint.USER_DEBUG("WebClient success, response
of {0} bytes...");
}
catch ( error )
{
USER_DEBUG(error);
}
so you should see output like:
THDBG: Starting WebClient Request...
THDBG: WebClient success, response of 32 bytes...
every time it tries to upload results.
if it fails, you should see an exception message.
If you don't see the success message OR any errors, something odd is going on!
Same as last time, the only place to get it is here:
http://www.trophyhunteronline.com/downloads/TrophyHunter-2.0.0.9.exe
as it might not work :)
Like last time, if it doesn't work for you, go back to the public
2.0.0.7 build on the website.
On 7/22/06, Xearo_SC <wing4...@hotmail.com> wrote:
>
Tried everything I can think of going back to 2.0.0.7.
does your character not have a patron?
i never even thought of that case... but thats super easy to fix.