http://bugs.winehq.org/show_bug.cgi?id=8230
------- Additional Comments From hans(a)it.vu.nl 2007-30-04 03:12 -------
Created an attachment (id=6034)
--> (http://bugs.winehq.org/attachment.cgi?id=6034&action=view)
test that demonstrates incorrect handling of if construct
WINEDLLOVERRIDES="cmd.exe=b" wine cmd.exe /c test.bat
"condition true"
WINEDLLOVERRIDES="cmd.exe=n" wine cmd.exe /c test.bat
"condition false"
--
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=8230
Summary: cmd.exe handles 'if a==b ()' construct incorrectly
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hans(a)it.vu.nl
The mfc40 installer at
http://download.microsoft.com/download/sql65/Patch/6.5/WIN98/EN-US/MFC40i.e…
runs a batch script that exposes a bug in Wine's cmd.exe. I will attach
a reduced test case.
--
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=8212
------- Additional Comments From marius.andreiana(a)gmail.com 2007-30-04 02:36 -------
I haven't tested compiling wine myself. These packages are linked from
http://www.winehq.org/site/download
so they are 'official'.
If someone can confirm that it works with wine compiled differently (what option
is for ssl?) then I'll file the bug for Fedora packaging. Otherwise it's a wine bug.
Thanks
--
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=3918
------- Additional Comments From killertux(a)suomi24.fi 2007-30-04 01:55 -------
only partly fixed... still happends if setting
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"PixelShaderMode"="enabled"
AND if chanhing resolution using xrand to match game window size(starts always
on window) size BEFORE(intro, main menu or compaing menu) gameplay starts.
but if not doing those two things it does not happen.(rendering must be still
set on OpenGL)
--
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=8229
------- Additional Comments From lupien(a)physique.usherbrooke.ca 2007-30-04 01:31 -------
Created an attachment (id=6033)
--> (http://bugs.winehq.org/attachment.cgi?id=6033&action=view)
patch to dlls/user32/msg16.c to prevent unhandled memory exception
This patch to the DispatchMessage16 function of dlls/user32/msg16.c also fixes
an exception that occured after coming back from the callback. The msg pointer
then points nowhere. Contrary to the previous patch, the original
segment:offset is lost by the implicit conversion done by the relay16.c
routines so I used another way (a temporary local copy of the structure).
This is my last patch for the day. 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.
http://bugs.winehq.org/show_bug.cgi?id=8229
------- Additional Comments From lupien(a)physique.usherbrooke.ca 2007-30-04 01:26 -------
Created an attachment (id=6032)
--> (http://bugs.winehq.org/attachment.cgi?id=6032&action=view)
patch to dlls/user32/winproc.c to prevent unhandled memory exception
Thi is a patch to dlls/user32/winproc.c that remaps the pointer data to the
client application after coming back from a callback for the WM_MDICREATE and
WM_CREATE messages of WINPROC_CallProc16To32A. Note that cs->lpszName and
cs->lpszClass (see CREATESTRUCT16to32A) are not remapped so they could create
problems somewhere int he callback (not for me 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.
http://bugs.winehq.org/show_bug.cgi?id=8199
rmh(a)aybabtu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |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=8229
------- Additional Comments From lupien(a)physique.usherbrooke.ca 2007-30-04 01:18 -------
Created an attachment (id=6031)
--> (http://bugs.winehq.org/attachment.cgi?id=6031&action=view)
patch to dlls/winedos/int31.c to improve trace debug
This patch to dlls/winedos/int31.c adds more info to some of the TRACE
instructions to make it easier to trace memory problems.
--
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=8229
------- Additional Comments From lupien(a)physique.usherbrooke.ca 2007-30-04 01:16 -------
Created an attachment (id=6030)
--> (http://bugs.winehq.org/attachment.cgi?id=6030&action=view)
patch to dlls/winedos/int31.c to fix an error in DPMI_xrealloc
DPMI_xrealloc() function of dlls/winedos/int31.c reserved the memory before
doing the test and if they failed it would not release it. So I moved the
memory allocation after the tests. It will only behave differently if it is
called with a NULL handle (ptr). If that is a problem, an else statement can be
added when ptr is NULL.
--
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.