http://bugs.winehq.org/show_bug.cgi?id=4663
------- Additional Comments From multescugeorge(a)yahoo.com 2006-04-03 00:54 -------
i tried running: wine explorer /systray
Got nothing, (carrige return)
tried to do:
wine explorer /systray && /root/.wine/drive_c/Program\ Files/YPOPs/ypops.exe
still nothing.
tried to execute them sequentially in different order, still nothing
--
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=4260
------- Additional Comments From lechapelaing(a)yahoo.fr 2006-04-03 00:23 -------
Hi,
I did nothing special, I just checkout the sources and compiled it..
Can you please give me more detail about what should I investigate to solve that
problem ?
FWIW :
german@germ$ uname -a
FreeBSD germ 6.0-STABLE FreeBSD 6.0-STABLE #4: Wed Mar 1 23:21:46 UTC 2006
root@germ:/usr/obj/usr/src/sys/germ i386
--
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=4465
------- Additional Comments From the3dfxdude(a)gmail.com 2006-04-03 00:06 -------
Based on this new information, this bug has turned into the same as bug 4604.
Yes this is probably the same as 4143. Note, one weird thing though: this
doesn't happen under DRI as I can't produce it.
--
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=4478
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-03 21:53 -------
warn:file:CreateFileW Unable to create file L"\\\\.\\NSLOCK" (status c0000034)
>> what does "\\\\.\\" mean?
That's \\.\ - read MSDN for more info. In two words - special device namespace.
I think that's the problem... Your program might be trying to install a driver
of some sort.
warn:ntdll:NtCreateFile L"\\??\\E:\\fxj\\SELF\\" not found (c0000034)
>> what does "\\??\\" mean?
Same thing, only in winNT language ;)
warn:file:CreateFileW Unable to create file L"\\\\.\\E:" (status c0000034)
>> what does "\\\\.\\E:" mean?
Tries to open device that is mapped to E: (read partition, or a whole device).
warn:file:CreateFileW Unable to create file L"E:\\fxj\\MultiPy.cfg" (status
c0000034)
>> MultiPy.cfg is a file. Why can't it create MultiPy.cfg while some other
files are created?
c0000034 is STATUS_OBJECT_NAME_NOT_FOUND.
Read MSDN again. All files are opened/created in this way (CreateFile).
In this case that error could only came from atempt to open an existant file,
not to create a new file.
Anyway, I would like to see WINEDEBUG=+ntdll,+snoop log
--
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=4202
------- Additional Comments From mike(a)codeweavers.com 2006-03-03 21:15 -------
The relevant code can be found in wine/dlls/shell32/.
--
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=4202
------- Additional Comments From yangman(a)gmail.com 2006-03-03 21:13 -------
Unfortunately, the test program isn't mine, and I have no experience dealing
with either wine nor windows code.
I was hoping that this bug would get some attention as it seems to be a function
that's used often.
In any case, if I have a lot of extra time later, I wouldn't mind poking around
the code to see what's going on.
--
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=4202
------- Additional Comments From mike(a)codeweavers.com 2006-03-03 20:48 -------
You might be waiting a long time for others to fix the bug fox you. If you can
write a test program that shows the problem, I think going one step further and
fixing the bug probably isn't too difficult.
How about proposing a patch to fix the problem? I'm happy to guide you through
the process.
--
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=4202
------- Additional Comments From mike(a)codeweavers.com 2006-03-03 20:46 -------
*** Bug 4234 has been marked as a duplicate of this bug. ***
--
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.