[Xquartz-dev] X11 windows drag bar missing with Xquartz 2.6.2

Jeremy Huddleston jeremyhu at apple.com
Sat May 14 17:28:56 PDT 2011


On May 14, 2011, at 17:08, Christof Wolf wrote:

> On Friday 13 May 2011, xquartz-dev-request at lists.macosforge.org wrote:
>> Hmm... perhaps it's not getting (or not responding to) a ConfigureNotify.
>> Do you see any messages from quartz-wm about BadWindow in your logs?  Such
>> messages should be printed even if DEBUG is not set, so they should show up
>> in /var/log/system.log (or your quartz-wm log if you followed the steps
>> that I just wrote to x11-users).
> 
> Jeremy,
> 
> here is the log:

Are you on a Hackintosh?  Can you send me a system profile?  These are really bizarre errors.  The color profile that we use is the profile for your active display.  If for some reason, you have no active display, we use CGColorSpaceCreateDeviceRGB().  There should be no reason the color profile would be invalid unless the color profile for your display is invalid...  I don't understand how that could be the case.  Are you seeing these errors from any other applications?

The OrderingGroup errors are also puzzling but a bit more understandable since that code is missing some validation.  It might be that the window simply closed before the group was created, but I thought I fixed all of those recently.

Do you have reproduction steps?

Can you please file a bug report.


> 
> 15.05.11 01:51:10	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:10 Neo-IX.local X11.bin[10695] <Error>: kCGErrorFailure: 
> CGSColorProfileCreateWithColorSpace: Invalid ICC color space(0x10063a4a0)
> 15.05.11 01:51:10	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:10 Neo-IX.local X11.bin[10695] <Error>: kCGErrorCannotComplete: 
> CGSSetWindowColorSpace: Cannot create color profile
> 15.05.11 01:51:11	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:11 Neo-IX.local X11.bin[10695] <Error>: kCGErrorFailure: 
> CGSColorProfileCreateWithColorSpace: Invalid ICC color space(0x10063a4a0)
> 15.05.11 01:51:11	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:11 Neo-IX.local X11.bin[10695] <Error>: kCGErrorCannotComplete: 
> CGSSetWindowColorSpace: Cannot create color profile
> 15.05.11 01:51:11	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:11 Neo-IX.local X11.bin[10695] <Error>: kCGErrorFailure: 
> CGSColorProfileCreateWithColorSpace: Invalid ICC color space(0x10063a4a0)
> 15.05.11 01:51:11	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:11 Neo-IX.local X11.bin[10695] <Error>: kCGErrorCannotComplete: 
> CGSSetWindowColorSpace: Cannot create color profile
> 15.05.11 01:51:11	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:11 Neo-IX.local X11.bin[10695] <Error>: kCGErrorFailure: 
> CGSColorProfileCreateWithColorSpace: Invalid ICC color space(0x10063a4a0)
> 15.05.11 01:51:11	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:11 Neo-IX.local X11.bin[10695] <Error>: kCGErrorCannotComplete: 
> CGSSetWindowColorSpace: Cannot create color profile
> 15.05.11 01:51:11	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:11 Neo-IX.local X11.bin[10695] <Error>: kCGErrorFailure: 
> CGSColorProfileCreateWithColorSpace: Invalid ICC color space(0x10063a4a0)
> 15.05.11 01:51:11	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:11 Neo-IX.local X11.bin[10695] <Error>: kCGErrorCannotComplete: 
> CGSSetWindowColorSpace: Cannot create color profile
> 15.05.11 01:51:25	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:25 Neo-IX.local X11.bin[10695] <Error>: kCGErrorIllegalArgument: 
> _CGSFindSharedWindow: WID 5664
> 15.05.11 01:51:25	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:25 Neo-IX.local X11.bin[10695] <Error>: kCGErrorIllegalArgument: 
> CGSSetWindowProperty: Invalid window 0x1620
> 15.05.11 01:51:25	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:25 Neo-IX.local X11.bin[10695] <Error>: kCGErrorIllegalArgument: 
> CGSAddWindowToWindowOrderingGroup: error setting window property
> 15.05.11 01:51:25	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:25 Neo-IX.local X11.bin[10695] <Error>: kCGErrorIllegalArgument: 
> _CGSFindSharedWindow: WID 5664
> 15.05.11 01:51:25	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:25 Neo-IX.local X11.bin[10695] <Error>: kCGErrorIllegalArgument: 
> CGSSetWindowProperty: Invalid window 0x1620
> 15.05.11 01:51:25	[0x0-0x234234].org.macosforge.xquartz.X11[10695]	Sun May 15 
> 01:51:25 Neo-IX.local X11.bin[10695] <Error>: kCGErrorIllegalArgument: 
> CGSAddWindowToWindowOrderingGroup: error setting window property
> 
> sorry, but how do I enable debug logging of quartz-wm?

As of now, it's still the most recent post on x11-users:
http://lists.apple.com/archives/X11-users/2011/May/msg00018.html




More information about the Xquartz-dev mailing list