Running an app from a console I notice a number of warning messages all starting with "fixme": fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsof fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the reg : 11/03/2007, dlt (d/m/y): 21/10/2007 fixme:bitblt:X11DRV_ClientSideDIBCopy potential optimization: pixel format conve fixme:bitblt:X11DRV_ClientSideDIBCopy potential optimization: pixel format conve Are those bugs that should be reported ? Cheers, Ron. -- You can learn many things from children. How much patience you have, for instance. -- Franklin P. Jones -- http://www.olgiati-in-paraguay.org --
Renaud (Ron) OLGIATI schrieb:> Running an app from a console I notice a number of warning messages all > starting with "fixme": > > fixme:actctx:parse_depend_manifests Could not find dependent assembly > L"Microsof > fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the > reg : 11/03/2007, dlt (d/m/y): 21/10/2007 > fixme:bitblt:X11DRV_ClientSideDIBCopy potential optimization: pixel format > conve > fixme:bitblt:X11DRV_ClientSideDIBCopy potential optimization: pixel format > conve > > Are those bugs that should be reported ? > > Cheers, > > Ron. >no
On Friday October 12 2007 23:12, Renaud (Ron) OLGIATI wrote:> Running an app from a console I notice a number of warning messages all > starting with "fixme":In WINE Project we only implement functions that are used in real world applications. That means if you see err/fixme that means implementation isn't perfect or even is almost empty (stub). But if you don't see misbehavior in your application - there is no bugs to report. Of course if your application misbehaves this IS a bug to report. And this is what you should to report: what misbehavior you found, what was expected, and how everyone can reproduce your problem with real world application. Of course there is a lot of Windows applications which misbehaves because of their own bugs so "misbehavior" in WINE Project is defined as "not like in Windows". So if your applications works correctly on Windows and incorrectly on WINE then this is exactly what we expect to be reported as a bug.