From owner-freebsd-ports@FreeBSD.ORG Mon Dec 13 10:33:45 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B7CF1065673 for ; Mon, 13 Dec 2010 10:33:45 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id CC7078FC0C for ; Mon, 13 Dec 2010 10:33:44 +0000 (UTC) Received: by gyf3 with SMTP id 3so3032169gyf.13 for ; Mon, 13 Dec 2010 02:33:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=oE30S8zqa/tcvUuuEmj8r3IvUdY7nqt3bL6Ra+lIwFs=; b=riWzgTxIWPM6vrwUctiuhIJ106uIgIvVTwnr6CCPy7Obqiz1FfoTG9V3L1pxvGogC2 9kkg6W8As+ENfETvhPBRdUFX9ft1nQWZnc2VEanSc5lMDgVjPc9YycYDrm+Z81RSTOpi Eyl1PESEbnoxAXUvXQyXW5haVaPiwhtpnn3OQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vKp5NaK4RFg/EuXasaRQ5ZQAtVMGfWqcVDcqYPp6CDYd6uJbK0xhuAEHr+bYvCvx/P Iv4joxjsZrwUAxVU3RzXp+rVwl94ixSXdTJo8XTWShDO9bsJuCvRA6GoA8U3Pwyb20mC 1RnVYdXSg3vdT6bL34eJmE5O7fXbr5BtLlD4s= MIME-Version: 1.0 Received: by 10.90.113.17 with SMTP id l17mr4813517agc.20.1292236424103; Mon, 13 Dec 2010 02:33:44 -0800 (PST) Received: by 10.90.147.7 with HTTP; Mon, 13 Dec 2010 02:33:43 -0800 (PST) Date: Mon, 13 Dec 2010 11:33:43 +0100 Message-ID: From: David DEMELIER To: acm@freebsd.org, freebsd-ports Content-Type: text/plain; charset=UTF-8 Cc: Subject: mupen64plus segfaults X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2010 10:33:45 -0000 Hi, After an update, I have removed ~/.mupen64plus and ~/.config/mupen64plus but it segfaults when starting : markand@Melon ~ $ mupen64plus documents/roms/N64/Mario\ Kart\ 64\ \(U\)\ \[\!\].z64 __ __ __ _ _ ____ _ | \/ |_ _ _ __ ___ _ __ / /_ | || | | _ \| |_ _ ___ | |\/| | | | | '_ \ / _ \ '_ \| '_ \| || |_| |_) | | | | / __| | | | | |_| | |_) | __/ | | | (_) |__ _| __/| | |_| \__ \ |_| |_|\__,_| .__/ \___|_| |_|\___/ |_| |_| |_|\__,_|___/ |_| http://code.google.com/p/mupen64plus/ Mupen64Plus Console User-Interface Version 1.99.4 UI-console: attached to core library 'Mupen64Plus Core' version 1.99.4 Includes support for Dynamic Recompiler. Core Warning: Couldn't open configuration file '/home/markand/.config/mupen64plus/mupen64plus.cfg'. Using defaults. Core: Goodname: Mario Kart 64 (U) [!] Core: Name: MARIOKART64 Core: MD5: 3A67D9986F54EB282924FCA4CD5F6DFF Core: CRC: b655503e 52da922e Core: Imagetype: .z64 (native) Core: Rom size: 12582912 bytes (or 12 Mb or 96 Megabits) Core: Version: 46140000 Core: Manufacturer: 4e000000 Core: Country: USA UI-Console: Cheat codes disabled. UI-console: using Video plugin: UI-console: using Audio plugin: UI-console: using Input plugin: UI-console: using RSP plugin: Core Warning: No video plugin attached. There will be no video output. Core Warning: No audio plugin attached. There will be no sound output. Core Warning: No input plugin attached. You won't be able to control the game. zsh: segmentation fault mupen64plus documents/roms/N64/Mario\ Kart\ 64\ \(U\)\ \[!\].z64 I wonder why it does not attach any i/o output. -- Demelier David