http://bugs.winehq.com/show_bug.cgi?id=1413
Summary: unable to compile wine on Solaris 2.7
Product: Wine
Version: 20030318
Platform: Sun
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: stanleyg76(a)yahoo.com
Wine version: 20030408
attempting to compile on Solaris 2.7, i've ran into the following problems:
a) can not use system-supplied lex (does not understand -C and other options)
- had to install flex package
b) can not use system-supplied yacc (does not understand options)
- had to install bison package
c) warning about using system 'strip' utility (--strip-unneeded option)
- ignored
d) multiple warning about X* functions returning int (i'm guessing no
declarations)
e) multiple warnings about using 'char' type as subscript (i'm guessing
standard does not like it?)
f) in $SRC/dlls/ntdll/signal_sparc.c (in SIGNAL_init() function), there is
a call to 'sigfillset &all_sigs)', where all_sigs is not defined.
- commented out, since it's not being used in this function
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=1413>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1412
Summary: program is unable to play .avi file
Product: Wine
Version: 20030318
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: stanleyg76(a)yahoo.com
wine version: 20030408
- my application attempts to play an .avi file as part of its splashscreen (on startup).
It failed with the message 'Can't get AVI Codec'. After some tracing and looking
around, i made the following changes to get it to run:
a) in my system.ini file, there was only entry for 'VIDC.MRLD=msrle32.dll'
under drivers32 section, so I added another entry 'VIDC.MRLE=msrle32.dll'
(don't ask me why, i just noticed that it was looking for MRLE in the code). This
has changed my error message to 'Can't get output BIH'. So,
b) in $SRC/dlls/comctl32/animate.c, around line 659, you'll note a code
that does SendMessage(ICM_DECOMPRESS_GET_FORMAT); first time
to get the size of the buffer, and second time to actually get the buffer. Well,
the second time call will fail, since it will return the size of the buffer (just as it
did the first time), but the original code is checking the return against ICERR_OK.
I changed the check to the following (which fixed my problem):
if (fnIC.fnICSendMessage(infoPtr->hic, ICM_DECOMPRESS_GET_FORMAT,
(DWORD)infoPtr->inbih, (DWORD)infoPtr->outbih) != outSize) {
WARN("Can't get output BIH\n");
return FALSE;
}
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=1412>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1411
------- Additional Comments From puoti(a)inwind.it 2003-04-24 11:40 -------
It starts, I get some sheel output (It's in the attachment), I don't see
anything load on the screen, and I get the debugger to open and give a lot of
output messages. My main computer is down, so I can do much about any bugs for
now, if you want to fix it it would be a good idea to download the software and
try it on your pc.
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=1411>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1400
------- Additional Comments From lionel.ulmer(a)free.fr 2003-04-24 02:25 -------
I agree 100 % with Mike here... This feature is mostly only used by games
(otherwise XVidMode does the trick just fine) and we already support 1) DXGrab
to have the mouse confined to the gaming screen and 2) colour conversion for 2D
DirectX games.
So if the current Wine does not work properly, we should raise bugs on the
CURRENT implementation (saying maybe that when we use XVidMode, we center the
current window, ...) and not add a new feature.
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=1400>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1400
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-24 01:40 -------
Hmm, why? A missing feature IS a bug, though only an "enhancement bug" in most
cases.
Provided that we deem it a reasonable feature, of course, which I think XRandR is...
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=1400>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From simon(a)unisolve.com.au 2003-04-24 00:12 -------
Created an attachment (id=463)
A 'script' file of the tools/wineinstall process
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From simon(a)unisolve.com.au 2003-04-24 00:10 -------
Actually no, dcom98.exe from microsoft.com does not install for me with a
fresh Unix only wine environment and todays CVS cut of wine.
I've attached a script file that shows the process I ran to prove this.
In summary, I:
* Removed my old c directory (/c)
* Got the latest wine from CVS and built it
* Logged in as a user who has never run wine before (eg: no .wine directory)
* Ran tools/wineinstall to rebuild wine and to build a local .wine directory
and a local c directory
* Confirmed what was done by wineinstall
* cd to the new c directory
* cp the DCOM98.exe file into that directory
* wine DCOM98.exe
And unfortunately, I get exactly the same error as before. It insists that
I have to uninstall the earlier DCOM version first ;-(
This is dead easy to reproduce, should I make this into a separate bug report
or leave it here?
Any feedback gratefully received.
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1394
------- Additional Comments From Pascal.Niklaus(a)unibas.ch 2003-04-23 11:12 -------
No, the directories are not symlinks...
I cannot see "windows", "Program Files" etc. in "C:\"... The window is just empty.
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=1394>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1400
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From mike(a)theoretic.com 2003-04-23 10:51 -------
Triage:
Severity -> enhancement
Status -> NEW
XRandR by the way is mostly useful for apps that can reconfigure themselves to
the new size of the desktop, I personally don't think this is a valid bug
actually as the VidMode extensions do what Wine needs, R&R is mostly useful for
things like window managers, gnome panel and so on. But I don't know enough
about this area to close it as such, and I suppose using randr to switch
resolutions may have some advantages.
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=1400>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1411
------- Additional Comments From mike(a)theoretic.com 2003-04-23 10:43 -------
It seems there's a crash here, the debugger runs but I can't see where the
exception is thrown. Can you give more detail than just "it won't run"?
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=1411>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From mike(a)theoretic.com 2003-04-23 10:41 -------
Are you running the DCOM installer with builtin ole32, oleaut32 or rpcrt4 dlls?
I don't really know what's going on here. I assume you've tried a clean install
right? DCOM should install right off with no problems on a clean install of
WineHQ CVS.
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1394
------- Additional Comments From mike(a)theoretic.com 2003-04-23 08:16 -------
Odd. Are these directories symlinks by any chance?
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=1394>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1406
------- Additional Comments From marc_lavergne(a)yahoo.com 2003-04-23 07:26 -------
Makes sense. Can you recommend a program that will let me see calls to the local
heap under Win9x and I will try to track it down. The error occurs early during
startup so accounting for the allocations by hand is a possibility. I'll compare
it to the calls I see under WINE and post back.
On another note, there's a an application that starts with the problem VB
program auto-magically under Win98, WSASRV.EXE (Windows Sockets Asynchronous
Request Server). It appears it is being launched by one of the VBXs. This
program does not start with the "working" VB 3.0 16-bit prog.
Also, I took a look at the heap using HEAPWALK.EXE but it didn't show anything
of value besides a rough count of 1.8M for the total heap size when running
under Win98.
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=1406>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From simon(a)unisolve.com.au 2003-04-23 06:32 -------
Thanks for the suggestion Mike.
I've downloaded DCOM98.exe, but when I try to install it, I get an error
window that says:
A newer version of DCOM95 or DCOM98 had been installed.
To override, you must uninstall the current version first.
To ensure that I was not getting this error due to old dcom software
lying around, I then setup my wine config file so that it
pointed to new c: and e: drives (empty except for the minimum Windows
directories you guys recommend. So therefore it's a Unix only empty widows system).
It still generated the same error.
I searched for the error in the winehq bug list, and on google
generally. I saw a few mentions, but no obvious resolution.
If anyone can help me to progress this, I would be most grateful.
I'm very keen to install this app, (and others like it), that I
have purchased for my kids, and dammit (!) I don't want Windoze
in the house ;-)
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1406
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-04-23 02:37 -------
Probably we put things on the local heap that don't belong there.
Try to find out what items there take up the most space.
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=1406>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1406
------- Additional Comments From marc_lavergne(a)yahoo.com 2003-04-22 21:40 -------
I did some more digging, it appears that the local heap is hitting the 64K
barrier on an attempt to grow it. The application actually fails in GrowHeap
around line 500 where the check to see if oldheap > 0xfff0 eval to true and a
FALSE gets returned. The error just bubbles up from the call to GrowHeap in
GetBlock. All the heap pointers and size values seem normal, so it's really
running out of space. Fair enough, so the question becomes WHY is the heap NOT
being exceeded in native Win98 but IS being exceeded in WINE. It only makes
sense that some cleanup of the heap happens under native Win that is not
happening under WINE. I'm a little at a loss from that point though. I assume a
heap walker like program would be helpful.
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=1406>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1410
------- Additional Comments From puoti(a)inwind.it 2003-04-22 19:23 -------
Created an attachment (id=462)
The log
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=1410>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1411
------- Additional Comments From puoti(a)inwind.it 2003-04-22 19:03 -------
Created an attachment (id=461)
The bug report
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=1411>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1411
Summary: Crimson Skies trial won't run
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
I'm going to send a bug report generated by bub_report.pl.
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=1411>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1410
Summary: Starlancer starts, but the mouse won't work
Product: Wine
Version: CVS
Platform: PC
URL: http://www.microsoft.com/games/PC/starlancer.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
To do this I copied the installation directory from a windows box.
Starlancer starts, but the mouse won't work, you can' see it at all and nothing
happenseven if you try clicking where you think the mouse is. I'll send a +relay
log.
As usual I'm running MDK 9.1 glibc 2.3
The Requirements for this game are windows 95/98 with directx 7.
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=1410>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1409
Summary: Starlancer trial installer doesn't work.
Product: Wine
Version: CVS
Platform: PC
URL: http://www.microsoft.com/games/PC/starlancer.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
The Starlancer trial installer won't work correctly. It starts the set up, but
it stops at 12%. I wanted to send a +relay log, but it got to over a gigabyte in
a few minitues. Anybody wanting to reproduce the problem can download the tral
version from the microsoft download page.
I run this installer on Mandrake 9.1 glibc 2.3 current cvs wine.
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=1409>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1408
Summary: Crimson Trial instaler starts, but won't complete the
installation becouse of missing ADPCM
Product: Wine
Version: CVS
Platform: PC
URL: http://www.microsoft.com/games/PC/crimsonskies.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
The installer starts, but complains about ADCPM dot being installed. You should
istall this from the install/remove applications cpl in the windows control
panel, that wine doesn't have.
Anybody wanting to reproduce the bug can download the trial version from
http://www.microsoft.com/games/PC/crimsonskies.asp
This happens using Mandrake 9.1 with glibc 2.3 and current cvs wine
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=1408>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1407
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-22 14:02 -------
Interesting. That crash might be because VxD 0200
(which is VIPX, "Netware Virtual IPX Driver", BTW!) can not be used in Wine.
You could implement a built-in Version of VIPX...
But the crash could also simply be because of some protected mode interrupt
handling issue (and the VxD not being available is probably expected anyway).
Please attach a --debugmsg +relay,+int logfile.
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=1407>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1407
Summary: QuarkXpress 3.1 not Ok
Product: Wine
Version: 20030318
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: joaquim(a)libnet.com.br
Not rum QuarkXpress 3.1
nvoking /usr/bin/wine.bin c:\xpress\xpress.exe ...
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
err:dc:CreateDCA no driver found for DIB
Warning: L"/usr/bin/wine.bin" not accessible from a configured DOS drive
fixme:gdi:Escape16 unknown/unsupported 16-bit escape 100 (2,0x412c49d6,0x412c4924
fixme:gdi:Escape16 unknown/unsupported 16-bit escape 100 (2,0x412c49d6,0x412c4924
fixme:gdi:Escape16 unknown/unsupported 16-bit escape 100 (2,0x412c49d6,0x412c4924
fixme:gdi:Escape16 unknown/unsupported 16-bit escape 100 (2,0x412c49d6,0x412c4924
fixme:gdi:Escape16 unknown/unsupported 16-bit escape 100 (2,0x412c49d6,0x412c4924
fixme:ole:OleRegisterClientDoc16 (QuarkXPress,Clipbrd,...): stub
err:int:do_int2f_16 Accessing unknown VxD 0200 - Expect a failure now.
wine: Unhandled exception, starting debugger...
WineDbg starting on pid 8
No debug information in ELF '/usr/bin/wine.bin' ((nil))
Breakpoint 1 at 0x40009c4c
No debug information in ELF '/usr/lib/libntdll.dll.so' (0x40012000)
No debug information in ELF '/usr/lib/libwine.so.1' (0x400fc000)
No debug information in ELF '/usr/lib/libwine_unicode.so.1' (0x40114000)
No debug information in ELF '/lib/libm.so.6' (0x401fd000)
No debug information in ELF '/lib/libc.so.6' (0x4021e000)
No debug information in ELF '/lib/libdl.so.2' (0x4032e000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/lib/libnss_compat.so.2' (0x40332000)
No debug information in ELF '/lib/libnsl.so.1' (0x4033c000)
No debug information in ELF '/usr/lib/wine/mmsystem.dll.so' (0x40883000)
No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x408e8000)
No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0x40a05000)
No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x40a77000)
No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x40aa2000)
No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0x40b58000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40bc6000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40bce000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40be3000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40bf0000)
No debug information in ELF '/usr/lib/libGL.so.1' (0x40cab000)
No debug information in ELF '/lib/libpthread.so.0' (0x40d11000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x401f6000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/common/xlcDef.so.2'
(0x40bbe000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/common/ximcp.so.2'
(0x40d70000)
No debug information in ELF '/usr/lib/gconv/ISO8859-1.so' (0x40bc1000)
No debug information in ELF '/usr/lib/wine/wineoss.drv.so' (0x40d8b000)
No debug information in ELF '/usr/lib/wine/msacm.drv.so' (0x40dbe000)
No debug information in ELF '/usr/lib/wine/msacm32.dll.so' (0x40dd6000)
No debug information in ELF '/usr/lib/wine/midimap.drv.so' (0x40f10000)
No debug information in ELF '/usr/lib/wine/commdlg.dll.so' (0x41390000)
No debug information in ELF '/usr/lib/wine/shell32.dll.so' (0x41407000)
No debug information in ELF '/usr/lib/wine/ole32.dll.so' (0x41484000)
No debug information in ELF '/usr/lib/wine/rpcrt4.dll.so' (0x414f2000)
No debug information in ELF '/usr/lib/wine/shlwapi.dll.so' (0x41537000)
No debug information in ELF '/usr/lib/wine/comctl32.dll.so' (0x41581000)
No debug information in ELF '/usr/lib/wine/winspool.drv.so' (0x41612000)
No debug information in ELF '/usr/lib/wine/olecli.dll.so' (0x41750000)
No debug information in ELF '/usr/lib/wine/ver.dll.so' (0x4176b000)
No debug information in ELF '/usr/lib/wine/lz32.dll.so' (0x41785000)
No debug information in ELF '/usr/lib/wine/winedos.dll.so' (0x4179c000)
No debug information in 32bit DLL '/usr/bin/wine.bin' (0x3c010000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40040000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40ad0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40a80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40910000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x40890000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40b70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x40d90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x40de0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x40dd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x40f20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x41510000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x414a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x41550000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x41590000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x41420000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x41620000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x413a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLECLI32.DLL' (0x41760000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x41790000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x41770000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEDOS.DLL' (0x417b0000)
Unhandled exception: page fault on read access to 0x000000bc in 32-bit code
(0x417c5d7f).
In 32-bit mode.
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:024f GS:0000
EIP:417c5d7f ESP:41152580 EBP:41152580 EFLAGS:00010216( R- 00 I -A-P1 )
EAX:0000002f EBX:417d559c ECX:00000246 EDX:4115291c
ESI:4115291c EDI:4115291c
Stack dump:
0x41152580 (MIDIMAP.DRV.DriverProc+0x22e688): 4115286c 417c1ed4 0000002f 417d559c
0x41152590 (MIDIMAP.DRV.DriverProc+0x22e698): 4115291c 0000a4c8 411525bc 409581e3
0x411525a0 (MIDIMAP.DRV.DriverProc+0x22e6a8): 409c1f7c 00000047 00000000 411525f8
0x411525b0 (MIDIMAP.DRV.DriverProc+0x22e6b8): 40959638 00000004 00010021 00000047
0x411525c0 (MIDIMAP.DRV.DriverProc+0x22e6c8): 00000000 00000000 06572378 409c1f7c
0x411525d0 (MIDIMAP.DRV.DriverProc+0x22e6d8): 00000000 00000047 400dd124 40095fae
0x411525e0 (MIDIMAP.DRV.DriverProc+0x22e6e8):
0049: sel=024f base=41163000 limit=00000fff 32-bit rw-
Backtrace:
=>0 0x417c5d7f (WINEDOS.DLL.EmulateInterruptPM+0x7e7 in winedos.dll.so)
(ebp=41152580)
1 0x417c1ed4 (WINEDOS.DLL.EntryPoint+0xbd7c in winedos.dll.so) (ebp=4115286c)
2 0x417c3619 (WINEDOS.DLL.EntryPoint+0xd4c1 in winedos.dll.so) (ebp=411528e4)
3 0x417c5488 (WINEDOS.DLL.EntryPoint+0xf330 in winedos.dll.so) (ebp=411528f4)
4 0x417c7485 (WINEDOS.DLL.LoadDosExe+0x945 in winedos.dll.so) (ebp=41152908)
5 0x400b80f4 (KERNEL32.DLL.__wine_call_from_16_regs+0x144 in libntdll.dll.so)
(ebp=41152c10)
6 0x0bc7:0x0dd8 (bp=a4fa)
7 0x0bc7:0x3871 (bp=a536)
8 0x025f:0x9b77 (bp=a666)
9 0x0277:0x4c43 (bp=a832)
10 0x025f:0x52c2 (bp=a8ba)
11 0x025f:0x00b5 (bp=0000)
0x417c5d7f (WINEDOS.DLL.EmulateInterruptPM+0x7e7 in winedos.dll.so): movl
0x0(,%eax,4),%eax
Modules:
Address Module Name
0x3c010000-3c012000 (PE) /usr/bin/wine.bin
0x40040000-40042000 (PE) C:\WINDOWS\SYSTEM\NTDLL.DLL
0x40890000-40892000 (PE) C:\WINDOWS\SYSTEM\WINMM.DLL
0x40910000-40912000 (PE) C:\WINDOWS\SYSTEM\USER32.DLL
0x40a20000-40a22000 (PE) C:\WINDOWS\SYSTEM\GDI32.DLL
0x40a80000-40a82000 (PE) C:\WINDOWS\SYSTEM\ADVAPI32.DLL
0x40ad0000-40ad2000 (PE) C:\WINDOWS\SYSTEM\KERNEL32.DLL
0x40b70000-40b72000 (PE) C:\WINDOWS\SYSTEM\X11DRV.DLL
0x40d90000-40d92000 (PE) C:\WINDOWS\SYSTEM\WINEOSS.DRV
0x40dd0000-40dd2000 (PE) C:\WINDOWS\SYSTEM\MSACM.DRV
0x40de0000-40de2000 (PE) C:\WINDOWS\SYSTEM\MSACM32.DLL
0x40f20000-40f22000 (PE) C:\WINDOWS\SYSTEM\MIDIMAP.DRV
0x413a0000-413a2000 (PE) C:\WINDOWS\SYSTEM\COMDLG32.DLL
0x41420000-41422000 (PE) C:\WINDOWS\SYSTEM\SHELL32.DLL
0x414a0000-414a2000 (PE) C:\WINDOWS\SYSTEM\OLE32.DLL
0x41510000-41512000 (PE) C:\WINDOWS\SYSTEM\RPCRT4.DLL
0x41550000-41552000 (PE) C:\WINDOWS\SYSTEM\SHLWAPI.DLL
0x41590000-41592000 (PE) C:\WINDOWS\SYSTEM\COMCTL32.DLL
0x41620000-41622000 (PE) C:\WINDOWS\SYSTEM\WINSPOOL.DRV
0x41760000-41762000 (PE) C:\WINDOWS\SYSTEM\OLECLI32.DLL
0x41770000-41772000 (PE) C:\WINDOWS\SYSTEM\VERSION.DLL
0x41790000-41792000 (PE) C:\WINDOWS\SYSTEM\LZ32.DLL
0x417b0000-417b2000 (PE) C:\WINDOWS\SYSTEM\WINEDOS.DLL
Threads:
process tid prio
00000008 (D) /usr/bin/wine.bin
0000000a 0 <==
00000009 0
WineDbg terminated on pid 8
Wine exited with a successful status
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=1407>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1406
Summary: 16-BIT VB 3.0 APP -- "NOT ENOUGH SPACE FOR ENVIROMENT"
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: marc_lavergne(a)yahoo.com
I have been hoping to see this working with baseline WINE releases for about 2
years now. It's not a high priority but it's a curious problem. One particular
application I have errors out with a "NOT ENOUGH SPACE FOR ENVIRONMENT" message
on startup. I do not have the source code for this application.
The application itself is a 16-bit VB 3.0 application used to access an online
database. The header indicates it's an MZ type executable and the imports show
it's based on VBRUN300. There's an NE marker in the header as well. Another
application with exactly the same header (but a different app nonetheless) works
just fine.
The WINE trace shows the following as the cause:
err:local:LOCAL_GetBlock not enough space in local heap 0dc7 for 140 bytes
Now, all that said, if I uncomment the FIXMEs int memory/local.c and prevent the
call from returning 0 in LOCAL_GetBlock, it works fine (for a while at least).
So, I guess the question is, why are the FIXME's in that function still FIXME's
after all this time. I'm sure there is a reason for not uncommenting this code
but if anybody could shed light on this, or get the FIXME's accepted it would be
really appreciated.
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=1406>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1405
Summary: OleCreateFromFile() fails
Product: Wine
Version: 20010112
Platform: PC
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: tshab(a)yahoo.com
App has two menu items, "open for edit" and "open in place" that try to
activate the selected file in OLE container, in an application window or
in-place.
Can send a sample file if needed
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=1405>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1404
Summary: listview with LVS_OWNERDATA doesn't display properly
Product: Wine
Version: CVS
Platform: PC
URL: http://kegel.com/linux/ownerdatatest.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: dank(a)kegel.com
(Build and) run the test program in ownerdatatest.zip,
and select 'View/Capture View' from the menu.
This will pop up a window which is full of data on
Windows, but blank on Wine. I first ran into this
in Januray 2003, and it looks like it's still not right in April 2003.
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=1404>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1403
------- Additional Comments From lionel.ulmer(a)free.fr 2003-04-21 14:20 -------
Well, seeing the function where the crash is, we should rather try to understand
why this 'ptr' is NULL in the 'INT10_SetVideoMode' function :-)
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=1403>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1403
------- Additional Comments From puoti(a)inwind.it 2003-04-21 11:26 -------
This is an an application for win31 and windows 95 (I have winver set at win98),
if I run it in wcmd I get this:
C:\POMPEII>pompeii
C:\POMPEII>err:module:get_registry_value Invalid load order module-type L"so",
ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:ntdll:RtlpWaitForCriticalSection section 0x400f33d8
"../../scheduler/syslevel.c: Win16Mutex" wait timed out, retrying (60 sec) tid=000b
wine: Unhandled exception, starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0x400f3ea8 "loader.c:
loader_section" wait timed out, retrying (60 sec) tid=000b
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
WineDbg starting on pid a
Loaded debug information from ELF 'wine' ((nil))
Breakpoint 1 at 0x4000af50 (_end+0x3ff7714)
Loaded debug information from ELF '/usr/local/lib/libntdll.dll.so' (0x40021000)
Loaded debug information from ELF '/usr/local/lib/libwine.so.1' (0x40113000)
Loaded debug information from ELF '/usr/local/lib/libwine_unicode.so.1' (0x4012a000)
No debug information in ELF '/lib/i686/libm.so.6' (0x4020b000)
No debug information in ELF '/lib/i686/libc.so.6' (0x4022e000)
No debug information in ELF '/lib/libdl.so.2' (0x40361000)
Loaded debug information from ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40364000)
Loaded debug information from ELF '/usr/local/lib/wine/mmsystem.dll.so' (0x406d3000)
Loaded debug information from ELF '/usr/local/lib/wine/user32.dll.so' (0x4073a000)
Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so' (0x4085f000)
Loaded debug information from ELF '/usr/local/lib/wine/advapi32.dll.so' (0x408d9000)
Loaded debug information from ELF '/usr/local/lib/wine/kernel32.dll.so' (0x40905000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x409bc000)
No debug information in ELF '/lib/libz.so.1' (0x40a0a000)
Loaded debug information from ELF '/usr/local/lib/wine/x11drv.dll.so' (0x40a18000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40a82000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40a8b000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40aa2000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40ab0000)
No debug information in ELF '/usr/lib/libGL.so.1' (0x40b8f000)
No debug information in ELF '/usr/lib/libGLcore.so.1' (0x40bf6000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x41143000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x4114c000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x40014000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x411b0000)
No debug information in ELF '/usr/lib/gconv/ISO8859-15.so' (0x40018000)
Loaded debug information from ELF '/usr/local/lib/wine/wineoss.drv.so' (0x411ce000)
Loaded debug information from ELF '/usr/local/lib/wine/msacm.drv.so' (0x41201000)
Loaded debug information from ELF '/usr/local/lib/wine/msacm32.dll.so' (0x41218000)
Loaded debug information from ELF '/usr/local/lib/wine/midimap.drv.so' (0x41350000)
Loaded debug information from ELF '/usr/local/lib/wine/winedos.dll.so' (0x415a5000)
Loaded debug information from ELF '/usr/local/lib/wine/commdlg.dll.so' (0x415df000)
Loaded debug information from ELF '/usr/local/lib/wine/shell32.dll.so' (0x41656000)
Loaded debug information from ELF '/usr/local/lib/wine/ole32.dll.so' (0x416d4000)
Loaded debug information from ELF '/usr/local/lib/wine/rpcrt4.dll.so' (0x41744000)
Loaded debug information from ELF '/usr/local/lib/wine/shlwapi.dll.so' (0x4178a000)
Loaded debug information from ELF '/usr/local/lib/wine/comctl32.dll.so' (0x417d6000)
Loaded debug information from ELF '/usr/local/lib/wine/winspool.drv.so' (0x4186f000)
No debug information in 32bit DLL 'Z:\usr\local\bin\wine' (0x3c010000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40050000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40930000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x408f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40870000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40760000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x406e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40a30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x411e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41220000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41210000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41360000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEDOS.DLL' (0x415b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x41760000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x416f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x417a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x417e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x41670000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x41880000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x415f0000)
Unhandled exception: wait failed on critical section 0x400f33d8 (Win16Mutex in
libntdll.dll.so)
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
fixme:hook:SetWindowsHookEx16 hook type 6 broken in Win16
First chance exception: page fault on write access to 0x00000449 in 32-bit code
(0x415bf95a).
In 32-bit mode.
0x415bf95a (INT10_SetVideoMode+0x7a [int10.c:693] in winedos.dll.so): movb
%al,0x49(%edx)
697 if (ptr->Depth == 0)
Wine-dbg>
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=1403>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1403
------- Additional Comments From puoti(a)inwind.it 2003-04-21 11:22 -------
Created an attachment (id=460)
The +relay,+console,+server log
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=1403>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1403
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-21 10:58 -------
Wait, I'm afraid I'm totally mistaken.
GetConsoleScreenBufferInfo() probably SHOULD fail.
And since it's got a return address of 0x415d174a, it's probably called
by Wine code.
The real crash is in INT10_SetVideoMode, of course.
Could it be that you're running a DOS program without using the recommended
wcmd or wineconsole?
If so, then crashes might happen (they shouldn't, though).
Could you retry using wcmd? (just out of interest, it won't affect this bug, of
course)
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=1403>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1403
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-21 10:52 -------
At the bottom, there is:
000a:Call kernel32.GetConsoleScreenBufferInfo(00000008,41592850) ret=415d174a
000a:Ret kernel32.GetConsoleScreenBufferInfo() retval=00000000 ret=415d174a
wine: Unhandled exception, starting debugger...
This sounds a LOT like GetConsoleScreenBufferInfo() is the reason (since this
call fails).
Now why the program is calling GetConsoleScreenBufferInfo() for a non-console
app is way beyond me...
But a reasonable guess would be that this call probably doesn't fail e.g. in
Win9x, even for non-console apps, so we should probably fix that.
You could also repost a --debugmsg +relay,+console,+server log...
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=1403>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1386
bn304001(a)belgacom.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From bn304001(a)belgacom.net 2003-04-21 10:23 -------
Patches furnished by Robert Reif resolve the problem.
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=1386>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1403
------- Additional Comments From puoti(a)inwind.it 2003-04-21 09:17 -------
Created an attachment (id=459)
Bug report generated by bug_report.pl
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=1403>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1403
Summary: Pompei CD won't run
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
I've got a CD on the history of the city of Pompei, that was destroyed by the
Vesuvio volcano in 79 a.C.
The installer, after many attempts, installed the software in c:\POMPEII, but
the program won't run, I'm sending the bug report geneated by bug_report.pl
using wine cvs 20030420
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=1403>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
** This e-mail has been automatically generated.
** by: http://bugs.winehq.com/
Weekly report for wine-bugs(a)winehq.com
Bug List
-------------------------------------------------------------------------
Id Status Desc
-------------------------------------------------------------------------
11 NEW StrokePath ignores PS_JOIN_xxx
26 NEW StrokeAndFillPath doesn't fill paths on EMF
50 NEW PrgWin95: Text justification needs beefing up
52 NEW PrgWin95: Problems with access to the root window
54 NEW PrgWin95: Wrong background for checkboxes, radiobuttons
66 NEW PrgWin95: Custom cursor display bug
69 NEW Visual C++'s native COM support
78 NEW Wine 1.0 Documentation Metabug - Winelib Users Guide
79 ASSI Wine 1.0 Documentation Metabug - Developers Guide
80 ASSI Wine 1.0 Documentation Metabug - FAQ
83 ASSI Stabilize Wine Developers Guide Table of Contents
96 NEW DLL Separation (MetaBug)
128 NEW Segfaults on trying to open fontdlg for AIM95
131 NEW TWGS.exe will not spawn children
134 NEW Age Of Empires II - says 'couldn't initialize graphics.
147 NEW Multi-column list widget: Double click on the header sh
151 NEW dialog focus handling is not correct (e.g. in installer
168 NEW Mouse and Keyboard input die upon entering a game
176 NEW Implement an SDL back-end
189 NEW The mouse wheel can scroll textboxes beyond the end
199 NEW Opening dialogues in nord modular editor causes lockup
204 NEW Lotus Notes attach/detach Soap Opera.
215 NEW x11drv errors with United Devices' agent
216 NEW selected text sometimes disappears
219 NEW realMyst and many other programs refuse to run.
223 NEW winemaker: Add support for the msvcrt headers
230 NEW winemaker: Extract more information from the source fil
231 NEW winemaker: Issue the warnings directly in the source
235 NEW IPX no longer works.
251 ASSI codeweavers-wine does not install regapi and uninstalle
252 NEW codeweavers-wine: winedbg is a dead link
259 NEW Garbled screen in Starcraft
265 NEW Copy pasting into a wine app works only once
268 NEW ddraw interface not recognized, surface flags not imple
271 NEW Westwood Monopoly: fixme:gdi:GetObjectType Magic nnnn n
280 NEW Windows Networking (WNet) is not implemented
284 NEW FillRect failing from STATIC_PaintTextfn
292 NEW Keyboard focus not following
306 NEW Activeskin.ocx Unhandled exception: page fault on read
307 NEW Unable to launch GURPS Character GURU
308 NEW Firstclass: Mouse slows program to a crawl, but keyboar
312 NEW Trying to record audio makes Wine crash (msacm:widMappe
314 NEW Console application ("dos") doesn't recognize the retur
321 NEW msvcrt.printf does not support %S & %C
327 NEW CodeWeavers Preview Meta Bug
335 NEW Need Microphone and mic volume Support
341 NEW Running Half Life Game Fails
343 NEW file open / save in MS word fails....
347 NEW err:midi:OSS_MidiInit ioctl on midi info for device 0 f
351 NEW TNM (wrestling simulator) installer crashes with "Progr
373 NEW Unhandled exception in DIALOG_CreateIndirect
387 NEW Firstclass: Mouse behaves erratically
397 NEW System hangs while trying to play a sound
416 NEW Missings exports in winsocks
422 NEW Make the registry loadable on demand
423 NEW Out of process COM
424 NEW DCOM support
425 NEW Network UNC path handling
429 NEW Lotus Notes R. 5.0.8 Modal windows don't close
430 NEW Edit Control doesn't not behave like Windows
443 NEW Cygwin fails to execute
461 NEW Implement processing for SystemParametersInfo actions w
468 NEW Error while accessing parallel port - DIVICE_Open Unkno
472 NEW GetAsyncKeyState problem. IGOR: Mouse Release Events No
517 NEW Could not load wprocs.dll
530 NEW Package the regression tests for Windows
535 NEW DLL Separation: wineps from gdi32
536 NEW DLL Separation: ttydrv from gdi32
537 NEW DLL Separation: ttydrv from user32
538 NEW DLL Separation: x11drv from gdi32
540 NEW DLL Separation: x11drv from user32 (clipboard)
542 NEW DLL Separation: x11drv from user32 (misc)
545 NEW DLL Separation: x11drv from ntdll (VIRTUAL_SetFaultHand
546 NEW DLL Separation: winedos from ntdll
547 NEW DLL Separation: user32 from gdi32
549 NEW DLL Separation: user32 from ntdll (misc)
556 NEW Reconcile the Windows and Wine spec files
563 NEW Right click does not call local menu
564 NEW Implement function GetGUIThreadInfo
567 NEW snmpapi.dll is not implemented
569 NEW widgets not being redrawn
572 NEW starcraft crashes in recent wine builds
587 NEW Create replacement of browser component (Internet Explo
588 NEW Word2000 - fixme:file:FindFirstChangeNotificationA this
595 NEW Age of Wonders fails with PE_fixup_imports
620 NEW dragging trillian's window causes the X server to crash
623 NEW Regression: IE can't view https links
626 NEW internet explorer crashes upon launch
633 NEW Non-text clipboard data from WINE to X
634 NEW Wine XIM
638 NEW Document Wine debugging channels
640 NEW Major graphic glitch in x11drv
650 NEW error messages when loading debugging information from
654 NEW Can't install ms money web edition from win98se install
663 NEW Publisher stops reading keyboard and mouse input.
691 NEW GDI32.dll.270 (GdiEntry13) unimplemented
692 NEW GDI32.dll.266 (GdiEntry1) unimplemented
704 NEW native w2k ole32.dll needs NTDLL.NtMapViewOfSection
705 NEW Running NVidia's ChameleonMark crashes at 0xdeadbeef
706 NEW Reg* functions are there twice
709 NEW riched32.dll needs to be improved a lot (was: Richedit
711 NEW Image Preview control is shrinking on Xnview
712 NEW Xnview Options window is not refreshed
718 NEW DPMI handler not called in presence of int $0x31 code
719 NEW some controls does't work
729 NEW Shading of the Winamp equaliser and playlist windows do
735 NEW The WM_INPUTLANGCHANGE message is not send when switchi
741 NEW Debbuger window doesn't allow me to cut & paste
743 NEW WM_QUERYNEWPALETTE handling broken ? (was: Problem in w
749 NEW Sune Hotspot Java crashed in win95 mode
750 NEW Radmin doesn't want to start the second time (says it h
756 NEW msvcrt.fwscanf, swscanf, wscanf unimplemented
758 NEW Menu/combo-box-functionality in managed mode.
763 NEW AOL 7.0 crashes after spewing the same error message
768 NEW Wine crashes when starting Micrographic designer
770 NEW Halts during an install shield wizard installation with
778 NEW Compiler warnings for wine-20020605
786 NEW wrc gives parse error if resource nameID has quotes
792 NEW Display bug in WinZip Extract dialog
795 NEW Implement NtQuerySystemInformation
796 NEW rewrite PSAPI to use NtQuerySystemInformation
797 NEW Rewrite DirectX HAL interfaces
799 NEW wine debugger hidden behind wine games.
800 NEW Wine crashes immediately with privileged instruction ex
804 NEW Wine + NTFS = crash :(
807 NEW PowerBuilder 6.0 generated applications crash accessing
813 NEW fixme:clipboard:GetClipboardSequenceNumber
814 NEW Add section on 'Implementing a new DLL' to Wine Develop
819 NEW Lotus Sametime Connect will not connect
824 NEW \0 character is added to REG_MULTI_SZ registry values
825 NEW Window in modal mode does not receive mouse and keyboar
832 NEW Add Direct3D support
834 NEW Add DWARF2 support
835 NEW Add support for the new PDB format
836 NEW Speed up PDB support
838 NEW winedbg: Add C++ support
839 NEW opengl window minimizes when the program makes another
840 NEW Negative values used by Baldur's Gate in DirectDrawSurf
849 NEW Wordpro Millenium 9.5 Crashes on startup
850 NEW Lotus 123 Crashed on Startup
852 NEW winininet test doesn't terminate/fail
858 NEW Segfault in WineEngInit () ( libgdi32.dll.so )
859 NEW Lotus Notes detach all does not work
860 NEW lotus approach terminates when create new database
861 NEW wine Fails to Initialize and start Yahoo! messenger.
862 NEW wine fails to load default skin for IncrediMail!!!!
863 NEW Listview report style shows right end of text not left
867 NEW Lotus Notes 5.0.3: err:clipping:CLIPPING_UpdateGCRegion
868 NEW open 2 session; the 2 is lock
870 NEW Too many files in a directory prevent proper access to
872 NEW Win9xism in dplayx.dll (ConvertToGlobalHandle)
873 ASSI Win9xism in shell32 (MapSL)
876 NEW listview report style column alignment issues
877 NEW DXgrab is "weak" and can be shaken out of
878 NEW Icons arent transparent if Managed='Y'
881 NEW Mouse cursor not blanked in opengl game
888 NEW DXGrab can't be undone.
890 NEW Virtual Pages difference - Spotted with VirtualQuery()
891 NEW winemaker and winebuild compatibility problem in the .s
892 NEW Implement GetSystemInfo using CPUID
894 NEW Terragen running, 2nd level child window malfunction (?
897 NEW Winetest does not compile
898 NEW fixme:dc:GetDCEx not supported yet
899 NEW Bad focus messages on window creation
900 NEW Upgrade from 20020605 to 20020710 broke Orcad Caputre S
901 NEW sound
903 NEW PathIsURL returning true for invalid formats.
905 NEW Last character in network transmission being dropped
906 NEW Quicken Deluxe 99 dosen't work with Red Carpet release
911 NEW Screen Corruption in Nord Modular Editor
919 NEW FlashFXP 1.4.3 crashes while trying to read "MZ" magic
923 NEW We should add default Explorer registry entries to avoi
927 NEW fixme:commctrl:FlatSB_SetScrollProp stub
928 NEW fixme:commctrl:InitializeFlatSB stub
929 NEW fixme:tab:TAB_WindowProc Unimplemented msg TCM_HIGHLIGH
933 NEW ttydrv needs a lot of improvement
934 NEW Cpu usage is always 100%
945 NEW Cannot install ColdFusion MX
952 NEW Wine and The Bat!
958 NEW OSS audio problems (err:wave:OSS_OpenDevice Can't set f
962 NEW Unreal Tournament Editor does not work in wine
965 NEW MaskBlt is not implemented
970 NEW Intermittent regression tests freeze, possibly due to t
972 NEW Implement urlmon.URLDownloadToCacheFileA
974 NEW Put translation infrastructure in place for various Win
983 NEW FIXME:int21:DOS3Call Unimplemented FAT32 int32 function
986 ASSI ODBC.dll unimplemented
995 NEW shlfileop test fails on FreeBSD
996 NEW sock test fails onf FreeBSD
1001 NEW Define macros STATUS_ENDPOINT_CLOSED, STATUS_DISCONNECT
1005 NEW Attempts to retrieve live streaming updates with QuoteT
1007 NEW kernel32.dll.Heap32* functions unimplemented
1022 NEW OSS_MidiInit Synthesizer support MIDI in. Not supported
1024 NEW can't install ms sql
1037 NEW Remedy user GUI client generates this memory error
1039 NEW No keyboard in wcmd
1046 NEW FIXME:tab:TAB_WindowProc Unimplemented msg TCM_SETITEME
1061 NEW shdocvw.dll: Unimplemented function (ordinal 101)
1067 NEW install of Lotus Notes R6 gives error
1074 NEW DLoad.exe (Diablo II/LOD no-cd BNet Loader) returns err
1077 NEW Error installing Lotus Notes 6
1078 NEW NOTES 6 Gold Release - Installed crashes when being run
1080 NEW fixme:shell:IShellLinkA_fnSetShowCmd (0x421ffd20)->(sho
1081 NEW fixme:file:SetFileAttributfixme:class:get_class_ptr rea
1087 NEW hotspot in wrong position for hand cursor
1088 NEW Wine crashes for user not in /etc/passwd (LDAP authenti
1091 NEW ScrollWindowEx does not update invalidated are
1095 NEW Game Star wars rebellion-> Drawing error
1128 NEW Curse of Monkey Island cannot find its files on CD (was
1129 NEW bitmaps are not drawn in "Dink Smallwood"
1135 NEW WinISO 5.3: Menus don't work (CreateMenu/DestroyMenu pr
1152 NEW version information functionality (ver.dll, version.dll
1157 NEW Display Hebrew when the locale is set to he_IL
1159 NEW Regression in x11drv due to http://cvs.winehq.com/patch
1161 NEW CryptoAPI crashes in MS Money 2001 (illegal CPDeriveKey
1162 NEW Parents Screen unavailable in Leap Ahead Preschool
1168 NEW Mohaa, Mohas && LOD terrian
1170 NEW DOSFS_FindUnixName misses existing file
1172 NEW Wine does not extract files fast enough for programs to
1182 NEW Using artsdsp wrapping makes Wine crash
1183 NEW Carmen Sandiego Junior will not start
1185 NEW Conformance Tests fail on windows 98
1189 NEW Error in window creation, Wine 20021124
1197 NEW Quicken 2001 Deluxe - Password dialog box not displayed
1198 NEW Problems with King's Quest 2 remake from Tierra
1202 NEW A Direct3D racing game that won't run
1205 NEW DOSFS_OpenDevice does not support parallel printer
1215 NEW wine on FreeBSD: wine in malloc(): error: recursive cal
1225 NEW unable to compile ole
1226 NEW winsock:NtStatusToWSAError Status code c0000024
1227 NEW Treeview dosn't send right messages
1240 NEW Nullsoft Installer has bad child window style on first
1251 NEW Cabinet file expander error
1260 NEW MS Office 2000 installation lock
1264 NEW Shift+Tab keystroke not working (Visual FoxPro)
1266 NEW WAIT WINDOW display problem (Visual FoxPro)
1267 NEW Popup menus (shortcuts) will put the main form behind o
1269 NEW On the search page in WinMX it displays it's own icon,
1280 NEW edit control bug - EM_LIMITTEXT does not work
1288 NEW Popup windows always 'on top' (Visual FoxPro)
1293 NEW Internet Explorer 6.1SP1 cannot download files.
1295 NEW Crash in UOAssist in program code after GetForegroundWi
1301 NEW Wine systray should be impemented via standard XEMBED p
1304 NEW Add edit control (copy/paste) icons to wineconsole
1305 ASSI HalfLife crashed when starting game
1308 NEW Can not make crosstest in dlls/kernel/
1309 NEW wine keyboard not working in UTF-8 locale
1311 NEW Failed to initialise!
1312 NEW compilation problem on NetBSD (*BSD?)
1313 NEW The Microsoft Powerpoint viewer cannot print
1314 NEW Wine always downloads truetype fonts into its ps files
1319 NEW OpenGL on Radeon 8500 outputs ASCII garbage
1321 NEW Files do not retain their timestamps with CopyFile
1322 NEW IsTextUnicode failure with IS_TEXT_UNICODE_REVERSE_MASK
1329 NEW fixme:ole cotreat asclass olelocal server thread :comar
1330 NEW argv[0] should be translated into DOS syntax
1336 NEW WCMD : Delete a read-only file says not found
1342 NEW Corrupt Icon in Miranda IM
1346 NEW inability to connect to Yahoo in Miranda 2.1
1347 NEW Screen is wiped/blanked on usage of DirectDraw
1348 NEW RegisterHotKey and UnregisterHotKey are not implemented
1353 NEW DirectX 9 is missing
1355 NEW Static text controls wrap too early
1361 NEW Regression - DirectX sound isn't working properly for s
1362 NEW Half-Life DirectX menu rendering problems
1372 NEW Wineinstall and permissions
1379 NEW Remove duplication of code between winesetup and wineco
1384 NEW Error running Out Of This World DOS game
1392 NEW Waits on non-exiting semaphore
1395 NEW Uninstaller failed on Win2K when software is installed
-------------------------------------------------------------------------
To get a list of all your bugs, you can use this URL (bookmark it if you like!):
http://bugs.winehq.com/buglist.cgi?assigned_to=wine-bugs@winehq.com
Or, you can use the general query page, at
http://bugs.winehq.com/query.cgi.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<%urlbase>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1402
Summary: get an error after running newest RPM. Installed RPM,
then winesetuptk rpm...
Product: Wine
Version: 20030318
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: mattyoung(a)mac.com
error:
wine: chdir to /tmp/.wine-matty/server-343-6bca3 : No such file or directory
This is probably User error as I am a bloody newbie...
Matt Young
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=1402>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1396
------- Additional Comments From doomedchild(a)gmx.de 2003-04-20 12:13 -------
Nwe WineX hasn't this problem...
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=1396>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1400
------- Additional Comments From lionel.ulmer(a)free.fr 2003-04-20 01:56 -------
Well, while waiting for someone (maybe you :-) ) to submit a patch, the *real*
easiest solution to this problem was always to run Wine in Desktop mode in a
second X server running at the resolution you wish to use.
This fixes all your problems (and you can even, when pausing the game, switch
back to the 'real' desktop to check mails and stuff :-) ).
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=1400>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1396
lionel.ulmer(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Whicked Textures in OpenGL |Whicked Textures in OpenGL
|Games when compiling with |Games when compiling with
|XFree86 4.3 & glibc 2.3 |XFree86 4.3 & glibc 2.3
------- Additional Comments From lionel.ulmer(a)free.fr 2003-04-20 01:52 -------
Could you try the 'fix' in this bug report :
http://bugs.winehq.com/show_bug.cgi?id=1364
I still do not understand how it can help, but well, it seems to work :-)
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=1396>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1353
daracerz(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From daracerz(a)hotmail.com 2003-04-19 20:37 -------
*** This bug has been confirmed by popular vote. ***
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=1353>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1400
Summary: Wine should use XRandR for resolution switching
Product: Wine
Version: 20030318
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: dux-bugzilla(a)acz.org
I play Counter-Strike using Wine, and while the game itself plays perfectly
there are several problems related to screen resolution. Starting
Counter-Strike changes to a virtual resolution (i can still scroll over the rest
of the desktop with my mouse) fine, but when I join a game the resolution
changes back to the deskop resolution and i have to change the resolution
maually using ctrl+alt+minus. This wouldn't be such a big deal, except that the
game isn't always exactly centered and i have to scroll the cursor to center it.
Sometimes while playing the game will somehow become off-centered again, and
i'll have to exit out to the menu to get a cursor to recenter it. Another
problem is that the game will place dialogs offscreen that should have been
centered, apparently because it's using the real X resolution for the screen
dimensions rather than the virtual one.
I'm sure similar problems exist for other games, and while there are other ways
of fixing them, implementing XRandR for resolution changing is probably the
"right" and simplest way to do 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=1400>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1342
------- Additional Comments From mike(a)theoretic.com 2003-04-19 08:40 -------
Hmmm. We had a patch lately to fix imagelist corruption, I'd forgotten about
this bug, so it should have been fixed. The fact that it isn't concerns me
slightly. I'll try and remember to take a look at Miranda again when I get back
to my flat. Poke me in a week if I've forgotten (ie haven't posted to this bug).
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=1342>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1399
Summary: Miranda IM (metabug)
Product: Wine
Version: unspecified
Platform: Other
URL: http://miranda-im.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: juan(a)virtual-orbis.com
This tracking Bug was created by suggestion of Mike :P
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=1399>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1397
------- Additional Comments From vesuri(a)jormas.com 2003-04-18 22:43 -------
This does not happen with the Traktor DJ Studio 2.0 demo version.
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=1397>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1398
Summary: Calmira crashes under wine (win16 app)
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.calmira.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: juan(a)virtual-orbis.com
I tried to start it under wine-20030318 and wine-20030408 but crashes.(no
debugger started by wine)
I'm using mandrake 8.1 w/ KDE 2
Here is the output with wine-20030408:
sh-2.05$ wine calmira.exe
err:ntdll:RtlpWaitForCriticalSection section 0x400edc28
"../../scheduler/syslevel.c: Win16Mutex" wait timed out, retrying (60 sec)
tid=0009
fixme:toolhelp:InterruptRegister16 (0000, 0x24700ba), stub.
fixme:dialog:MSGBOX_OnInit system modal msgbox ! Not modal yet.
fixme:toolhelp:InterruptUnRegister16 (0000), stub.
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=1398>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1352
juan(a)virtual-orbis.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20030318 |unspecified
------- Additional Comments From juan(a)virtual-orbis.com 2003-04-18 22:00 -------
under wine-20030408 crashes the same, starts debugger...
just typed:
wine 4nt.exe to start 4NT and wine crashes...
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=1352>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1346
juan(a)virtual-orbis.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20030318 |unspecified
------- Additional Comments From juan(a)virtual-orbis.com 2003-04-18 21:30 -------
Problem persist as of wine-20030408.
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=1346>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1342
juan(a)virtual-orbis.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Corrupt Icon in Miranda ICQ |Corrupt Icon in Miranda IM
Version|20030318 |unspecified
------- Additional Comments From juan(a)virtual-orbis.com 2003-04-18 21:25 -------
under 20030408:
Display of "M" icon is partially fixed when a child window is spawn. This child
window displays perfectly! (perfect colorfull drawn icon buttons in child
window)
But, when this child window is closed, "M" returns to the initial state
(corrupt "M" icon again!). That's weird.
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=1342>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1397
Summary: Glitches in Native Instruments' Traktor MP3 decoding in
Wine
Product: Wine
Version: CVS
Platform: PC
URL: http://www.nativeinstruments.de/index.php?id=traktormixe
r_en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: vesuri(a)jormas.com
When playing an MP3 file using Native Instruments' Traktor DJing software the
program's MP3 decoder somehow manages to decode strange clicks and chirps in the
sound. These seem to be produced during or after decoding because they are
visible in the program's waveform view. The sound output itself works just fine
- this is not an outbut buffer underrun.
This problem can be easily seen by downloading the demo version of the program
from http://www.nativeinstruments.de/index.php?id=traktormixer_en and installing
and loading any MP3 file (demo files supplied) into either player using the
Eject button, selecting a file and pressing Play. The clicks can be seen in the
waveform view (and can be scratched :)).
I don't have any suggestions what might cause this but this hasn't happened on
Windows.
I'm using Wine 20030408, Linux 2.4.20, glibc 2.3.2, gcc 3.2.2, XFree86 4.3.0,
OSS (emu10k1), Freetype 2.1.4.
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=1397>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=312
------- Additional Comments From vesuri(a)jormas.com 2003-04-18 18:53 -------
I still haven't got around to doing the old CVS version check but I think it's
not necessary. I realized that this only happens if the Windows version to
imitate is win98. When imitating win2k Sound Forge records just fine. I can't be
sure but it's very much possible that I used win2k in the past (when it worked)
and have been using win98 now when it has not worked.
If you want to get this fixed for win98 (if it even should work?) I can give you
a backtrace from the wine debugger or something but I don't think I have the
motivation to start building those old builds now that I've found out that there
is an easy way to make it work for me. :)
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=312>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1396
Summary: Whicked Textures in OpenGL Games when compiling with
XFree86 4.3 & glibc 2.3
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: doomedchild(a)gmx.de
I ran Half-Life with Wine on Redhat 8 with XFree 4.2.x and glibc 2.2.x without
any graphical issues.
But when I compile on RH 9 with XFree 4.3.x and glibc 2.3.x I get whicked
texturing in most OpenGL-Games (mainly Half-Life).
My System:
AMD TBird 1200C
382 MB RAM
VIA K7VZA KT133 Chipset
ATI Radeon 7500 AGP
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=1396>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1392
------- Additional Comments From rbt(a)rbt.ca 2003-04-18 16:47 -------
The error in DPLAYX is caused by (20030408 sources)
Line 466 in ntdll/virtual.c, function anon_mmap_aligned():
else if (ptr != base)
{
/* We couldn't get the address we wanted */
munmap( ptr, view_size );
return STATUS_CONFLICTING_ADDRESSES; /* !! HERE !! */
}
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=1392>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1395
Summary: Uninstaller failed on Win2K when software is installed
Product: Wine
Version: CVS
Platform: PC
OS/Version: Windows 2000
Status: NEW
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: Steven_Ed4153(a)yahoo.com
When running uninstaller built from Mingw or MS-VC++ 6 under Win2K the
application seems to work and run fine when there is no information in the
uninstall branch of the registry. As soon as a program is registered and
uninstaller is run the program crashes. This has been tested on 3 systems and
with many differnt sources and versions of Mingw. When debugging under MSVC with
uninstall information in the registry the debugger stops at this code.
FetchUninstallInformation()
Line 225/226:
entries[numentries-1].key =
HeapAlloc(GetProcessHeap(), 0, strlen(subKeyName)+1);
Entries : Cxx0030: Expression could not be evaluated
I will attach a Visual Stdio build with sources/debugging information this evening.
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=1395>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1169
------- Additional Comments From rbt(a)rbt.ca 2003-04-18 09:40 -------
I have an underrun issue with Total Annihilation (Demo has same issue) on FreeBSD.
Single sounds work fine (narration), but mixed sounds during the game come out
very shoppy and thousands of the buffer underrun messages occur.
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=1169>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1392
------- Additional Comments From rbt(a)rbt.ca 2003-04-18 09:25 -------
Created an attachment (id=456)
trace +dplay,+virtual
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=1392>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1222
rbt(a)rbt.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From rbt(a)rbt.ca 2003-04-17 20:38 -------
200304 seems to have fixed this.
It should be noted that there was an XFree update in there as well, so the
problem may have been video card drivers.
Thanks!
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=1222>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1394
------- Additional Comments From Pascal.Niklaus(a)unibas.ch 2003-04-17 09:32 -------
Forgot to say, I'm talking about a (the?) file-selection dialog...
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=1394>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1394
Summary: built-in commdlg.dll - file selection dialog does not
show directories
Product: Wine
Version: 20030318
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: Pascal.Niklaus(a)unibas.ch
CC: Pascal.Niklaus(a)unibas.ch
Wine 20030408:
Drives can be changed, but the builtin commdlg.dll does not display any
directories in the respective drives...
I had to start applications with
wine -dll commdlg,comdlg32=n
to be able to browse the directory structure...
This worked in the previous version (20030115) I'd installed from the SuSE8.2
package, but that may have other reasons...
Hope this helps
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=1394>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1393
Summary: USB devices not supported
Product: Wine
Version: 20030318
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: wbouma.1(a)hccnet.nl
USB devices seem to be non-existent .
Tried to install HP scanner-software .
There is no mention anywhere .
Perhaps it is sufficient to add some phrases to
the config-file ,but I can't find the
correct form .
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=1393>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1392
rbt(a)rbt.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From rbt(a)rbt.ca 2003-04-16 20:24 -------
*** This bug has been confirmed by popular vote. ***
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=1392>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1392
Summary: Waits on non-exiting semaphore
Product: Wine
Version: 20030318
Platform: Other
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: rbt(a)rbt.ca
Note the DPLAYX_ConstructData error prior to the semaphore blocking.
rbt@home:/home/rbt/.wine/Cavedog/TotalA> wine --debugmsg +dplay totala
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
fixme:reg:GetSystemInfo not yet supported on this system
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (United States keyboard layout) for scancode mapping.
Please define your layout in windows/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
trace:dplay:DllMain (0x5cb30000,0x00000001,0x1)
trace:dplay:DPLAYX_ConstructData DPLAYX dll loaded - construct called
trace:dplay:DPLAYX_ConstructData Semaphore 0x58 created
trace:dplay:DPLAYX_ConstructData Waiting for DPLAYX semaphore
trace:dplay:DPLAYX_ConstructData Through wait
trace:dplay:DPLAYX_ConstructData File mapped 0x5c created
err:dplay:DPLAYX_ConstructData : unable to map static data into process memory
space (487)
fixme:system:SystemParametersInfoA Unimplemented action: 94 (SPI_GETMOUSETRAILS)
fixme:system:SystemParametersInfoA Unimplemented action: 93 (SPI_SETMOUSETRAILS)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x5c309208)->(00010021,00000053)
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x5c30a5b8)->(0x5c309214,0x00000000),stub!
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
trace:dplay:DirectPlayLobbyCreateA lpGUIDDSP=0x0 lplpDPL=0x5d0368b7 lpUnk=0x0
lpData=0x0 dwDataSize=00000000
trace:dplay:DPL_CreateInterface for {26c66a70-b367-11cf-a024-00aa006157ac}
trace:dplay:DPL_AddRef ref count incremented to 1:1 for 0x5c30bb78
trace:dplay:DPL_QueryInterface
(0x5c30bb78)->({1bb4af80-a303-11d0-9c4f-00a0c905425e},0x5d0368bb)
trace:dplay:DPL_AddRef ref count incremented to 1:2 for 0x5c30c8a0
trace:dplay:IDirectPlayLobbyAImpl_GetConnectionSettings
(0x5c30c8a0)->(0x00000000,0x0,0x5c5e2b24)
trace:dplay:DPLAYX_GetConnectionSettingsA Waiting for DPLAYX semaphore
Killed
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=1392>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1349
rbt(a)rbt.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From rbt(a)rbt.ca 2003-04-16 20:18 -------
It was fixed in hte 200304 release
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=1349>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1391
------- Additional Comments From mike(a)theoretic.com 2003-04-16 04:13 -------
Perhaps we should put something on the front page about this for a while?
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=1391>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1324
mstefani(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |mstefani(a)redhat.com
Status|UNCONFIRMED |ASSIGNED
everconfirmed|0 |1
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=1324>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1343
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robson(a)heurys.com.br
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-15 10:32 -------
*** Bug 1391 has been marked as a duplicate of this bug. ***
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=1343>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1391
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-15 10:32 -------
Invalid report. Some research would probably have shown gazillions of hits about
this issue.
*** This bug has been marked as a duplicate of 1343 ***
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=1391>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1391
Summary: wine don't running on Rad Hat 9
Product: Wine
Version: 20010418
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: robson(a)heurys.com.br
I'm using Red Hat Linux 9 - kernel 2.4.20-9.
After instalation of wine-20010418 (rpm) when I tried to test with notepad.exe,
wine returns the message:
šwine: chdir to /tmp/.wine-root/server-302-7e59 : no such file or directoryš
I tried unistall the rpm and install by sources (compiling the program), but I
had the same results. I don't know what to do...
Tks.
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=1391>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1388
------- Additional Comments From mike(a)theoretic.com 2003-04-15 05:29 -------
Which version of QuickTime is 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=1388>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From mike(a)theoretic.com 2003-04-15 05:28 -------
Try installing dcom98 from microsoft.com
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From simon(a)unisolve.com.au 2003-04-14 23:53 -------
Created an attachment (id=455)
The output of the bug_report.pl program using wine-20030408
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From simon(a)unisolve.com.au 2003-04-14 23:52 -------
Oops. I forgot to mention in my last comment that I have installed
today's cut of wine from cvs. Otherwise I am running on a
fairly vanilla RedHat 8.0 laptop.
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From simon(a)unisolve.com.au 2003-04-14 23:50 -------
Thanks for the attention people have given this bug report so far - it's very
heartening.
Things have moved along a little, I now get a different Unhandled exception
error ;-)
Specifically:
* I run " wine /mnt/cdrom/dksetup/setup.exe"
* I get a small Installshield Wizard window with a
progress bar and then another small window with:
Unhandled exception
Error Number: 0x80040706
Desciption: Object reference not set
Setup will now terminate
* I've run this process through a dozen times, (taking care to
clean up any old wine or wineserver processes still
running), and I've noticed that every so often I don't get the
Unhandled exception window, and I get as far as the full screen
Installshield window. But my wine session and screen are
unresponsive at that point.
I'm going to attach the latest bug_report.pl output. Are there any other
tests I can run to help?
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1390
Summary: wine halts if font in some fonts.scale but not fonts.dir
Product: Wine
Version: 20010112
Platform: Other
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: tgarcia(a)hivemind.org
CC: tgarcia(a)hivemind.org
Happened for me on Mathematica 4.0 Type1 fonts since fonts.scale included
c0632bt_.pfa (as did fonts.dir, and will even after mkfontdir) but such a file was
not in the appropriate fonts directory. During startup:
...
Font metrics: 6.8% done
Font metrics: 6.9% done
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 45 (X_OpenFont)
Value in failed request: 0x2a0010a
Serial number of failed request: 964
Current serial number in output stream: 965
Must `xset fp rehash` after removing some font file to reproduce, and font must
be in fonts.scale.
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=1390>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1388
Summary: lstrcpyA error
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: torsted(a)runbox.no
QuicktimeInstaller craches with the following error:
fixme:win32:PE_CreateModule Security directory ignored
Warning: Language 'no_NO' was not found, retrying without country name...
Warning: Language 'no' was not recognized, defaulting to English
err:string:lstrcpyA (0x416015e0, (nil)): page fault occurred ! Caused by bug ?
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=1388>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From mike(a)theoretic.com 2003-04-14 09:04 -------
If you've run up2date lately, you'll need the very latest release or CVS to
avoid problems with glibc
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From simon(a)unisolve.com.au 2003-04-14 07:30 -------
Created an attachment (id=454)
The output of bug_report.pl for /mnt/cdrom/dksetup/setup.exe
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-14 06:23 -------
Sorry, output is useless, since the program starts the real setup.exe with
CreateProcess() and then immediately quits.
And for some reason Wine doesn't keep logging the new process. :-\
Alexandre, could you tell us whether this behaviour is undesired and
should/could be changed?
BTW, you could run D:\dksetup\setup.exe instead of the setup wrapper.
That way the *real* installation program should get logged properly.
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From simon(a)unisolve.com.au 2003-04-14 05:40 -------
Created an attachment (id=453)
The output of the winedbg tool
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1387
Summary: Cannot install a DK educational software package -
Unhandled exception: page fault on read access
Product: Wine
Version: 20030318
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: simon(a)unisolve.com.au
Hello wine programmers,
I'm trying to install a Dorling Kindersley educational software
package called "Learning Ladder - Ages 5 - 7"
The install fails with the error:
Unhandled exception: page fault on read access
My environment is a fresh wine-20030318 on Redhat 8.0.
The output of the winedbg tool is attached.
Many thanks,
Simon Taylor
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=1387>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1381
------- Additional Comments From mike(a)theoretic.com 2003-04-14 05:27 -------
I don't understand what this problem is. Could you please explain what is going
wrong exactly, and perhaps try and find a program we can download that shows the
same problem?
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=1381>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
** This e-mail has been automatically generated.
** by: http://bugs.winehq.com/
Weekly report for wine-bugs(a)winehq.com
Bug List
-------------------------------------------------------------------------
Id Status Desc
-------------------------------------------------------------------------
11 NEW StrokePath ignores PS_JOIN_xxx
26 NEW StrokeAndFillPath doesn't fill paths on EMF
50 NEW PrgWin95: Text justification needs beefing up
52 NEW PrgWin95: Problems with access to the root window
54 NEW PrgWin95: Wrong background for checkboxes, radiobuttons
66 NEW PrgWin95: Custom cursor display bug
69 NEW Visual C++'s native COM support
78 NEW Wine 1.0 Documentation Metabug - Winelib Users Guide
79 ASSI Wine 1.0 Documentation Metabug - Developers Guide
80 ASSI Wine 1.0 Documentation Metabug - FAQ
83 ASSI Stabilize Wine Developers Guide Table of Contents
96 NEW DLL Separation (MetaBug)
128 NEW Segfaults on trying to open fontdlg for AIM95
131 NEW TWGS.exe will not spawn children
134 NEW Age Of Empires II - says 'couldn't initialize graphics.
147 NEW Multi-column list widget: Double click on the header sh
151 NEW dialog focus handling is not correct (e.g. in installer
168 NEW Mouse and Keyboard input die upon entering a game
176 NEW Implement an SDL back-end
189 NEW The mouse wheel can scroll textboxes beyond the end
199 NEW Opening dialogues in nord modular editor causes lockup
204 NEW Lotus Notes attach/detach Soap Opera.
215 NEW x11drv errors with United Devices' agent
216 NEW selected text sometimes disappears
219 NEW realMyst and many other programs refuse to run.
223 NEW winemaker: Add support for the msvcrt headers
230 NEW winemaker: Extract more information from the source fil
231 NEW winemaker: Issue the warnings directly in the source
235 NEW IPX no longer works.
251 ASSI codeweavers-wine does not install regapi and uninstalle
252 NEW codeweavers-wine: winedbg is a dead link
259 NEW Garbled screen in Starcraft
265 NEW Copy pasting into a wine app works only once
268 NEW ddraw interface not recognized, surface flags not imple
271 NEW Westwood Monopoly: fixme:gdi:GetObjectType Magic nnnn n
280 NEW Windows Networking (WNet) is not implemented
284 NEW FillRect failing from STATIC_PaintTextfn
292 NEW Keyboard focus not following
306 NEW Activeskin.ocx Unhandled exception: page fault on read
307 NEW Unable to launch GURPS Character GURU
308 NEW Firstclass: Mouse slows program to a crawl, but keyboar
312 NEW Trying to record audio makes Wine crash (msacm:widMappe
314 NEW Console application ("dos") doesn't recognize the retur
321 NEW msvcrt.printf does not support %S & %C
327 NEW CodeWeavers Preview Meta Bug
335 NEW Need Microphone and mic volume Support
341 NEW Running Half Life Game Fails
343 NEW file open / save in MS word fails....
347 NEW err:midi:OSS_MidiInit ioctl on midi info for device 0 f
351 NEW TNM (wrestling simulator) installer crashes with "Progr
373 NEW Unhandled exception in DIALOG_CreateIndirect
387 NEW Firstclass: Mouse behaves erratically
397 NEW System hangs while trying to play a sound
416 NEW Missings exports in winsocks
422 NEW Make the registry loadable on demand
423 NEW Out of process COM
424 NEW DCOM support
425 NEW Network UNC path handling
429 NEW Lotus Notes R. 5.0.8 Modal windows don't close
430 NEW Edit Control doesn't not behave like Windows
443 NEW Cygwin fails to execute
461 NEW Implement processing for SystemParametersInfo actions w
468 NEW Error while accessing parallel port - DIVICE_Open Unkno
472 NEW GetAsyncKeyState problem. IGOR: Mouse Release Events No
517 NEW Could not load wprocs.dll
530 NEW Package the regression tests for Windows
535 NEW DLL Separation: wineps from gdi32
536 NEW DLL Separation: ttydrv from gdi32
537 NEW DLL Separation: ttydrv from user32
538 NEW DLL Separation: x11drv from gdi32
540 NEW DLL Separation: x11drv from user32 (clipboard)
542 NEW DLL Separation: x11drv from user32 (misc)
545 NEW DLL Separation: x11drv from ntdll (VIRTUAL_SetFaultHand
546 NEW DLL Separation: winedos from ntdll
547 NEW DLL Separation: user32 from gdi32
549 NEW DLL Separation: user32 from ntdll (misc)
556 NEW Reconcile the Windows and Wine spec files
563 NEW Right click does not call local menu
564 NEW Implement function GetGUIThreadInfo
567 NEW snmpapi.dll is not implemented
569 NEW widgets not being redrawn
572 NEW starcraft crashes in recent wine builds
587 NEW Create replacement of browser component (Internet Explo
588 NEW Word2000 - fixme:file:FindFirstChangeNotificationA this
595 NEW Age of Wonders fails with PE_fixup_imports
620 NEW dragging trillian's window causes the X server to crash
623 NEW Regression: IE can't view https links
626 NEW internet explorer crashes upon launch
633 NEW Non-text clipboard data from WINE to X
634 NEW Wine XIM
638 NEW Document Wine debugging channels
640 NEW Major graphic glitch in x11drv
650 NEW error messages when loading debugging information from
654 NEW Can't install ms money web edition from win98se install
663 NEW Publisher stops reading keyboard and mouse input.
691 NEW GDI32.dll.270 (GdiEntry13) unimplemented
692 NEW GDI32.dll.266 (GdiEntry1) unimplemented
704 NEW native w2k ole32.dll needs NTDLL.NtMapViewOfSection
705 NEW Running NVidia's ChameleonMark crashes at 0xdeadbeef
706 NEW Reg* functions are there twice
709 NEW riched32.dll needs to be improved a lot (was: Richedit
711 NEW Image Preview control is shrinking on Xnview
712 NEW Xnview Options window is not refreshed
718 NEW DPMI handler not called in presence of int $0x31 code
719 NEW some controls does't work
729 NEW Shading of the Winamp equaliser and playlist windows do
735 NEW The WM_INPUTLANGCHANGE message is not send when switchi
741 NEW Debbuger window doesn't allow me to cut & paste
743 NEW WM_QUERYNEWPALETTE handling broken ? (was: Problem in w
749 NEW Sune Hotspot Java crashed in win95 mode
750 NEW Radmin doesn't want to start the second time (says it h
756 NEW msvcrt.fwscanf, swscanf, wscanf unimplemented
758 NEW Menu/combo-box-functionality in managed mode.
763 NEW AOL 7.0 crashes after spewing the same error message
768 NEW Wine crashes when starting Micrographic designer
770 NEW Halts during an install shield wizard installation with
778 NEW Compiler warnings for wine-20020605
786 NEW wrc gives parse error if resource nameID has quotes
792 NEW Display bug in WinZip Extract dialog
795 NEW Implement NtQuerySystemInformation
796 NEW rewrite PSAPI to use NtQuerySystemInformation
797 NEW Rewrite DirectX HAL interfaces
799 NEW wine debugger hidden behind wine games.
800 NEW Wine crashes immediately with privileged instruction ex
804 NEW Wine + NTFS = crash :(
807 NEW PowerBuilder 6.0 generated applications crash accessing
813 NEW fixme:clipboard:GetClipboardSequenceNumber
814 NEW Add section on 'Implementing a new DLL' to Wine Develop
819 NEW Lotus Sametime Connect will not connect
824 NEW \0 character is added to REG_MULTI_SZ registry values
825 NEW Window in modal mode does not receive mouse and keyboar
832 NEW Add Direct3D support
834 NEW Add DWARF2 support
835 NEW Add support for the new PDB format
836 NEW Speed up PDB support
838 NEW winedbg: Add C++ support
839 NEW opengl window minimizes when the program makes another
840 NEW Negative values used by Baldur's Gate in DirectDrawSurf
849 NEW Wordpro Millenium 9.5 Crashes on startup
850 NEW Lotus 123 Crashed on Startup
852 NEW winininet test doesn't terminate/fail
858 NEW Segfault in WineEngInit () ( libgdi32.dll.so )
859 NEW Lotus Notes detach all does not work
860 NEW lotus approach terminates when create new database
861 NEW wine Fails to Initialize and start Yahoo! messenger.
862 NEW wine fails to load default skin for IncrediMail!!!!
863 NEW Listview report style shows right end of text not left
867 NEW Lotus Notes 5.0.3: err:clipping:CLIPPING_UpdateGCRegion
868 NEW open 2 session; the 2 is lock
870 NEW Too many files in a directory prevent proper access to
872 NEW Win9xism in dplayx.dll (ConvertToGlobalHandle)
873 ASSI Win9xism in shell32 (MapSL)
876 NEW listview report style column alignment issues
877 NEW DXgrab is "weak" and can be shaken out of
878 NEW Icons arent transparent if Managed='Y'
881 NEW Mouse cursor not blanked in opengl game
888 NEW DXGrab can't be undone.
890 NEW Virtual Pages difference - Spotted with VirtualQuery()
891 NEW winemaker and winebuild compatibility problem in the .s
892 NEW Implement GetSystemInfo using CPUID
894 NEW Terragen running, 2nd level child window malfunction (?
897 NEW Winetest does not compile
898 NEW fixme:dc:GetDCEx not supported yet
899 NEW Bad focus messages on window creation
900 NEW Upgrade from 20020605 to 20020710 broke Orcad Caputre S
901 NEW sound
903 NEW PathIsURL returning true for invalid formats.
905 NEW Last character in network transmission being dropped
906 NEW Quicken Deluxe 99 dosen't work with Red Carpet release
911 NEW Screen Corruption in Nord Modular Editor
919 NEW FlashFXP 1.4.3 crashes while trying to read "MZ" magic
923 NEW We should add default Explorer registry entries to avoi
927 NEW fixme:commctrl:FlatSB_SetScrollProp stub
928 NEW fixme:commctrl:InitializeFlatSB stub
929 NEW fixme:tab:TAB_WindowProc Unimplemented msg TCM_HIGHLIGH
933 NEW ttydrv needs a lot of improvement
934 NEW Cpu usage is always 100%
945 NEW Cannot install ColdFusion MX
952 NEW Wine and The Bat!
958 NEW OSS audio problems (err:wave:OSS_OpenDevice Can't set f
962 NEW Unreal Tournament Editor does not work in wine
965 NEW MaskBlt is not implemented
970 NEW Intermittent regression tests freeze, possibly due to t
972 NEW Implement urlmon.URLDownloadToCacheFileA
974 NEW Put translation infrastructure in place for various Win
983 NEW FIXME:int21:DOS3Call Unimplemented FAT32 int32 function
986 ASSI ODBC.dll unimplemented
995 NEW shlfileop test fails on FreeBSD
996 NEW sock test fails onf FreeBSD
1001 NEW Define macros STATUS_ENDPOINT_CLOSED, STATUS_DISCONNECT
1005 NEW Attempts to retrieve live streaming updates with QuoteT
1007 NEW kernel32.dll.Heap32* functions unimplemented
1022 NEW OSS_MidiInit Synthesizer support MIDI in. Not supported
1024 NEW can't install ms sql
1037 NEW Remedy user GUI client generates this memory error
1039 NEW No keyboard in wcmd
1046 NEW FIXME:tab:TAB_WindowProc Unimplemented msg TCM_SETITEME
1061 NEW shdocvw.dll: Unimplemented function (ordinal 101)
1067 NEW install of Lotus Notes R6 gives error
1074 NEW DLoad.exe (Diablo II/LOD no-cd BNet Loader) returns err
1077 NEW Error installing Lotus Notes 6
1078 NEW NOTES 6 Gold Release - Installed crashes when being run
1080 NEW fixme:shell:IShellLinkA_fnSetShowCmd (0x421ffd20)->(sho
1081 NEW fixme:file:SetFileAttributfixme:class:get_class_ptr rea
1087 NEW hotspot in wrong position for hand cursor
1088 NEW Wine crashes for user not in /etc/passwd (LDAP authenti
1091 NEW ScrollWindowEx does not update invalidated are
1095 NEW Game Star wars rebellion-> Drawing error
1128 NEW Curse of Monkey Island cannot find its files on CD (was
1129 NEW bitmaps are not drawn in "Dink Smallwood"
1135 NEW WinISO 5.3: Menus don't work (CreateMenu/DestroyMenu pr
1152 NEW version information functionality (ver.dll, version.dll
1157 NEW Display Hebrew when the locale is set to he_IL
1159 NEW Regression in x11drv due to http://cvs.winehq.com/patch
1161 NEW CryptoAPI crashes in MS Money 2001 (illegal CPDeriveKey
1162 NEW Parents Screen unavailable in Leap Ahead Preschool
1168 NEW Mohaa, Mohas && LOD terrian
1170 NEW DOSFS_FindUnixName misses existing file
1172 NEW Wine does not extract files fast enough for programs to
1182 NEW Using artsdsp wrapping makes Wine crash
1183 NEW Carmen Sandiego Junior will not start
1185 NEW Conformance Tests fail on windows 98
1189 NEW Error in window creation, Wine 20021124
1197 NEW Quicken 2001 Deluxe - Password dialog box not displayed
1198 NEW Problems with King's Quest 2 remake from Tierra
1202 NEW A Direct3D racing game that won't run
1205 NEW DOSFS_OpenDevice does not support parallel printer
1215 NEW wine on FreeBSD: wine in malloc(): error: recursive cal
1225 NEW unable to compile ole
1226 NEW winsock:NtStatusToWSAError Status code c0000024
1227 NEW Treeview dosn't send right messages
1240 NEW Nullsoft Installer has bad child window style on first
1251 NEW Cabinet file expander error
1260 NEW MS Office 2000 installation lock
1264 NEW Shift+Tab keystroke not working (Visual FoxPro)
1266 NEW WAIT WINDOW display problem (Visual FoxPro)
1267 NEW Popup menus (shortcuts) will put the main form behind o
1269 NEW On the search page in WinMX it displays it's own icon,
1280 NEW edit control bug - EM_LIMITTEXT does not work
1288 NEW Popup windows always 'on top' (Visual FoxPro)
1293 NEW Internet Explorer 6.1SP1 cannot download files.
1295 NEW Crash in UOAssist in program code after GetForegroundWi
1301 NEW Wine systray should be impemented via standard XEMBED p
1304 NEW Add edit control (copy/paste) icons to wineconsole
1305 ASSI HalfLife crashed when starting game
1308 NEW Can not make crosstest in dlls/kernel/
1309 NEW wine keyboard not working in UTF-8 locale
1311 NEW Failed to initialise!
1312 NEW compilation problem on NetBSD (*BSD?)
1313 NEW The Microsoft Powerpoint viewer cannot print
1314 NEW Wine always downloads truetype fonts into its ps files
1319 NEW OpenGL on Radeon 8500 outputs ASCII garbage
1321 NEW Files do not retain their timestamps with CopyFile
1322 NEW IsTextUnicode failure with IS_TEXT_UNICODE_REVERSE_MASK
1329 NEW fixme:ole cotreat asclass olelocal server thread :comar
1330 NEW argv[0] should be translated into DOS syntax
1336 NEW WCMD : Delete a read-only file says not found
1342 NEW Corrupt Icon in Miranda ICQ
1346 NEW inability to connect to Yahoo in Miranda 2.1
1347 NEW Screen is wiped/blanked on usage of DirectDraw
1348 NEW RegisterHotKey and UnregisterHotKey are not implemented
1349 NEW SNDCTL_DSP_SETDUPLEX is an invalid argument
1355 NEW Static text controls wrap too early
1361 NEW Regression - DirectX sound isn't working properly for s
1362 NEW Half-Life DirectX menu rendering problems
1372 NEW Wineinstall and permissions
1379 NEW Remove duplication of code between winesetup and wineco
-------------------------------------------------------------------------
To get a list of all your bugs, you can use this URL (bookmark it if you like!):
http://bugs.winehq.com/buglist.cgi?assigned_to=wine-bugs@winehq.com
Or, you can use the general query page, at
http://bugs.winehq.com/query.cgi.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<%urlbase>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1386
------- Additional Comments From reif(a)earthlink.net 2003-04-13 21:43 -------
Could you trace the program for me?
Run the program as:
wine --debugmsg +wave,+dsound program.exe >& trace
where program.exe is the program that fails and e-mail
the trace file to me.
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=1386>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1386
Summary: Sound doesn't work anymore with wine > 20030318
Product: Wine
Version: 20030318
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: bn304001(a)belgacom.net
I've got the following error :
Erreur : err:wave:IDsDriverBufferImpl_Play ioctl(/dev/dsp,
SNDCTL_DSP_SETTRIGGER) failed (Invalid argument)
I use RH8.0 with OSS modules for my SoundBlaster 16 ISA
Extract of my configuration :
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"
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=1386>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1384
------- Additional Comments From dclark(a)akamail.com 2003-04-13 10:17 -------
In the future, please try to make that an attachment, rather than pasting it
into the comment area.
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=1384>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1385
------- Additional Comments From godeater(a)cream.org 2003-04-13 07:13 -------
Right - I've just updated to the latest wine, straight out of CVS.
It's built, installed and configured.
Problem is still the same as before :(
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=1385>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1385
------- Additional Comments From godeater(a)cream.org 2003-04-13 05:15 -------
I didn't change anything in the configs at all.
The differences between the two logs are because I used key presses earlier in
the games execution - I thought I explained this well enough in the first entry
for this bug - but I'll try again :)
On loading the game, you are presented with some buttons which allow you to
choose which language you are playing the game in. These buttons can *only* be
manipulated with the mouse.
As soon as you have selected which language you want, the screen clears, and
goes into a introductory video. In the logs which I sent through IRC, I had once
again clicked with the mouse to get these things off the screen ASAP. In the log
attached to this bug report however, I had tried using the keyboard to bypass
the video - and that worked.
However, after that stage, you are once again presented with a set of mouse only
activated buttons to select skill level, and are then shown the main game
screen, and are asked where on the world map you would like your first base
positioned. You click again with the mouse somewhere in the map, and then you
are presented with a text input box asking for the base's name. *This* is the
point at which keyboard input no longer works. This is the same point at which I
was having trouble while talking to you in IRC - I had just not previously tried
using the keyboard to skip the movies sequence at the beginning.
Hope this helps :)
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=1385>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1385
------- Additional Comments From lionel.ulmer(a)free.fr 2003-04-13 04:56 -------
What did you change in your configuration since the log you gave me on IRC ?
When I look at this one, I see Keyboard events in the X11 event loop (contrary
to the logs you gave me on IRC).
So you could always try with latest CVS as Andreas told you (as this time it's
not an event-related bug but a DInput one and I fixed some stuff after the
release you are using).
But still, I would like to understand the difference between the two sets of
logs :-) (to be able to try to debug why it did not work in the other
configurations).
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=1385>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1385
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-13 04:20 -------
Invalid ;)
Wine had dinput problems around that time; should be working now.
Try newest version (or CVS!).
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=1385>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1385
------- Additional Comments From godeater(a)cream.org 2003-04-13 04:10 -------
Created an attachment (id=452)
results from --debugmsg +dinput,+event
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=1385>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1385
Summary: Keyboard input not working with game "X-COM II: Terror
From The Deep"
Product: Wine
Version: 20030115
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: godeater(a)cream.org
I installed and attempted to get this game to run yesterday.
The first screen displayed is a language choice screen - and the option has to
be picked with the mouse. Once this has been done, there are two "cut scenes"
which can by bypassed by either clicking the mouse, or pressing a key on the
keyboard - again both of these work. Next is the skill level selection screen,
again a mouse only choice, and the you get to "Position your first based" which
requires a click somewhere with the mouse on the picture of the globe. As soon
as you do this, you are presented with a a text input field asking for the name
of the base.
At this point the keyboard stops working.
If wine has been launched from a terminal window, you can see the input being
echoed in it.
I tried this using various combinations of "Managed" set to "Y" or "N", and with
a discrete "Desktop" as well - none of these settings makes any difference to
the way the input is handled.
Setting DXGrab to "Y" merely mean getting the mouse back again after you give up
with the game is harder :) - it also has no effect on keyboard input.
I will also attempt this with a newer build of wine - and will update this log
with the results :)
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=1385>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1380
------- Additional Comments From mike(a)theoretic.com 2003-04-12 17:18 -------
FWIW I can run mIRC fine here with no problems.
However, that wine version is the first in the list - it may be selected just
because no other was chosen. We should really change bugzilla to have "None" as
the first entry in the version drop down.
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=1380>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1378
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2003-04-12 17:01 -------
I think that message is just a warning... wine IPC is not quite finished yet,
that message can be ignored.
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=1378>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1343
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)theoretic.com 2003-04-12 17:00 -------
Resolving FIXED.
For RH8 - do NOT use --with-nptl
for RH9 - DO use it :)
for Mandrake - hmm, try both?
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=1343>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1384
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-12 16:24 -------
Interesting.
Please attach a --debugmsg +relay,+int,+ddraw logfile.
Thanks!
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=1384>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1384
Summary: Error running Out Of This World DOS game
Product: Wine
Version: 20030318
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ahmn(a)msn.com
When a run the Out of This World game, I get the game's screen and then wine
show me the following errors:
bash-2.05a$ wine world.exe
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 73 (X_GetImage)
Serial number of failed request: 629
Current serial number in output stream: 629
err:ntdll:RtlpWaitForCriticalSection section 0x400e7b48
"../../scheduler/syslevel.c: Win16Mutex" wait timed out, retrying (60 sec) tid=000d
err:ntdll:RtlpWaitForCriticalSection section 0x40a0a570 "x11drv_main.c:
X11DRV_CritSection" wait timed out, retrying (60 sec) tid=000a
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=1384>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1383
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-12 15:20 -------
*Any* kind of prior research whatsoever would have indicated that this is a
problem caused by the glibc this version uses (this is a VERY frequent report
recently).
Solution: upgrade to very latest Wine (CVS version!).
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=1383>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1383
Summary: Wine won't run -- no socket
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: samlb(a)samlb.ws
I just upgraded to Red Hat 9:
Linux otter 2.4.20-9 #1 Wed Apr 2 13:24:44 EST 2003 i686 athlon i386 GNU/Linux
. . . and now no variety of WINE (Codeweavers, CVS, etc.) will run.
I get the message:
wine: '/tmp/.wine-samlb/server-2107-4356c/socket' is not a socket
Wine failed with return code 1
The WINE log in /tmp says the same thing
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=1383>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1382
Summary: Lost course in Oracle Forms
Product: Wine
Version: 20010326
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: joaquim(a)libnet.com.br
In Oracle Forms Runtime Developer 2000
The lost course if when it is transferred of a field for another one in a forms
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=1382>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1381
Summary: Lost course in Oracle Forms
Product: Wine
Version: 20010326
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: joaquim(a)libnet.com.br
In Oracle Forms Runtime Developer 2000
The lost course if when it is transferred of a field for another one in a forms
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=1381>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.