dogfood advanced ip scanner

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
warez

dogfood advanced ip scanner

Post by warez »

console output:

bash-3.1# wine Advanced\ IP\ Scanner.exe
err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window!
(hwnd=0x70034)
err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window!
(hwnd=0x3004c)
err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window!
(hwnd=0x30058)
err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window!
(hwnd=(nil))
err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window!
(hwnd=(nil))
err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window!
(hwnd=(nil))
err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window!
(hwnd=(nil))
err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window!
(hwnd=(nil))



as can be seen in the attachement , i couldn't enter more than 2 digits in
the ip adress field between dots
i wanted to write in 192 buc only 19 came out (only 2 digits)



i had same bugs in previous versions of wine (e.g. 0.95) under fiew
different destribs (ubuntu, opensuse,slackware,slax)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: snapshot2.png
Type: image/png
Size: 706537 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-us ... chment.png
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

That's a known issue,
http://bugs.winehq.org/show_bug.cgi?id=9924

A workaround is
wget http://kegel.com/wine/winetricks
sh winetricks cc580

BTW, please don't run Wine as root; see
http://wiki.winehq.org/FAQ#head-96bebfa ... 78b0d41014
Locked