To all users with this problem.
Today I tried to start the PSP full editor application after I added
the missing file (tix84.dll) to the PYTHON library. The application
now fails to start and reports this error below:
>>>
DetectLanguage()error. Exiting
<<<
I have since removed the tix84.dll (restarted), yet the program still
fails to start and continues to report that error.
From my Windows log files:
This application has failed to start because it's side-by-side
configuration is incorrect.
Log Name: Application
Source: SideBySide
Date: 2011-05-11 8:46:19 AM
Event ID: 33
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: Name-PC
Description:
Activation context generation failed for "C:\Program Files
(x86)\Corel\Corel PaintShop Photo Pro\X3\PSPClassic\Python
Libraries\Lib\distutils\command\wininst-8_d.exe". Dependent Assembly
Microsoft.VC80.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50608.0"
could not be found. Please use sxstrace.exe for detailed diagnosis.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="SideBySide" />
<EventID Qualifiers="49409">33</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-05-11T15:46:19.000000000Z" />
<EventRecordID>9095</EventRecordID>
<Channel>Application</Channel>
<Computer>Name-PC</Computer>
<Security />
</System>
<EventData>
<Data>Microsoft.VC80.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50608.0"</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>C:\Program Files (x86)\Corel\Corel PaintShop Photo
Pro\X3\PSPClassic\Python
Libraries\Lib\distutils\command\wininst-8_d.exe</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
----------end-----------------
This file (wininst-8_d.exe) DOES in fact exist - in the exact folder
and name it is looking for. I have noted that the side by side error
has ALWAYS been present in my log files since installing and running
PSP, even when the program did properly start and operate, including
after installation of all four updates.
Here is a Readme file found inside the Python directory structure
installed by PSP.
I hope that someone can understand it and provide us with an explantion.
-------README FILE---------
This directory contains only a subset of the Distutils, specifically
the Python modules in the 'distutils' and 'distutils.command'
packages. This is all you need to distribute and install Python
modules using the Distutils. There is also a separately packaged
standalone version of the Distutils available for people who want to
upgrade the Distutils without upgrading Python, available from the
Distutils web page:
http://www.python.org/sigs/distutils-sig/The standalone version includes all of the code in this directory,
plus documentation, test scripts, examples, etc.
The Distutils documentation is divided into two documents, "Installing
Python Modules", which explains how to install Python packages, and
"Distributing Python Modules", which explains how to write setup.py
files. Both documents are part of the standard Python documentation
set, and are available from
http://www.python.org/doc/current/ .
Greg Ward (
gward@python.net)
--------END README----------------------
I hope that somebody has an inkling as to what's going on here. Thanks
for taking the time to read through this missive.