SolidWorks 2009 now works !

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
denisb
Level 2
Level 2
Posts: 13
Joined: Mon Jul 14, 2008 9:34 am

SolidWorks 2009 now works !

Post by denisb »

Hi,

I was waiting this day for a very long time, but now it's done :

SolidWorks is now working under wine !!!

Just a few winetricks are needed : vcrun2005, ie6 and gdiplus.

There is still an annoying bug with file operations (bug 9396), but
except from that, it is almost perfect !

I rated it BRONZE, but when 9396 will be solved, it will be GOLD... and
even PLATINIUM if the installer worked perfectly for all the add-ons.

Thanks and kudos to all the developers !
Otamay
Newbie
Newbie
Posts: 4
Joined: Sat Dec 05, 2009 11:00 pm

Post by Otamay »

I've installed the requeriments you said, but I can't run SolidWorks 2009 SP0 =(. I've been wating too, the day in wich SolidWorks can be run in Linux.

Uhm when running swspmanager.exe or SLDWORKS.exe, wine gives to me this output:

Code: Select all

err:ole:NDRCContextBinding invalid handle 0x162a68
fixme:advapi:RegisterEventSourceA ((null),"SolidWorks SC"): stub
fixme:advapi:RegisterEventSourceW (L"",L"SolidWorks SC"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0xc0000065,(nil),0x0001,0x00000000,0x33eca4,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0xc0000065,(nil),0x0001,0x00000000,0x1624d8,(nil)): stub
err:eventlog:ReportEventW L"98-163"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
err:module:attach_process_dlls "sldutu.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Archivos de programa\\SolidWorks\\SLDWORKS.exe" failed, status c0000142
I'm using debian sid with wine 1.1.33. Did you get this error too?
kvip
Newbie
Newbie
Posts: 2
Joined: Thu Dec 10, 2009 10:23 am

Post by kvip »

I was able to install and run solidworks 2007 under Ubuntu Karmic
Wine version 1.1.34
I used PlayOnLinux to install

Currently the program starts and does 2D sketches.
I can't do 3D since it crashes every time I try to do so.

The error message says

Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\Program Files\SolidWorks\SLDWORKS.exe
abnormal program termination

I ran winetricks and installed vcrun2005 ie6 and gdiplus.
Unfortunately this doesn't cure the problem.

What can I do?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

kvip wrote:The error message says
Microsoft Visual C++ Runtime Library
Runtime Error!
Need terminal output.
kvip
Newbie
Newbie
Posts: 2
Joined: Thu Dec 10, 2009 10:23 am

Post by kvip »

Here goes

**********************

deniz@HPdv7:~$ playonlinux --run "SolidWorks 2007"
PlayOnLinux v3.7.2

Checking python : [ Ok ]
deniz@HPdv7:~$ Microsoft (R) .NET Framework Assembly Registration Utility 2.0.50727.42
Copyright (C) Microsoft Corporation 1998-2004. All rights reserved.

Types registered successfully
Microsoft (R) .NET Framework Assembly Registration Utility 2.0.50727.42
Copyright (C) Microsoft Corporation 1998-2004. All rights reserved.

Types registered successfully
Microsoft (R) .NET Framework Assembly Registration Utility 2.0.50727.42
Copyright (C) Microsoft Corporation 1998-2004. All rights reserved.

RegAsm : warning RA0000 : Registering an unsigned assembly with /codebase can cause your assembly to interfere with other applications that may be installed on the same computer. The /codebase switch is intended to be used only with signed assemblies. Please give your assembly a strong name and re-register it.
Types registered successfully
../../src/xcb_io.c:445: _XReply: Assertion `!dpy->xcb->reply_data' failed.
deniz@HPdv7:~$

****************

any idea?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

kvip wrote:deniz@HPdv7:~$ playonlinux --run "SolidWorks 2007"
PlayOnLinux v3.7.2
Ask for help with that on PO's forum. If you ask question here you should be running vanilla Wine.
denisb
Level 2
Level 2
Posts: 13
Joined: Mon Jul 14, 2008 9:34 am

SolidWorks 2009 now works !

Post by denisb »

Le jeudi 10 décembre 2009 à 09:45 -0600, kvip a écrit :
I was able to install and run solidworks 2007 under Ubuntu Karmic
Wine version 1.1.34
I used PlayOnLinux to install

Currently the program starts and does 2D sketches.
I can't do 3D since it crashes every time I try to do so.

The error message says

Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\Program Files\SolidWorks\SLDWORKS.exe
abnormal program termination

I ran winetricks and installed vcrun2005 ie6 and gdiplus.
Unfortunately this doesn't cure the problem.

What can I do?
try ./winetricks msxml6

Denis
Locked