http://bugs.winehq.com/show_bug.cgi?id=1288
------- Additional Comments From pmcnett(a)pm-sc.com 2003-02-18 14:36 -------
Please see my bug 1267, I think we are talking about very similar symptoms.
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=1288>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1288
------- Additional Comments From rick(a)valeoinc.com 2003-02-18 14:13 -------
Created an attachment (id=407)
WaitWindow example program - requires VFP5 Runtime
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=1288>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1288
Summary: Popup windows always 'on top' (Visual FoxPro)
Product: Wine
Version: CVS
Platform: PC
URL: http://www.havokmon.com/stuff/wine/waitwindow.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: rick(a)valeoinc.com
PopUp windows in Visual FoxPro (such as 'Wait' windows, and 'percent complete' notifications during a select) are shown on top of ALL other windows, even in other virtual desktops.
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=1288>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1287
Summary: Packed file corrupt error when executing compressed dos
executables with self check
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: eric.noack(a)gemia.de
this is a new error. while with wine-2002-11-25 the "sourcer" disassembler for dos
starts running and only fails disassembling files with an "out of memory" error
(sr.exe)
i get the message
"Packed file is corrupt"
from the program, when running it under wine from cvs tree on 2003.02.18
i guess the file does a checksum check on itself in memory before decompressing,
but i dont know. and i cant publish "the sourcer" binary since it is copyrighted
and protected by serial key
Eric
tell me if you need additional information
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=1287>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1286
------- Additional Comments From eric.noack(a)gemia.de 2003-02-18 06:45 -------
something seems strange here
if i just run wine (or wineconsole) with --debugmsg +all-trace test.exe
i get
err:font:ReadFontDir Can't open directory
"/home/raven/.wine/fake_windows/Windows/Fonts"
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
err:int:DOSVM_Int10Handler int10: unknown/not implemented parameters:
int10: AX fe00, BX b800, CX 4445, DX 5351, SI 19b2, DI 0000, DS 00f7, ES b800
Program too bigraven@VikingPC wine $
but int10h is video, that shouldnt interfere with memory at all
more strange, according to the patch there should be a
trace:"DOS conventional memory initialized, xxxxx bytes free.\n"
or something like this, when running DOS programs with
--debugmsg +trace
but there isnt.
so this function is not being run it seems
more strange if i run it with winedebug it stopps with
First chance exception: interrupt 21 in vm86 mode in vm86 code (00f5:0553).
In vm86 mode.
Register dump:
CS:00f5 SS:00f5 DS:00f5 ES:0065 FS:0000 GS:0000
IP:0553 SP:241e BP:0000 FLAGS:0203( - 00 I - - 1C)
AX:3001 BX:0006 CX:ffea DX:19c1 SI:19c2 DI:07d6
Stack dump:
0x00f5:0x241e: 00e4 75ff e805 0043 cdeb f1b0 a22e 00ac
0x00f5:0x242e: c3f9 892e 0836 eb2d 8e30 8ede 8bc7 2bc7
0x00f5:0x243e: 48c6 00a3 2600 00a3 3300 a3c0 0002 a326
0x00f5:0x244e:
Backtrace:
=>0 0x00f5:0x0553 (bp=0000)
Bad stack frame 0x025fffd0
0x00f5:0x0553: xchgb %al,%ah
however winedbg seems to create errors in other dos programs were no errors
are, any hint how to debug them? running dos debug.exe maybe? but that sais
"wrong DOS version", as well as most programs in C:\windows\command"
my dos disassembler (sourcer)
sais "not enough memory, need 21k more" when run with
wine 20021125
and "Packet file corrupt" when run with newest cvs wine
(i didnt downgrade again to test if wine really corrupted the file)
so here is my configuration:
- wine from CVS 2003.02.17
- no real windows (at least not configured for wine)
- gentoo linux on AMD Athlon 650 -- 640 MB ram , tenths of Gigs of diskspace
- wine programs being run both from ext3 and fat32 partitions
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=1286>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1286
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
Version|unspecified |CVS
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-02-18 01:55 -------
This patch was supposed to give dos programs 638kb of memory
http://www.winehq.com/hypermail/wine-cvs/2002/12/0108.html
So that should not be 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=1286>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1286
Summary: memory allocation interrupt doesnt work
Product: Wine
Version: unspecified
Platform: Other
URL: http://gemia.de/test/test.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: eric.noack(a)gemia.de
somehow no dos program compiled with a PowerBASIC compiler runs under wine
unlike the powerbasic compiler itself which runs perfectly
the trial version of the IDE with compiler is available at
http://www.powerbasic.com/files/pub/trypb32.zip
it runs under wine and creates executables not running under wine
(try compiling a
print "hello world"
program)
executables compiled under windows or dos behave the same so the compiler
really works it seems
i fear some memory allocation interrupt requests are not handled correctly which
makes those programs exit with a "Program too big" error message after internal
checks before actually executing senseful code.
by the way, is it possible to make wine provide more memory to the dos area for
any dos programs?
i spotted a nice interrupt handler list at
ftp://FTP.CS.CMU.EDU/afs/cs.cmu.edu/user/ralf/pub/interrupt-list
in inter61a.zip - inter61f.zip are files reaching from INTERRUPTS.A - INTERRUPTS.R
being several Megs of plain text in size if combined and providing a huge list of
official and "undocumented" interrupt handlers reaching from specific BIOS
functions over MS , DR and Novel-DOS interrupt handlers and interrupts of widely
spread TSRs to INTs hooked by various viree
i stepped on the link when digging through old files on my HDD
additional information will follow as soon as i disassembled the executable and
installed the latest cvs wine src
Eric
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=1286>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1280
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-02-17 18:00 -------
OK confirming...
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=1280>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1285
Summary: NULL pointer accesses will no longer be caught
Product: Wine
Version: 20030115
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jerome.bouat(a)wanadoo.fr
I tryed to run old Windows games
(Another World, Battle Of Britain, Xenon 2, ...)
but I got the following message
for ~10 of them:
---
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
---
Most of them ended
but one displayed
a 640x480 black box on top left of the screen
and bring me to killall -TERM 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=1285>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1280
------- Additional Comments From felipewd(a)elipse.com.br 2003-02-17 13:50 -------
try 'wine about1.so'
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=1280>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1280
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-02-17 13:10 -------
I compiled it but when I tried to run it
./about1
I got
/usr/local/bin/wine: cannot find 'about1.exe'
I copied about1 to about1.exe and got this
/usr/local/bin/wine: cannot determine executable type for 'F:\about1-src\about1.exe'
Any suggestions
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=1280>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1280
------- Additional Comments From felipewd(a)elipse.com.br 2003-02-17 11:42 -------
You can compile the source code with something like this:
$ winemaker --nomfc . ; ./configure --with-wine=<your wine path> ; make
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=1280>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1280
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-02-17 10:48 -------
I downloaded the tarball and need some instructions on how to build this (on
Wine) either that or you could upload the compiled 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=1280>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1284
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |julliard(a)winehq.com
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-02-17 10:30 -------
Ugh, stupid me forgot to assign 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=1284>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1284
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-02-17 10:29 -------
Excellent report!
So let's just assign this to Alexandre...
(uh oh - I hope he won't get overworked! :-)
Anyway, the relevant traces would probably be --debugmsg +relay,+server
And maybe also ./wineserver -d5 or so.
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=1284>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=576
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|VERIFIED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-02-17 09:58 -------
Closing:
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=576>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=576
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-02-17 09:57 -------
Thankyou: Verifying as per your comments
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=576>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=576
noclaf(a)peterlink.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
------- Additional Comments From noclaf(a)peterlink.ru 2003-02-17 09:53 -------
I have discovered the throuble:
I have Yamaha 754 soundcard. When I use original 2.4 OSS kernel drivers wine
hangs. But it is ok when I have installed ALSA.
Thanks for interesting ;-)
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=576>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=576
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.com
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-02-17 09:45 -------
Are you still geting this problem? It has been quite a while since you reported
this. Have you tried the latest release of wine? did you just give up?
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=576>.
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)
543 NEW DLL Separation: x11drv from ntdll (FILE_DupUnixHandle)
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
600 ASSI Add a Site Map
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
959 NEW ChooseFontA dialog never displays the script selection
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
1067 NEW install of Lotus Notes R6 gives error
1071 NEW fixme:file:UnlockFile not implemented in server AND fix
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
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-> fixme:bitblt:X11DRV_BitBlt p
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 doesn't working
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
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
1173 NEW Cabinet.dll.so Implamentation... Fails
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
1205 NEW DOSFS_OpenDevice does not support parallel printer
1212 NEW Some applications don't display any fonts
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
1260 NEW MS Office 2000 installation lock
1269 NEW On the search page in WinMX it displays it's own icon,
-------------------------------------------------------------------------
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=1284
Summary: patch 7187 breaks Grand Prix Legends startup
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: frick(a)sc-networks.de
this patch
http://cvs.winehq.com/patch.py?id=7187
breaks the startup of Grand Prix Legends.
The game gets an unhandled exception and want to start debugger - what seem to
fail. Then get timeout messages for critical sections (maybe they are of help):
err:ntdll:RtlpWaitForCriticalSection section 0x94d7e0 "?" wait timed out,
retrying (60 sec) tid=00000010
err:ntdll:RtlpWaitForCriticalSection section 0x94d888 "?" wait timed out,
retrying (60 sec) tid=00000011
err:ntdll:RtlpWaitForCriticalSection section 0x40b9c5d0 "x11drv_main.c:
X11DRV_CritSection" wait timed out, retrying (60 sec) tid=00000009
If I press CTRL+C then in the terminal and start the game at once again,
everything works fine. It seems that the wineserver is then still running. Im
pretty clueless here - please let me know, what traces are 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=1284>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1283
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |tony_lambregts(a)telusplanet.n
| |et
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-02-16 12:41 -------
Excellent bug report.
It seems that the cause of the problem is that the mount point for your floppy
does not exist untill autofs mounts it. So another fix for your problem is to
define a mount point (create that directory). That however seems to be defeating
the way that autofs works.
I am fairly familiar with this portion of wine and how it behaves on linux. I
would also like it changed but for different reasons.
let me explain. In general a mount point has to exist in order to mount a
device. That mount point has a st_ino number. When a device is mounted that
number is different from when no device is mounted. The current (ASCII) code for
returning the drive letter fails when the ino number changed. All this however
is (almost) irrelevant to your patch.
What is missing from this patch is the documentation. The sample config and
users guide need to be updated to do this properly.
documentation/samples/config
documentation/configuring.sgml
Are the relevant files. If you need help with this aspect please tell 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=1283>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1283
------- Additional Comments From guidod-2003-(a)gmx.de 2003-02-16 09:56 -------
Created an attachment (id=402)
add .wine/config AutoMount option to be checked in DRIVE_Init
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=1283>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1283
Summary: bsd -automount'ed drives ignored (e.g. "A:" on /vol/a
via autofs master.vol)
Product: Wine
Version: CVS
Platform: PC
URL: http://freespace.sf.net/guidod/wine-vol-a/
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: guidod-2003-(a)gmx.de
The following text is a shortened description of
the bug - a long description, screenshots and patches
can be found at
http://freespace.sf.net/guidod/wine-vol-a/
The problem:
If there is no medium in a autofs mounted floppy
drive at startup of wine, then files on the floppy
are inaccessible even when a medium is inserted later.
The diagnosis:
The DRIVE_Init will throw away any mount-point that
does not exist at startup time - it does not make
it to the internal drive. It will not check later
whether the mount-point came into existance somewhen
in between - you need to restart
The real way:
There is no need to keep this behaviour, the wine's
drive access method can handle it that a mount-point
is removed somewhere in between: it prints warning
messages and continues to work properly. This is
partly the windowish way: just say the drive is
inaccessible as warning during runtime, do not
kill it beforehand.
The patch:
A .wine/config boolean option "AutoMount" is introduced
that will default to the old behavior. When being
enabled then a warning-message logged but the drive
is kept in the internal drivelist and can be seen in
the file-open dialog-box.
At the moment, applications work properly with wine cvs
but we still need to patch the sources like that to make
it useable for us.
cheers, guido counter.li.org #81555
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=1283>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1282
Summary: excessive MDI slowdowns (app: IDA Pro >= 4.30)
Product: Wine
Version: 20030115
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: scut(a)nb.in-berlin.de
Using the latest version of IDA Pro (Interactive Disassembler,
http://www.datarescue.com/idabase/), version 4.30, the now MDI based GUI turns
out to be unusable.
While the GUI is displayed correctly, all GUI actions are very slow and every
simple action, such as a click on an MDI document window is taking > 20 seconds
to process. The program behaves correctly though after the "blocking" has
passed, which happens on every GUI action. Sorry for the vague bug description,
you may want to reproduce the bug yourself using an evaluation version available
from http://www.datarescue.com/idabase/ida4down.htm by email request. Versions <
4.30 are non-MDI based and behave almost right under wine, 4.30 is unusable due
to the slowdowns.
I use the Debian/sid wine packages, version 20030115.
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=1282>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.