WineHQ

SolidWorks

No Screenshot

Submit Screenshot

SolidWorks 2013 

Application Details:

Version: 2013
License: Retail
URL: http://www.solidworks.com
Votes: 0
Latest Rating: Bronze
Latest Wine Version Tested: 1.9.12

Maintainers: About Maintainership

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Installer, just about, after following NSLW's guide. Most of the core features appear to work fine, still being struck down by the headers on the feature panel being overdrawn (bug 27403). Graphics performance is fine, using nvidia binary drivers installed as per http://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/ Annotation editor on drawings appears to now work without having to copy any dlls from windows. 32-bit product installed in a new 32-bit wineprefix under 64-bit OS (WINEPREFIX="$HOME/.wine-newdirname" WINEARCH=win32 wine wineboot) Installer got stuck at the end (the window disappeared without informing me of an error) waiting for a critical section, I did "killall MSIEXEC.EXE" and "killall mscorsvw.exe" and it appears to have left all the installed files intact.

What does not

Appearance / material previews in the Solidworks Resources panel just show as white squares. PhotoView 360 doesn't appear to do anything apart from hang and/or flash windows for a moment.

Workarounds

What was not tested

Any of the other plugins.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Giving this silver, basically works as well as sw2009 used to (minus the photo rendering). Quick summary of NSLW's install guide in case it goes away: WINEPREFIX="$HOME/.wine-newdirname" WINEARCH=win32 wine wineboot export WINEPREFIX="$HOME/.wine-newdirname" winetricks -q vcrun2010 dotnet40 mfc40 jet40 winetricks -q wsh57 msxml6 riched20 winetricks vista wine SOLIDWORKSINTALLATIONMEDIA/swwi/data/setup.exe killall MSIEXEC.EXE killall mscorsvw.exe winetricks winxp

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentFedora 23 x86_64Jun 26 20161.9.12Yes Yes NoBronzeFunkster 
ShowUbuntu 13.04 "Raring" amd64 (+ variants like Kubuntu)Oct 27 20131.4.1No Not installable NoGarbagean anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected
27403 Collapsable section headers in Solidworks property manager are overdrawn, thus unusable NEW View
35374 SolidWorks 2013 fails to setup CLR 4.0 hosting, complains about unimplemented function mscoree.dll.CLRCreateInstance (.NET 3.x mscoree.dll not updated/replaced by .NET 4.0 installer) NEW View
35813 SolidWorks 2013: Crash at the beginning UNCONFIRMED View
35814 SolidWorks 2013: sldProcMon hang up UNCONFIRMED View
35873 SolidWorks 2013: INSTALLDIR instead of valid path UNCONFIRMED View

Show all bugs

HowTo / Notes

HOWTO

 by NSLW on (October 31st 2013)

Pre-installation steps

1. Use recent version of Wine(tested with wine-1.7.5)
2. Download winetricks by following command

wget http://www.kegel.com/wine/winetricks

3. Install required components by following command

sh winetricks -q vcrun2010 dotnet40 mfc40 jet40

4. Install additional components by following command

sh winetricks -q wsh57 msxml6 riched20

*It will take some time because winetricks will download all above components

5. Set Windows version to vista by following command

sh winetricks vista


Installing

1. Go to SOLIDWORKSINTALLATIONMEDIA/swwi/data/
2. Run setup.exe
3. Configure your installation as you like and let installer copy all the files
4. You should be informed that installation ended successfully and you can proceed normally. If at the end you're informed that installation has failed do not acknowledge this because you will lose your installed files. Start your favourite terminal (e.g. Konsole, gnome-terminal, xterm) and type

killall MSIEXEC.EXE

The window will disappear and the installation is complete.

Post-installation steps

1. Set Windows version to xp by following command

sh winetricks winxp

Comments

Back