PSPICE 9.1

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Attention

This installer is a beta script. It means that it might not work as expected

Informations

Plate-formes :
Téléchargements : 18800
Wine: 2.22

Retours d'expérience

Description

Allows you to view and plot databases from several PCB editors. Sold as 'Orcad'.

v9.1 released in 2000.

 

Appdb.winehq.org

Captures d'écran

Miniature

Code source

#!/bin/bash
# 
# CHANGELOG
# [SuperPlumus] (2013-05-11 23-15)
#   Add POL_Wine_WaitExit to fix bug #2278
# [Dadu042] (2019-10-05)
#   Upgrade Wine 1.4.1 to 2.22
#   Force WinXP.
#   Fix installation.
#   Add software category.


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="PSPICE 9.1"
WINEVERSION="2.22"
EDITOR="Cadence Design Systems"
EDITOR_URL=""
PREFIX="pspice"
  
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"
  
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "winxp"

POL_Call POL_Install_LunaTheme
  
mkdir -p "$WINEPREFIX/drive_c/pspice"
cd "$WINEPREFIX/drive_c/pspice"
POL_Download "http://www.eng.auburn.edu/~troppel/91pspstu.exe" "6744a65ee3b3627945f0af0bc774e832"
  
POL_Wine_WaitBefore "$TITLE" --allow-kill
unzip "91pspstu.exe"
# POL_Wine --ignore-errors "Setup.exe"
POL_Wine start /unix "Setup.exe"
POL_Wine_WaitExit "$TITLE" --allow-kill
  
POL_Shortcut "psched.exe"  "$TITLE - Schematics" "" "" "Electronics;"
  
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Samedi 5 Octobre 2019 à 7:37
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Messages

Simulation does still fail (after loading 'example.sch', press F11).
I tried Wine 3.0.3 and 4.0.2, same thing. Not tried overriding dlls.

 

I switch this software page as 'testing'.

Differences

@@ -1,37 +1,45 @@
 #!/bin/bash
-
+# 
 # CHANGELOG
 # [SuperPlumus] (2013-05-11 23-15)
 #   Add POL_Wine_WaitExit to fix bug #2278
+# [Dadu042] (2019-10-05)
+#   Upgrade Wine 1.4.1 to 2.22
+#   Force WinXP.
+#   Fix installation.
+#   Add software category.
+
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
- 
+  
 TITLE="PSPICE 9.1"
-WINEVERSION="1.4.1"
-EDITOR="PSPICE"
+WINEVERSION="2.22"
+EDITOR="Cadence Design Systems"
 EDITOR_URL=""
 PREFIX="pspice"
- 
+  
 POL_SetupWindow_Init
 POL_Debug_Init
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"
- 
+  
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
- 
+Set_OS "winxp"
+
 POL_Call POL_Install_LunaTheme
- 
+  
 mkdir -p "$WINEPREFIX/drive_c/pspice"
 cd "$WINEPREFIX/drive_c/pspice"
 POL_Download "http://www.eng.auburn.edu/~troppel/91pspstu.exe" "6744a65ee3b3627945f0af0bc774e832"
- 
+  
 POL_Wine_WaitBefore "$TITLE" --allow-kill
 unzip "91pspstu.exe"
-POL_Wine --ignore-errors setup.exe
+# POL_Wine --ignore-errors "Setup.exe"
+POL_Wine start /unix "Setup.exe"
 POL_Wine_WaitExit "$TITLE" --allow-kill
- 
-POL_Shortcut "psched.exe"  "$TITLE - Schematics"
- 
+  
+POL_Shortcut "psched.exe"  "$TITLE - Schematics" "" "" "Electronics;"
+  
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

Nouveau code source

#!/bin/bash
# 
# CHANGELOG
# [SuperPlumus] (2013-05-11 23-15)
#   Add POL_Wine_WaitExit to fix bug #2278
# [Dadu042] (2019-10-05)
#   Upgrade Wine 1.4.1 to 2.22
#   Force WinXP.
#   Fix installation.
#   Add software category.


[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="PSPICE 9.1"
WINEVERSION="2.22"
EDITOR="Cadence Design Systems"
EDITOR_URL=""
PREFIX="pspice"
  
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"
  
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
Set_OS "winxp"

POL_Call POL_Install_LunaTheme
  
mkdir -p "$WINEPREFIX/drive_c/pspice"
cd "$WINEPREFIX/drive_c/pspice"
POL_Download "http://www.eng.auburn.edu/~troppel/91pspstu.exe" "6744a65ee3b3627945f0af0bc774e832"
  
POL_Wine_WaitBefore "$TITLE" --allow-kill
unzip "91pspstu.exe"
# POL_Wine --ignore-errors "Setup.exe"
POL_Wine start /unix "Setup.exe"
POL_Wine_WaitExit "$TITLE" --allow-kill
  
POL_Shortcut "psched.exe"  "$TITLE - Schematics" "" "" "Electronics;"
  
POL_SetupWindow_Close
exit 0

Réponses

Edité par Dadu042

trishmapow Dimanche 28 Avril 2019 à 23:34
trishmapow Anonymous

Messages

Bump, anyone with solutions yet? Does not work with any recent wine versions, also tested with 1.0.1 and 1.1.1 per the supposed 'gold' entries in WineHQ: https://appdb.winehq.org/objectManager.php?sClass=version&iId=1026. Cannot launch .exe manually or do anything. Built-in script also closes without showing anything. IIRC with the newer wine versions everything works except for simulation making it useless.

Réponses

Samedi 5 Octobre 2019 à 7:33
Same issue with Wine 2.22, OS 'winxp'.
chicco Samedi 11 Février 2017 à 14:12
chicco Anonymous

Messages

Schematics runs well, BUT simulation does not work at all. When launching simulation from Schematics, it says "unable to find pspicead.exe" even if pspice.exe starts. (Note that pspicead.exe does NOT exist even in a correct windows installation.)

Looking for solutions on the web, it is said to set Wine for Windows98 and override ole32.dll, oleaut32.dll and rpcrt4.dll to native (others says built-in). You also have to install DCOM98, but the script on PlayOnLinux does not work and even Winetricks does not support it anymore, because it seems to be already implemented in recent versions of Wine. But I cannot try with older versions of Wine, because I cannot get DCOM98 anymore.

So, how to get this program working?

Réponses