UniUploader Web -> Wow (BUG + Feature request)

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

UniUploader Web -> Wow (BUG + Feature request)

Postby Toto » Tue Mar 27, 2007 8:50 pm

I'm trying to implement this functionnality for my guildies but it seems it doesn't work as intended.

Uniupload works fine but WOW no :)
The data is written to the savedvariables.lua correctly, when you launch wow wow still use the old data for the addon, then when you quit wow the new data is written in the file.

So to resume, for the functionnality to works you have to click the button in UU then launch WOW then quit WOW then launch WOW again and the Data is correct.

As a workarround i'd like to use the download feature on a other file than the savedvariables.lua (directly the good addon file) it works if i put the good lua name in the option (and if the file allready exist :( so no possibility to install an addon with a default config :() but the data is allways added to the file, so the file is bigger and bigger.

So the request is ability to create the addon lua if it doesn't exist and an option to purge the content of the file before downloads.
Toto
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sun Jan 14, 2007 8:53 pm

UniUploader Web -> Wow (BUG + Feature request)

Postby MattM » Wed Mar 28, 2007 4:58 am

A reasonable request.

I was under the impression that the WOW API simply reads the data structs from the last instance of the written data

foo=bar1
foo=bar2
foo=bar3



foo will be bar3 when wow loads
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

UniUploader Web -> Wow (BUG + Feature request)

Postby Toto » Wed Mar 28, 2007 9:38 pm

Yes this works if you download the data to another file than savedvariables.lua.

the problem is that is the data is big then the file will be quite big at a moment :).

For the savedvariables.lua the data is read then deleted from the file by wow, but the data contained in this file is only written when wow quits and is not used before :( So not usable at this time.
Toto
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sun Jan 14, 2007 8:53 pm

UniUploader Web -> Wow (BUG + Feature request)

Postby MattM » Wed Mar 28, 2007 9:41 pm

I used to tell my guildies to "wait about 20 seconds" before logging in a character. This would give uu time to update the LUA file.
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

UniUploader Web -> Wow (BUG + Feature request)

Postby Toto » Wed Mar 28, 2007 10:33 pm

For the test i do, i manual push the button in UU then check that the file is ok. then launch wow.

This is really a wow bug :( Your tool work fine :)

i can just hope that you'll quickly throw a 2.6.5 with the delete before add option :)
Toto
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sun Jan 14, 2007 8:53 pm

UniUploader Web -> Wow (BUG + Feature request)

Postby MattM » Thu Mar 29, 2007 6:29 am

added to todo list :)
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

UniUploader Web -> Wow (BUG + Feature request)

Postby T-Base » Thu Jun 21, 2007 6:53 pm

Code: Select all
************** Ausnametext **************
System.IO.IOException: Der Prozess kann nicht auf die Datei "W:\Spiele\World of Warcraft\WTF\Account\TEDEBASE\SavedVariables\Shopping.lua" zugreifen, da sie von einem anderen Prozess verwendet wird.
   at System.IO.__Error.WinIOError(Int32 errorCode, String str)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode)
   at WindowsApplication3.Form1.WriteNewDataToSavedVariables(String data, String file)
   at WindowsApplication3.Form1.doWebsiteToWow()
   at WindowsApplication3.Form1.btnWtoWOWDownload_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 1.0.5000.0
    Win32-Version: 1.1.4322.2032
    CodeBase: file:///xxx
----------------------------------------
UniUploader
    Assembly-Version: 2.6.6.0
    Win32-Version: 2.6.6.0
    CodeBase: xxx
----------------------------------------
System.Windows.Forms
    Assembly-Version: 1.0.5000.0
    Win32-Version: 1.1.4322.2032
    CodeBase: file:///xxx
----------------------------------------
System
    Assembly-Version: 1.0.5000.0
    Win32-Version: 1.1.4322.2032
    CodeBase: file:///xxx
----------------------------------------
System.Xml
    Assembly-Version: 1.0.5000.0
    Win32-Version: 1.1.4322.2032
    CodeBase: file:///xxx
----------------------------------------
System.Drawing
    Assembly-Version: 1.0.5000.0
    Win32-Version: 1.1.4322.2032
    CodeBase: file:///xxx
----------------------------------------
mscorlib.resources
    Assembly-Version: 1.0.5000.0
    Win32-Version: 1.1.4322.573
    CodeBase: file:///xxx
----------------------------------------
System.resources
    Assembly-Version: 1.0.5000.0
    Win32-Version: 1.1.4322.573
    CodeBase: file:///xxx
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 1.0.5000.0
    Win32-Version: 1.1.4322.573
    CodeBase: file:///xxx

This Error is comming, when I download, while I have "PURGEFIRST" checked. (by the way, in UU it show only "********" instead of "Purge First". It the same with the addon part.)
T-Base
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Jun 20, 2007 2:50 am

UniUploader Web -> Wow (BUG + Feature request)

Postby MattM » Fri Jun 22, 2007 10:29 pm

bug added to the todo list
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