http://bugs.winehq.org/show_bug.cgi?id=12570
Summary: AutoCAD 2008 Register Today window contents not displayed Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dominikowski@gmail.com
Created an attachment (id=12150) --> (http://bugs.winehq.org/attachment.cgi?id=12150) log
I cannot register and thus use AutoCAD 2008, because I cannot see the contents of the Register Today window. Attached is a log and a screenshot.
WINE git from today.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #1 from TomaszD dominikowski@gmail.com 2008-04-13 19:24:39 --- Created an attachment (id=12151) --> (http://bugs.winehq.org/attachment.cgi?id=12151) screenshot of the problem
http://bugs.winehq.org/show_bug.cgi?id=12570
TomaszD dominikowski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #12150|0 |1 is obsolete| |
--- Comment #2 from TomaszD dominikowski@gmail.com 2008-04-13 19:28:21 --- Created an attachment (id=12152) --> (http://bugs.winehq.org/attachment.cgi?id=12152) same as test1.log, but fixed content type
http://bugs.winehq.org/show_bug.cgi?id=12570
TomaszD dominikowski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal
http://bugs.winehq.org/show_bug.cgi?id=12570
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-04-14 09:59:56 --- for what it's worth: the trial version displays the register window just fine. Have you checked if gecko is intalled? (i.e. try if 'wine iexplore http://winehq.org' works
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #4 from TomaszD dominikowski@gmail.com 2008-04-14 13:58:56 --- Yes, I've tried with Gecko and it still doesn't display.
Btw Luis, is the trial version usable or are there any other issues?
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-04-14 14:23:33 ---
Btw Luis, is the trial version usable or are there any other issues?
I'm currently stuck, i get a messagebox: FATAL ERROR. To get this far i had to work around a crash in wintrust (used this patch: http://bugs.winehq.org/attachment.cgi?id=12144 , see bug #11793)
Furthermore i had to use msxml3:
wget http://kegel.com/wine/winetricks && sh winetricks msxml3
Thomasz, could you try the command above, to see if it changes anything for the retail version?
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #6 from TomaszD dominikowski@gmail.com 2008-04-14 15:10:10 --- So I've just built a fresh git copy with the patch you mentioned applied.
Removed .wine. Installed Gecko, installed the msxml3 thing.
The debug log didn't change at all and the window still is empty.
I'll try with another retail version tomorrow.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #7 from TomaszD dominikowski@gmail.com 2008-04-14 17:06:10 --- WINEDEBUG=+relay (4284KB):
http://rapidshare.com/files/107534029/winelog1.txt.gz.html
http://bugs.winehq.org/show_bug.cgi?id=12570
TomaszD dominikowski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #12152|0 |1 is obsolete| |
--- Comment #8 from TomaszD dominikowski@gmail.com 2008-04-17 13:23:18 --- Created an attachment (id=12269) --> (http://bugs.winehq.org/attachment.cgi?id=12269) Recent log
This log is from today's WINE git. The error is no different than the earlier one, but it's much shorter as some of the other errors disappeared after installing some missing MS runtimes.
Please please someone take a look at this.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #9 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-04-17 13:26:10 --- Apparaently the retail differs in this case from the trial. You might try using native shdocvw, shlwapi, urlmon and mshtml (if you have access to a windowspartition) and see if you can get some useful in that blank window
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #10 from TomaszD dominikowski@gmail.com 2008-04-17 13:32:08 --- New WINEDEBUG=relay http://rapidshare.com/files/108276890/logrelay1.txt.gz.html
OK, I do have access to a Windows XP system, what do I need to do to Louis?
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #11 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-04-17 13:53:00 --- copy shlwapi.dll, mshtml.dll, shdocvw.dll and urlmon.dll from windowspartition to ~/.wine/drive_c/windows/system32/
Then run the app by WINEDLLOVERRIDES="urlmon,shlwapi,shdocvw,mshtml=n" wine acadlt.exe
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #12 from TomaszD dominikowski@gmail.com 2008-04-17 14:24:12 --- Created an attachment (id=12270) --> (http://bugs.winehq.org/attachment.cgi?id=12270) Log with overrides 1
The log is from a clean .wine with gecko, fakeie6 and vcrun2005sp1 installed via winetricks.
DLLs from Windows XP: shlwapi.dll, mshtml.dll, shdocvw.dll, urlmon.dll, iertutil.dll (dep of urlmon.dll apparently, got a complaint so I put it in), mscoree.dll (got a fixme stub without it, with it it disappeared).
Is there any change? No, not really. The window is still blank, but before I get to it two windows appear one after another, no text on them, just a red icon with a cross and an OK button, after clicking off those two small windows (the second one has titletext: AdEreg, the first one is completely blank) the Register Today windows appears, with blank contents.
Any other suggestions?
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #13 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-04-17 14:57:29 --- Well, my guess is this bug is due to unimplemented stuff in mshtml/shdocvw
Youcould as a last try install ies4linux, and copy those 4 dlls from ~/.ies4linux/ie6/drive_c/windows/system32/ Not sure if that will change much though .....
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #14 from TomaszD dominikowski@gmail.com 2008-04-17 15:04:34 --- Didn't work :(
http://bugs.winehq.org/show_bug.cgi?id=12570
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |shdocvw
--- Comment #15 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-04-17 15:51:02 ---
Didn't work :(
that's bad, and i'm out of ideas. maybe jacek caban could have a look, he works on shdocvw/mshtml, and this is a top-application for wine, if it would finally run in wine that would be wonderful. I'll change component to shdocvw fow now/
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #16 from TomaszD dominikowski@gmail.com 2008-04-17 17:13:25 --- I can't see how is this a top priority application for WINE if no version of AutoCAD newer than 2000 (which is 8 years old) is working.
How can we get Jacek Caban to see this report?
Maybe someone could set the target milestone to 1.0 so that it doesn't fall through the cracks before the big release?
http://bugs.winehq.org/show_bug.cgi?id=12570
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #17 from Jacek Caban jacek@codeweavers.com 2008-04-17 17:42:58 --- Please attach mshtml,shdocvw,urlmon logs.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #18 from TomaszD dominikowski@gmail.com 2008-04-17 18:02:45 --- Created an attachment (id=12272) --> (http://bugs.winehq.org/attachment.cgi?id=12272) WINEDEBUG=mshtml,shdocvw,urlmon
Is this good enough or do you need separate log for each component Jacek?
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #19 from TomaszD dominikowski@gmail.com 2008-04-17 18:06:53 --- Created an attachment (id=12273) --> (http://bugs.winehq.org/attachment.cgi?id=12273) WINEDEBUG=mshtml,shdocvw,urlmon with gecko installed
Gecko installed, forgot about it after removing .wine. The log is slightly different now.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #20 from Jacek Caban jacek@codeweavers.com 2008-04-17 18:12:32 --- Created an attachment (id=12274) --> (http://bugs.winehq.org/attachment.cgi?id=12274) Skip query URL part in file protocol
The attached patch should help. If it's not enough, I will need new logs.
(In reply to comment #18)
Is this good enough or do you need separate log for each component Jacek?
It's good enough and better than separate logs, thanks.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #21 from TomaszD dominikowski@gmail.com 2008-04-17 18:35:19 --- Created an attachment (id=12275) --> (http://bugs.winehq.org/attachment.cgi?id=12275) WINEDEBUG=mshtml,shdocvw,urlmon with gecko installed, patched
We're getting somewhere, now the window looks a bit different and two radio buttons appeared.
Log attached, will attach screenshot.
http://bugs.winehq.org/show_bug.cgi?id=12570
TomaszD dominikowski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #12151|0 |1 is obsolete| |
--- Comment #22 from TomaszD dominikowski@gmail.com 2008-04-17 18:36:06 --- Created an attachment (id=12276) --> (http://bugs.winehq.org/attachment.cgi?id=12276) New screenshot of the problem
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #23 from TomaszD dominikowski@gmail.com 2008-04-18 08:05:11 --- So is this a more complex problem Jacek? Any solution? I've noticed your today's commits to mshtml, might that help?
http://bugs.winehq.org/show_bug.cgi?id=12570
TomaszD dominikowski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #12275|0 |1 is obsolete| |
--- Comment #24 from TomaszD dominikowski@gmail.com 2008-04-22 16:25:27 --- Created an attachment (id=12399) --> (http://bugs.winehq.org/attachment.cgi?id=12399) WINEDEBUG=mshtml,shdocvw,urlmon with gecko installed, patched , new
New debug log using today's GIT + patch. Hope this is useful.
http://bugs.winehq.org/show_bug.cgi?id=12570
TomaszD dominikowski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #12272|0 |1 is obsolete| | Attachment #12273|0 |1 is obsolete| | Attachment #12399|0 |1 is obsolete| |
--- Comment #25 from TomaszD dominikowski@gmail.com 2008-04-28 09:29:46 --- Created an attachment (id=12539) --> (http://bugs.winehq.org/attachment.cgi?id=12539) WINEDEBUG=mshtml,shdocvw,urlmon
Fresh log. Today's git checkout of WINE.
There's no need to use the patch anymore, the "New screenshot..." is up-to-date.
As usual, clean .wine, installed gecko and vcrun2005sp1 via newest winetricks.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #26 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-05-13 08:39:47 --- Created an attachment (id=13009) --> (http://bugs.winehq.org/attachment.cgi?id=13009) with native shlwapi
The trial seems to have the same problem if you click the "activate" button. With native shlapi there is some improvement: the text is displayed now (see screenshot)
However, clicking on the links doesn't do anything, guess that's still unimplemented stuff in shdocvw/mshtml.
Conforming.
(Note: the installer has a nasty regression again, i'll open another bug for that)
http://bugs.winehq.org/show_bug.cgi?id=12570
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |www.autodesk.com Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download
--- Comment #27 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-05-13 08:40:34 --- confirming
http://bugs.winehq.org/show_bug.cgi?id=12570
max@veneto.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |max@veneto.com
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #28 from max@veneto.com 2008-06-07 12:10:42 --- (In reply to comment #26)
(Note: the installer has a nasty regression again, i'll open another bug for that)
On which version did you manage to install 2008 ? I couldn't manage it, from rc-1 to rc-3. Can you pleas post instructions on how you did and which wine version ? I'm using git now, so I can do some test about it.
Max
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #29 from max@veneto.com 2008-06-09 07:23:12 --- Also apply to AutoCAD 2005 (tested) and I guess to all following releases.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #30 from max@veneto.com 2008-06-10 05:06:33 --- Any news about this one ?
Max
http://bugs.winehq.org/show_bug.cgi?id=12570
TomaszD dominikowski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|shdocvw |shlwapi
--- Comment #31 from TomaszD dominikowski@gmail.com 2008-06-10 06:08:22 --- Not sure. 2008 still does not work. Changed the component to shlwapi, as this is the component, if substituted for a native one, makes the contents actually be displayed. If shlwapi gets fixed we can report bugs about not being able to click anything in the contents.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #32 from max@veneto.com 2008-06-10 11:15:01 --- (In reply to comment #31)
Not sure. 2008 still does not work. Changed the component to shlwapi, as this is the component, if substituted for a native one, makes the contents actually be displayed. If shlwapi gets fixed we can report bugs about not being able to click anything in the contents.
On AutoCAD 2005, with native shlwapi content is displayed and registration can be accomplished. So, confirmed as temporary solution and where to find the bug... I'll dig into it on next days.
Ciao
Max
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #33 from TomaszD dominikowski@gmail.com 2008-06-19 12:24:32 --- Any progress on this Max? I have boatloads of people who are willing to migrate from XP if AutoCAD 2008 works on WINE.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #34 from max@veneto.com 2008-06-19 13:04:50 --- (In reply to comment #33)
Any progress on this Max? I have boatloads of people who are willing to migrate from XP if AutoCAD 2008 works on WINE.
Well... no :-) I could install and run 2008, even with Register Today screen, it's enough to use native shlwapi.dll and, IIRC, native GDIPLUS. That said, autocad 2008 has still many small caveats and bugs under wine. I could manage to make it "usable" to some extents, but I'd not recommend it for production usage. OTOH Autocad 2005 works about perfectly with the patches and native shlwapi (which is required just for register today window). I'm using daily for my job and it works like a charm, sometime better than on native xp. Only remaining caveat is that text drawing with TT fonts is very very slow... I'm digging into it by now.
What surprises me is a bit of lack of interest on applying the 2 patches that makes it work to the mainstream. One is totally harmless or even corrects a bug in opengl; the other needs just a test on windows, which I can't do.
Max
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #35 from TomaszD dominikowski@gmail.com 2008-07-04 15:37:44 --- (In reply to comment #34)
(In reply to comment #33)
Any progress on this Max? I have boatloads of people who are willing to migrate from XP if AutoCAD 2008 works on WINE.
Well... no :-) I could install and run 2008, even with Register Today screen, it's enough to use native shlwapi.dll and, IIRC, native GDIPLUS. That said, autocad 2008 has still many small caveats and bugs under wine. I could manage to make it "usable" to some extents, but I'd not recommend it for production usage. OTOH Autocad 2005 works about perfectly with the patches and native shlwapi (which is required just for register today window). I'm using daily for my job and it works like a charm, sometime better than on native xp. Only remaining caveat is that text drawing with TT fonts is very very slow... I'm digging into it by now.
What surprises me is a bit of lack of interest on applying the 2 patches that makes it work to the mainstream. One is totally harmless or even corrects a bug in opengl; the other needs just a test on windows, which I can't do.
Max
Max, I still can't work out the Register Today screen. I have latest Wine, native shlwapi.dll, gdiplus.dll and gecko. There's no button to confirm the choice (between two radiobuttons) on the screen. How did you manage to make it work, could you document it (a howto maybe)?
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #36 from max@veneto.com 2008-07-04 15:59:19 --- (In reply to comment #35)
Max, I still can't work out the Register Today screen. I have latest Wine, native shlwapi.dll, gdiplus.dll and gecko. There's no button to confirm the choice (between two radiobuttons) on the screen. How did you manage to make it work, could you document it (a howto maybe)?
Uhmmm.... I don't remember if I tested it on 2008.... On 2005 works with native shlwapi. I also tried some logs on it, but I can't get where's the problem. I can test with 2008 later on to see if it can be registered.
Ciao
Max
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #37 from max@veneto.com 2008-07-04 16:44:33 --- Well, for the setup, it's enough to add urlmon.dll and shlwapi.dll as native, and you'll get the register today window.
Ciao
Max
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #38 from TomaszD dominikowski@gmail.com 2008-07-04 16:54:46 --- (In reply to comment #37)
Well, for the setup, it's enough to add urlmon.dll and shlwapi.dll as native, and you'll get the register today window.
Ciao
Max
The problem isn't with seeing it. The problem lies with not being able to register. Adding native urlmon.dll didn't change anything. I only see this http://bugs.winehq.org/attachment.cgi?id=13009
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #39 from max@veneto.com 2008-07-04 16:58:15 --- (In reply to comment #38)
(In reply to comment #37)
Well, for the setup, it's enough to add urlmon.dll and shlwapi.dll as native, and you'll get the register today window.
Ciao
Max
The problem isn't with seeing it. The problem lies with not being able to register. Adding native urlmon.dll didn't change anything. I only see this http://bugs.winehq.org/attachment.cgi?id=13009
On mine the dialog is complete, but wait... I'll redo it on a ultrafresh wineprefix....
Max
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #40 from max@veneto.com 2008-07-04 17:17:49 --- Well, follow EXACTLY these steps :
1) winetricks corefonts dotnet20
2) install autocad
3) copy from windows urlmon.dll, shlwapi.dll and iertutil.dll
4) set urlmon.dll and shlwapi.dll as NATIVE (NOT Native+Builtin)
You should have now your brand new dialog.
Ciao
Max
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #41 from TomaszD dominikowski@gmail.com 2008-07-04 17:26:09 --- (In reply to comment #40)
Well, follow EXACTLY these steps :
winetricks corefonts dotnet20
install autocad
copy from windows urlmon.dll, shlwapi.dll and iertutil.dll
set urlmon.dll and shlwapi.dll as NATIVE (NOT Native+Builtin)
You should have now your brand new dialog.
Ciao
Max
I love you.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #42 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-08-18 09:43:38 --- Created an attachment (id=15473) --> (http://bugs.winehq.org/attachment.cgi?id=15473) simple test
For Autocad 2004 the problem seems exposed by attached test, after looking at a +shell trace:
The test passes fine with native shlwapi, but fails in curremt git:
url.c:466: Test failed: UrlCanonicalizeA dwFlags 0x00010000 url 'file:///C:/Program%20Files/AutoCAD%202004/Webdepot/RTBuyInformation.html?p=C%3A%5Cwindows%5Ctemp%5C%7ERT5ddf.tmp%5C' Expected "file://C:\Program Files\AutoCAD 2004\Webdepot\RTBuyInformation.html", but got "file://C:\Program Files\AutoCAD 2004\Webdepot\RTBuyInformation.html?p=C:\windows\temp~RT5ddf.tmp", index 37
So to summarize: the string
file:///C:/Program%20Files/AutoCAD%202004/Webdepot/RTBuyInformation.html?p=C%3A%5Cwindows%5Ctemp%5C%7ERT5ddf.tmp%5C
should be converted to
file://C:\Program Files\AutoCAD 2004\Webdepot\RTBuyInformation.html
And that fails in current wine. If you open C:\Program Files\AutoCAD 2004\Webdepot\RTBuyInformation.html with firefox, you see it's exactly the page that should be dislplayed
http://bugs.winehq.org/show_bug.cgi?id=12570
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #43 from TomaszD dominikowski@gmail.com 2008-10-13 09:43:48 --- The cause of the bug seems to have been revealed, is anyone working on this issue?
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #44 from max@veneto.com 2009-01-18 05:03:36 --- Trying to investigate this bug (which prevent registration on autocad, even with native shlwapi in newest wine versions), I found the html file that gets opened on registration request :
/home/xxxxxx/.wine/drive_c/Programmi/AutoCAD 2008/WebDepot/RTBeginReg.html
So, if I open it directly with firefox, leaving in its own folder with other (dependent) html and js files, if do show the registration page correctly. If I open it with
wine iexplore /home/xxxxxxx/.wine/drive_c/Programmi/AutoCAD 2008/WebDepot/RTBeginReg.html
It shows the same erratical behaviour as from inside autocad. If I move the file outside its folder, leaving it alone (without other dependent html/js files), opening with firefox shows the same erratical behaviour as inside autocad.
So, I guess it's some path problem; it can't find the other htmls/js inside the page.
Ciao
Max
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #45 from Austin English austinenglish@gmail.com 2009-01-18 16:37:49 --- You can use 'winetricks ie6' to work around it.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #46 from max@veneto.com 2009-01-18 16:39:39 --- already tested, it doesn't work either.
http://bugs.winehq.org/show_bug.cgi?id=12570
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
--- Comment #47 from Austin English austinenglish@gmail.com 2009-01-19 15:15:28 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #48 from max@veneto.com 2009-01-19 16:30:17 --- The bug was present since before 1.0, and is still present on 1.1.13 On earlier versions (around 1.1.0) the registration dialog could be made working using native shlwapi dll. Now it doesn't work even with any combination of natives shlwapi, shdocvw, urlmon and mshtml. It should be easy to look for bug using my comment #44, which shows a simple testcase not requiring an autocad run (which btw prevents +relay usage).
Ciao
Max
http://bugs.winehq.org/show_bug.cgi?id=12570
TomaszD dominikowski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.14
--- Comment #49 from TomaszD dominikowski@gmail.com 2009-02-01 15:42:27 --- Does not work even using native shlwapi on 1.1.14.
http://bugs.winehq.org/show_bug.cgi?id=12570
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.14 |unspecified
--- Comment #50 from Dmitry Timoshkov dmitry@codeweavers.com 2009-02-01 23:52:21 --- 1.1.14 doesn't match the date this bug has been reported.
http://bugs.winehq.org/show_bug.cgi?id=12570
TomaszD dominikowski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.9.59.
--- Comment #51 from TomaszD dominikowski@gmail.com 2009-02-02 02:54:28 --- Sorry, didn't read what I had to put in that field. I've put 0.9.59, because the initial report was based on the version from GIT 9 days after the release of 0.9.59, so it's the most accurate description available. Later comments suggest the codebase tested was from one day before the release of 0.9.60, so take it with a grain of salt/change it as you wish.
http://bugs.winehq.org/show_bug.cgi?id=12570
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasz.wojnilowicz@gmail.com
--- Comment #52 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-19 22:21:50 --- *** Bug 17473 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12570
Justin Soulia rockinup1231@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rockinup1231@gmail.com
--- Comment #53 from Justin Soulia rockinup1231@gmail.com 2009-04-17 16:22:20 --- *** Bug 15487 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #54 from max@veneto.com 2009-04-26 10:59:07 --- Created an attachment (id=20737) --> (http://bugs.winehq.org/attachment.cgi?id=20737) Hack to show AutoCAD registration page
I did some regression testing; here the results :
before post:
c3bdda810243ed6c8d6b9960d1df3b534653b438 is first bad commit commit c3bdda810243ed6c8d6b9960d1df3b534653b438 Author: Jacek Caban jacek@codeweavers.com Date: Wed Sep 24 18:19:46 2008 +0200
mshtml: Use ActiveScript for JavaScript in file protocol documents.
:040000 040000 61b72d076d5bcefd2ec1938442972f252d1ce7fc 7ce674ba65d818a7bbd8df8c6b4482fc024e1ebb M dlls
The registration worked, after not. Attached is a dirty hack that allows the page to be shown as before. Beware, it's just an awful hack, *not* the solution.... but works :-)
Doing so on recent build isn't enough, because another commit broke the whole html inside AutoCAD, which comprises help system (see bug 18197) and the *second* registration page, the one where to put serial number. The "breaking" commit is :
8d28f09d8a582ff499b5947a5a2d1cf2700fb259 is first bad commit commit 8d28f09d8a582ff499b5947a5a2d1cf2700fb259 Author: Jacek Caban jacek@codeweavers.com Date: Tue Dec 30 06:48:59 2008 +0100
mshtml: Wine Gecko 0.9.0 release.
:040000 040000 40390dae8dde3dbef05e4f754437e7b8129703d9 a0ba652e905b5b7cf1e39566232dbcb9558e4993 M dlls
As a workaround, install and use native mshtml.
I guess it's time to take a look at wine's html and scripting stuffs....
Max
http://bugs.winehq.org/show_bug.cgi?id=12570
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pegasusflightresources@gmai | |l.com
--- Comment #55 from Ken Sharp kennybobs@o2.co.uk 2009-05-31 10:23:04 --- *** Bug 18701 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #56 from NSLW lukasz.wojnilowicz@gmail.com 2009-06-22 14:55:59 --- Created an attachment (id=21952) --> (http://bugs.winehq.org/attachment.cgi?id=21952) Register Today Window on Wine-1.1.23
Things changed now on Wine-1.1.23 -max patch isn't required -overriding urlmon.dll (size 589.5 KB) shlwapi.dll (size 463 KB) shdocvw.dll (size 1.4 MB) msls31.dll (size 143 KB) mshtml.dll (size 2.9 MB) wininet.dll (size 641.5 KB) allows me to see registration window with buttons as in attached image
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #57 from NSLW lukasz.wojnilowicz@gmail.com 2009-06-22 14:59:15 --- Created an attachment (id=21954) --> (http://bugs.winehq.org/attachment.cgi?id=21954) Terminal output after pressing particular buttons
Pressing 1) Next - nothing happens 2) Close - window goes blank 3) Back - window goes blank
For "Next" there is only one in terminal
err:ole:CoGetClassObject class {3050f4f5-98b5-11cf-bb82-00aa00bdce0b} not registered
Will it be hard to fix so we could go to next registration screen?
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #58 from Stefan Leichter Stefan.Leichter@camLine.com 2009-06-22 16:35:19 --- (In reply to comment #57)
Created an attachment (id=21954)
--> (http://bugs.winehq.org/attachment.cgi?id=21954) [details]
Terminal output after pressing particular buttons
Pressing
- Next - nothing happens
- Close - window goes blank
- Back - window goes blank
For "Next" there is only one in terminal
err:ole:CoGetClassObject class {3050f4f5-98b5-11cf-bb82-00aa00bdce0b} not registered
Will it be hard to fix so we could go to next registration screen?
You can try to copy mshtmled.dll from a windows installation into the system32 directory of wine and register the dll with regsvr32.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #59 from NSLW lukasz.wojnilowicz@gmail.com 2009-06-22 23:28:19 --- (In reply to comment #58) I did so and there is no more error when changing radio button or pressing next but after pressing "next" the next screen doesn't show up and terminal gives nothing. Any other thoughts?
http://bugs.winehq.org/show_bug.cgi?id=12570
Patsev Anton patsev.anton@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |patsev.anton@gmail.com
--- Comment #60 from Patsev Anton patsev.anton@gmail.com 2009-06-27 08:44:03 --- (In reply to comment #59)
(In reply to comment #58) I did so and there is no more error when changing radio button or pressing next but after pressing "next" the next screen doesn't show up and terminal gives nothing. Any other thoughts?
I did mshtmled.dll copy in system32 and regestered. I did not pressing next or other button.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #61 from Patsev Anton patsev.anton@gmail.com 2009-06-27 10:51:21 --- Created an attachment (id=22056) --> (http://bugs.winehq.org/attachment.cgi?id=22056) autocad2004_authorization
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #62 from Patsev Anton patsev.anton@gmail.com 2009-06-27 10:52:14 --- Created an attachment (id=22057) --> (http://bugs.winehq.org/attachment.cgi?id=22057) autocad2004_authorization
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #63 from Patsev Anton patsev.anton@gmail.com 2009-06-27 12:59:54 --- I did tested AutoCAD 2000, AutoCAD 2004, AutoCAD 2005, AutoCAD 2008 and 3D Studio MAX 7. Is in all test - one error: "Register Today window contents not displayed".
http://bugs.winehq.org/show_bug.cgi?id=12570
Rafael russo.simpson@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |russo.simpson@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #64 from Rafael russo.simpson@gmail.com 2009-08-09 13:40:08 --- I got my autocad 2006 installation working and registered. What I did was to export the license in a windows machine and then import it in my linux instalation... that can be done using the portable license utility.
http://bugs.winehq.org/show_bug.cgi?id=12570
siege_machine@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |siege_machine@hotmail.com
--- Comment #65 from siege_machine@hotmail.com 2010-01-20 22:08:51 --- I confirm. Kind of hard to use something when you can't register it
http://bugs.winehq.org/show_bug.cgi?id=12570
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|shlwapi |-unknown
--- Comment #66 from Nikolay Sivov bunglehead@gmail.com 2010-03-18 10:50:24 --- I don't see why this is attached to shlwapi, it's not obvious. Looks like a mshtml/shdocvw to me.
Anyway retest with 1.1.40 please.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #67 from NSLW lukasz.wojnilowicz@gmail.com 2010-03-18 11:25:11 --- (In reply to comment #66) It's still an bug in Wine 1.1.40
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #68 from Nikolay Sivov bunglehead@gmail.com 2010-03-18 11:40:21 --- (In reply to comment #67)
(In reply to comment #66) It's still an bug in Wine 1.1.40
Ok. What minimal override needed for it? Try starting with mshtml and shdocvw (one, then another, then both). Ideally we need a single component to attach this bug to.
Also please attach complete output running 1.1.40 without any overrides.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #69 from NSLW lukasz.wojnilowicz@gmail.com 2010-03-18 13:53:00 --- Created an attachment (id=26878) --> (http://bugs.winehq.org/attachment.cgi?id=26878) Terminal output on Wine 1.1.40
(In reply to comment #68)
(In reply to comment #67)
(In reply to comment #66) It's still an bug in Wine 1.1.40
Ok. What minimal override needed for it? Try starting with mshtml and shdocvw (one, then another, then both). Ideally we need a single component to attach this bug to.
mshtml.dll + msls31.dll + shdocvw.dll + shlwapi.dll + urlmon.dll All dlls were downloaded from www.dlldump.com and set to native in winecfg. Register window looks then like in attachment #21952
It crashes however on Wine 1.1.40 but works fine on Wine 1.1.38. When only mshtml.dll is set to native then Register window is completely blank (without radio buttons)
Also please attach complete output running 1.1.40 without any overrides.
Without overrides, on Wine 1.1.40 it looks like in attachment #12276. I also attached terminal output.
http://bugs.winehq.org/show_bug.cgi?id=12570
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #26878|0 |1 is obsolete| |
--- Comment #70 from NSLW lukasz.wojnilowicz@gmail.com 2010-05-20 01:01:40 --- Created an attachment (id=28116) --> (http://bugs.winehq.org/attachment.cgi?id=28116) Terminal output on Wine-1.1.44-245-g943eefc
It's still an issue in wine-1.1.44-245-g943eefc. Following lines wasn't here before fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #71 from NSLW lukasz.wojnilowicz@gmail.com 2010-07-04 11:29:49 --- Created an attachment (id=29344) --> (http://bugs.winehq.org/attachment.cgi?id=29344) How Register today window should look like
As far nobody has showed how this window should look like. I'm doing it right now.
BTW. It's still issue in Wine-1.2-rc6
http://bugs.winehq.org/show_bug.cgi?id=12570
clivess@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |clivess@hotmail.com
--- Comment #72 from clivess@hotmail.com 2010-10-24 16:37:46 CDT --- OK i have found away around this problem.
1. install autocad using wine and open portable license utility application 2. copy the system code to paper 3. install autocad on to a windows system and then use the portable license utility to export the license to a pen drive 4. reopen auto cad in Linux and import license using portable license utility from the pen drive.
hopefully that will work for you.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #73 from Justin Soulia rockinup1231@gmail.com 2011-05-01 22:32:58 CDT --- Created an attachment (id=34426) --> (http://bugs.winehq.org/attachment.cgi?id=34426) "Register Today" Window in 3DS Max 7 (wine 1.3.19)
It seems the issue persists in wine 1.3.19, although, the contents of the window appear to have fleshed out a bit even if the controls are unresponsive. This is with a clean wine prefix, and gecko installed.
Screenshot of this is attached.
http://bugs.winehq.org/show_bug.cgi?id=12570
chemtech chemtech@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |chemtech@mail.ru
--- Comment #74 from chemtech chemtech@mail.ru 2011-05-02 04:22:24 CDT --- wine 1.3.15:
wine acad.exe fixme:heap:HeapSetInformation 0xee0000 0 0x32f99c 4 fixme:advapi:RegisterEventSourceA ((null),"Autodesk SC"): stub fixme:advapi:RegisterEventSourceW (L"",L"Autodesk SC"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0xc0000065,(nil),0x0001,0x00000000,0x32eec4,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0xc0000065,(nil),0x0001,0x00000000,0x14bd90,(nil)): stub err:eventlog:ReportEventW L"99-167" fixme:advapi:DeregisterEventSource (0xcafe4242) stub err:module:attach_process_dlls "adlmdll.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\AutoCAD 2008\acad.exe" failed, status c0000142
http://bugs.winehq.org/show_bug.cgi?id=12570
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #75 from Frédéric Delanoy frederic.delanoy@gmail.com 2012-02-16 09:20:14 CST --- Does it still happen in recent (1.4-rc3 or later) wine?
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #76 from NSLW lukasz.wojnilowicz@gmail.com 2012-02-16 12:22:44 CST --- (In reply to comment #75)
Does it still happen in recent (1.4-rc3 or later) wine?
It's still present and nothing has budget.
http://bugs.winehq.org/show_bug.cgi?id=12570
PommeGolden lapommegolden@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lapommegolden@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #77 from NSLW lukasz.wojnilowicz@gmail.com 2012-06-13 11:56:48 CDT --- Still issue in Wine 1.5.6
http://bugs.winehq.org/show_bug.cgi?id=12570
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #21952|0 |1 is obsolete| |
--- Comment #78 from NSLW lukasz.wojnilowicz@gmail.com 2012-08-18 10:36:39 CDT --- Created attachment 41399 --> http://bugs.winehq.org/attachment.cgi?id=41399 Register Today Window on Wine-1.5.10
The problem now is that 'next' button does only:
fixme:jscript:to_object unsupported vt 0
in terminal.
http://bugs.winehq.org/show_bug.cgi?id=12570
--- Comment #79 from NSLW lukasz.wojnilowicz@gmail.com 2012-09-09 11:37:33 CDT --- Actually this bug can be closed. (See my last comment)
http://bugs.winehq.org/show_bug.cgi?id=12570
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |00cpxxx@gmail.com Resolution| |FIXED
--- Comment #80 from Bruno Jesus 00cpxxx@gmail.com 2012-09-09 13:44:48 CDT --- Resolving fixed as per comment 78 and 79.
http://bugs.winehq.org/show_bug.cgi?id=12570
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #81 from Alexandre Julliard julliard@winehq.org 2012-09-14 13:35:23 CDT --- Closing bugs fixed in 1.5.13.