Photodraw 2000 & Karmic Terminal Problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
dede468
Level 2
Level 2
Posts: 10
Joined: Tue Mar 30, 2010 1:38 am

Photodraw 2000 & Karmic Terminal Problem

Post by dede468 »

I see that there are no references to Microsoft Photodraw in the database and I can find only one request for help which seems to have gone unanswered.

I have Photodraw 2000 installed via Wine and I can open it without problem however, when I select an image or even a blank page, NOTHING at all appears in the editor screen so I have nothing to work on.

When I installed it I also found an installation problem in Ubuntu Karmic. The default path of /Program Files/ Microsoft Office/Office/ didn't work for me. The terminal kept telling me that there was no such file as Program. It seemed stall at having a space between "Program" and "Files".

I eventually installed it in a new path of /Program/Microsoft/ to avoid spaces. This worked but I wonder if in doing so, have I created the "blank editor" problem?

Anyone have any ideas?
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

What version of Wine? (You can make sure by running wine --version.) If anything older than 1.1.41, try upgrading.


As for the spaces problem, you said the terminal told you there was no "Program" path... Do you mean as an error from the installer's terminal input, or when you tried entering a path yourself? When you're entering a path you'll need to use double quotes around your path to be able to use spaces in path names.
dede468
Level 2
Level 2
Posts: 10
Joined: Tue Mar 30, 2010 1:38 am

Wine version

Post by dede468 »

Yes Wine is version 1.1.41 which I installed yesterday. This was my first try using Wine so I downloaded the latest from the Winehq site. On the Config file it shows 1.1.41 on the About tab.

As for the "Program" problem, I tried simply to navigate to the pre-installed Wine directories in terminal ie. ~/Program Files/Microsoft Office/Office/Office/PHOTODRAW.EXE but I could get no further than ~/Program and it didn't recognise ~/Program Files as it stopped as soon as it saw the space after ~/Program before the word "Files". I hope that makes sense!

When I enetered my own path [ Photodraw allowed me to enter a different location for the prog] I used ~/Program/Microsoft/ and it set it up for me. The location of the prog is now therefore ~/Program/Microsoft/Office/PHOTODRAW.EXE and like that it opens without problem and has put the logo in the Ubuntu Wine, Programs list but as I say, when I try to use it, the editor screen remains empty. I have been using Photodraw for years soat least I know how that works and it performs flawlessly in Windows XP but sadly on Ubuntu...........
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Re: Wine version

Post by DaVince »

dede468 wrote:Yes Wine is version 1.1.41 which I installed yesterday. This was my first try using Wine so I downloaded the latest from the Winehq site. On the Config file it shows 1.1.41 on the About tab.

As for the "Program" problem, I tried simply to navigate to the pre-installed Wine directories in terminal ie. ~/Program Files/Microsoft Office/Office/Office/PHOTODRAW.EXE but I could get no further than ~/Program and it didn't recognise ~/Program Files as it stopped as soon as it saw the space after ~/Program before the word "Files". I hope that makes sense!
Two things here:
1) Apps aren't installed to ~. ~ is $HOME which is /home/username/. Wine installs its apps in "~/.wine/drive_c/Program Files" (which is "/home/username/.wine/drive_c/Program Files").

Try this to navigate to the path properly:

Code: Select all

cd "~/.wine/drive_c/Program Files/Microsoft/Office/"
wine PHOTODRAW.EXE
Including the quotes, and the path adapted to whatever location it's installed in.

Getting the app to install and run in the expected path like this *might* actually make it work.
dede468
Level 2
Level 2
Posts: 10
Joined: Tue Mar 30, 2010 1:38 am

Apps location

Post by dede468 »

Yes, sorry I simply abbreviated it to show the difference between /Program Files/ and /Program/

I had in fact used the full path you mentioned as otherwise I could not possibly have found anything at all.

What I hadn't done was to use the quotes. Nevertheless, installing it in the original path setup by Wine makes no difference whatever. I can open Photodraw but the editor pane remains blank when I open a new page or an image, so nothing has changed.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Apps location

Post by dimesio »

dede468 wrote:Yes, sorry I simply abbreviated it to show the difference between /Program Files/ and /Program/

I had in fact used the full path you mentioned as otherwise I could not possibly have found anything at all.

What I hadn't done was to use the quotes. Nevertheless, installing it in the original path setup by Wine makes no difference whatever. I can open Photodraw but the editor pane remains blank when I open a new page or an image, so nothing has changed.
Console output?
Locked