This is version 7 of Paint Shop Pro.
Application Details:
Version: | 7.x |
License: | |
URL: | http://www.jasc.com |
Votes: | 0 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 4.0.1 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Nothing
What does not
Everything
Workarounds
What was not tested
Everything
Hardware tested
Graphics:
Additional Comments
Running setup.exe starts in a promising way, with InstallShield and then nada. I'd read elsewhere that it will install if other executables are tried but there are only 3 and none of them do anything. In fact, it's only setup.exe that even shows any sign of life. My PSP version is 7.02
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Linux Mint 18.1 "Serena" x86_64 | Aug 09 2019 | 4.0.1 | Yes | Yes | No | Platinum | robertg | |
Show | openSUSE Factory i686 | Nov 15 2014 | 1.7.30 | Yes | Yes | No | Platinum | Maik Wagner | |
Current | zz Do not use | Nov 12 2014 | 1.6.1 | No | Not installable | No | Garbage | an anonymous user | |
Show | Linux Mint 16 "Petra" x86_64 | May 15 2014 | 1.6.1 | Yes | Yes | No | Platinum | an anonymous user | |
Show | Ubuntu 10.04 "Lucid" i386 (+ variants like Kubuntu) | Nov 28 2010 | 1.2.1 | Yes | Yes | No | Silver | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
2013-05-03 Admin note: the information below was posted in a user comment in 2006, and may not be applicable to current systems. It is being left here for the benefit of anyone who might wish to test and/or update it.
Ok - the problem isn't with PSP or wine, the problem is with the
xorg.conf file. There's a configuration in there for Wacom drawing
tablets, which is what's causing the "input device not found" error.
(the "err:region:CombineRgn Invalid rgn=(nil)" message can be ignored.)
To fix in ubuntu:
in a terminal, type
sudo gedit /etc/X11/xorg.conf
(don't just click on the text editor and open from the GUI, as you'll only have read-only rights to the file.)
Once inside the file, put a '#' in front of the following:
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
Then do the same thing with the following entries:
--------------------->8----------------
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Comments for this application have been disabled because there are no maintainers.