http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Thu May 9 12:08:20 2002
--- shadow/650.tmp.8551 Thu May 9 12:45:09 2002
***************
*** 57,59 ****
--- 57,70 ----
problem only appears when I pass an application, even if not running it.
Everytime the messages appear after displaying :
No debug information in ELF '/usr/lib/libGLcore.so.1' (0x40976000)
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-09 12:45 -------
+ Can't reproduce the problem with "wine ARACHNID.EXE".
+
+ It looks like it all happens before:
+ Loaded debug information from ELF '/usr/lib/libstdc++-libc6.2-2.so.3' (0x40ea5000)
+
+ I tried a few applications but none of them loads this library.
+ Can you reproduce the problem with the ARACHNID application?
+ (I think you can take it here: http://www.la-sorciere.de/arachnid.zip)
+ Does is happen all the time on the same dll?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Thu May 9 11:40:29 2002
--- shadow/650.tmp.5550 Thu May 9 12:08:20 2002
***************
*** 48,50 ****
--- 48,59 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-09 11:40 -------
Sylvain, could you show the trace when starting winedbg only?
Do you have any problems in starting other Winelib applications?
+
+ ------- Additional Comments From spetreolle(a)yahoo.fr 2002-05-09 12:08 -------
+ launching winedbg whithout parameter is fine.
+ WineDbg starting... on pid 0
+ Wine-dbg>q
+ WineDbg terminated on pid 0
+ problem only appears when I pass an application, even if not running it.
+ Everytime the messages appear after displaying :
+ No debug information in ELF '/usr/lib/libGLcore.so.1' (0x40976000)
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=660
*** shadow/660 Thu May 9 10:48:08 2002
--- shadow/660.tmp.4883 Thu May 9 12:00:36 2002
***************
*** 31,33 ****
--- 31,43 ----
------- Additional Comments From jakob(a)vmlinux.org 2002-05-09 10:48 -------
The same goes for SYSTEM mode as for HIDDEN.
FindFirstFileA should not find a SYSTEM file either, but it does.
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-09 12:00 -------
+ Jacob, it is not clear what you are complaining about. Is the issue that files,
+ created with HIDDED and SYSTEM are still visible to the file search functions?
+ Wine, probably, does not have to support these flags, because underlying file
+ system does not provide us with support for these attributes.
+
+ See also discussion, going right now on Wine-devel:
+ http://www.winehq.com/hypermail/wine-devel/2002/05/0226.html
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Thu May 9 10:22:46 2002
--- shadow/650.tmp.3440 Thu May 9 11:40:29 2002
***************
*** 44,46 ****
--- 44,50 ----
Dumb error from me:
I had forgotten to check if the error appeared with another app.
In fact this when I launch winedbg, so I change the bug.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-09 11:40 -------
+ Sylvain, could you show the trace when starting winedbg only?
+ Do you have any problems in starting other Winelib applications?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=660
*** shadow/660 Thu May 9 10:44:54 2002
--- shadow/660.tmp.722 Thu May 9 10:48:08 2002
***************
*** 27,29 ****
--- 27,33 ----
Changed severity to trivial. It's not enhancement, because it is a difference
between Windows behaviour and Wines'.
Added blocking of bug 655. (Meta File system bug.)
+
+ ------- Additional Comments From jakob(a)vmlinux.org 2002-05-09 10:48 -------
+ The same goes for SYSTEM mode as for HIDDEN.
+ FindFirstFileA should not find a SYSTEM file either, but it does.