Application Details:
Version: | 4.4 |
License: | Free to use |
URL: | http://www.mentor.com/products... |
Votes: | 0 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 0.9.34. |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
The installation seems to work with some workarounds (see Installation Howto). Licensing also seems to work.
What does not
Starting the application doesn't work.
Workarounds
What was not tested
The whole application, as it doesn't run.
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 7.04 "Feisty" i386 (+ variants like Kubuntu) | Apr 08 2007 | 0.9.34. | Yes | No | No | Garbage | Torsten Knodt | |
Show | Ubuntu 6.10 "Edgy" i386 (+ variants like Kubuntu) | Mar 24 2007 | 0.9.33. | Yes | No | No | Garbage | Torsten Knodt |
The installation of SystemVision is a little tricky.
wine SVED4.4_Release.exe
.C:\MentorGraphics\Install
. There is a directory JRE
, containing the Java Runtime Environment. You have to remove the directory or rename it and then copy a current JRE (I used version 1.6) into the directory.C:\SV.XML
with the following content:<batchFile> <source value="C:\windows/temp/SystemVisionEd44"/> <target value="C:\MentorGraphics"/> <platform value="Windows"/> <release name="SystemVision Educational"/> <product name="SystemVision 4.4 Educational" productroot=""/> </release> </batchFile>
MFC42.DLL
and a MSVCIRT.DLL
from somewhere and install it into C:\WINDOWS\SYSTEM32
and then register it with regsvr32 "C:\\WINDOWS\\SYSTEM32\\MFC42.DLL" "C:\\WINDOWS\\SYSTEM32\\MSVCIRT.DLL"
.wine 'C:\MentorGraphics\Install\Install.exe' -silent -batch 'C:\sv.xml'
.cd ~/.wine/drive_c && find . -name "*.dll" -o -name "*.DLL" -o -name "*.ocx" -o -name "*.OCX" | sed -e "s_^./_C:\\\\\\\\_g" -e "s_/_\\\\\\\\_g" | while read name; do regsvr32 "$name"; done
Good look.
Please write a comment, when this procedure fails for you. The application will not run. I see a splash screen and then get an error. When it works for you, please let me know!
Comments for this application have been disabled because there are no maintainers.