Linux - SoftwareThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: Linux Mint 12, FreeBSD, Ubuntu 12.10, Mac OS X
Posts: 83
Rep:
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?
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.
Distribution: Linux Mint 12, FreeBSD, Ubuntu 12.10, Mac OS X
Posts: 83
Original Poster
Rep:
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
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.
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.
Distribution: Linux Mint 12, FreeBSD, Ubuntu 12.10, Mac OS X
Posts: 83
Original Poster
Rep:
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'
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
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.