http://bugs.winehq.org/show_bug.cgi?id=3996
------- Additional Comments From madjack(a)mail.ru 2005-06-12 02:04 -------
Louis Lenders, can you send me to mail: madjack(a)mail.ru or post here yours
wine configs and wine version? My wine configs are default. I don't change
anything after wine first run. Maybe need some native windows files or special
command line to run this prog? Or special flags to build wine from FreeBSD
ports?
--
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=3802
------- Additional Comments From komi(a)gmx.at 2005-06-12 01:17 -------
Yesterday I tried to run it with dcom98.
Also the same behaviour!
--
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=4001
------- Additional Comments From vitaliy(a)kievinfo.com 2005-06-12 00:21 -------
Wine's winaspi using read/write from/to /dev/sg?. That doesn't work anymore for
things where ioctls should be used (like scsi query & enum).
I really don't think native will work (i would probably say 100% sure it will not).
--
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=3969
------- Additional Comments From vitaliy(a)kievinfo.com 2005-05-12 22:36 -------
Coult you retest with today's cvs? Some of the Marcus' patches got commited.
--
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=4004
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--
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=4000
------- Additional Comments From tony.lambregts(a)gmail.com 2005-05-12 20:07 -------
Maybe but I don't think so...
this bug - War craft Battle Net:
wine: Unhandled page fault on read access to 0x00000000 at address (nil) (t
hread 0009), starting debugger...
WineDbg starting on pid 0x8
Bug 3978 - Diablo II:
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
0x6ff
Could you attach a log using WINEDEBUG=+winsock,+tid,+seh ?
--
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=4004
Summary: InsertMenuItem, GetMenuString fails with MFT_OWNERDRAW
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew7webb(a)comcast.net
A Menu item containing a string, which is also owner drawn cannot be retrieved
with GetMenuString.
A very short C program (attached) will work on windows but fail on wine.
The crucial code is:
MENUITEMINFO mii;
mii.fMask= MIIM_FTYPE | MIIM_STRING;
mii.fType= MFT_OWNERDRAW;
...
if ( InsertMenuItem( hMenu, uItem, fByPosition, &mii ) ) {
if ( GetMenuString( hMenu, uItem, strback, 99, MF_BYPOSITION ) ) {
MessageBox( 0, "GetMenuString worked.", strback, MB_OK );
} else {
MessageBox( 0, "GetMenuString failed.", title, MB_OK );
}
GetMenuString will fail on wine, but succeed on windows.
After examining the problem , it appears that the relevant source code is the
function SetMenuItemInfo_common, the function GetMenuStringA, and the macro
IS_STRING_ITEM in user/menu.c The concept of having a string and the
MF_OWNERDRAW specified seems to cause trouble in the macro.
--
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=4001
------- Additional Comments From nospam(a)thenerdshow.com 2005-05-12 18:57 -------
Does not need XP to run, just needs an XP boot CD to copy files from, AFAIK.
Do you mean "obsoleted" winaspi? And which? Is it wine's or PE Builder's
handling of winaspi that is obsoleted? If this is a common problem maybe it's a
dup. Perhaps I will try installing the windows aspi drivers under wine, heh.
--
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.