Package Details: pcsx2-git 2.3.240.r2.g23c495b939-1

Git Clone URL: https://aur.archlinux.org/pcsx2-git.git (read-only, click to copy)
Package Base: pcsx2-git
Description: PlayStation 2 emulator
Upstream URL: https://github.com/PCSX2/pcsx2
Licenses: GPL-3.0-or-later
Conflicts: pcsx2
Provides: pcsx2
Submitter: alucryd
Maintainer: weirdbeard (xiota)
Last Packager: weirdbeard
Votes: 131
Popularity: 0.30
First Submitted: 2014-03-26 14:17 (UTC)
Last Updated: 2025-03-25 20:47 (UTC)

Pinned Comments

weirdbeard commented on 2024-08-17 03:40 (UTC)

https://github.com/PCSX2/pcsx2/pull/11632

This package now enables Cmake Package mode proper. PCSX2 will here on, be installed in the package standard folders /usr/bin, /usr/share, /usr/lib. Following the XDG standard pcsx2's config files remain in .config/PCSX2

In order to ensure a proper and clean upgrade. Uninstall this package COMPLETELY and clear cache before reinstalling.

Latest Comments

« First ‹ Previous 1 .. 42 43 44 45 46 47 48 49 50 51 52 .. 70 Next › Last »

ben0mega commented on 2015-07-22 18:36 (UTC)

@katafrakus Is this still an issue? Is there a github issue I can follow? (I currently have SEGV's and am wondering if I have a different bug or the same one).

katafrakus commented on 2015-06-28 02:26 (UTC)

@nagar @Enverex Same issue, it's an issue with the gsdx plugin, I bisected it to https://github.com/PCSX2/pcsx2/commit/7135867119eeb0ff981c3e72ea407b5bf7a0aad3 git bisect start # bad: [59a66f87c3d2c59cfbbd8f8ac35a45e06d6da24a] Merge pull request #611 from turtleli/fix-toggling git bisect bad 59a66f87c3d2c59cfbbd8f8ac35a45e06d6da24a # bad: [f3c0c1bb88d87f3bb8689f58aa4beabf50e82b06] gsdx-ogl: TexParamami is provided in core git bisect bad f3c0c1bb88d87f3bb8689f58aa4beabf50e82b06 # good: [5bc8f046b289037c3a5bf0fcd9a6d029c3de98dd] gsdx: fix snow engine issue in native resolution git bisect good 5bc8f046b289037c3a5bf0fcd9a6d029c3de98dd # bad: [eb0f6eb953b841e3c8af39f04a9927cebf1a1a49] Merge pull request #607 from TheLastRar/dev9settings git bisect bad eb0f6eb953b841e3c8af39f04a9927cebf1a1a49 # bad: [7135867119eeb0ff981c3e72ea407b5bf7a0aad3] gsdx: very old typo on option name git bisect bad 7135867119eeb0ff981c3e72ea407b5bf7a0aad3 # good: [ac99735b5ba17f778eb99edc61731e00790c2267] Revert "pcsx2:gui:wx3: wrong order of language in wizard" git bisect good ac99735b5ba17f778eb99edc61731e00790c2267 # good: [cfff229977ab5da4613e8dae5fefedb9482348c4] Merge pull request #603 from turtleli/fix-change-language git bisect good cfff229977ab5da4613e8dae5fefedb9482348c4 # first bad commit: [7135867119eeb0ff981c3e72ea407b5bf7a0aad3] gsdx: very old typo on option name I'll file something upstream.

nagar commented on 2015-05-27 12:00 (UTC)

@Enverex the same here :)

Enverex commented on 2015-05-27 07:47 (UTC)

I'm immediately getting "Segmentation fault (core dumped)" when trying to start PCSX2 as of updating/compiling yesterday. Is this build currently working?

alucryd commented on 2015-05-23 13:43 (UTC)

Thx carstene1ns, pushed a new lib32-wxgtk built with the patch earlier today.

carstene1ns commented on 2015-05-23 01:28 (UTC)

josealb77: I guess you are on x86_64. wxgtk is strict with the compiler abi version used for building it's library and programs using it. With the gcc 5 update recently, this causes some problems. The problem is known[1], but lib32-wxgtk has not been built with the mentioned patch[2] that makes this error a warning. I guess alucryd can fix this... =) [1]: https://bbs.archlinux.org/viewtopic.php?id=196715 [2]: https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/wxgtk&id=27de7faf8ee05345e15b883193d0144c4bd799a2

josealb77 commented on 2015-05-22 11:32 (UTC)

I can't launch pcsx2, this is the error: Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1002,wx containers,compatible with 2.8), and your program used 3.0 (wchar_t,compiler with C++ ABI 1008,wx containers,compatible with 2.8). Aborted (`core' generated)

aphirst commented on 2015-05-18 14:32 (UTC)

Lilypad's port to GNU/Linux is still "new" (i.e. "work in progress"). I believe that the configuration panel has simply not yet been implemented. There are a few games that work fine with Lilypad on Windows but break with OnePad on GNU/Linux (which has prompted the port), but assuming your game is not affected (e.g. .hack), OnePad should be fine.

nagar commented on 2015-05-18 13:50 (UTC)

OK, Thanks for your patience and help :)