install Dreamweaver 8 fails

Questions about Wine on Linux
Locked
carsten888
Level 1
Level 1
Posts: 7
Joined: Tue Feb 18, 2014 8:59 am

install Dreamweaver 8 fails

Post by carsten888 »

I'm trying to install Macromedia Dreamweaver 8 on Mint Cinnamon 16.

It hangs on the 2nd install screen, which is where to read and aprove the terms and conditions. I can not select the radio-button to agree with the terms.

Could this have anything to do with the smaller-crazy-hard-to-read lettertype that the installer (and any program running in wine) has?

(I installed Cubicexplorer too, and that seems to work fine, but also with crazy font)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: install Dreamweaver 8 fails

Post by dimesio »

carsten888 wrote: Could this have anything to do with the smaller-crazy-hard-to-read lettertype that the installer (and any program running in wine) has?
Possibly, since fonts should be the normal size. Did you change the screen resolution in winecfg? Did you install any native dlls?
carsten888
Level 1
Level 1
Posts: 7
Joined: Tue Feb 18, 2014 8:59 am

Re: install Dreamweaver 8 fails

Post by carsten888 »

no, but I am having trouble with cinnamon crashing on startup. Could that have anything to do with this?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: install Dreamweaver 8 fails

Post by dimesio »

Yes, of course. Clearly something is wrong with your system, and Wine is going to be affected by that, too. The most likely candidate is your graphics driver.
carsten888
Level 1
Level 1
Posts: 7
Joined: Tue Feb 18, 2014 8:59 am

Re: install Dreamweaver 8 fails

Post by carsten888 »

I installed the mate desktop, so now I got a stable system.

The installation still crashes.
dreamweaver.png
at this point nothing is clickable and the window freezes.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: install Dreamweaver 8 fails

Post by dimesio »

Wine version? If it's not the latest development release, upgrade. If it still crashes, post terminal output. http://wiki.winehq.org/FAQ#get_log
carsten888
Level 1
Level 1
Posts: 7
Joined: Tue Feb 18, 2014 8:59 am

Re: install Dreamweaver 8 fails

Post by carsten888 »

wine 1.4.1 on linux mint mate 16 on 64 bit.

which terminal code should I use to get a log of the failing install? (I'm a newbee)
On the cd the file is 'install dreamweaver 8.exe'.

(meanwhile photoshop 7 and cubicexplorer installed without any problems. Great!)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: install Dreamweaver 8 fails

Post by dimesio »

wine 1.4.1 on linux mint mate 16 on 64 bit.
The current development release is 1.7.13. You definitely need to upgrade.
which terminal code should I use to get a log of the failing install? (I'm a newbee)
http://wiki.winehq.org/FAQ#run_from_terminal
carsten888
Level 1
Level 1
Posts: 7
Joined: Tue Feb 18, 2014 8:59 am

Re: install Dreamweaver 8 fails

Post by carsten888 »

The current development release is 1.7.13. You definitely need to upgrade.
how? In the software manager the latest version is 1.4.1 and the update manager says my system is up to date. (sorry, I'm a linux newbee).

in the synopsys package manager
packages.png
When rightclick the option for update is greyed out (seems like I can;t make a screenshot when the context menu is open)

ok, that was a lot of work, but I got this output

Code: Select all

fixme:storage:create_storagefile Storage share mode not implemented.
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
wine: Unhandled page fault on write access to 0x000000ea at address 0x7bc4717b (thread 0050), starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0x7bccf924 "loader.c: loader_section" wait timed out in thread 0027, blocked by 0031, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process heap section" wait timed out in thread 0031, blocked by 0050, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bccf924 "loader.c: loader_section" wait timed out in thread 0067, blocked by 0031, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bccfc80 "rtl.c: peb_lock" wait timed out in thread 0031, blocked by 0050, retrying (60 sec)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: install Dreamweaver 8 fails

Post by dimesio »

carsten888 wrote:In the software manager the latest version is 1.4.1 and the update manager says my system is up to date. (sorry, I'm a linux newbee).
http://www.winehq.org/download/ubuntu
carsten888
Level 1
Level 1
Posts: 7
Joined: Tue Feb 18, 2014 8:59 am

Re: install Dreamweaver 8 fails

Post by carsten888 »

thank you!

the links on that page did not work, but I updated via the package manager. And that made it install without any problems!
Locked