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 at hppaul:/cdrom/adobe photoshop elements$ wine setup.exe wine: could not load L"D:\\adobe photoshop elements\\setup.exe": Module not found paul at 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-Photoshop-tp17678620p17678620.html Sent from the Wine - Users mailing list archive at Nabble.com.
> paul at hppaul:/cdrom/adobe photoshop elements$ wine setup.exe > wine: could not load L"D:\\adobe photoshop elements\\setup.exe": Module not > foundthis 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 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.