Ok here's where I am at.. I get these errors when I just do wine program.exe
err:wave:wodDsCreate DirectSound flag not set This sound card's driver does not support direct access The (slower) DirectSound HEL mode will be used instead. fixme:mmtime:timeBeginPeriod Stub; we set our timer resolution at minimum fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403e7db8)->(00010024,00000053) fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 8 fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 8 fixme:ddraw:Main_DirectDrawClipper_Initialize (0x403e86b0)->(0x403e7dc4,0x00000000),stub! fixme:x11drv:X11DRV_DDHAL_CreatePalette stub fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC: can't handle right now. fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403e7db8)->(flags=0x00000001,handle=(nil)) fixme:mmtime:timeEndPeriod Stub; we set our timer resolution at minimum Now when I go WINEDEBUG=+relay wine legend.exe I get this huge list which basicly has : 0009:Call ntdll.RtlLeaveCriticalSection(40360db0) ret=404f714f 0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=404f714f 0009:Call ntdll.RtlFreeHeap(40360000,00000000,40360db0) ret=404cd2fd 0009:Call ntdll.RtlDeleteCriticalSection(40360db0) ret=404f71ad Now I don't really see anything to do with text. Thanks Ian Bartelds On March 11, 2005 05:26 pm, Ian Bartelds! wrote: > I am compiling the cvs tree with --enable-debug so I will try it like > this.. > > Peace > Ian Bartelds > > On March 11, 2005 05:09 pm, Jonathan Ernst wrote: > > Le vendredi 11 mars 2005 Ã 16:08 -0700, Ian Bartelds! a Ãcrit : > > > Hey it's me again I try and do a WINEDEBUG=+all and it does nothing, I > > > am using the gentoo linux version that I downloaded and compiled > > > through portage > > > > > > Thanks > > > Ian Bartelds > > > > recompile wine using debug USE flag: > > > > ACCEPT_KEYWORDS=~x86 USE=debug emerge wine