http://bugs.winehq.com/show_bug.cgi?id=1469
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-25-05 16:47 -------
Hallo,
I suspect, that somewhere in your config or registry or in some ini file, you
have "X:\\" where only "X:" should be. The double backslash in this line of
your log looks bad. It seems that the program stumbles apon that.
0009:Call kernel32.lstrcpyA(406d22f4,00407e30 "X:\\\\WZSE1.tmp") ret=00401695
Can you look where the "X:\\" comes from?
Bye
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1469
------- Additional Comments From juan(a)virtual-orbis.com 2003-25-05 15:56 -------
Sorry, but your applied patch was only I found in between 20030408 and
20030508 that met the criteria.
Moreover, browsing more in the debugmsg output it happens that:
(under wine-20030408)
< 0009:Call kernel32.GetDriveTypeA(406d22d8 "X:\\") ret=00401750
< 0009:Ret kernel32.GetDriveTypeA() retval=00000003 ret=00401750
< 0009:Call kernel32.lstrlenA(406d22f4 "X:\\\\WZSE1.tmp\\README.TXT")
ret=0040164b
< 0009:Ret kernel32.lstrlenA() retval=00000018 ret=0040164b
< 0009:Call kernel32.FindFirstFileA(406d22f4 "X:",406d2198) ret=004010a7
< 0009:Ret kernel32.FindFirstFileA() retval=403d7c02 ret=004010a7
^^^^^^^^
< 0009:Call kernel32.FindClose(403d7c02) ret=004010ba
^^^^^^^^^ ^^^^^^^^
< 0009:Ret kernel32.FindClose() retval=00000001 ret=004010ba
< 0009:Call kernel32.FindFirstFileA(406d22f4 "X:\\",406d2198) ret=004010a7
< 0009:Ret kernel32.FindFirstFileA() retval=403d77c2 ret=004010a7
^^^^^^^^
< 0009:Call kernel32.FindClose(403d77c2) ret=004010ba
^^^^^^^^
< 0009:Ret kernel32.FindClose() retval=00000001 ret=004010ba
< 0009:Call kernel32.FindFirstFileA(406d22f4 "X:\\\\WZSE1.tmp",406d2198)
ret=004010a7
/////////////////////////////////////////////////////////////////////////
While the same lines shows different behaviour under wine-20030508:
0009:Call kernel32.GetDriveTypeA(406d22d8 "X:\\") ret=00401750
0009:Ret kernel32.GetDriveTypeA() retval=00000003 ret=00401750
0009:Call kernel32.lstrlenA(406d22f4 "X:\\\\WZSE1.tmp\\README.TXT")
ret=0040164b0009:Ret kernel32.lstrlenA() retval=00000018 ret=0040164b
0009:Call kernel32.FindFirstFileA(406d22f4 "X:",406d2198) ret=004010a7
^^^^^^^^
0009:Ret kernel32.FindFirstFileA() retval=ffffffff ret=004010a7
^^^^^^^^
0009:Call kernel32.lstrlenA(406d22f4 "X:") ret=004018f5
^^^^^^^^
0009:Ret kernel32.lstrlenA() retval=00000002 ret=004018f5
^^^^^^^^^^
0009:Call kernel32.FindFirstFileA(406d22f4 "X:\\",406d2198) ret=004010a7
0009:Ret kernel32.FindFirstFileA() retval=ffffffff ret=004010a7
^^^^^^^^
0009:Call kernel32.lstrlenA(406d22f4 "X:\\") ret=004018f5
0009:Ret kernel32.lstrlenA() retval=00000003 ret=004018f5
Then it does:
0009:Call kernel32.CreateDirectoryA(406d22f4 "X:\\",00000000) ret=00401112
trace:file:CreateDirectoryW (L"X:\\",(nil))
warn:file:CreateDirectoryW Error 'File exists' trying to create directory
'/tmp'
Then, would not be this another case of bad documented API in MSDN?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1485
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #266 is|0 |1
obsolete| |
------- Additional Comments From puoti(a)inwind.it 2003-25-05 14:57 -------
Created an attachment (id=269)
--> (http://bugs.winehq.com/attachment.cgi?id=269&action=view)
the complete +ddraw log
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1485
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #265 is|0 |1
obsolete| |
------- Additional Comments From puoti(a)inwind.it 2003-25-05 14:00 -------
Created an attachment (id=267)
--> (http://bugs.winehq.com/attachment.cgi?id=267&action=view)
New screenshot
Look inside the red rings, those black parts aren't meant to be there.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1410
------- Additional Comments From lionel.ulmer(a)free.fr 2003-25-05 11:22 -------
Ivan,
You wrote 'The +event,+mouse,+dimput log'. There is obvioulsy a typo here...
So did you really type '+dimput' to take the log or is only the description
wrong ? If it's the logging, could you re-attach a log (if +dinput really adds
something, you can check by doing a 'grep dinput' on the resulting log).
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1485
------- Additional Comments From lionel.ulmer(a)free.fr 2003-25-05 11:10 -------
Well, the best would be to attach a complete +ddraw log...
And when I look at the attached screenshot, I cannot really see what regression
you see. The shot does not look bad to me.
Could you be more precise in your regression description (even better would be
to have two screenshots at the same location with the two different Wine versions).
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.