Installation of Photoshop

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
drpaul

Installation of Photoshop

Post by drpaul »

I have installed wine on Ubuntu 7.10 from the Ubuntu repository. I have a
Photoshop Elements install cdrom and get the following when I try to install

paul@hppaul:/cdrom/adobe photoshop elements$ wine setup.exe
wine: could not load L"D:\\adobe photoshop elements\\setup.exe": Module not
found
paul@hppaul:/cdrom/adobe photoshop elements$ ls
adobe photoshop elements 4.msi digital home en_un help center
setup.ini
common.msi directx9 en_us lang.dat
data1.cab en_gb graphics setup.exe

I am new to wine and don't have a clue. Would appreciate some pointers.

Thanks

Paul
--
View this message in context: http://www.nabble.com/Installation-of-P ... 78620.html
Sent from the Wine - Users mailing list archive at Nabble.com.
looki
Level 2
Level 2
Posts: 38
Joined: Mon Apr 21, 2008 3:20 pm

Post by looki »

paul@hppaul:/cdrom/adobe photoshop elements$ wine setup.exe
wine: could not load L"D:\\adobe photoshop elements\\setup.exe": Module not
found
this message is common when wine does not know the folder. go in winecfg and there add a drive with the folder of your cd.

i think this will help :P
drpaul

Installation of Photoshop

Post by drpaul »

rolandixor wrote:
paul@hppaul:/cdrom/adobe photoshop elements$ wine setup.exe
wine: could not load L"D:\\adobe photoshop elements\\setup.exe": Module
not
found
this message is common when wine does not know the folder. go in winecfg
and there add a drive with the folder of your cd.

i think this will help :P

I added a drive E: to the winecfg which went directly to that
directory/folder. Now I get this result

paul@hppaul:/cdrom/adobe photoshop elements$ ls
adobe photoshop elements 4.msi digital home en_un help center
setup.ini
common.msi directx9 en_us lang.dat
data1.cab en_gb graphics setup.exe
paul@hppaul:/cdrom/adobe photoshop elements$ wine setup.exe
wine: could not load L"E:\\setup.exe": Module not found

The ls command shows the setup.exe, yet wine [correctly seeing the current
directory as E:] reports that it can't find the "Module".

Any other ideas?

Thanks,

Paul






--
View this message in context: http://www.nabble.com/Installation-of-P ... 94684.html
Sent from the Wine - Users mailing list archive at Nabble.com.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Installation of Photoshop

Post by austin987 »

On Fri, Jun 6, 2008 at 10:16 AM, drpaul <[email protected]> wrote:


rolandixor wrote:
paul@hppaul:/cdrom/adobe photoshop elements$ wine setup.exe
wine: could not load L"D:\\adobe photoshop elements\\setup.exe": Module
not
found
this message is common when wine does not know the folder. go in winecfg
and there add a drive with the folder of your cd.

i think this will help :P

I added a drive E: to the winecfg which went directly to that
directory/folder. Now I get this result

paul@hppaul:/cdrom/adobe photoshop elements$ ls
adobe photoshop elements 4.msi digital home en_un help center
setup.ini
common.msi directx9 en_us lang.dat
data1.cab en_gb graphics setup.exe
paul@hppaul:/cdrom/adobe photoshop elements$ wine setup.exe
wine: could not load L"E:\\setup.exe": Module not found

The ls command shows the setup.exe, yet wine [correctly seeing the current
directory as E:] reports that it can't find the "Module".

Any other ideas?

Thanks,

Paul






--
View this message in context: http://www.nabble.com/Installation-of-P ... 94684.html
Sent from the Wine - Users mailing list archive at Nabble.com.


What does:
$ file setup.exe
say?

Does:
$ wine notepad
work?
Dmitryi & Elf

Installation of Photoshop

Post by Dmitryi & Elf »

On Fri, 06 Jun 2008 10:47:26 -0500, Austin English
<[email protected]> wrote:
On Fri, Jun 6, 2008 at 10:16 AM, drpaul <[email protected]> wrote:


rolandixor wrote:
this message is common when wine does not know the folder. go in
winecfg
and there add a drive with the folder of your cd.

i think this will help :P

I added a drive E: to the winecfg which went directly to that
directory/folder. Now I get this result

paul@hppaul:/cdrom/adobe photoshop elements$ ls
adobe photoshop elements 4.msi digital home en_un help center
setup.ini
common.msi directx9 en_us lang.dat
data1.cab en_gb graphics setup.exe
paul@hppaul:/cdrom/adobe photoshop elements$ wine setup.exe
wine: could not load L"E:\\setup.exe": Module not found

The ls command shows the setup.exe, yet wine [correctly seeing the
current
directory as E:] reports that it can't find the "Module".

Any other ideas?

Thanks,

Paul
Check filesystem permissions?
drpaul

Installation of Photoshop

Post by drpaul »

Austin English-2 wrote:
On Fri, Jun 6, 2008 at 10:16 AM, drpaul <[email protected]> wrote:


rolandixor wrote:
this message is common when wine does not know the folder. go in winecfg
and there add a drive with the folder of your cd.

i think this will help :P

I added a drive E: to the winecfg which went directly to that
directory/folder. Now I get this result

paul@hppaul:/cdrom/adobe photoshop elements$ ls
adobe photoshop elements 4.msi digital home en_un help center
setup.ini
common.msi directx9 en_us lang.dat
data1.cab en_gb graphics setup.exe
paul@hppaul:/cdrom/adobe photoshop elements$ wine setup.exe
wine: could not load L"E:\\setup.exe": Module not found

The ls command shows the setup.exe, yet wine [correctly seeing the
current
directory as E:] reports that it can't find the "Module".

Any other ideas?

Thanks,

Paul






--
View this message in context:
http://www.nabble.com/Installation-of-P ... 94684.html
Sent from the Wine - Users mailing list archive at Nabble.com.


What does:
$ file setup.exe
say?

Does:
$ wine notepad
work?

Austin English:

notepad launches just fine.

file gives the following

s$ file setup.exe
setup.exe: writable, executable, regular file, no read permission

which is kind of weird to me. ls -l gives

-rwx------ 1 501 501 167936 2005-10-20 13:30 setup.exe

I don't understand who or what 501 is and I haven't been able to find the
tools to extract that info. There is no group with 501 as the GID in
/etc/groups. ????

Hope you've got a better handle on this than I have.

Paul


--
View this message in context: http://www.nabble.com/Installation-of-P ... 00253.html
Sent from the Wine - Users mailing list archive at Nabble.com.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Installation of Photoshop

Post by vitamin »

drpaul wrote:which is kind of weird to me. ls -l gives

-rwx------ 1 501 501 167936 2005-10-20 13:30 setup.exe

I don't understand who or what 501 is and I haven't been able to find the
tools to extract that info. There is no group with 501 as the GID in
/etc/groups. ????
Then that user & group is invalid on your system and that's why you can't do anything with those files. Check your fstab maybe? It could be forcing that UID/GID on all files. In either case that would be domain of your distro support.
Locked