Hello,
1. I tested command.com and found out that it crashes even on the current
   CVS (win98). I guess that it is supposed to be supported after the
   latest commits.

2. Besides the crash, there is a strange warning "could not find ..
   current working directory". It is strange since my cwd is
   $HOME/linux/wine and $HOME is mapped to F:  . Does it have something to
   do with the chdir / hack (that is supposed to allow unmounting CDs in 
   some cases)?

Here it goes:

  -- begin 1 --

$ wine --managed command.com
Could not stat /mnt/fd0, ignoring drive A:
fixme:pthread_kill_other_threads_np
fixme:pthread_kill_other_threads_np
DOSMOD caught fatal signal 4
(Last known VM86 CS:IP was 0000:0043)
fixme:pthread_kill_other_threads_np
Could not stat /mnt/fd0, ignoring drive A:
Warning: could not find wine.conf [Drive x] entry for current working directory /; 
starting in windows directory.
Starting WineDbg...  on pid 134622944

[[ deleted ]]

Unhandled exception: illegal instruction
 in 32-bit code (0x00000043).
In 32 bit mode.
Symbol h_errno is invalid
0x0000:0x00000043: *** Invalid address 0x00000043
-- no code --
Wine-dbg>bt
bt
Backtrace:
Bad segment '4206'
Wine-dbg>

  -- end 1 --

Here is a part of a trace with --debugmsg +relay:

  -- begin 2 --

Warning: could not find wine.conf [Drive x] entry for current working directory /; 
starting in windows directory.
trace:relay:PE_InitDLL CallTo32(entryproc=0x40036534,module=4002f000,type=1,res=(nil))
[[ deleted more PE_InitDLL ]]
trace:relay:WINPROC_CallWndProc(wndproc=0x400b36dc,hwnd=0000008c,msg=WM_NCCREATE,wp=00000000,lp=00000000)
trace:relay:WINPROC_CallWndProc(wndproc=0x400b36dc,hwnd=0000008c,msg=WM_NCCREATE,wp=00000000,lp=00000000)ret=00000001
trace:relay:start_process Starting Win32 process (entryproc=0x804d000)
Starting WineDbg...  on pid 134622944

  -- end 2 --


Reply via email to