LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 07-17-2003, 05:05 PM   #1
ionstorm
Member
 
Registered: Jul 2003
Location: United Kingdom
Distribution: Slackware 8.0, 8.1, 9, 9.1 Crux 1.1,1.2
Posts: 80

Rep: Reputation: 15
WINE : Paint Shop Pro 8


Has anyone had any luck getting Paint Shop Pro 8 to work?

I can't even get it to install. I try and run the "setup.exe" and the InstallShield barfs out on me with the message "1611: Unable to extract file (null). The only possible thing I can think of is lack of disk space, but this is not the case.

Anyone able to help?

I am using wine20030508, I would upgrade but I have other problems which are preventing me right now.

Hope someone can help,...

Ion
 
Old 07-17-2003, 05:45 PM   #2
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
Have you tried GIMP?

It has all the functionality of Paint Shop, with the exception of the browser I think. I do love that browser.
 
Old 07-17-2003, 05:57 PM   #3
ionstorm
Member
 
Registered: Jul 2003
Location: United Kingdom
Distribution: Slackware 8.0, 8.1, 9, 9.1 Crux 1.1,1.2
Posts: 80

Original Poster
Rep: Reputation: 15
Yes, I have tried GIMP and it does what it does fine. But I need Paint Shop Pro. Slight differences that I can't be bothered to get used to, oh, and GIMP doesnt have any "Auto photo correct" which I run in batch over lots of my images.

Thanks for the try, but I still need PSP.
 
Old 07-22-2003, 02:20 AM   #4
Fat64
LQ Newbie
 
Registered: Jul 2003
Location: Sweenne
Posts: 1

Rep: Reputation: 0
http://toastytech.com/guis/winepsp400.png

Psp4 at least :P
 
Old 09-13-2003, 01:03 AM   #5
matthurne
Member
 
Registered: May 2002
Distribution: Fedora Core
Posts: 41

Rep: Reputation: 15
I'm with ya ionstorm!

Hey Ionstorm...the past couple of days I too have been working adamantly on trying to get PSP8 working in Linux. I hate to piss people off but after learning how to use PSP...the GIMP isn't too attractive. I'd like it more if the UI wasn't...eh nevermind I don't want to get flamed TOO badly.

Anyway, I'll let you know what I learn and if and when I'm successful. One thing I plan on doing is getting the native versions of the dll's the setup program loads from a Win98 CD using cabextract, found at http://www.kyz.uklinux.net/cabextract.php

Also...PSP8 uses and InstallShield installer. I did some searches here on the forum and one thread said that InstallShield won't work unless you install dcom95.exe. I'm downloading it now...you can get it from:

http://sourceforge.net/project/showf...?group_id=6241

It's at the bottom of the page.

Anyway, I'll post back with whatever success I have...
 
Old 09-13-2003, 09:50 AM   #6
matthurne
Member
 
Registered: May 2002
Distribution: Fedora Core
Posts: 41

Rep: Reputation: 15
Update

Hope you're reading Ionstorm...if not when I get this damn thing working I'll e-mail you everything I know. But for now if you want to know what I've succeeded at, go here:

http://www.linuxquestions.org/questi...Paint+Shop+Pro

Note that I got it to install! Just have a roadblock running it. Something with the stupid End User License Agreement file.
 
Old 09-13-2003, 11:57 AM   #7
matthurne
Member
 
Registered: May 2002
Distribution: Fedora Core
Posts: 41

Rep: Reputation: 15
Great news, I got it working! There's a lot more to explain, but for now, check out my screenshot:

http://cs.messiah.edu/~matthurne/wine/psp8_wine.jpg

I'm going to wipe wine clean and try the whole process over until I can figure out exactly how I got things working, to share with everyone else. Then I'll add it to WineHQ's app database.
 
Old 09-13-2003, 02:55 PM   #8
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Rep: Reputation: 45
It looks different from PaintShopPro 7, that's for sure. What about Photoshop, though? I suppose though, that since I'm starting to use Linux, I should just use things that are legally aquired, though.... I mean, there's so much money left over from all of the freeware available for Linux that I suppose I can splurge and buy CD's(Music, although I'd prefer buying LP's, but they are just too rare!) more often and buy software as well....
 
Old 09-13-2003, 05:20 PM   #9
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Oh, for goodness sake, use the gimp2 or something. It's got waaaaaaaay more features than PSP.

As you can see, PSP8 has some, ah, visual issues with the GUI in Wine.
 
Old 09-13-2003, 06:32 PM   #10
matthurne
Member
 
Registered: May 2002
Distribution: Fedora Core
Posts: 41

Rep: Reputation: 15
HOW-TO

Ok folks, here is how I got Paint Shop Pro 8 working in Linux using Wine. I messed with it a LOT after
the first time I successfully installed it, because honestly, the first time it worked I didn't know why. :-)
So this is the result of a lot of trial and error. I set things up starting from installing Wine all the
way through running Paint Shop Pro, so hopefully it is generic enough that I didn't miss anything and it will
work for you. Note that I did this using a REAL Paint Shop Pro 8 CD. I don't know how to install the ESD
version with Wine...I haven't tried. I'm sure its feasible...


1) Install Wine-20030911 from source:
tar zxvf Wine.tar.gz
cd wine-20030911
./tools/wineinstall

2) Setup the config file:
Uncomment the following lines:
"Windows" = "win98"

Add the following under [DllOverrides]:
"msi" = "native"
"msiexec.exe" = "native"

Add the following to "Path" in the [wine] section:
c:\\windows\\Installer\\InstMsi0

***Of course you will need to set up your drive's, etc, on your own...***

3) Apply the default registry file that came with Wine
regedit
Registry->Import Registry File...->(select winedefault.reg file from wine source directory)
Registry->Exit

4) Make standard Windows fonts available to Wine (usually just by copying *.ttf fonts from a Windows install
to your fake Windows drive's c:\Windows\Font\ folder...). If you don't do this, Paint Shop Pro will
be really difficult to use because it will substitute some really messed up fonts in. You can always save
this step for later if you don't believe me...if you install the fonts after PSP it will work out fine.

4) Install cabextract - http://www.kyz.uklinux.net/cabextract.php

5) Install Internet Explorer 6 (I used the files on the PSP8 CD for this, but you could also do
it the hard way and run the web installer, and use that to download the CAB files):

-You need to extract the needed files from the following CAB files:
IE_S1.CAB
IE_S2.CAB
IE_S3.CAB
IE_S4.CAB
IE_S5.CABto figure it out...thanks to the fact that I don't have a job and I
IE_S6.CAB
IEDOM.CAB
SCR56EN.CAB (If you use the PSP8 CD, this file is missing. See the SCR56EN.exe section below)

-To do this, start by running the following command from inside the directory the CAB files are located in:
cabextract IE_S1.CAB IE_S2.CAB IE_S3.CAB IE_S4.CAB IE_S5.CAB IE_S6.CAB

-The following files should have been extracted:
IE_1.CAB
IE_2.CAB
IE_3.CAB
IE_4.CAB
IE_5.CAB
IE_6.CAB

-It is safe to delete the IE_S*.CAB files now
-Next, run the following command:
cabextract IE_1.CAB IE_2.CAB IE_3.CAB IE_4.CAB IE_5.CAB IE_6.CAB IEDOM.CAB (add SCR56EN.CAB if you have it)

-It is safe to delete the remaining CAB files
-Rename sch128c.dll to schannel.dll
-Create the directory "Internet Explorer" in "Program Files"
-Copy/Move IEXPLORE.EXE to /Program Files/Internet Explorer/
-Copy/Move all the remaining files to /Windows/System/
-Replace system.reg in ~/.wine with this one: http://frankscorner.org/files/systemreg6.tgz
-Add the following lines to your Wine config file:
[AppDefaults\\iexplore.exe\\DllOverrides]
"urlmon" = "native"
"comctl32" = "builtin"
"wininet" = "native"
"shdocvw" = "native"
"shlwapi" = "native"
"crypt32" = "native"

6) If you didn't have SCR56EN.CAB for whatever reason, you can install it by downloading the following file:
http://download.microsoft.com/downl...-US/scr56en.exe

-Install this using Wine:
wine scr56en.exe

7) Go ahead and test Internet Explorer by running /Program Files/Internet Explorer/IEXPLORE.EXE with Wine.
I personally wasn't able to get to any websites with it even though it was supposed to be working, but
it doesn't matter. PSP just requires that it be installed...

8) Setup InstallShield:
wine D:/psp/instmsia.exe

9) Run the Paint Shop Pro installer:
wine D:/psp/setup.exe

The installer will more than likely hang up as soon as the progress bar reaches the end when copying files.
Don't worry! Its "normal".

10) Kill the install program somehow, I use KDE so I hit Ctrl-Alt-Esc and then click on the window with
the skull and crossbones. You want to close it some other way? Sure, just close it.

11) You need to kill the Wineserver before we can finish. Issue the following command:
killall wineserver

12) Now, run the installer again...
wine D:/psp/setup.exe

This time, it will seem to be less responsive and just over all slow. Just wait it out...it should finish.

13) Run Paint Shop Pro!
wine Paint\ Shop\ Pro.exe

If a window comes up saying that the End User License Agreement, licence.rtf, couldn't be loaded, the
installer must not have finished. Try again, though if you ran it twice it should've worked.


I hope you've found this useful. I've already noticed a few important things that don't work correctly in
the program, specifically with floating selections and such. Hopefully either I or one of you will figure

out a workaround for things like that.

Enjoy!

Screenshot:
http://cs.messiah.edu/~matthurne/wine/psp8_wine.jpg

Last edited by matthurne; 09-13-2003 at 06:39 PM.
 
Old 09-13-2003, 06:42 PM   #11
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Wow, well done. Very few people get that far with Wine.

Why the hell does a painting program require internet explorer though? Madness. Roll on Gimp (and i say that as a wine hacker!)
 
Old 09-14-2003, 04:10 PM   #12
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Rep: Reputation: 45
Quote:
Originally posted by mhearn
Wow, well done. Very few people get that far with Wine.

Why the hell does a painting program require internet explorer though? Madness. Roll on Gimp (and i say that as a wine hacker!)
I believe you need IE for the file browser, but I'm not positive.....
 
Old 09-14-2003, 09:20 PM   #13
matthurne
Member
 
Registered: May 2002
Distribution: Fedora Core
Posts: 41

Rep: Reputation: 15
Not sure, but the file browser works...I'm guessing you're right. Even if the file browser doesn't use IE, the setup program won't let you install unless IE is installed.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a Paint Shop Pro for Linux OldSarge Linux - Software 37 07-25-2024 01:43 PM
Wine and Paint Shop Pro 9 ?? valerie_tux Linux - Software 10 04-10-2010 02:15 AM
Wine and Paint Shop Pro 8 - Need Help matthurne Linux - Software 5 12-07-2007 09:19 AM
Help on PSP (paint shop pro not to confuse with portable playstaion thingy) Shadowtails Linux - Software 1 02-03-2005 10:11 PM
app to read paint shop pro format? xslf Linux - Software 2 12-29-2003 04:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration