WineHQ

Mathcad

Application Details:

Version: 15
License: Retail
URL: http://www.mathsoft.com/mathca...
Votes: 0
Latest Rating: Silver
Latest Wine Version Tested: 4.2

Maintainers: About Maintainership

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

All work except quicksheets

What does not

Quicksheet menu does not work

Workarounds

What was not tested

I think nothing

Hardware tested

Graphics:

  • GPU: AMD
  • Driver: open source

Additional Comments

Make a 32bit wineprefix and skip only mono installation when ask

WINEPREFIX="$HOME/.mathcadprefix" WINEARCH=win32 wine wineboot

Install dotnet35sp1

WINEPREFIX="$HOME/.mathcadprefix" winetricks dotnet35sp1

Install others tools

WINEPREFIX="$HOME/.mathcadprefix" winetricks vcrun6 vcrun6sp6 vcrun2008 vcrun2010 msxml4 msxml6 ie7 corefonts

Run winecfg

WINEPREFIX="$HOME/.mathcadprefix" wine winecfg

Set "Windows XP" as OS

add these libraries:

msvcr80 (native,integrated)
msvcm80 (native)
msxml3 (native)
inseng (native)
mlang (native)






selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentArch LinuxMar 20 20194.2Yes Yes NoSilverAndrea 
ShowLinux Mint 15 "Olivia" x86_64Jul 15 20141.7.17Yes Yes NoBronzeIgor 
ShowUbuntu 13.04 "Raring" i386 (+ variants like Kubuntu)Sep 02 20131.7.1Yes Yes NoBronzean anonymous user 
ShowMac OS X 10.8 "Mountain Lion"Nov 26 20121.4.1Yes Yes NoBronzean anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected
32126 Mathcad 14 ends up in a loop, needs IMLangLineBreakConsole::BreakLineA/W implementation NEW View
34267 Mathcad 15 doesn't paste any components from other programs in mathcad document. UNCONFIRMED View

Show all bugs

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

How to run ?
by Krabs on Monday October 25th 2021, 4:07
Once i run all the steps from (Additional Comments), how do run / test mathcad ?
Infinite loops
by Igor on Thursday July 17th 2014, 11:41
It seems that most of the infinite loops occur due to bug 32126, the unimplemented IMLangLineBreakConsole::BreakLineW method. This can be reproduced 100% by entering a long string of text into the document until it tries to wrap. In the lastest git repo, the BreakLineA function is fixed, but BreakLineW is still a stub for some reason.
Back