http://bugs.winehq.org/show_bug.cgi?id=14997
Summary: firmware upgrade utility for Linksys SPA3102 VoIP router Product: Wine Version: 1.0.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alexandre@detiste.be
Created an attachment (id=15624) --> (http://bugs.winehq.org/attachment.cgi?id=15624) screenshot when bug occurs
On first screen, utility won't allow to select correct IP address (the one linked to "eth0"). Only 127.12.34.56 is sellectable (loopback).
Utility then can't connect with router for firmware upgrade.
In the log, this is repeated many times:
err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window!
http://bugs.winehq.org/show_bug.cgi?id=14997
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-08-25 00:41:25 --- What does this command say? 'hostname -i'
Please attach complete terminal output (as a text file).
http://bugs.winehq.org/show_bug.cgi?id=14997
--- Comment #2 from Alexandre Detiste alexandre@detiste.be 2008-08-29 04:51:18 --- Created an attachment (id=15723) --> (http://bugs.winehq.org/attachment.cgi?id=15723) eth0 IP adress now avaible
I still get dialog box "Invalid IP address" after clicking 'OK'
http://bugs.winehq.org/show_bug.cgi?id=14997
Alexandre Detiste alexandre@detiste.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexandre@detiste.be
--- Comment #3 from Alexandre Detiste alexandre@detiste.be 2008-08-29 04:54:46 --- workaround found in official documentation:
##############################################
Upgrade URL """""""""""
The Upgrade URL lets you upgrade the ATA device to the firmware specified by the URL, which can identify either a TFTP or HTTP server.
NOTE: If the value of the Upgrade Enable parameter in the Provisioning page is No, you cannot upgrade the ATA device even if the web page indicates otherwise.
The syntax of the Upgrade URL is as follows:
http://spa-ip-addr/admin/upgrade?%5Bprotocol://%5D%5Bserver-name%5B:port%5D%...]
Both HTTP and TFTP are supported for the upgrade operation. If no protocol is specified, TFTP is assumed. If no server-name is specified, the host that requests the URL is used as server-name.
http://bugs.winehq.org/show_bug.cgi?id=14997
--- Comment #4 from Austin English austinenglish@gmail.com 2009-02-26 11:22:03 --- Is this still an issue in current (1.1.15 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=14997
slaroy slaroy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |slaroy@gmail.com
--- Comment #5 from slaroy slaroy@gmail.com 2009-03-16 14:53:51 --- See bug 14792, which sounds like a duplicate. I confirm that this is an issue on 1.1.17.
http://bugs.winehq.org/show_bug.cgi?id=14997
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com 2009-03-21 09:16:34 --- Hi, Alexandre. Could you try a patch from http://bugs.winehq.org/show_bug.cgi?id=14792#c8 (comment 8)? I haven't such device to upgrade of course but after clicking 'Ok' with patched applied I got now message like "Can't find a device attached" or something like that I don't remember exactly now.
http://bugs.winehq.org/show_bug.cgi?id=14997
--- Comment #7 from Alexandre Detiste alexandre@detiste.be 2009-03-22 08:45:10 --- Patch fixes problem ! (wine3.png)
But only as root because application has to bind a port below 1024. (wine4.png)
Then everything is fine, except there remains some errors on stderr:
err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x1003c) err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x2002e) err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x1003c) err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x2002e) err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x2002e) err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window!(hwnd=0x2002e)
http://bugs.winehq.org/show_bug.cgi?id=14997
--- Comment #8 from Alexandre Detiste alexandre@detiste.be 2009-03-22 08:47:39 --- Created an attachment (id=20062) --> (http://bugs.winehq.org/attachment.cgi?id=20062) application error you get if not run as root
application has tu run as root in order to create a TFTP server on port below 1024
http://bugs.winehq.org/show_bug.cgi?id=14997
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com 2009-03-22 08:59:50 --- (In reply to comment #7)
Patch fixes problem ! (wine3.png)
Then everything is fine, except there remains some errors on stderr: err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x1003c)
Don't pay much attention to that. These messages are not errors actually, this needs to be fixed too, but it's completely harmless to have this false positive error. I'll try to do it in the near future.
I hope a patch will be in git next week.
(In reply to comment #8)
Created an attachment (id=20062)
--> (http://bugs.winehq.org/attachment.cgi?id=20062) [details]
application error you get if not run as root
application has tu run as root in order to create a TFTP server on port below 1024
Sorry, know nothing about that.
http://bugs.winehq.org/show_bug.cgi?id=14997
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com 2009-03-24 12:50:05 --- Patch committed
http://source.winehq.org/git/wine.git/?a=commit;h=85c03a5a3160814ac21d76b624...
http://bugs.winehq.org/show_bug.cgi?id=14997
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias|SPA3102 | Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #11 from Vitaliy Margolen vitaliy@kievinfo.com 2009-03-28 12:41:43 --- Fixed
http://bugs.winehq.org/show_bug.cgi?id=14997
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2009-04-10 11:17:28 --- Closing bugs fixed in 1.1.19.
http://bugs.winehq.org/show_bug.cgi?id=14997
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |patrol@sinus.cz
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2009-04-25 06:39:05 --- *** Bug 14792 has been marked as a duplicate of this bug. ***