http://bugs.winehq.com/show_bug.cgi?id=1460
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |andi(a)rhlx01.fht-esslingen.de
Status|UNCONFIRMED |ASSIGNED
everconfirmed|0 |1
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-05-14 02:14 -------
Thank you for the fast submission!
I suspect this is because of some GetLastError() incompatibility between
Win9x and NT-based versions (doh!).
(and ISTR that someone recently changed/"fixed" something there, and maybe
he "over-fixed" it ;)
I'll try to come up with a small test program and run it on various versions to
see what the various results should be.
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=1460>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1460
Summary: CreateDirectory fails if the target directory already
exists
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jwilliams(a)itee.uq.edu.au
Running a DOS command line utility that creates a directory heirarchy and
populatews it. In a WinXP DOS box, if a directory already exists, this fact is
silently ignored and the program carries on. However, under Wine, the
application reports an error:
> ERROR:MDT - Failed to create directory
> C:\microblaze\linux_test\microblaze_1\libsrc\.
Here is the relevant trace output
trace:file:CreateDirectoryW (L"C:\\microblaze\\linux_test\\microblaze_1
\\libsrc\\",(nil))
warn:file:CreateDirectoryW Error 'File exists' trying to create
directory '/home/jwilliam/win/c/microblaze/linux_test/microblaze_1/libsrc'
trace:file:WriteFile 0x8 0x40722658 91 0x40722a60 (nil)
ERROR:MDT - Failed to create directory
C:\microblaze\linux_test\microblaze_1\libsrc\.
It seems that Wine is reporting this as a "fatal" error, whereas Windows does
not.
I reported this at comp.emulators.microsoft-windows.wine, and was advised to
lodge a bug report. I searched the bugzilla DB and didn't find anything like
this.
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=1460>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1459
Summary: Developer Documentation - 5.1. Adding New Languages
stage 2
Product: Wine
Version: CVS
Platform: All
URL: http://www.winehq.org/Docs/wine-devel/i18n.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-documentation
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: hatky(a)users.sf.net
Developer Documentation - 5.1. Adding New Languages stage 2 :
Look in ole/ole2nls.c if your language is already incorporated in the static const
struct NLS_langlocale. If not: find the appropriate entries in include/winnls.h and
add them to the list.
ole/ole2nls.c does not include a stract named NLS_langlocale it includes only 3
stracts :
static const unsigned char LCM_Unicode_LUT[]
static const unsigned char LCM_Unicode_LUT_2[]
static const unsigned char LCM_Diacritic_LUT[]
so what sould it be? (I guess it was one of conversions to unicode and did not
update the documentation...)
(checked on the url above)
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=1459>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1455
csimmons2(a)csc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From csimmons2(a)csc.com 2003-05-13 13:05 -------
I have found that recompiling with an old user32.spec file resolves the issue.
Also the latest file commit in CVS of user32.spec resolves the issue.
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=1455>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1455
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-05-13 12:28 -------
Recent CVS has the offending entries commented out in the Spec File
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=1455>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1455
------- Additional Comments From csimmons2(a)csc.com 2003-05-13 12:01 -------
Appears to be an issue with changes made to user32.spec file. I am going to
attempt compiling with an earlier version of the file.
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=1455>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1458
Summary: winserver -k & _FILE_OFFSET_BITS 64
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: gabriele.giorgetti(a)teamfab.it
I'm running Linux kernel 2.4.19 and glibc-2.1.3 with no large file support
(FILE_OFFSET_BITS 64) compiled in the kernel.
The wine configure script doesn't detect this and the
test against mmap64 returns success. ( configure, line ~10623).
If wine is compiled like this the wineserver can't kill itself.
Basically wineserver -k can't get the previous wineserver PID .
If I patch the configure script to make the mmap64 test fail and recompile
again, then wineserver -k kills the wineserver correctly.
Sorry If I haven't been clear enought.
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=1458>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1457
Summary: Missing icons in Xnews after recent patches
Product: Wine
Version: CVS
Platform: PC
URL: http://xnews.newsguy.com/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: prupe(a)myrealbox.com
After applying <http://www.winehq.
com/hypermail/wine-cvs/2003/05/0147.html> and <http://www.
winehq.com/hypermail/wine-cvs/2003/05/0148.html>, the icons in
the newsreader program Xnews no longer display correctly. In
the newsgroups window, there should be a green arrow next to
each subscribed group. Also there should be a row of toolbar
buttons next to the All/Subscribed toggle at the bottom of the
window.
Reverting to the earlier versions of dlls/comctl32/imagelist.c
imagelist.h and toolbar.c fixes the problem. To install Xnews,
first download v5.04.25 and unzip it, then overwrite Xnews.exe
with the test version 6.02.16.
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=1457>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.