From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 17:10:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91D5716A47A for ; Wed, 11 Jul 2007 17:10:48 +0000 (UTC) (envelope-from anton.galitch@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 6A73913C4B7 for ; Wed, 11 Jul 2007 17:10:47 +0000 (UTC) (envelope-from anton.galitch@gmail.com) Received: by wr-out-0506.google.com with SMTP id i23so870733wra for ; Wed, 11 Jul 2007 10:10:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=mdR5EczyxpP17xOhMr9yKddniarz1m74T2u32B4DKh9LEaO3rtpfIxgOIE06sJ16Q/ruyELwBep+7wdrtWT4n0w2ncKhbLccX20cRvajHZhaxpczhJyF/TVl6rToUhbVPTZxPXbMU84IvPnOd34vHHvBNno62KBpSiq9lsoLWEU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=OaxeGRr+dJv4fOFMwwysB34aiFZlYiZAthk/r1aTSTT9QeY/rRYBpG/+bm/YvIDIZ6Fwe5915o/VadNp2PR0YRPRtit7go48NjxmTNnDTUAeADWndkVOiRUXlwasLPkRW/UaBejxQGSnPvWfQnOC/Me2oVtKy4c52hHJsJVcmNo= Received: by 10.100.12.18 with SMTP id 18mr2896827anl.1184173842169; Wed, 11 Jul 2007 10:10:42 -0700 (PDT) Received: by 10.100.93.4 with HTTP; Wed, 11 Jul 2007 10:10:42 -0700 (PDT) Message-ID: <7c80322b0707111010y467803f2na2e118a02b77e586@mail.gmail.com> Date: Wed, 11 Jul 2007 14:10:42 -0300 From: "Anton Galitch" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: What is X Error of failed request? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 17:10:48 -0000 Hi, I have just installed /usr/ports/games/flightgear, it installed fine, but when I execute it, it shows a window starts loading, and then, craches :S This is what I get from the console: %fgfs Error reading properties: Failed to open file at /home/anton/.fgfs/autosave.xml (reported by SimGear XML Parser) X Error of failed request: BadLength (poly request too large or internal Xlib length error) Major opcode of failed request: 146 (GLX) Minor opcode of failed request: 29 () Serial number of failed request: 863 Current serial number in output stream: 863 % I searched in google for this error, but got nothing. Maybe you know what can produce this error. Thanks.