WineHQ

OriginPro

No Screenshot

Submit Screenshot

I tested the Academic license of OriginLab (not OriginPro - OriginPro seems to have a few more features). 

However, the same installer can be also used for installing the time-limited demo version.


Application Details:

Version: 2022
License: Retail
URL: http://www.originlab.com/
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 8.2

Maintainers: About Maintainership

Free Download Need to register for the download

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

- installation with default options

- configure license manager

- starting of origin

- opening sample data

- producing a simple line plot

- updating the sample data will also update the line plot


What does not

default installation procedure in wine will a  runtime crash, vcrun2019 is needed, as described

https://bugs.winehq.org/show_b...

Workarounds

When installing origin, 64bit windows is required, and vcrun2019. In
order to install vcrun2019, a very recent version of winetricks was
needed (winetricks -v 20210206 was not recent enough).

export WINEARCH="win64"

wineboot

cd "${HOME}/Downloads"
wget https://raw.githubusercontent....

chmod +x winetricks

winetricks -q vcrun2019

What was not tested


- using any non-default installation options

- advanced usage

Hardware tested

Graphics:

  • GPU: Intel
  • Driver: open source

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowDebian 11Feb 20 20238.2Yes Yes YesGoldAlois Schlögl 
ShowmacOS 12 "Monterey"Feb 07 20237.22Yes Yes NoBronzeKonstantin 
ShowDebian 11Dec 09 20227.22Yes Yes YesGoldAlois Schlögl 
ShowopenSUSE Tumbleweed (rolling release)Jan 14 20227.0-rc5Yes Yes YesBronzeFusion Future 
CurrentDebian GNU/Linux 11.x "Bullseye" x86_64Dec 12 20216.23Yes Yes YesGoldAlois Schlögl 

Known Bugs

Bug # Description Status Resolution Other apps affected
53329 Move worksheet/graph window for too long (maybe more than 300 ms) crashes OriginPro 2022 UNCONFIRMED View

Show all bugs

Comments

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

test simple graph and update table - this is working
by Alois Schlögl on Sunday December 12th 2021, 5:37
Generating a simple graph from a table is working as suggested in this tutorial
- www.originlab.com/doc/Tutorials/GSB-first-graph

When updating the table, the graph is also updated.
Back