PSPICE 9.1

Informatie

Creator Bericht
Quentin PÂRIS Anonymous

Warning

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

Informatie

Platforms:
Downloads: 18809
Wine: 2.22

Feedbacks

Omschrijving

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

v9.1 released in 2000.

 

Appdb.winehq.org

Schermafdrukken

Miniature

Broncode

#!/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:

Contribute
Member Bericht
Dadu042 Zaterdag 5 October 2019 om 7:37
Dadu042

Information

This update has been approved by the team.

Bericht

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

New source code

#!/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

Antwoorden

Aangepast door Dadu042

trishmapow Zondag 28 April 2019 om 23:34
trishmapow Anonymous

Bericht

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.

Antwoorden

Zaterdag 5 October 2019 om 7:33
Same issue with Wine 2.22, OS 'winxp'.
chicco Zaterdag 11 Februari 2017 om 14:12
chicco Anonymous

Bericht

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?

Antwoorden