UU 2.6.8 - Crach on data upload when WoW exits

Support and feedback for UniUploader
UniUploader requires microsoft .net runtimes!

UU 2.6.8 - Crach on data upload when WoW exits

Postby AnthonyB » Wed Oct 08, 2008 6:53 pm

UU 2.6.8 is crashing for me pretty regularly when it auto-uploads data on WoW exit.

Log Name: Application
Source: Windows Error Reporting
Date: 8/10/2008 11:47:17 PM
Event ID: 1001
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: AnthonyPC
Description:
Fault bucket 337363498, type 5
Event Name: CLR20r3
Response: None
Cab Id: 0

Problem signature:
P1: uniuploader.exe
P2: 2.6.8.0
P3: 48d14ed1
P4: System
P5: 2.0.0.0
P6: 4889de7a
P7: 1f63
P8: 165
P9: System.Net.WebException
P10:


trying to find some more useful data...
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia

UU 2.6.8 - Crach on data upload when WoW exits

Postby AnthonyB » Wed Oct 08, 2008 7:00 pm

and with a manual launch of UU (WoW not running) it crashed again while doing it's update checks as follows:

Log Name: Application
Source: Windows Error Reporting
Date: 8/10/2008 11:56:02 PM
Event ID: 1001
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: AnthonyPC
Description:
Fault bucket 350203169, type 5
Event Name: CLR20r3
Response: None
Cab Id: 0

Problem signature:
P1: uniuploader.exe
P2: 2.6.8.0
P3: 48d14ed1
P4: System.Windows.Forms
P5: 2.0.0.0
P6: 4889dee7
P7: 1521
P8: 137
P9: System.Net.Sockets.Socket
P10:

Short of breaking out ADPLUS from the Windows Debugging tools and attaching it to UU process so it grabs dumps when the process dies I'm not sure how to get more useful info on this. Any thoughts?
Last edited by AnthonyB on Wed Oct 08, 2008 7:07 pm, edited 1 time in total.
Roster 2.0.2 svn [latest] latest trunk SVN svn [latest] running on IIS7/Windows Server 2008 SP2 | MySQL 5.0.85 | PHP 5.2.10 | Yes, Roster and PHP rocks on IIS! Even run as FastCGI extension!
User avatar
AnthonyB
Gimpy Developer
Gimpy Developer
 
Posts: 346
Joined: Tue Jul 04, 2006 2:44 pm
Location: Sydney, Australia

UU 2.6.8 - Crach on data upload when WoW exits

Postby MattM » Wed Oct 08, 2008 10:01 pm

if you compile the program you get a pdb file, it should allow you to see the stack trace, which is really what is needed.

Please do this if you have vc# 2008. If not I can compile it for you.
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

Re: UU 2.6.8 - Crach on data upload when WoW exits

Postby BreeOge » Fri Oct 10, 2008 1:30 am

I got this from the error report

EventType : clr20r3
P1 : uniuploader.exe
P2 : 2.6.8.0
P3 : 48d14ed1
P4 : mscorlib
P5 : 2.0.0.0
P6 : 471ebc5b
P7 : 3404
P8 : 21c
P9 : system.io.ioexception

And this might lend a hand to what is causing it..

An unhandled exception of type 'System.IO.IOException' occurred in mscorlib.dll

Additional information: The process cannot access the file 'C:\Program Files\World of Warcraft\WTF\Account\XXXXXX\SavedVariables\PvPLog.lua' because it is being used by another process.
Image
User avatar
BreeOge
WR.net Apprentice
WR.net Apprentice
 
Posts: 46
Joined: Sun Feb 25, 2007 9:04 pm

Re: UU 2.6.8 - Crach on data upload when WoW exits

Postby tuigii » Fri Oct 10, 2008 5:11 am

BreeOge wrote:I got this from the error report....


Known.
UniUploader detectes that the file has been modfied, and start to read it.
BUT : WoW hasn't finished with it yet.....
SO : File IO clash (the file is still locked).

What to do : UniUploader : goto the page Advanced => Other Options : check Delayed Upload and fill in 5 secondes.

This will do the trick.

While you're at it, check also GZIP Compression so uploading goes a bit faster.
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Re: UU 2.6.8 - Crach on data upload when WoW exits

Postby BreeOge » Fri Oct 10, 2008 5:26 am

Already had GZIP on. it sometimes crashes while wow is still running. So even with a delay or not, it still will crash due to wow hasnt even shut down.
Image
User avatar
BreeOge
WR.net Apprentice
WR.net Apprentice
 
Posts: 46
Joined: Sun Feb 25, 2007 9:04 pm

UU 2.6.8 - Crach on data upload when WoW exits

Postby MattM » Fri Oct 10, 2008 6:23 am

ahhh, i had fixed this bug in uu long ago, but the new http class doesn't correctly handle the exception.

time to fix the bug again in the new class
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

UU 2.6.8 - Crach on data upload when WoW exits

Postby BreeOge » Fri Oct 10, 2008 10:24 am

Glad we could help ya narrow it down..
Image
User avatar
BreeOge
WR.net Apprentice
WR.net Apprentice
 
Posts: 46
Joined: Sun Feb 25, 2007 9:04 pm

UU 2.6.8 - Crach on data upload when WoW exits

Postby MattM » Sat Oct 11, 2008 12:52 am

there are 2 bugs shown in this thread. I only know what the one is.
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA


Return to UniUploader

Who is online

Users browsing this forum: No registered users and 1 guest

cron