Package Details: xemu-git 0.8.28.r0.g1d662cb49e-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: 10
Popularity: 0.019088
First Submitted: 2020-09-28 02:28 (UTC)
Last Updated: 2025-03-09 00:59 (UTC)

Dependencies (35)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

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..

Neko-san commented on 2022-05-31 18:37 (UTC)

I would check but my filesystem got borked recently so I can't do anything to check until I either fix it or wipe the partition and reinstall Arch :/

grawlinson commented on 2022-05-24 21:20 (UTC)

Maintainer for the xemu package here, I seem to be having issues with xemu versions past 0.7.0 (0.6.6 is the last build that works for me). I can start Xemu and fiddle with configuration, but that's about it. If I try and exit or run an ISO, it freezes and I have to pkill xemu. :(

Is anyone else having the same issues?

electronic_punk commented on 2022-04-28 17:56 (UTC)

Yeah, i realise that. Still it's a nice hack for manjaro users.

Neko-san commented on 2022-04-27 20:10 (UTC)

@electronic_punk Typically, Manjaro isn't supposed to be compatible with the AUR, so expect to run into problems like that a lot.

I'd suggest you install a "real" Arch-based distro like EndeavourOS (or Arch itself) to avoid that

electronic_punk commented on 2022-04-27 19:59 (UTC)

Ok, i managed to solve this. I use manjaro and tried to use yay. In manjaro repos tomlplusplus is 3.0.1-1 and i have it installed. I downloaded this aur repo, changed then "3.0.1.r11" to "3.0.1-1" in your PKGBUILD file and package built without any error.

abouvier commented on 2022-04-25 20:01 (UTC)

I don't have this error. What have you done!

electronic_punk commented on 2022-04-25 18:21 (UTC)

Error at the beginning of building:

-> Following packages not found: tomlplusplus>=3.0.1.r11 (dependent on: xemu-git)

Neko-san commented on 2022-01-31 17:11 (UTC) (edited on 2022-01-31 17:23 (UTC) by Neko-san)

With that same line of thought, one could also ask:

"Why would anyone make a PKGBUILD to begin with if it's so much work and why do we have a wiki page for it?"

I'm not demanding anything, of course, but this excessive "fear" or what have you of maintaining a PKGBUILD beyond the bare minimum implies that the effort must not really be worth it to the maintainer.