Package Details: xemu-git 0.8.1.r0.g8f478e017a-1

Git Clone URL: https://aur.archlinux.org/xemu-git.git (read-only, click to copy)
Package Base: xemu-git
Description: Original Xbox emulator (fork of XQEMU)
Upstream URL: https://xemu.app/
Keywords: console emulation emulator game microsoft xbox xiso
Licenses: GPL-2.0-only
Conflicts: xemu
Provides: xemu
Submitter: abouvier
Maintainer: abouvier
Last Packager: abouvier
Votes: 11
Popularity: 0.127529
First Submitted: 2020-09-28 02:28 (UTC)
Last Updated: 2024-12-31 17:16 (UTC)

Dependencies (38)

Required by (0)

Sources (9)

Latest Comments

1 2 3 4 Next › Last »

xAsh commented on 2024-09-18 10:55 (UTC)

Forgot to clean build.... what a massive idiot. Thanks for the quick reply.

abouvier commented on 2024-09-18 10:45 (UTC)

Build or update? You just need to rebuild xemu-git against the updated cpp-httplib-compiled.

xAsh commented on 2024-09-18 08:54 (UTC)

I'm not able to build this package anymore since I've upgraded cpp-httplib-compiled to 0.18.0. Does xemu require exactly libcpp-httplib.so=0.16 in order to build?

patlefort commented on 2024-06-12 04:31 (UTC)

cpp-httplib-compiled changed its provides to libcpp-httplib.so. Could you use cpp-httplib instead since it's common to both? Or change cpp-httplib-git so they provide the same things.

abouvier commented on 2023-07-24 05:12 (UTC)

Yeah, some repo URLs have changed.

zany130 commented on 2023-07-23 19:59 (UTC)

fails with this for me

==> Starting prepare()...
fatal: git upload-pack: not our ref fceff3210b9ecfa8fc66710a00f4cabc2447460f
fatal: remote error: upload-pack: not our ref fceff3210b9ecfa8fc66710a00f4cabc2447460f
fatal: Fetched in submodule path 'ui/thirdparty/imgui', but it did not contain fceff3210b9ecfa8fc66710a00f4cabc2447460f. Direct fetching of that commit failed.
==> ERROR: A failure occurred in prepare().
    Aborting...

xDShot commented on 2023-07-21 14:54 (UTC)

Requires cpp-httplib now to build

fuzzbop commented on 2022-10-26 09:04 (UTC) (edited on 2022-10-26 09:44 (UTC) by fuzzbop)

@grawlinson I am indeed having the same issues here. Manually setting the settings up in ~/.local/share/xemu/xemu/xemu.toml got me going. took me a while to find the correct option names so I will drop the important ones in here. YOU MUST skip the welcome screen to work. You also still have to kill the process to exit.

[general]
show_welcome = false

[sys.files]
eeprom_path = '<PathTo>/eeprom.bin'
bootrom_path = '<PathTo>/mcpx_1.0.bin'
flashrom_path = '<PathTo>/Complex_4627v1.03.bin'
hdd_path = '<PathTo>/xbox_hdd.qcow2'

BIG EDIT using the cmdline option "--audiodev driver=pa,id=default" fixes the sound issues i was having AND fixes closing the application

Lili1228 commented on 2022-06-25 07:09 (UTC)

Seems like this commit https://github.com/mborgerson/xemu/commit/482b2ea31ded1e544ff34efdd62778a2e1ef2451 broke the compilation: ../meson.build:840:0: ERROR: Include dir tomlplusplus/include does not exist..