Scorponok wrote: > > fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB > fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 30000 > fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB > fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 30000 > It means that these options are not implemented by Wine. In some cases this shouldn't be a problem if you are setting default values, or the default behavior. And Wine returns success code. Scorponok wrote: > fixme:bitmap:CreateBitmapIndirect planes = 0 This function is called in several places in Wine itself. For example gdi32.dll:CreateBitmap- http://source.winehq.org/source/dlls/gdi32/bitmap.c#L99 As you can see from the source of the CreateBitmapIndirect it only supports 1 plane bitmaps. Scorponok wrote: > This GDB was configured as "x86_64-linux-gnu". GDB doesn't work with Wine all that well, unless it's started in a certain way. If you must use debugger it's recommended to use winedbg.