http://bugs.winehq.org/show_bug.cgi?id=59286 --- Comment #7 from Chris Hodges <cjmh.gt@gmail.com> --- I uninstalled PhotoImpact and re-installed in a Win 98 "clean room". 1. Create the Isolated "Clean Room" (Wine Prefix) Open a terminal and create the dedicated folder structure. Bash script: # Create the directory for the new prefix mkdir -p ~/WinePrefixes/PhotoImpact # Set the environment variable for this session export WINEPREFIX="/home/cjmh/WinePrefixes/PhotoImpact" # Initialize it as a Windows 98 environment (Crucial for memory stability) winecfg /v win98 Then execute bash script: Bash # Ensure the variable is still set in this terminal export WINEPREFIX="/home/cjmh/WinePrefixes/PhotoImpact" # Launch your installer # (Drag and drop the setup.exe into the terminal to get the path) wine "/path/PhotoImpact/setup.exe" I also checked the header of the Iedit.exe file with CFF_Explore.exe and the allow memory > 2GB was not set like it was before and in the windows install. All of that seemed to fix it. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.