Proteus 8 Professional
Informations
Créateur | Messages |
---|---|
FatHard
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience2 1 DescriptionThe Proteus Design Suite is a proprietary software tool suite used primarily for electronic design automation (Wikipedia).
Proteus works very well so far, I've been able to set up a circuit and simulate, and it's been very efficient. Important: On first run the program will generate the following error "Internal Exception: Access violation in module 'VGDVC.DLL' [00010C56]". After this error, go in Settings (is on right of "Remove"), go on Wine, Registry Editor, HKEY_CURRENT_USER\Software\Labcenter Electronics\Proteus 8 Professional\Default Graphics Mode=1 (set on 1). And Done!. Known Bugs: -Terminal options selects Subcircuit Mode. Just Use Click to Place Terminals. Source: https://forum.winehq.org/viewtopic.php?f=8&t=23408 (Author Demeo). Captures d'écranCode source#!/bin/bash # [Fat Hard] (2019-04-04) # CHANGELOG # Version 1.1 # Initial Version # Version: 1.2 # Fixed Pol function error # Updated Wine version (4.0) # Code adapted at RoninDusette's Photoshop CS6 Installing Code # Version 1.3 # Just a Code Review [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Proteus8" WINEVERSION="4.0" TITLE="Proteus 8 Professional" EDITOR="Labcenter Electronics Ltd" GAME_URL="https://www.labcenter.com" AUTHOR="FatHard" #Initialization POL_GetSetupImages "http://2.bp.blogspot.com/-Fg3bEjDvkY0/VGsIhvdAbTI/AAAAAAAANpw/OPExT55Kbf8/s1600/Proteus%2BIcon.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2665 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies POL_Call POL_Install_corefonts POL_Call POL_Function_FontsSmoothRGB # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "PDS.EXE" "Proteus 8 Professional" "" "" "Development;Development;" POL_Extension_Write pdsprj "Proteus 8 Professional" #Ending POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully, but NOTICE: At first run the program will generate the following error "Internal Exception: Access violation in module 'VGDVC.DLL' [00010C56]".After this error, go in Settings (is on right of "Remove"), go on Wine, Registry Editor, HKEY_CURRENT_USER\Software\Labcenter Electronics\Proteus 8 Professional\Default Graphics Mode=1 (set on 1) And Done!\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
dqhuy | Mercredi 15 Juin 2022 à 11:42 |
dqhuy
|
MessagesSomeone help me, plz !! I install Proteus 8.13 in wine-staging 7.10 It seem to be working OK and when i try to place a component, it work ,but the only things gone mad is the display Take a look!! RéponsesEdité par dqhuy |
moesaab | Lundi 21 Octobre 2019 à 12:01 |
moesaab
|
Messageswhen i press on install this program it does not open on chromium , and on firefox it says "This address wasn't understood" any help ? Réponses |
linuxyz | Mercredi 10 Juillet 2019 à 16:19 |
linuxyz
|
MessagesIt's installed normally without error. I can launch it and it runs without error, but when you try to create a new project, a new workspace opens but with a section for the circuit completely black. See: Réponses |
FatHard | Jeudi 9 Mai 2019 à 23:08 |
FatHard
|
InformationCette mise à jour a été acceptée par l'équipe MessagesThis new version brings the most up-to-date Wine (Wine 4.0), plus code logic and better organization fixes. Remember to read the post-installation notes, because in some cases Proteus can not open Differences@@ -1,51 +1,62 @@ #!/bin/bash + + +# [Fat Hard] (2019-04-04) # CHANGELOG -# [Fat Hard] (2018-11-12) -# Initial version +# Version 1.1 +# Initial Version +# Version: 1.2 +# Fixed Pol function error +# Updated Wine version (4.0) +# Code adapted at RoninDusette's Photoshop CS6 Installing Code +# Version 1.3 +# Just a Code Review [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + PREFIX="Proteus8" -WINEVERSION="3.0.2" +WINEVERSION="4.0" TITLE="Proteus 8 Professional" +EDITOR="Labcenter Electronics Ltd" +GAME_URL="https://www.labcenter.com" +AUTHOR="FatHard" +#Initialization POL_GetSetupImages "http://2.bp.blogspot.com/-Fg3bEjDvkY0/VGsIhvdAbTI/AAAAAAAANpw/OPExT55Kbf8/s1600/Proteus%2BIcon.png" "$TITLE" - POL_SetupWindow_Init POL_SetupWindow_SetID 2665 - -POL_SetupWindow_presentation "$TITLE""$PREFIX" - -POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" - + POL_Debug_Init -POL_System_SetArch "x86" +# Presentation +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" -POL_SetupWindow_InstallMethod "LOCAL" - - POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" - SetupIs="$APP_ANSWER" - +# Create Prefix +POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" +INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" -Set_OS "win7" - - -POL_Wine "$SetupIs" -POL_Wine_WaitExit "$TITLE" +#Dependencies POL_Call POL_Install_corefonts -POL_Call POL_Function_FontsSmoothBGR POL_Call POL_Function_FontsSmoothRGB -POL_Call POL_Function_GrayScale -POL_Shortcut "PDS.EXE" "Proteus 8 Professional" "" "" "Development;Development;" -POL_Extension_Write pdsprj "Proteus 8 Professional" +# Installation +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$INSTALLER" +POL_Wine_WaitExit "$TITLE" -POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" + +# Create Shortcuts +POL_Shortcut "PDS.EXE" "Proteus 8 Professional" "" "" "Development;Development;" + +POL_Extension_Write pdsprj "Proteus 8 Professional" + +#Ending +POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully, but NOTICE: At first run the program will generate the following error "Internal Exception: Access violation in module 'VGDVC.DLL' [00010C56]".After this error, go in Settings (is on right of "Remove"), go on Wine, Registry Editor, HKEY_CURRENT_USER\Software\Labcenter Electronics\Proteus 8 Professional\Default Graphics Mode=1 (set on 1) +And Done!\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close -exit \ No newline at end of file +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # [Fat Hard] (2019-04-04) # CHANGELOG # Version 1.1 # Initial Version # Version: 1.2 # Fixed Pol function error # Updated Wine version (4.0) # Code adapted at RoninDusette's Photoshop CS6 Installing Code # Version 1.3 # Just a Code Review [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Proteus8" WINEVERSION="4.0" TITLE="Proteus 8 Professional" EDITOR="Labcenter Electronics Ltd" GAME_URL="https://www.labcenter.com" AUTHOR="FatHard" #Initialization POL_GetSetupImages "http://2.bp.blogspot.com/-Fg3bEjDvkY0/VGsIhvdAbTI/AAAAAAAANpw/OPExT55Kbf8/s1600/Proteus%2BIcon.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2665 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" # Create Prefix POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" #Dependencies POL_Call POL_Install_corefonts POL_Call POL_Function_FontsSmoothRGB # Installation POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" POL_Wine_WaitExit "$TITLE" # Create Shortcuts POL_Shortcut "PDS.EXE" "Proteus 8 Professional" "" "" "Development;Development;" POL_Extension_Write pdsprj "Proteus 8 Professional" #Ending POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully, but NOTICE: At first run the program will generate the following error "Internal Exception: Access violation in module 'VGDVC.DLL' [00010C56]".After this error, go in Settings (is on right of "Remove"), go on Wine, Registry Editor, HKEY_CURRENT_USER\Software\Labcenter Electronics\Proteus 8 Professional\Default Graphics Mode=1 (set on 1) And Done!\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesEdité par FatHard |
FatHard | Vendredi 5 Avril 2019 à 0:45 |
FatHard
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesNew updates Differences@@ -1,51 +1,55 @@ #!/bin/bash - + + +# [Fat Hard] (2019-04-04) + # CHANGELOG -# [Fat Hard] (2018-11-12) -# Initial version - +# Version 1 +# Initial Version +# Version: 1.2 +# Fixed Pol function error +# Updated Wine version (4.0) +# Code adapted at RoninDusette's Photoshop CS6 Installing Code + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + PREFIX="Proteus8" -WINEVERSION="3.0.2" +WINEVERSION="4.0" TITLE="Proteus 8 Professional" - + +#Initialization POL_GetSetupImages "http://2.bp.blogspot.com/-Fg3bEjDvkY0/VGsIhvdAbTI/AAAAAAAANpw/OPExT55Kbf8/s1600/Proteus%2BIcon.png" "$TITLE" - POL_SetupWindow_Init POL_SetupWindow_SetID 2665 - -POL_SetupWindow_presentation "$TITLE""$PREFIX" - -POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" - POL_Debug_Init -POL_System_SetArch "x86" - - -POL_SetupWindow_InstallMethod "LOCAL" - POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" - SetupIs="$APP_ANSWER" +# Presentation +POL_SetupWindow_presentation "$TITLE""$PREFIX" +# Create Prefix +POL_System_SetArch "x86" +POL_SetupWindow_InstallMethod "LOCAL" +POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" +SetupIs="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" - -Set_OS "win7" - - +Set_OS "win7" POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" + +#Dependencies POL_Call POL_Install_corefonts -POL_Call POL_Function_FontsSmoothBGR POL_Call POL_Function_FontsSmoothRGB -POL_Call POL_Function_GrayScale +# Create Shortcuts POL_Shortcut "PDS.EXE" "Proteus 8 Professional" "" "" "Development;Development;" POL_Extension_Write pdsprj "Proteus 8 Professional" -POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" +#Ending + +POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully. NOTICE: At first run the program will generate the following error "Internal Exception: Access violation in module 'VGDVC.DLL' [00010C56]".After this error, go in Settings (is on right of "Remove"), go on Wine, Registry Editor, HKEY_CURRENT_USER\Software\Labcenter Electronics\Proteus 8 Professional\Default Graphics Mode=1 (set on 1) +And Done!\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close -exit \ No newline at end of file +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # [Fat Hard] (2019-04-04) # CHANGELOG # Version 1 # Initial Version # Version: 1.2 # Fixed Pol function error # Updated Wine version (4.0) # Code adapted at RoninDusette's Photoshop CS6 Installing Code [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Proteus8" WINEVERSION="4.0" TITLE="Proteus 8 Professional" #Initialization POL_GetSetupImages "http://2.bp.blogspot.com/-Fg3bEjDvkY0/VGsIhvdAbTI/AAAAAAAANpw/OPExT55Kbf8/s1600/Proteus%2BIcon.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2665 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE""$PREFIX" # Create Prefix POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win7" POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" #Dependencies POL_Call POL_Install_corefonts POL_Call POL_Function_FontsSmoothRGB # Create Shortcuts POL_Shortcut "PDS.EXE" "Proteus 8 Professional" "" "" "Development;Development;" POL_Extension_Write pdsprj "Proteus 8 Professional" #Ending POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully. NOTICE: At first run the program will generate the following error "Internal Exception: Access violation in module 'VGDVC.DLL' [00010C56]".After this error, go in Settings (is on right of "Remove"), go on Wine, Registry Editor, HKEY_CURRENT_USER\Software\Labcenter Electronics\Proteus 8 Professional\Default Graphics Mode=1 (set on 1) And Done!\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesSamedi 1 Juin 2019 à 13:08
|
FatHard | Vendredi 7 Décembre 2018 à 21:05 |
FatHard
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,51 @@ +#!/bin/bash + +# CHANGELOG +# [Fat Hard] (2018-11-12) +# Initial version + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="Proteus8" +WINEVERSION="3.0.2" +TITLE="Proteus 8 Professional" + +POL_GetSetupImages "http://2.bp.blogspot.com/-Fg3bEjDvkY0/VGsIhvdAbTI/AAAAAAAANpw/OPExT55Kbf8/s1600/Proteus%2BIcon.png" "$TITLE" + +POL_SetupWindow_Init +POL_SetupWindow_SetID 2665 + +POL_SetupWindow_presentation "$TITLE""$PREFIX" + +POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" + +POL_Debug_Init +POL_System_SetArch "x86" + + +POL_SetupWindow_InstallMethod "LOCAL" + + POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" + SetupIs="$APP_ANSWER" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +Set_OS "win7" + + +POL_Wine "$SetupIs" +POL_Wine_WaitExit "$TITLE" +POL_Call POL_Install_corefonts +POL_Call POL_Function_FontsSmoothBGR +POL_Call POL_Function_FontsSmoothRGB +POL_Call POL_Function_GrayScale + +POL_Shortcut "PDS.EXE" "Proteus 8 Professional" "" "" "Development;Development;" + +POL_Extension_Write pdsprj "Proteus 8 Professional" + +POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" +POL_SetupWindow_Close +exit \ No newline at end of file Nouveau code source#!/bin/bash # CHANGELOG # [Fat Hard] (2018-11-12) # Initial version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Proteus8" WINEVERSION="3.0.2" TITLE="Proteus 8 Professional" POL_GetSetupImages "http://2.bp.blogspot.com/-Fg3bEjDvkY0/VGsIhvdAbTI/AAAAAAAANpw/OPExT55Kbf8/s1600/Proteus%2BIcon.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2665 POL_SetupWindow_presentation "$TITLE""$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "win7" POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_corefonts POL_Call POL_Function_FontsSmoothBGR POL_Call POL_Function_FontsSmoothRGB POL_Call POL_Function_GrayScale POL_Shortcut "PDS.EXE" "Proteus 8 Professional" "" "" "Development;Development;" POL_Extension_Write pdsprj "Proteus 8 Professional" POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit Réponses |
FatHard | Vendredi 7 Décembre 2018 à 20:40 |
FatHard
|
Messages. RéponsesEdité par FatHard |
FatHard | Vendredi 7 Décembre 2018 à 20:38 |
FatHard
|
Messages. RéponsesEdité par FatHard |
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