Mathcad Prime 8

Questions about Wine on Linux
Locked
mb720
Newbie
Newbie
Posts: 1
Joined: Thu Jun 23, 2022 6:54 am

Mathcad Prime 8

Post by mb720 »

Hi and thanks a lot for Wine!

I'm trying to run Mathcad Prime 8.0.0.0 on Arch Linux 5.18.5 with Sway (Wayland) as the window manager. I downloaded the Mathcad installer from the vendor's website.

Using Wine version 7.11, I started the installer:

Code: Select all

wine start pim_installmgr_mathcad.exe

The installation of Mathcad including .NET Framework 4.8 completed successfully:

Image

With pacman, I installed wine-mono 7.3.0.

I got seemingly closest to running Mathcad with this command

Code: Select all

env WINEPREFIX="/home/mb/.wine" xhost +si:localuser:root; sudo wine /home/mb/.wine/drive_c/Program\ Files/PTC/Mathcad\ Prime\ 8.0.0.0/MathcadPrime.exe
This produced a splash screen alongside an error window:

Image

The output of the program to stdout and stderr is here. Its last lines are

Code: Select all

wine: Unhandled page fault on write access to 00000001802E3892 at address 000000025D74199D (thread 0100), starting debugger...
0118:fixme:imm:ImeSetActiveContext (00000000003495F0, 1): stub
0118:fixme:imm:ImmReleaseContext (0000000000010072, 00000000003495F0): stub
0120:err:ole:CoUninitialize Mismatched CoUninitialize
When clicking on the "Show Details" button in the window titled "Program Error" shown in the screenshot, I get this error message, starting with

Code: Select all

Unhandled exception: page fault on write access to 0x00000001802e3892 in 64-bit code (0x0000025d74199d).
Is there a way I can fix this and get Mathcad to run?
Locked