http://bugs.winehq.com/show_bug.cgi?id=1358
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:33 -------
Bug comments restored from Gmane.org:
I suggest making a dummy graphicsdriver such "GraphicsDriver" = "none" which
just makes stdout and stdin transparent.
The two existing drivers x11drv and ttydrv won't do when running console
programs many times in a row (e.g. a win32 console compiler from a gnumakefile):
x11drv: initialization due to communication with xfs is painful over a slow
network (e.g. a modem line)
ttydrv: uses ncurses which means restoring the contents of the window each time
wine finishes. This erases the output of the console program.
Here is the code:
// original code beginning in line 73 of user_main.c (rev 1.50):
if (!(graphics_driver = LoadLibraryA( buffer )))
{
MESSAGE( "Could not load graphics driver '%s'\n", buffer );
return FALSE;
}
----
// could be changed to something along these lines:
if (strncmp( "none", buffer, MAX_PATH) == 0 ) ; // do nothing
else if (!(graphics_driver = LoadLibraryA( buffer )))
{
MESSAGE( "Could not load graphics driver '%s'\n", buffer );
return FALSE;
}
------- Additional Comments From mike <at> theoretic.com 2003-04-03 02:56 -------
What is wrong with wineconsole? It was patched lately to use the standard
stdin/stdout, so you can run winedbg in the xterm from which it was started for
instance.
Is that what you're thinking of?
------- Additional Comments From wine <at> how.dk 2003-04-03 16:49 -------
Not sure (haven't tried the latest version). If wineconsole still uses ncurses
clearing/restoring the console after the program finishes, then the "none"
driver is still needed.
------- Additional Comments From mike <at> theoretic.com 2003-04-04 03:18 -------
I don't think it does, running winedbg with the console driver is just like
running gdb. Please try Wine CVS and see if this is fixed.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1357
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:31 -------
Bug comments restored from Gmane.org:
I have this video editing program for windows I often use to subtitle foreign
videos. It uses a plugin called textsub which "writes" the text to the movie.
Now, that further uses vobsub.dll (the final reference ;p). So, I tried it out
but got these erros:
fixme:text:ExtTextOutW called on an open path
fixme:text:ExtTextOutW called on an open path
fixme:text:ExtTextOutW called on an open path
fixme:text:ExtTextOutW called on an open path
etc.. etc... etc...
So, if anyone has any ideas on that. The link provided also has the source for
the dll in case you want to look at that at all. Thanks ahead of time for
everyone's help.
Sincerely,
Chris White
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1355
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:30 -------
Bug comments restored from Gmane.org:
This visual bug affects quite a few apps at the moment, the "wrap rectangle" of
static text controls is too short, leading to small labels spilling out onto 2
lines. I can attach a screenshot if it'd be useful but a lot of apps show this
problem.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1353
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:30 -------
Bug comments restored from Gmane.org:
We all know this, but it's still a bug, there is no directx 9 implementation,
that also means no direct3d 9, so lots of new games won't run on wine.
------- Additional Comments From daracerz <at> hotmail.com 2003-04-19 20:37 -------
*** This bug has been confirmed by popular vote. ***
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1352
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:29 -------
Bug comments restored from Gmane.org:
I did start 4NT by typing: wine 4ntu.exebut it fails and start debugger with a
message
saying:"Unhandled page fault on read access to 0x4040003a at address 0x004716c5""Do
you want to debug it?"I tried setting "version" = "nt40" but same
results.This is the console output:[cad@pc-2 4NT]$ wine
4nt.exefixme:win32:PE_CreateModule Unknown
directory 15 ignoredfixme:win32:PE_CreateModule Security directory ignoredwine:
Unhandled exception,
starting debugger...
------- Additional Comments From juan <at> virtual-orbis.com 2003-03-30 18:55
-------
Created an attachment (id=440)
--> (http://bugs.winehq.com/attachment.cgi?id=440&action=view)
message from debugger
------- Additional Comments From juan <at> 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...
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1351
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:28 -------
Bug comments restored from Gmane.org:
4DOS doesn't work when started by wine under mandrake linux 8.1
Output is:
[cad@pc-2 cad]$ wine 4dos.com
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX d44d, BX 00bc, CX 0008, DX 0080, SI 1059, DI 061e, DS 00c8, ES f000
fixme:int21:DOSVM_Int21Handler SetSystemDate(81/83/17477): not allowed
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 4a33, BX 3dc0, CX 0010, DX 7a85, SI 0101, DI 1033, DS 00c8, ES 00c8
4DOS XMS swapping initialized (241K)
4DOS running under DESQview
4DOS running under Windows 95
err:int:do_int2f_16 int2f: unknown/not implemented parameters:
int2f: AX 168f, BX 6d70, CX 0004, DX 0000, SI 0082, DI a999, DS 94e4, ES 94e4
err:int:DOSVM_Int15Handler int15: unknown/not implemented parameters:
int15: AX 110b, BX 0200, CX 0000, DX a999, SI 0136, DI 6d70, DS 63ed, ES 94e4
err:int:DOSVM_Int15Handler int15: unknown/not implemented parameters:
int15: AX 120b, BX 0001, CX 0000, DX a999, SI 0136, DI 6d70, DS 63ed, ES 94e4
err:int:DOSVM_Int15Handler int15: unknown/not implemented parameters:
int15: AX 120b, BX 0003, CX 0000, DX a999, SI 0136, DI 6d70, DS 63ed, ES 94e4
err:int:DOSVM_Int15Handler int15: unknown/not implemented parameters:
int15: AX 120b, BX 0501, CX 0005, DX 0000, SI 315b, DI 6d70, DS 63ed, ES 94e4
err:seh:EXC_DefaultHandling Unhandled exception code 80000111 flags 0 addr 0x21
[cad@pc-2 cad]$
------- Additional Comments From juan <at> virtual-orbis.com 2003-05-15 14:44
-------
5/11/2003 12:12:31 +0300
From: Jukka Heinonen <jhei <at> iki.fi> (in an e-mail to Juan Melgarejo)
4DOS calls those DESQview routines that really must be emulated
in order to get 4DOS working. But I already figured out why 4DOS
thinks it is running under DESQview (set date routine is used for
installation checks!). I also fixed a bunch of other bugs and 4DOS
should now work using latest Wine CVS version. Perhaps you should
verify this and close bug #1351 (or update it because editing command
line and some 4DOS commands do not work).
<< [article] >>
[Bug 1351] - JP soft's 4DOS
Subject: [Bug 1351] - JP soft's 4DOS
From: wine-bugs <at> winehq.com
Date: Thu, 15 May 2003 15:47:34 -0500
Newsgroups: gmane.comp.emulators.wine.bugs
Reply-to: wine-devel <at> winehq.orghttp://bugs.winehq.com/show_bug.cgi?id=1351
------- Additional Comments From juan <at> virtual-orbis.com 2003-05-15 15:47
-------
under 20030508 version 4DOS now loads, but hangs without executing any
command...
(lots of int2f & int21 messages than ever)
[cad@pc-2 cad]$ wine 4dos.com
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX d44d, BX 00bc, CX 0008, DX 0080, SI 1059, DI 0605, DS 00c7, ES f000
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 4a33, BX 3dc0, CX 0010, DX 7a85, SI 0101, DI 1033, DS 00c7, ES 00c7
4DOS XMS swapping initialized (241K)
4DOS running under Windows 95
err:int:do_int2f_16 int2f: unknown/not implemented parameters:
int2f: AX 168f, BX 6d70, CX 0004, DX 0000, SI 0082, DI a999, DS 94e4, ES 94e4
4DOS 7.50 (Win95) DOS 7.00
Copyright 1988-2003 Rex Conn & JP Software Inc. All Rights Reserved
fixme:int21:INT_Int21Handler Unimplemented long file name function:
err:int21:INT_Int21Handler int21: unknown/not implemented parameters:
int21: AX 71a7, BX 0000, CX 0000, DX 01c2, SI 9ce6, DI 9cbe, DS 94e4, ES 94e4
4DOS, S/N 999001. This trial version of 4DOS may be used for up to 21 days
before purchase.
>> 21 days remain in your evaluation period. To learn about how the
>> evaluation period works see TRIAL.TXT.
To order call 410-810-8819, visit our web site at http://jpsoft.com/,
or see the order form in ORDERS.TXT.
fixme:int21:INT_Int21Handler Unimplemented long file name function:
err:int21:INT_Int21Handler int21: unknown/not implemented parameters:
int21: AX 71a7, BX 0000, CX 0000, DX 01c2, SI 9ce6, DI 9cbe, DS 94e4, ES 94e4
fixme:int21:INT_Int21Handler Unimplemented long file name function:
err:int21:INT_Int21Handler int21: unknown/not implemented parameters:
int21: AX 71a7, BX 0000, CX 0000, DX 01c3, SI a086, DI a05a, DS 94e4, ES 94e4
rem C:\ARCHIV~1\THEHAC~1\THD.EXE /NORES /NOMENSAJE
SET BLASTER=A220 I5 D1 T4
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX ae00, BX a64a, CX ff16, DX ffff, SI a638, DI 58d0, DS 94e4, ES 94e4
REM - BY WINDOWS SETUP - C:\WINDOWS\COMMAND\MSCDEX /D:MVCD001 /M:10 /V /E
rem MODE CON CODEPAGE PREPARE=((850) C:\WINDOWS\COMMAND\EGA.CPI)
rem MODE CON CODEPAGE SELECT=850
rem KEYB LA,,C:\WINDOWS\COMMAND\KEYBOARD.SYS
SET
PATH=C:\windows;C:\windows\system;X:\;Y:\;C:\ARCHIV~1\ARCHIV~1\AUTODE~1;Y:\4DOS
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX ae00, BX a64a, CX ff50, DX ffff, SI a638, DI 58d0, DS 94e4, ES 94e4
SET
PATH=C:\ARCHIV~1\THEHAC~1\;C:\windows;C:\windows\system;X:\;Y:\;C:\ARCHIV~1\ARCHIV~1\AUTODE~1;Y:\4DOS;Y:\4DOS
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX ae00, BX a64a, CX ff6e, DX ffff, SI a638, DI 58d0, DS 94e4, ES 94e4
set comspec=Y:\4DOS\4dos.com
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX ae00, BX a64a, CX ff19, DX ffff, SI a638, DI 58d0, DS 94e4, ES 94e4
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX d44e, BX 0000, CX 0029, DX 0000, SI 0082, DI a999, DS 94e4, ES 00c7
y:\>err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX d44e, BX 0001, CX 0042, DX 0000, SI 0082, DI a999, DS 94e4, ES 00c7
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1205
------- Additional Comments From winebug(a)flonet.net 2003-28-06 10:27 -------
Bug comments restored from Gmane.org:
DOSFS_OpenDevice does not have any support for parallel printers
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1350
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:26 -------
Bug comments restored from Gmane.org:
It is supposed that this app acts like an enhanced "DOS Command prompt window"
that supports JP soft's 4DOS features under M$ windows GUI without using the
4DOS DOS-mode binary.
When running under Wine,the window is drawn correctly, menus are ok, but it
does not display text in the app's command text window (it displays "?"
character instead of typed characters), this text appears instead on linux's
tty from where wine was invoked.
(must change text colors in the app to see the "?" characters, otherwise it
appears to be "blank").
Moreover, the app open a second window that is supposed to be the console for
output of the typed commands that is broken (cannot show its content)
I'm reporting this version of Take Command, because lastest (5.0) version does
not work at all under wine (starts debugger).
------- Additional Comments From juan <at> virtual-orbis.com 2003-03-30 15:09
-------
Created an attachment (id=437)
--> (http://bugs.winehq.com/attachment.cgi?id=437&action=view)
Take command window after typing "dir". Output is shown in the Linux shell
window while the
main window show inverted "?" signs. To see the "?" signs is necessary to change
default foreground & background colors in the app otherwise the text is displayed as
"blank". Behind the Konsole & Take Command window is TCMD window that is filled with
other Xwindow's content.
------- Additional Comments From juan <at> virtual-orbis.com 2003-03-30 15:17
-------
Created an attachment (id=438)
--> (http://bugs.winehq.com/attachment.cgi?id=438&action=view)
Take Command under win98 (normal behaviour, no TCMD console window)
------- Additional Comments From juan <at> virtual-orbis.com 2003-03-30 15:23
-------
Wine output:
[cad@pc-2 TC32301]$ wine TCMD32.EXE
err:win:WIN_FindWndPtr window 0x10021 belongs to other process
fixme:console:SetConsoleCtrlHandler (0x4245ae,1) - no error checking or
testing yet
fixme:class:get_class_ptr reading from class of other process window 0x10021
Take Command/32 3,01A Windows 95 4,0
Copyright 1988-2001 Rex Conn & JP Software Inc. All Rights Reserved
Take Command/32, S/N 999001. This trial version of Take Command may be used
for up to 21 days before purchase.
>> 20 days remain in your evaluation period. To learn about how the
>> evaluation period works see TRIAL.TXT.
To order call 800-368-8777 (US / Canada only) or 781-646-3975, visit our
web site at http://www.jpsoft.com/, or see the order form in
ORDFORM.TXT.
[y:\tc32301]dir
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-04 21:20
-------
Isn't it a console bug? If so this should be assigned to the wine-console component.
------- Additional Comments From juan <at> virtual-orbis.com 2003-05-04 22:43
-------
Output is diverted to console (bug). It should be inside the text area of
TCMD32.EXE window (below the menu bar).
------- Additional Comments From juan <at> virtual-orbis.com 2003-05-11 22:51
-------
fixed URL in bugreport
------- Additional Comments From juan <at> virtual-orbis.com 2003-05-15 15:54
-------
5/11/2003 12:12:31 +0300
In a mail from: Jukka Heinonen <jhei <at> iki.fi>
I have a feeling that bug #1352 is what prevents newer TakeCommand/32
versions from running. I have no idea what causes this bug.
I didn't find older TakeCommand/32 versions mentioned in bug #1350
but TakeCommand/16 seems to show similar behaviour. It looks like
TC/16 calls DOS int21 routines for input/output and expects
that those interrupts somehow interact with TC/16 window. Input
related problem is quite easy to fix but I don't know how
TC/16 expects its window to be updated via int21.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1227
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:22 -------
Bug comments restored from Gmane.org:
There is a explorer example where a click into the treeview does nothing.
Running with -dll=comctl32=n does fix it.
------- Additional Comments From juergen.schmied <at> debitel.net 2003-01-16
07:21 -------
Created an attachment (id=368)
--> (http://bugs.winehq.com/attachment.cgi?id=368&action=view)
Source and exe of the example
------- Additional Comments From juergen.schmied <at> debitel.net 2003-01-16
07:22 -------
the attachment is a zip file...
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1226
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:21 -------
Bug comments restored from Gmane.org:
Im trying to play StarCraft with IPX and this is what I got! :(
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-16
08:27 -------
C0000024 is STATUS_OBJECT_TYPE_MISMATCH, which then got translated into error 6
(ERROR_INVALID_HANDLE).
This one sounds interesting. Please attach a --debugmsg +relay,+winsock log.
------- Additional Comments From marc <at> bazooka.se 2003-01-17 08:54 -------
this is the +winsock print... +relay is really to slow... it doesent seem to
matter if I add an IPX interface or not ./ipx_interface add -p eth0 802.3 0x12345678
[marc@dhcppc2 marc]$ nice -n 20 wine -debugmsg +winsock
/home/marc/starcraft/StarCraft.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
fixme:console:SetConsoleCtrlHandler (0x4c6410,1) - no error checking or testing
yet
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40292110)->(00010021,00000013)
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x40295e80,00010021,2):stub
trace:winsock:DllMain 0x44070000 0x1 (nil)
trace:winsock:DllMain 0x44070000 0x0 (nil)
trace:winsock:DllMain 0x440c0000 0x1 (nil)
trace:winsock:WSAStartup verReq=101
trace:winsock:WSAStartup succeeded
trace:winsock:WS_socket af=6 type=2 protocol=1000
trace:winsock:WSASocketA af=6 type=2 protocol=1000 protocol_info=(nil) group=0
flags=0x1
trace:winsock:WS_socket af=6 type=2 protocol=1000
trace:winsock:WSASocketA af=6 type=2 protocol=1000 protocol_info=(nil) group=0
flags=0x1
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
trace:winsock:WS_bind socket ffffffff, ptr 0x1800ff70, length 14
trace:winsock:WSASendTo socket ffffffff, wsabuf 0x4077275c, nbufs 1, flags 0, to
0x407727a4, tolen 14, ovl (nil), func (nil)
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
trace:winsock:WSASendTo fd=-1, type=0, flags=0
warn:winsock:WSASendTo -> ERROR 6
trace:winsock:WSASendTo socket ffffffff, wsabuf 0x4077275c, nbufs 1, flags 0, to
0x407727a4, tolen 14, ovl (nil), func (nil)
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
trace:winsock:WSASendTo fd=-1, type=0, flags=0
warn:winsock:WSASendTo -> ERROR 6
trace:winsock:WSASendTo socket ffffffff, wsabuf 0x4077275c, nbufs 1, flags 0, to
0x407727a4, tolen 14, ovl (nil), func (nil)
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
trace:winsock:WSASendTo fd=-1, type=0, flags=0
warn:winsock:WSASendTo -> ERROR 6
trace:winsock:WS_closesocket socket ffffffff
trace:winsock:WS_closesocket socket ffffffff
trace:winsock:DllMain 0x440c0000 0x0 (nil)
[marc@dhcppc2 marc]$
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-19
11:37 -------
Please retry with Wine CVS in about a week; Roderick Colenbrander just submitted
an IPX configure script fix that might also fix that particular issue.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.