LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-22-2006, 04:41 PM   #1
trox
Member
 
Registered: Jan 2006
Distribution: Linux Mint 12, FreeBSD, Ubuntu 12.10, Mac OS X
Posts: 83

Rep: Reputation: 15
wine won't start Dreamweaver MX? Help:(


Hi,

I am trying to use wine to start Macromedia's Dreamweaver MX. This is what I am getting:

ai@linux:/> ls
bin data1 etc lib media opt root srv tmp var
boot dev home lib64 mnt proc sbin sys usr windows
ai@linux:/> cd windows/C/ProgramFiles
ai@linux:/windows/C/ProgramFiles> ls
3aLab
Adobe
AuctionSieve
azpr
BearShare
Common Files
Compact Wireless-G USB Adapter Wireless Network Monitor
ComPlus Applications
Cutting Edge Software
dfx
Documents To Go
DVD Decrypter
Elaborate Bytes
epson
Google
HammerTap
Handmark
HighCriteria
illiminable
ImTOO
InfinitySW
InstallShield Installation Information
Internet Explorer
iPod
iTunes
Java
Linksys Wireless-G PCI Wireless Network Monitor
Macromedia
MagicDVDRipper
MarkelSoft Dupe Eliminator 2.0 for iTunes
McAfee.com
ai@linux:/windows/C/ProgramFiles> cd Macromedia
ai@linux:/windows/C/ProgramFiles/Macromedia> ls
Dreamweaver 8 Dreamweaver MX Extension Manager
ai@linux:/windows/C/ProgramFiles/Macromedia> wine Dreamweaver MX
wine: cannot find 'Dreamweaver'
ai@linux:/windows/C/ProgramFiles/Macromedia> cd Dreamweaver MX
bash: cd: Dreamweaver: No such file or directory
ai@linux:/windows/C/ProgramFiles/Macromedia>

as you can see Dreamweaver MX is there (it's blue in my console which means it's a directory right?) linux says it is not

Does it have anything to do with the fact that Dreamweaver MX has spaces?

Thanks

trox
 
Old 05-22-2006, 05:24 PM   #2
Cogar
Senior Member
 
Registered: Oct 2005
Location: It varies, but usually within 100 feet of a keyboard.
Distribution: Fedora 10, Kubuntu 8.04, Puppy 4.1.2, openSUSE 11.2
Posts: 1,126

Rep: Reputation: 52
UNIX and Linux do not get along very well with directories or file names that use spaces. To move to the directory Dreamweaver MX, you need to use the command:

cd "Dreamweaver MX"

The double quotes allow Linux to handle the space character properly (as part of the name).

To start an application from the command line with Wine, it is best to move all the way to the directory that holds the executable and then use the format:

wine application.exe

Where "application" would be the name of the Dreamweaver executable. Also remember that Linux is case sensitive.
 
Old 05-22-2006, 05:33 PM   #3
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 48
Well, trying to execute a directory will not work. You need to find the .exe file that is used to start Dreamweaver in Windows.

Even then you'll probably run into missing .dll problems.

Your best option is to install (setup) the application using wine by running the setup.exe.

KC
 
Old 05-22-2006, 05:45 PM   #4
Cogar
Senior Member
 
Registered: Oct 2005
Location: It varies, but usually within 100 feet of a keyboard.
Distribution: Fedora 10, Kubuntu 8.04, Puppy 4.1.2, openSUSE 11.2
Posts: 1,126

Rep: Reputation: 52
Quote:
Originally Posted by kencaz
Well, trying to execute a directory will not work. You need to find the .exe file that is used to start Dreamweaver in Windows.

Even then you'll probably run into missing .dll problems.

Your best option is to install (setup) the application using wine by running the setup.exe.

KC
Good points. The application does need to be installed first by Wine in the special windows c_drive created by Wine.

Now that I look at it, it almost appears as though trox is trying to run it from a regular Windows partition, which cannot be done as far as I know.
 
Old 05-22-2006, 06:23 PM   #5
soulxcavtor
Member
 
Registered: May 2006
Location: USA.FLorida
Distribution: Mandriva 2006 PowerPack
Posts: 238

Rep: Reputation: 30
Try using Crossover Office to install Windows APPs on Linux, works great !
 
Old 05-23-2006, 08:51 AM   #6
trox
Member
 
Registered: Jan 2006
Distribution: Linux Mint 12, FreeBSD, Ubuntu 12.10, Mac OS X
Posts: 83

Original Poster
Rep: Reputation: 15
OK,

So I used the quotes around the file name.(great suggestion by the way ) and this is what I got:

ai@linux:/windows/C/ProgramFiles/Macromedia/Dreamweaver MX> wine Dreamweaver.exe
err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\windows\\C\\ProgramFiles\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe") not found
err:module:import_dll Library MSVCP60.dll (which is needed by L"Z:\\windows\\C\\ProgramFiles\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\windows\\C\\ProgramFiles\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe" failed, status c0000135

What is going on here anyone?

Thanks

trox
 
Old 05-23-2006, 02:02 PM   #7
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
The errors are very simple. It is telling you need the require DLL files. Either try to copy from a Windows installation or download the DLL files from http://www.dll-files.com/. Usually the DLL files are found in windows/system or windows/system32.

I recommend using VMware instead of using WINE because the program is run more reliable in VMware.
 
Old 05-24-2006, 02:43 AM   #8
trox
Member
 
Registered: Jan 2006
Distribution: Linux Mint 12, FreeBSD, Ubuntu 12.10, Mac OS X
Posts: 83

Original Poster
Rep: Reputation: 15
dlls installed. Now what? Check this

So I found the dlls needed and installed them into the proper directory. When I try to run wine this happens:

ai@linux:/windows/C/ProgramFiles/Macromedia/Dreamweaver MX> wine Dreamweaver.exe
fixme:seh:EXC_RtlRaiseException call (from 0xafa37a) to unimplemented function MFC42.DLL.6571
fixme:msvcrt:_XcptFilter (-2147483392,0x55c3f960)semi-stub

What do I do now? I've googled this but now real luck for answers.

Thanks
 
Old 05-24-2006, 04:32 AM   #9
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
The first to do is go here
http://appdb.winehq.org/appview.php?versionId=1054
 
Old 05-24-2006, 01:02 PM   #10
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
You may need to change your DLL overrides to make Dreamweaver work.

I still recommend using VMware. Use Xensource if you want a complete open source virtual machine. Xensource can run Linux and Windows at the same time using virtual hardware extensions although you will need to do a complete computer upgrade.
 
Old 05-24-2006, 01:36 PM   #11
trox
Member
 
Registered: Jan 2006
Distribution: Linux Mint 12, FreeBSD, Ubuntu 12.10, Mac OS X
Posts: 83

Original Poster
Rep: Reputation: 15
wine can not find DOS drive?

Why does wine not find Dreamweaver.exe when it is clearly there?

ai@linux:/windows/C/ProgramFiles> cd Macromedia
ai@linux:/windows/C/ProgramFiles/Macromedia> ls
Dreamweaver 8 Dreamweaver MX Extension Manager
ai@linux:/windows/C/ProgramFiles/Macromedia> cd "Dreamweaver MX"
ai@linux:/windows/C/ProgramFiles/Macromedia/Dreamweaver MX> ls
Configuration mfc42.zip ReadMe.htm
Downloaded Extensions MM.ASPNetDesignerMgr.dll readme.txt
Dreamweaver.exe MMxpt.dll Register.htm
Help msvcp60.dll Samples
jvm msvcp60.zip xerces-c_1_6.dll
License.htm psapi.dll
mfc42.dll ReadmeContent
ai@linux:/windows/C/ProgramFiles/Macromedia/Dreamweaver MX> wine Dreamweaver.exe
Warning: could not find DOS drive for current working directory '/windows/C/ProgramFiles/Macromedia/Dreamweaver MX', starting in the Windows directory.
wine: cannot find 'Dreamweaver.exe'
ai@linux:/windows/C/ProgramFiles/Macromedia/Dreamweaver MX> wine "Dreamweaver.exe"
Warning: could not find DOS drive for current working directory '/windows/C/ProgramFiles/Macromedia/Dreamweaver MX', starting in the Windows directory.
wine: cannot find 'Dreamweaver.exe'

What do i do from here anyone?

Thanks,

Ti
 
Old 05-26-2006, 03:37 AM   #12
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
what's your distro?
How did you install wine? version?
How did you install Dreamweaver? (manually, installation program ect..)
 
Old 05-27-2006, 01:03 PM   #13
banajah
Member
 
Registered: Apr 2006
Location: Saudi Arabia
Distribution: RHEL 5
Posts: 32

Rep: Reputation: 15
Talking

just give a look to the following URL : codeweavers . com
it will solve your problem for Flash MX and Dreamweavers and other Win Program, it's really great


 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dreamweaver in WINE, almost but not quite! jon_k Linux - Software 5 02-07-2005 03:55 AM
Dreamweaver/Wine doralsoral Linux - Software 1 04-07-2004 10:19 AM
Dreamweaver/Wine doralsoral Linux - Software 3 11-12-2003 09:18 PM
Wine and Dreamweaver MX seriv Linux - Newbie 5 10-12-2003 05:46 PM
Wine Dreamweaver chuck54 Linux - Software 4 02-10-2003 07:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration