http://bugs.winehq.org/show_bug.cgi?id=30742
Bug #: 30742 Summary: SmartHeap Library reports MEM_BAD_POINTER using DraftSight Product: Wine Version: 1.5.4 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: v_mil@ukr.net Classification: Unclassified
Created attachment 40257 --> http://bugs.winehq.org/attachment.cgi?id=40257 Creating new clean Wine directory. Installing and automatically running DraftSight
In Ubuntu 12.04 x86-64. I use different versions (including current) of DraftSight on WineHQ x86 (versions from 3 to 4) on Ubuntu 11.04 x64 on multiple PCs without any problems! The .wine folder by default doesn't have "Program Files(x86)" folder See http://appdb.winehq.org/objectManager.php?sClass=application&iId=11827
But in Ubuntu 12.04 x64 I try different versions of DraftSight with Wine 4 and Wine 5 (both x64 with "Program Files(x86)" by default) with the same crush: SmartHeapLibrary - MEM_BAD_POINTER I press OK, OK ... OK and the window opens. But no response to any click or key. To close it I must restart Ubuntu. To reproduce this bug
1. Download DraftSight.exe from direct link: http://www.draftsight.com/download-windows 2. Copy it to Wine's drive c or any subdirectory of it. If the path is very long or contains any localized characters the installation process crashes. For example, I can not start it from "~/Завантаження". 3. Run it on wine x64 (on x86 it works successfully) at Ubuntu 12.04 and complete install. It is necessary to press Options on first dialogue. 4. Try to start it. This step usually performs automatically after installation.
I try two versions of WineHQ: Stable 1.4 and latest 1.5.4 with the same result. I also try to create x86 .wine directory by erasing old .wine directory and use command: WINEARCH=win32 winecfg
There are no differences in DraftSight's behaviour.
With best regards. Viktor.
http://bugs.winehq.org/show_bug.cgi?id=30742
Viktor Mileikovskyi v_mil@ukr.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |v_mil@ukr.net
http://bugs.winehq.org/show_bug.cgi?id=30742
--- Comment #1 from Viktor Mileikovskyi v_mil@ukr.net 2012-06-04 12:22:29 CDT --- I can start it (but can't activate) on a computer connected to the network isolated from Internet. After long waiting it says "Unable to send request to the web", opens "Activation" with only one active button "Activate later" and starts after pressing it. To test global I-net problems in the Wine I tried to create a new Wine prefix and install Mozilla Firefox for Windows. The browser works successfully. So, This is an activation problem with DraftSight @ Wine @ 'Ubuntu 12.0'.
http://bugs.winehq.org/show_bug.cgi?id=30742
--- Comment #2 from Viktor Mileikovskyi v_mil@ukr.net 2012-06-29 16:37:47 CDT --- Created attachment 40792 --> http://bugs.winehq.org/attachment.cgi?id=40792 This is the last shot of terminal running DraftSight. The moment of showing an activation window is marked.
http://bugs.winehq.org/show_bug.cgi?id=30742
Viktor Mileikovskyi v_mil@ukr.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|SmartHeap Library reports |DraftSight Activation |MEM_BAD_POINTER using |failed on Wine 4 and 5 at |DraftSight |Ubuntu 12.04
--- Comment #3 from Viktor Mileikovskyi v_mil@ukr.net 2012-06-29 16:40:06 CDT --- As I show in previous message the source of problem is activation procedure of DraftSight in new Wine version. So, I rename a bug to DraftSight Activation failed on Wine 4 and 5 at Ubuntu 12.04
http://bugs.winehq.org/show_bug.cgi?id=30742
--- Comment #4 from Viktor Mileikovskyi v_mil@ukr.net 2012-06-29 16:46:33 CDT --- After installing Wine 1.5.7 the Message SmartHeapLibrary - MEM_BAD_POINTER disappears but there is no possibility to register DraftSight. Any time I start it the registration window appears. I type my E-Mail and other required info and press "Activate" but the registration window appears at next start. So, the bug is not completely fixed. In second attachment there is a new terminal copy. I mark a moment when the registration window appears. Please solve this bug.
With best regards. Viktor.
http://bugs.winehq.org/show_bug.cgi?id=30742
--- Comment #5 from Viktor Mileikovskyi v_mil@ukr.net 2012-08-10 06:50:58 CDT --- After 30-day period is over it works only if Internet is connected and I must retype a registration information at any start.
http://bugs.winehq.org/show_bug.cgi?id=30742
--- Comment #6 from Viktor Mileikovskyi v_mil@ukr.net 2012-09-09 12:16:49 CDT --- A workaround was found.
1. Connect an external storage or resize (without deleting information) a partition on HDD to install Ubuntu 11.04 (approx 8 GB); 2. Install UBUNTU, Wine, DraftSight and register it; 3. Rename Wineprefix of Ubuntu 11.04 (usually .wine in home (~) folder) and copy it to Ubuntu 12.04 Home folder 4. Save backup copy of Wineprefix. Delete a partition with Ubuntu 11.04 and restore partitioning on HDD if nessesary. 4. Create a script for Bash or Sh. Replace two times <Full path to DraftSight wineprefix> with actual full path to DraftSight wineprefix.
#!/bin/sh cd "<Full path to DraftSight wineprefix>/drive_c/Program Files/Dassault Systemes/DraftSight/bin/" env WINEPREFIX=<Full path to DraftSight wineprefix> wine "c:\Program Files\Dassault Systemes\DraftSight\bin\DraftSight.exe"
5. Use this script to run DraftSight. You can place a link to it to Desktop or launch menu.
You can restore new DraftSight wineprefix from backup copy in a future. Do not use this wineprefix on multiple PCs! Do not distribute it! It may block re-registration process and violate license! If you need to install enother copy create enother wineprefix by step 1...5!!! I did not try to create a wineprefix on one PC and copy to enother.
https://bugs.winehq.org/show_bug.cgi?id=30742
--- Comment #7 from Austin English austinenglish@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.28 or newer) wine? If so, please attach the terminal output in 1.7.28 (see http://wiki.winehq.org/FAQ#get_log).
https://bugs.winehq.org/show_bug.cgi?id=30742
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED Severity|major |normal
--- Comment #8 from Ken Sharp imwellcushtymelike@gmail.com --- Abandoned
https://bugs.winehq.org/show_bug.cgi?id=30742
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Bruno Jesus 00cpxxx@gmail.com --- Closing abandoned bugs.