X-Bugzilla-Reason: AssignedTo
http://bugs.winehq.org/show_bug.cgi?id=4808
Summary: X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 8 Product: Wine Version: 0.9.9. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: guy@corbaz.org
The problem arise when I started to lauch the application called "Forestia Junior". In could install the program without any problems, but trying to use it, it requires a color depth from 32 t0 8 which failed. The message I got is the following:
gcorbaz@enfants:~/.wine/drive_c/Program Files/Lasermedia/Forestia$ wine FORESTIA.EXE fixme:font:WineEngAddFontResourceEx :stub err:ole:CoGetClassObject class {e78f7620-96cb-11cf-a00b-444553540000} not registered err:ole:CoGetClassObject no class object {e78f7620-96cb-11cf-a00b-444553540000} could be created for for context 0x1 fixme:ole:CoCreateInstance no classfactory created for CLSID {e78f7620-96cb-11cf-a00b-444553540000}, hres is 0x80040154 fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 8 fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 8 fixme:font:WineEngRemoveFontResourceEx :stub
I check my X11 config, and the configuration with 256 colors (depth 8) is activated.
I'm not sure it is a bug: maybe I did a mistake somewhere.
Thank you for your help.