http://bugs.winehq.org/show_bug.cgi?id=5923
Summary: MultiGo 4.2.1 crashes, while MultiGo 3.9 run perfectly
Product: Wine
Version: 0.9.17.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: balashof(a)rol.ru
There is free Go programm (http://www.ruijiang.com/multigo/). Previous version
of it (3.9) runs perfeclty under Wine in Fedora Core.
But version 4.2.1 crashes at startup.
--
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=5922
------- Additional Comments From vitaliy(a)kievinfo.com 2006-11-08 20:41 -------
I'm sure you got that dll and retried installation right?
--
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=4051
------- Additional Comments From scott(a)open-vote.org 2006-11-08 20:26 -------
Also, the last patch (2006-3-21) doesn't apply cleanly. Is there a newer one?
--
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=3460
------- Additional Comments From ead1234(a)hotmail.com 2006-11-08 20:20 -------
Power Point viewer installs now, and so does chem office, it runs fine so the
bug is fixed.
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5833
------- Additional Comments From jan.wine(a)zerebecki.de 2006-11-08 20:19 -------
Do you use wine with the alsa driver? If yes, please try if it works with oss.
(Or perhaps without a sound driver selected (in winecfg) or with sound disabled
in the game.)
--
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=4051
------- Additional Comments From scott(a)open-vote.org 2006-11-08 20:15 -------
So, this bug is still here in 0.9.19.
The error I'm getting:
winecfg
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please
report)
Link points to "/tmp/ksocket-scott"
can't create mcop directory
I don't have any KDE-related stuff (though the package is built with the libs)
on this system.
--
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=5921
------- Additional Comments From jan.wine(a)zerebecki.de 2006-11-08 20:12 -------
Does it also run the dx setup with a fresh .wine ?
--
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=5905
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx-d3d |wine-directx-ddraw
--
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=5671
------- Additional Comments From qingdao33122(a)yahoo.com 2006-11-08 19:31 -------
Looks like stack corruption.
In dlls/gdi/dib.c search for GetDIBits.
Then search for '0x07e0'.
Comment out the following code.
#if 0
case 16:
info->bmiHeader.biBitCount = 16;
info->bmiHeader.biCompression = BI_BITFIELDS;
((PDWORD)info->bmiColors)[0] = 0xf800;
((PDWORD)info->bmiColors)[1] = 0x07e0;
((PDWORD)info->bmiColors)[2] = 0x001f;
break;
#endif
Rebuild gdi32.dll.so and qtracker can show something ( before it crashes with a
division by zero ).
I don't know enough about dibs to fix this though.
--
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.