[Bug 26706] New: SolidWorks: Some tools cannot be activated
http://bugs.winehq.org/show_bug.cgi?id=26706 Summary: SolidWorks: Some tools cannot be activated Product: Wine Version: 1.3.17 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: maarten.bezemer(a)gmail.com When clicking on the toolbar button or the menu item to activate a tool, nothing happens. Known tools which do not work: - Plane (menu Insert -> Reference Geometry -> Plane) - Convert Entities (menu Tools -> Sketch Tools -> Convert Entities) But there are probably more occurences...? Steps to reproduce: - Start designing a new part - Click the new plane button Actual results: Nothing happens Expected results: After clicking the button a new plane pane should show to fill in the properties of the new plane and to actually create it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #1 from Maarten Bezemer <maarten.bezemer(a)gmail.com> 2011-04-09 16:17:40 CDT --- When looking to the output on the console nothing changes when the buttons are clicked. As I am new, I do not know what things to enable to get more/useful log outputs. So tell me and I am happy to provide the logs... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 denis bonnenfant <denis.bonnenfant(a)diderot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |denis.bonnenfant(a)diderot.or | |g --- Comment #2 from denis bonnenfant <denis.bonnenfant(a)diderot.org> 2011-04-17 07:38:13 CDT --- For me these tools are working perfectly. Tested with Nvidia and Intel GPU. Please try again with or without some dll overrides ( gdiplus, msxml6 ), and dotnet30 and ie6 too. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #3 from Maarten Bezemer <maarten.bezemer(a)gmail.com> 2011-04-19 09:23:30 CDT --- Created an attachment (id=34204) --> (http://bugs.winehq.org/attachment.cgi?id=34204) Crash when starting a new drawing -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #4 from Maarten Bezemer <maarten.bezemer(a)gmail.com> 2011-04-19 09:24:12 CDT --- Created an attachment (id=34205) --> (http://bugs.winehq.org/attachment.cgi?id=34205) Crash when a drawing is openend and the 'new plane' button is clicked -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #5 from Maarten Bezemer <maarten.bezemer(a)gmail.com> 2011-04-19 09:26:28 CDT --- After installing msxml6 and dotnet30 as well, the 'New Plane' feature still does not work... Now SolidWorks crashes when I try to start a new drawing (directly when the application was started), as shown in the 'Crash when starting a new drawing' log. If I load a drawing (instead of creating a new one) it load, but SolidWorks crashes when I click on the 'New Plane' button, see the 'Crash when a drawing is openend and the 'new plane' button is clicked' log. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #6 from denis bonnenfant <denis.bonnenfant(a)diderot.org> 2011-04-19 09:41:46 CDT --- logs are quite explicit, you need to increase ulimit ( see AppDB instructions ). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #7 from denis bonnenfant <denis.bonnenfant(a)diderot.org> 2011-04-19 09:46:01 CDT --- you must disable directX too (WINEDLLOVERRIDES="d3d9="""), or via winecfg -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #8 from Maarten Bezemer <maarten.bezemer(a)gmail.com> 2011-04-20 11:04:38 CDT --- I increased ulimit -n to 8096 (by editing /etc/security/limits.conf and restarting system) ulimit -Hn now indeed shows the increased value. Running WINEDLLOVERRIDES="d3d9=""" wine ~/.wine/drive_c/Program\ Files/SolidWorks/SLDWORKS.exe still does not work (see attachment) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #9 from Maarten Bezemer <maarten.bezemer(a)gmail.com> 2011-04-20 11:06:46 CDT --- Created an attachment (id=34241) --> (http://bugs.winehq.org/attachment.cgi?id=34241) Crash when starting a new drawing, with ulimit -n increased to 8192 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #10 from Maarten Bezemer <maarten.bezemer(a)gmail.com> 2011-04-27 02:33:27 CDT --- @denis bonnenfant: Maybe it has something to do with my 64bit OS (Kubuntu 10.10)? What OS do you test it with? $ uname -a Linux ce-bzr 2.6.35-28-generic #50-Ubuntu SMP Fri Mar 18 18:42:20 UTC 2011 x86_64 GNU/Linux -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #11 from denis bonnenfant <denis.bonnenfant(a)diderot.org> 2011-04-27 03:38:09 CDT --- (In reply to comment #10)
@denis bonnenfant: Maybe it has something to do with my 64bit OS (Kubuntu 10.10)? What OS do you test it with?
$ uname -a Linux ce-bzr 2.6.35-28-generic #50-Ubuntu SMP Fri Mar 18 18:42:20 UTC 2011 x86_64 GNU/Linux
32bits ubuntu lucid or Maverick. Few months ago, I encountered this problem too, but it disappears magically, without changing anything to my SW's prefixes. So I wasn't able to reproduce it. Maybe a graphics driver/X/Mesa/OpenGL libs version problem ? Are you sure that all the 32bits versions of these libs are correctly installed ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #12 from Maarten Bezemer <maarten.bezemer(a)gmail.com> 2011-05-04 08:57:39 CDT --- I tried everything (32 bit libs, wine 1.3.19, new OS (Ubuntu 11.04), installing SolidWorks SP5 instead of SP4) without any luck. I though that I could try and create a part with a plane in it using Windows and load in wine. Which succeeds, but when I try to edit the plane features, the plane becomes gray (in the left explorer view). To enable it again I can right click on it and choose 'Roll Forward'. But editing the plane is not working as well. When looking at the output in the terminal were I ran 'wine SLDWORKS.exe', no extra errors occur while trying to edit the plane or rolling it forward... What else can I try to find/solve the problem? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #13 from denis bonnenfant <denis.bonnenfant(a)diderot.org> 2011-05-04 10:37:13 CDT --- That's really weird ! All my SW installs on 32bits ubuntu are working, independantly from dll overrides. So maybe the issue is related to 64 bit os ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #14 from Maarten Bezemer <maarten.bezemer(a)gmail.com> 2011-05-22 06:59:34 CDT --- I unfortunatelly cannot try it on a 32bit Ubuntu, to see whether that helps... (Updated to wine 1.3.20 and the problem still is around) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #15 from Maarten Bezemer <maarten.bezemer(a)gmail.com> 2012-02-01 03:08:55 CST --- Still a problem with Kubuntu 11.04, 64-bit, wine-1.4-rc1 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #16 from Austin English <austinenglish(a)gmail.com> --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.16 or newer) wine? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #17 from Maarten Bezemer <maarten.bezemer(a)gmail.com> --- It is still an issue with wine-1.7.15 (on Kubuntu 13.10, 64-bit) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #18 from Maarten Bezemer <maarten.bezemer(a)gmail.com> --- It is still an issue with wine-1.7.34, WINEARCH=win32 (on Kubuntu 14.10, 64-bit) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=26706 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #19 from joaopa <jeremielapuree(a)yahoo.fr> --- Does the bug still occur with latest wine (4.0-rc6)? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #20 from joaopa <jeremielapuree(a)yahoo.fr> --- No news from the reporter since 6 years. No download available. Can an administrator close this bug as ABANDONED? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=26706 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #21 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Abandoned -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=26706 --- Comment #22 from Austin English <austinenglish(a)gmail.com> --- Closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=26706 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #23 from Austin English <austinenglish(a)gmail.com> --- Actually closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla