http://bugs.winehq.com/show_bug.cgi?id=1234
------- Additional Comments From lionel.ulmer(a)free.fr 2003-02-02 08:02 -------
Just for your information, currently debugging DInput games with Wine is
impossible (due to some problems with the handling of the low-level keyboard /
mouse hooks). There is a thread on this in wine-devel (titled, if I remember
well 'Some strange winedbg regression').
If the problem is keyboard / event related, could you attach a log with the
following debug messages : --debugmsg +event,+relay,+dinput,+seh
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1234>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1248
------- Additional Comments From lionel.ulmer(a)free.fr 2003-02-02 04:13 -------
OK, downloaded the game and trying now to get to the Sign-Up page for the free
account...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1248>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1250
Summary: Application doesn't like "Access Denied" from
CreateDirectory
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: keldon(a)ont.com
My config file has this (just like the sample config file):
[Drive E]
"Path" = "/tmp"
[wine]
"Temp" = "e:\\"
But I have an app (Garmin's Mapsource) that tries to do this:
0807e1a8:Call kernel32.GetTempPathA(00000005,41338e00) ret=00737c67
0807e1a8:Ret kernel32.GetTempPathA() retval=00000003 ret=00737c67
0807e1a8:Call kernel32.CreateDirectoryA(41338e00 "E:\\",00000000) ret=00737d2e
0807e1a8:Ret kernel32.CreateDirectoryA() retval=00000000 ret=00737d2e
0807e1a8:Call kernel32.GetLastError() ret=00737d3e
0807e1a8:Ret kernel32.GetLastError() retval=00000005 ret=00737d3e
It then freaks out about the "Access Denied" error it got and dies. I can work
around this by doing either:
a) Changing Wine so that "Already Exists" is returned instead. The app ignores
this error, apparently.
b) Changing my temp path in the config file to c:\windows\temp (something not at
the root of a "drive")
I suspect this is a bug in the app, not wine. But still, maybe the default temp
path shouldn't be a root directory. There may be other apps that don't like it
either.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1250>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1249
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |julliard(a)winehq.com
Status|UNCONFIRMED |ASSIGNED
everconfirmed|0 |1
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-02-02 00:57 -------
Whoa, excellent reporting!
Assigning to Alexandre.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1249>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1249
------- Additional Comments From keldon(a)ont.com 2003-02-01 21:59 -------
Created an attachment (id=387)
Log showing hang
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1249>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1249
Summary: Patch 7166 introduces InstallShield regression
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: keldon(a)ont.com
Patch 7166 (Started moving functions that deal with Unix file descriptors to a
separate fd object) causes a regression in Garmin's Mapsource installer. Before
this patch, the installer would complete the installation. Now, it hangs in the
initialization.
I'll attach a log showing where the hang occurs. It seems to be a bug with
named pipes. Looks like a process writes to one, but the process on the other
end hangs in a call to ReadFile().
Note that when backing out the mentioned patch, I also backed out a later patch
to the wineserver (make process/thread ids small ints). Just backing out this
second patch has no effect on the hang.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1249>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1248
------- Additional Comments From info(a)moabutah.com 2003-02-01 19:54 -------
Their site can be quite busy and won't come up during "peak hours" at times.
There is a download link and then you have to sign up for a free account.
Keep trying and you will be able to get the site.
I will try and gzip an attachment if you keep having trouble.
The exe is about 3 megs.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1248>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1248
------- Additional Comments From lionel.ulmer(a)free.fr 2003-02-01 13:00 -------
Is it possible to have a demo of the game ? I tried looking at the page and it
does not seem possible (as the page took about 10 minutes to load and I did not
find any obvious 'download' link).
If not, a screenshot of the problem could help.
Moreover, a ddraw log from the beginning could help too (if it's too big, just
gzip / bzip2 it).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1248>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1248
------- Additional Comments From info(a)moabutah.com 2003-02-01 11:20 -------
Created an attachment (id=385)
DDraw Debug Messages
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1248>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1248
------- Additional Comments From info(a)moabutah.com 2003-02-01 11:20 -------
Created an attachment (id=384)
Basic Console Messages
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1248>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.