Origin from OriginLab
Informations
Créateur | Messages |
---|---|
Scindix
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 1 DescriptionOrigin from OriginLab is a plotting and analysis software widely used in science. You can enter your measurements, plot and analize them with fit functions that are derived from your theory. Captures d'écranCode source#!/bin/bash # Date : (2016-01-20 08-09) # Last revision : (2016-01-20 08-09) # Wine version used : 1.7.49 # Distribution used to test : Arch Linux (kernel 4.2.5-1) # Author : Cedric Wehrum [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Origin from OriginLab" PREFIX="OriginLabOriginPro" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2717 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "OriginLab" "http://www.originlab.com/" "Cedric Wehrum" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" #For me Origin crashes with other versions of wine POL_Wine_PrefixCreate "1.9.1" #Components needed according to http://www.originlab.com/forum/topic.asp?TOPIC_ID=10428 #POL_Call POL_Install_vcrun2008 A more recent version is needed, see below POL_Call POL_Install_corefonts POL_Call POL_Install_ie8 POL_Call POL_Install_msxml3 POL_Call POL_Install_gdiplus #I figured this one out on my own. It seems that many things crash without a native msvcr110.dll POL_Call POL_Install_vcrun2012 POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" # Wait till Origin is installed POL_Wine_WaitBefore "$TITLE" # Installing POL_Wine "$APP_ANSWER" # Create a shortcut, show the user a message that everything went successfully and exit POL_Shortcut "Origin[0-9][0-9][0-9][0-9]/Origin*.exe" "$TITLE" "$TITLE.png" POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
Stitchz | Mercredi 21 Novembre 2018 à 13:07 |
Stitchz
|
MessagesI've been trying to rum Origin lab using Wine for a few years now. While not immediately obvious, there are some problems running this program. You can easily tell the graphical interface is not running like in Windows, by minimizing any window inside OriginLab. Instead of minimizing to window-like mini-toolbar as it should, in Wine the window minimizes to an icon. Other minor, but eventually use-breaking graphical glitches follow. Is there a solution for this? Cheers! Réponses |
Scindix | Vendredi 22 Janvier 2016 à 20:45 |
Scindix
|
InformationCette mise à jour a été acceptée par l'équipe MessagesA Mac user told me that Origin crashes sometimes for her. We fixed the problem by switching to wine 1.9.1 Differences@@ -19,7 +19,7 @@ POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" #For me Origin crashes with other versions of wine -POL_Wine_PrefixCreate "1.8-rc2-staging" +POL_Wine_PrefixCreate "1.9.1" #Components needed according to http://www.originlab.com/forum/topic.asp?TOPIC_ID=10428 #POL_Call POL_Install_vcrun2008 A more recent version is needed, see below POL_Call POL_Install_corefonts Nouveau code source#!/bin/bash # Date : (2016-01-20 08-09) # Last revision : (2016-01-20 08-09) # Wine version used : 1.7.49 # Distribution used to test : Arch Linux (kernel 4.2.5-1) # Author : Cedric Wehrum [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Origin from OriginLab" PREFIX="OriginLabOriginPro" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2717 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "OriginLab" "http://www.originlab.com/" "Cedric Wehrum" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" #For me Origin crashes with other versions of wine POL_Wine_PrefixCreate "1.9.1" #Components needed according to http://www.originlab.com/forum/topic.asp?TOPIC_ID=10428 #POL_Call POL_Install_vcrun2008 A more recent version is needed, see below POL_Call POL_Install_corefonts POL_Call POL_Install_ie8 POL_Call POL_Install_msxml3 POL_Call POL_Install_gdiplus #I figured this one out on my own. It seems that many things crash without a native msvcr110.dll POL_Call POL_Install_vcrun2012 POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" # Wait till Origin is installed POL_Wine_WaitBefore "$TITLE" # Installing POL_Wine "$APP_ANSWER" # Create a shortcut, show the user a message that everything went successfully and exit POL_Shortcut "Origin[0-9][0-9][0-9][0-9]/Origin*.exe" "$TITLE" "$TITLE.png" POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" POL_SetupWindow_Close exit RéponsesSamedi 24 Novembre 2018 à 9:06
Samedi 24 Novembre 2018 à 9:06
Samedi 24 Novembre 2018 à 9:06
|
petch | Jeudi 21 Janvier 2016 à 13:32 |
petch
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesUse graphic resources Differences@@ -10,6 +10,7 @@ TITLE="Origin from OriginLab" PREFIX="OriginLabOriginPro" +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2717 POL_Debug_Init @@ -35,7 +36,7 @@ POL_Wine "$APP_ANSWER" # Create a shortcut, show the user a message that everything went successfully and exit -POL_Shortcut "Origin[0-9][0-9][0-9][0-9]/Origin*.exe" "$TITLE" +POL_Shortcut "Origin[0-9][0-9][0-9][0-9]/Origin*.exe" "$TITLE" "$TITLE.png" POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" POL_SetupWindow_Close Nouveau code source#!/bin/bash # Date : (2016-01-20 08-09) # Last revision : (2016-01-20 08-09) # Wine version used : 1.7.49 # Distribution used to test : Arch Linux (kernel 4.2.5-1) # Author : Cedric Wehrum [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Origin from OriginLab" PREFIX="OriginLabOriginPro" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2717 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "OriginLab" "http://www.originlab.com/" "Cedric Wehrum" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" #For me Origin crashes with other versions of wine POL_Wine_PrefixCreate "1.8-rc2-staging" #Components needed according to http://www.originlab.com/forum/topic.asp?TOPIC_ID=10428 #POL_Call POL_Install_vcrun2008 A more recent version is needed, see below POL_Call POL_Install_corefonts POL_Call POL_Install_ie8 POL_Call POL_Install_msxml3 POL_Call POL_Install_gdiplus #I figured this one out on my own. It seems that many things crash without a native msvcr110.dll POL_Call POL_Install_vcrun2012 POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" # Wait till Origin is installed POL_Wine_WaitBefore "$TITLE" # Installing POL_Wine "$APP_ANSWER" # Create a shortcut, show the user a message that everything went successfully and exit POL_Shortcut "Origin[0-9][0-9][0-9][0-9]/Origin*.exe" "$TITLE" "$TITLE.png" POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" POL_SetupWindow_Close exit RéponsesJeudi 21 Janvier 2016 à 14:06
Jeudi 21 Janvier 2016 à 17:23
Jeudi 21 Janvier 2016 à 17:38
Jeudi 21 Janvier 2016 à 17:42
Samedi 24 Novembre 2018 à 9:07
|
Scindix | Jeudi 21 Janvier 2016 à 12:54 |
Scindix
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesImprovements suggested by petch. Differences@@ -0,0 +1,42 @@ +#!/bin/bash +# Date : (2016-01-20 08-09) +# Last revision : (2016-01-20 08-09) +# Wine version used : 1.7.49 +# Distribution used to test : Arch Linux (kernel 4.2.5-1) +# Author : Cedric Wehrum +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Origin from OriginLab" +PREFIX="OriginLabOriginPro" + +POL_SetupWindow_Init +POL_SetupWindow_SetID 2717 +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "OriginLab" "http://www.originlab.com/" "Cedric Wehrum" "$PREFIX" + +POL_System_SetArch "x86" +POL_Wine_SelectPrefix "$PREFIX" +#For me Origin crashes with other versions of wine +POL_Wine_PrefixCreate "1.8-rc2-staging" +#Components needed according to http://www.originlab.com/forum/topic.asp?TOPIC_ID=10428 +#POL_Call POL_Install_vcrun2008 A more recent version is needed, see below +POL_Call POL_Install_corefonts +POL_Call POL_Install_ie8 +POL_Call POL_Install_msxml3 +POL_Call POL_Install_gdiplus +#I figured this one out on my own. It seems that many things crash without a native msvcr110.dll +POL_Call POL_Install_vcrun2012 + +POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" +# Wait till Origin is installed +POL_Wine_WaitBefore "$TITLE" +# Installing +POL_Wine "$APP_ANSWER" + +# Create a shortcut, show the user a message that everything went successfully and exit +POL_Shortcut "Origin[0-9][0-9][0-9][0-9]/Origin*.exe" "$TITLE" +POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" + +POL_SetupWindow_Close +exit \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-01-20 08-09) # Last revision : (2016-01-20 08-09) # Wine version used : 1.7.49 # Distribution used to test : Arch Linux (kernel 4.2.5-1) # Author : Cedric Wehrum [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Origin from OriginLab" PREFIX="OriginLabOriginPro" POL_SetupWindow_Init POL_SetupWindow_SetID 2717 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "OriginLab" "http://www.originlab.com/" "Cedric Wehrum" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" #For me Origin crashes with other versions of wine POL_Wine_PrefixCreate "1.8-rc2-staging" #Components needed according to http://www.originlab.com/forum/topic.asp?TOPIC_ID=10428 #POL_Call POL_Install_vcrun2008 A more recent version is needed, see below POL_Call POL_Install_corefonts POL_Call POL_Install_ie8 POL_Call POL_Install_msxml3 POL_Call POL_Install_gdiplus #I figured this one out on my own. It seems that many things crash without a native msvcr110.dll POL_Call POL_Install_vcrun2012 POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" # Wait till Origin is installed POL_Wine_WaitBefore "$TITLE" # Installing POL_Wine "$APP_ANSWER" # Create a shortcut, show the user a message that everything went successfully and exit POL_Shortcut "Origin[0-9][0-9][0-9][0-9]/Origin*.exe" "$TITLE" POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" POL_SetupWindow_Close exit RéponsesEdité par petch |
Scindix | Mercredi 20 Janvier 2016 à 11:46 |
Scindix
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesInitial commit. Everything I tested worked with it. Confirmed to work with Linux (latest Arch Linux) and MacOS (unknown version, wasn't my Mac) ScreenshotsEmpty document Install resources and imagesDifferences@@ -0,0 +1,45 @@ +#!/bin/bash +# Date : (2016-01-20 08-09) +# Last revision : (2016-01-20 08-09) +# Wine version used : 1.7.49 +# Distribution used to test : Arch Linux (kernel 4.2.5-1) +# Author : Cedric Wehrum +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Origin Pro" +PREFIX="OriginLabOriginPro" + +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "OriginLab" "http://www.originlab.com/" "Cedric Wehrum" "$PREFIX" + +POL_System_SetArch "x86" +POL_Wine_SelectPrefix "$PREFIX" +#For me Origin crashes sometimes with other versions of wine +POL_Wine_PrefixCreate "1.8-rc2-staging" +#Components needed according to http://www.originlab.com/forum/topic.asp?TOPIC_ID=10428 +#POL_Call POL_Install_vcrun2008 A more recent version is needed, see below +POL_Call POL_Install_corefonts +POL_Call POL_Install_ie8 +POL_Call POL_Install_msxml3 +POL_Call POL_Install_gdiplus +#I figured this one out on my own. It seems that many things crash without a native msvcr110.dll +POL_Call POL_Install_vcrun2012 + +POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" +# Installing +POL_Wine start /unix "$APP_ANSWER" +# Wine returns immediately. So we have to wait for the user to confirm that the installation is over. +POL_SetupWindow_message "$(eval_gettext 'Please wait while $TITLE is installed.') $(eval_gettext 'Click next when the installer has finished.')" "$TITLE" + +#Search for the name of the executable as different versions have slightly different names. +#We are currently in system32, so we have to go up two layers +cd ./../../ +exeName="$(ls -R | grep ^Origin[0-9]*\.exe$)" +# Create a shortcut, show the user a message that everything went successfully and exit +POL_Shortcut "$exeName" "$TITLE" +POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" + +POL_SetupWindow_Close +exit \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-01-20 08-09) # Last revision : (2016-01-20 08-09) # Wine version used : 1.7.49 # Distribution used to test : Arch Linux (kernel 4.2.5-1) # Author : Cedric Wehrum [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Origin Pro" PREFIX="OriginLabOriginPro" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "OriginLab" "http://www.originlab.com/" "Cedric Wehrum" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" #For me Origin crashes sometimes with other versions of wine POL_Wine_PrefixCreate "1.8-rc2-staging" #Components needed according to http://www.originlab.com/forum/topic.asp?TOPIC_ID=10428 #POL_Call POL_Install_vcrun2008 A more recent version is needed, see below POL_Call POL_Install_corefonts POL_Call POL_Install_ie8 POL_Call POL_Install_msxml3 POL_Call POL_Install_gdiplus #I figured this one out on my own. It seems that many things crash without a native msvcr110.dll POL_Call POL_Install_vcrun2012 POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" # Installing POL_Wine start /unix "$APP_ANSWER" # Wine returns immediately. So we have to wait for the user to confirm that the installation is over. POL_SetupWindow_message "$(eval_gettext 'Please wait while $TITLE is installed.') $(eval_gettext 'Click next when the installer has finished.')" "$TITLE" #Search for the name of the executable as different versions have slightly different names. #We are currently in system32, so we have to go up two layers cd ./../../ exeName="$(ls -R | grep ^Origin[0-9]*\.exe$)" # Create a shortcut, show the user a message that everything went successfully and exit POL_Shortcut "$exeName" "$TITLE" POL_SetupWindow_message "$(eval_gettext '$TITLE has been successfully installed.')" "$TITLE" POL_SetupWindow_Close exit RéponsesJeudi 21 Janvier 2016 à 4:52
Jeudi 21 Janvier 2016 à 11:44
Jeudi 21 Janvier 2016 à 11:58
Jeudi 21 Janvier 2016 à 12:51
Edité par Scindix |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com