http://bugs.winehq.org/show_bug.cgi?id=9140
--- Comment #9 from max@veneto.com 2008-06-08 09:31:48 --- (In reply to comment #8)
Hi, with the following workaround i got at least the trial starting:
Start with clean ~/.wine
Do 'wget http://kegel.com/wine/winetricks && sh winetricks msxml3 dotnet20'
(Though Autocad2006 claims it needs .net 1.1, you get a crash updating a hotfix in the installer; so don't install .net 1.1, but do .net 2.0, that is enough to make the installer happy)
- Start the installer, and choos custom install, and deselect "VBA" otherwise
the installer will crash later on.
Could you try if this works for you too? Then we could add downloadlink for the trial
It doesn't work for me. It still keeps trying "publishing vba feature" which gives following crash :
fixme:msi:ITERATE_PublishAssembly Win32 assemblies not handled err:msi:ACTION_CallDllFunction Custom action (L"C:\windows\temp\msibb7c.tmp":L"softwareEmulation") caused a page fault: c0000005 err:ntdll:RtlpWaitForCriticalSection section 0x7e575bc0 "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 0033, blocked by 0058, retrying (60 sec)
and, after some fixmes :
wine: Critical section 7e575bc0 wait failed at address 0x7bc3a9f0 (thread 0033), starting debugger... err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7bc3a9f0
(pasted here because it's very short!)
Here las autocad setup log lines :
Feature: Tutorials Feature: VLT Feature: VBA Action 16:26:39: PublishProduct. Publishing product information... Action 16:26:39: PublishProduct. Publishing product information... Action start 16:26:39: RemoveExistingProducts. Action ended 16:26:39: RemoveExistingProducts. Return value 0.
It seems that we've got different autocad versions. I guess it's time to try to solve this vba error.... it's there from autocad 2004 up to 2007 for sure.
Max