I did install it (not through PlayOnLinux) but I can see the same problem, the deduplicated warnings are:
Code: ags
The "invalid selected palette" message is being reported all the time, sometimes just by moving the mouse, so I imagine the problem is likely:
Code: ags
From a very quick look (maybe in the wrong place), it doesn't look like there is any support for 8 bit color:
https://github.com/wine-mirror/wine/blob/ba9f3dc198dfc81bb40159077b73b797006bb73c/dlls/windowscodecs/bmpencode.c
0009:fixme:shell:ShellItem_QueryInterface not implemented for {00000144-0000-0000-c000-000000000046} (unknown)
0009:warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\users\\mwillcock\\My Documents\\wine_export4.bmp" not found (c0000034)
0009:warn:palette:GDISelectPalette invalid selected palette (nil)
0031:fixme:ole:Context_CC_ContextCallback (0x144ce8/0x144cec)->(0xa47011, 0x35afa44, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0009:warn:wincodecs:BmpFrameEncode_Initialize ignoring encoder options.
0009:warn:palette:GDISelectPalette invalid selected palette (nil)
0009:fixme:gdiplus:GdipGetNearestColor (0x1bae90, 0x33ebac): Passing color unmodified
0009:warn:palette:GDISelectPalette invalid selected palette (nil)
The "invalid selected palette" message is being reported all the time, sometimes just by moving the mouse, so I imagine the problem is likely:
0009:warn:wincodecs:BmpFrameEncode_Initialize ignoring encoder options.
From a very quick look (maybe in the wrong place), it doesn't look like there is any support for 8 bit color:
https://github.com/wine-mirror/wine/blob/ba9f3dc198dfc81bb40159077b73b797006bb73c/dlls/windowscodecs/bmpencode.c