Hello everyone
It's me again.
I created a new topic because I finally and successfully installed DWMX with Wine on my Ubuntu 9.04 machine
(see this topic: http://forum.winehq.org/viewtopic.php?p=27108#27108)
Now that everyting installed well, I tried to launch the program...it will not launch.
I have added the dramweaver.exe application to winecfg.
I have tried launching using terminal.
I have tried launching by going to the
/.wine/drive_c/Program Files/Macromedia/Dreamweaver MX/Dreamweaver.exe
and right-clicking and selecting Wine or Wine Program loader.
None of these attempts did anything, not even an error message.
What do I need to do to launch this?
As always, I do appreciate all your advice and help.
Thank you
Rick (shobuz99)
WINE install of Dreamweaver MX works; but can't launch DWMX
Re: WINE install of Dreamweaver MX works; but can't launch D
Post terminal output, including the command you use to start the program.shobuz99 wrote:Hello everyone
It's me again.
I created a new topic because I finally and successfully installed DWMX with Wine on my Ubuntu 9.04 machine
(see this topic: http://forum.winehq.org/viewtopic.php?p=27108#27108)
Now that everyting installed well, I tried to launch the program...it will not launch.
I have added the dramweaver.exe application to winecfg.
I have tried launching using terminal.
I have tried launching by going to the
/.wine/drive_c/Program Files/Macromedia/Dreamweaver MX/Dreamweaver.exe
and right-clicking and selecting Wine or Wine Program loader.
None of these attempts did anything, not even an error message.
What do I need to do to launch this?
As always, I do appreciate all your advice and help.
Thank you
Rick (shobuz99)
http://wiki.winehq.org/FAQ#get_log
Re: WINE install of Dreamweaver MX works; but can't launch D
Ok here is the terminal output:dimesio wrote:Post terminal output, including the command you use to start the program.shobuz99 wrote:Hello everyone
It's me again.
I created a new topic because I finally and successfully installed DWMX with Wine on my Ubuntu 9.04 machine
(see this topic: http://forum.winehq.org/viewtopic.php?p=27108#27108)
Now that everyting installed well, I tried to launch the program...it will not launch.
I have added the dramweaver.exe application to winecfg.
I have tried launching using terminal.
I have tried launching by going to the
/.wine/drive_c/Program Files/Macromedia/Dreamweaver MX/Dreamweaver.exe
and right-clicking and selecting Wine or Wine Program loader.
None of these attempts did anything, not even an error message.
What do I need to do to launch this?
As always, I do appreciate all your advice and help.
Thank you
Rick (shobuz99)
http://wiki.winehq.org/FAQ#get_log
rick@rick-desktop:~$ wine start dreamweaver.exe
fixme:exec:SHELL_execute flags ignored: 0x00000100
rick@rick-desktop:~$ err:module:attach_process_dlls "odbc32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe" failed, status c0000005
The terminal does not return to "rick@rick-desktop:~$"
I have to Ctrl+C to get back. Does this mean it is hanging?
I did attach the "odbc32.dll" in winecfg, along with "msvcrt.dll" and "oleaut32.dll"
Do I need to attach "odbcint.dll" as well? Any others?
Thank you for your help..
Rick (shobuz99)
Re: WINE install of Dreamweaver MX works; but can't launch D
What exactly do you mean by "attach"? Did you actually copy the native dlls to your wineprefix, or did you merely set the override in winecfg? If the latter, you have to copy the native dlls.Ok here is the terminal output:
rick@rick-desktop:~$ wine start dreamweaver.exe
fixme:exec:SHELL_execute flags ignored: 0x00000100
rick@rick-desktop:~$ err:module:attach_process_dlls "odbc32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe" failed, status c0000005
The terminal does not return to "rick@rick-desktop:~$"
I have to Ctrl+C to get back. Does this mean it is hanging?
I did attach the "odbc32.dll" in winecfg, along with "msvcrt.dll" and "oleaut32.dll"
Do I need to attach "odbcint.dll" as well? Any others?
Thank you for your help..
Rick (shobuz99)
Re: WINE install of Dreamweaver MX works; but can't launch D
Thank you. You are right, again. I only set the override for 3 dlls, in winecfg.dimesio wrote:What exactly do you mean by "attach"? Did you actually copy the native dlls to your wineprefix, or did you merely set the override in winecfg? If the latter, you have to copy the native dlls.Ok here is the terminal output:
rick@rick-desktop:~$ wine start dreamweaver.exe
fixme:exec:SHELL_execute flags ignored: 0x00000100
rick@rick-desktop:~$ err:module:attach_process_dlls "odbc32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Macromedia\\Dreamweaver MX\\Dreamweaver.exe" failed, status c0000005
The terminal does not return to "rick@rick-desktop:~$"
I have to Ctrl+C to get back. Does this mean it is hanging?
I did attach the "odbc32.dll" in winecfg, along with "msvcrt.dll" and "oleaut32.dll"
Do I need to attach "odbcint.dll" as well? Any others?
Thank you for your help..
Rick (shobuz99)
As a matter of fact... The minute I replied to your post; after reading the terminal output, I realized that I hadn't copied the native dlls to the /.wine/drive_c/windows/system32 folder. I did that right after I sent my reply. The results were strange, but eventually worked.
Here's what happened: I copied from my REAL XP windows/system32 drive, the files odbc32.dll, and msvcrt.dll. I left out odbcint.dll.
When I tried it again, the error complained of not finding odbcint.dll, so I went back and copied that from my Real windows/system32 drive.
Then I ran the "wine start dreamweaver.exe" command again. The design code screen came up, and I thought I was good to go.
I selected what layout I wanted and clicked ok.
However, the program went to the Logo; but didn't display the logo..just a blank 'untitled file' rectangle box where the logo should have displayed...
and it just sat there for at least 2 minutes. I was discouraged again because I thought it was 'hung', and got up from the computer to do something else...
When I came back and looked at the screen, I noticed that it had FINALLY loaded. It must have taken at least 3 minutes to completely load.
From there I was able to actually use Dreamweaver and perform all the necessary preference and site settings required.
My question is: Why did it take so long to load? Do you think I still have some open issues or things I need to fix?
My first thought is that I need to exit the program and try it again and see what happens... or is there a 'shortcut' launch I could create that would load faster?
Thank you very much for your continued help.
It proves that as long as I read and take to your instructions; it works out correctly. I appreciate everything you've done for me.
rick (shobuz99)
Update:
i exited DWMX and then went to terminal and reran wine start dreamweaver.exe
It loaded instantly; however here are the error messages from the terminal session after I launched and then exited dreamweaver again:
rick@rick-desktop:~$ wine start dreamweaver.exe
fixme:exec:SHELL_execute flags ignored: 0x00000100
rick@rick-desktop:~$ fixme:system:SystemParametersInfoW Unimplemented action: 65 (SPI_SETSOUNDSENTRY)
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme
SHGetFileInfoW set icon to shell size, stub
fixme:imm:ImmReleaseContext (0x101dc, 0x131f98): stub
I still have to Ctrl+C to break and get back to terminal command; ie "rick@rick-desktop:~$"
any thoughts?
Rick (shobuz99)
i exited DWMX and then went to terminal and reran wine start dreamweaver.exe
It loaded instantly; however here are the error messages from the terminal session after I launched and then exited dreamweaver again:
rick@rick-desktop:~$ wine start dreamweaver.exe
fixme:exec:SHELL_execute flags ignored: 0x00000100
rick@rick-desktop:~$ fixme:system:SystemParametersInfoW Unimplemented action: 65 (SPI_SETSOUNDSENTRY)
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme
fixme:imm:ImmReleaseContext (0x101dc, 0x131f98): stub
I still have to Ctrl+C to break and get back to terminal command; ie "rick@rick-desktop:~$"
any thoughts?
Rick (shobuz99)
solved:WINE install of Dreamweaver MX works....
I have been able to use Dreamweaver, even though I get the errors in terminal.
Since no one has posted a reply to my question, I figure they've had enough of me. Don't blame you.
Thank you all for your help
Rick (shobuz99)
Since no one has posted a reply to my question, I figure they've had enough of me. Don't blame you.
Thank you all for your help
Rick (shobuz99)