WineHQ

CorelDRAW

No Screenshot

Submit Screenshot

2018 Version

Application Details:

Version: 2018 (20)
License: Retail
URL: http://www.corel.com
Votes: 0
Latest Rating: Garbage
Latest Wine Version Tested: 6.5

Maintainers: About Maintainership

Free Download EMEA-Installer for CorelDraw 2018

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

What does not

the archive is unpacked in C: / Temp, but installer crash

Workarounds

What was not tested

install,run,start

Hardware tested

Graphics:

  • GPU: Nvidia
  • Driver: proprietary

Additional Comments

Presetting

1. Install Wine.

Do not install Wine-Mono at startup.

2. Install cabextract for winetricks: 

sudo apt-get install cabextract

3. Install winetricks:

sudo apt install winetricks
sudo apt update

run with the command: 

winetricks

4. Close winetricks

5. Now we need to create a 32-bit prefix and a separate folder for this:

WINEPREFIX=~/.corel WINEARCH=win32 wineboot

This will create a /.corel folder with the win32 prefix.

6. Now you need to tell winetricks that all components need to be installed in this folder. To do this, run the command:

WINEPREFIX=~/.corel  WINEARCH=win32 winetricks

7. Now we can install programs there. This can be done in the winetricks itself or through the terminal.

I will say in advance that different programs require their own version of Windows. In this case, we will switch between WinXP and Win7.

This can be done in two ways:

1) Directly select the version you want:

WINEPREFIX=~/.corel  winecfg     

2) 

WINEPREFIX=~/.corel  WINEARCH=win32 winetricks win7 
WINEPREFIX=~/.corel  WINEARCH=win32 winetricks winxp

8. Installing programs through the terminal:

For WinXP:  

WINEPREFIX=~/.corel  WINEARCH=win32 winetricks ie8 msxml3 msxml4 msxml6

For Win7: 

WINEPREFIX=~/.corel  WINEARCH=win32 winetricks vcrun2012 vcrun2013 vcrun2019 ie8 msxml3 msxml4 msxml6 ole32 oleaut32 dotnet40 dotnet46

I chose these Microsoft .NET versions, you can choose integer.

9. Now we need to update the GAC for NET:

WINEPREFIX=~/.corel wine "c:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\ngen.exe" update

This article helped me with the installation.

If the programs are being downloaded, then you can download them from the Internet and place them in the appropriate folders. The directory  is located in the Home section.

.cache/winetricks/

10. Install Fonts:

WINEPREFIX=~/.wine32  WINEARCH=win32 winetricks corefonts tahoma calibri

Install Corel Draw 2018

Run in Windows 7 compatibility mode.

WINEPREFIX=~/.corel  WINEARCH=win32 winetricks win7

Move the installer to .corel/drive_c and rename it to Installer.exe

Go to .corel/drive_c and run the installer

cd .corel/drive_c
WINEPREFIX=~/.corel WINEARCH=win32 wine Installer.exe

The archive will start unpacking, but the installer will crash.

The program will unpack files to Temp:

.corel/drive_c/Temp/CORELDRAW

If you want to install directly, then do not close it. Copy the CORELDRAW folder to drive_c. After that you can close the window, otherwise it will delete all temporary files.

Go to  .corel/drive_c/Temp/CORELDRAW/x86, run SETUP.exe

The program will also fail to install. Installation requires Internet Explore 11.

I also tried to run the already installed program. Two errors got out:

1. The UI Language registration list is invalid.

2.  Unable to load VGCore.dll. Error Code: 1114


selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentPop!_OS 20.10Apr 03 20216.5No Not installable NoGarbageCharacterhero 
ShowopenSUSE Tumbleweed (rolling release)Feb 14 20194.0No Not installable NoGarbageMaik Wagner 
ShowopenSUSE Tumbleweed (rolling release)Nov 05 20183.19No Not installable NoGarbageMaik Wagner 

Known Bugs

Bug # Description Status Resolution Other apps affected
45811 The CorelDRAW Graphics Suite 2018 crashes: Unhandled stack overflow REOPENED View

Show all bugs

Comments

Back