http://bugs.winehq.org/show_bug.cgi?id=6582
Summary: WIne Crashes While REGSVR32 MSVBVM60.DLL
Product: Wine
Version: 0.9.24.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick.couchman(a)seakr.com
I searched around for a bug like this but couldn't find anything. I have an
application that uses VB6 and crashes. When I try to manually register the VB6
DLL (MSVBVM60.DLL), Wine crashes and starts the debugger. Since I'm not a
programmer interpretting the crash is a little over my head, but I'll attach the
backtrace below.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4449
------- Additional Comments From wjsqudtlr(a)gmail.com 2006-01-11 13:32 -------
I'm Sorry.
Please DON'T test this patch. This patch is a garbage...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6579
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-programs |wine-misc
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4449
------- Additional Comments From wjsqudtlr(a)gmail.com 2006-01-11 12:47 -------
Created an attachment (id=3987)
--> (http://bugs.winehq.org/attachment.cgi?id=3987&action=view)
simple patch for Bug #4449
At the other point,
I think this bugs is the problem of WineEngEnumFonts() function.
If Tahoma is not exist, WineEngEnumFonts() don't call "FONTENUMPROCW proc".
This simple patch will fix the this problem.
Please test this patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6574
------- Additional Comments From purple_skunk(a)msn.com 2006-01-11 12:08 -------
OK, here is a summary of my tests so far :
- Using gcc 4.1.1 :
- 0.9.24 : WoW fails at startup
- git (origin) : WoW launches, but hangs when quitting
- git (0.9.24) : WoW launches, hangs when quitting
- cvs : WoW launches, hangs when quitting
- git (regression tests) : all bijections were good, was not able to spot the
regressing patch.
- Using gcc 3.4.6 :
- 0.9.24 : WoW launches, and quits properly
- git (origin) : WoW launches, but hangs when quitting
- cvs : WoW launches, but hangs when quitting
The bug sees solved, going to see bug #6578
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4969
------- Additional Comments From sdac.bithack(a)gmail.com 2006-01-11 11:42 -------
Solution:
Go to the following directory:
C:\Program Files\IDA\cfg
which probably is:
/home/<username>/.wine/c_drive/Program Files/IDA/cfg
Then open the file "idagui.cfg" with a text editor, and locate the line
containing the following (As of IDA Pro Advanced 5.0, it's on line 193):
"BitwiseNegate" = '~'
And comment it out:
//"BitwiseNegate" = '~'
Now execute idag.exe or idag64.exe and enjoy. ;]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.