Package Details: bizhawk-bin 2.10-3

Git Clone URL: https://aur.archlinux.org/bizhawk-bin.git (read-only, click to copy)
Package Base: bizhawk-bin
Description: A multi-platform emulator with full re-recording support and Lua scripting
Upstream URL: https://tasvideos.org/BizHawk
Licenses: MIT, LicenseRef-BizHawk
Provides: bizhawk
Submitter: bemxio
Maintainer: bemxio (Auerhuhn)
Last Packager: bemxio
Votes: 10
Popularity: 0.42
First Submitted: 2024-06-09 12:04 (UTC)
Last Updated: 2025-03-07 19:16 (UTC)

Latest Comments

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

YoshiRulz commented on 2022-05-26 05:45 (UTC)

CNR = Could Not Reproduce.

KitsunePrincess commented on 2022-05-26 03:24 (UTC) (edited on 2022-05-26 03:26 (UTC) by KitsunePrincess)

After a bit of tinkering, I got it working. I think I stupidly ran it as root before trying to add myself to the group, which caused the EmuHawkMono_laststdout.txt: Permission denied error, as the log files were owned by root:root and therefore not accessible by EmuHawkMono.sh when run as user. My bad on that one. A check to not run as root might stop other people from doing that, but I have no idea if that's warranted since it IS user error.

After that, however, I ran into the issue described here, despite being on Arch: https://github.com/TASEmulators/BizHawk/issues/1595 Moving "arch"| to the beginning of the same line as "debian"|"linuxmint"|"ubuntu"|"pop" seems to have fixed the issue.

P.S. What does "CNR" mean? I'm not familiar with the acronym. Also, thanks for your work not only maintaining this for Linux, but also specifically for the AUR package as well!

YoshiRulz commented on 2022-05-24 20:10 (UTC)

CNR. Files created are owned by me, which isn't great, but it works for a single-user install. The relevant permissions are the ones /opt/bizhawk. When I build the package it seems to be correct?

$> ls -al /opt/bizhawk
total 4916
drwxrwxr-x 1 root  games     388 May 25 05:59 .
drwxr-xr-x 1 root  root      138 May 18 16:27 ..
drwxr-xr-x 1 yoshi yoshi      10 Aug 18  2021 C64
-rw-r--r-- 1 yoshi yoshi  110302 Aug 18  2021 config.ini
-rw-rw-r-- 1 root  games   39142 May 25 05:56 defctrl.json
-rw-rw-r-- 1 root  games  315392 May 25 05:56 DiscoHawk.exe
-rw-rw-r-- 1 root  games    1212 May 25 05:56 DiscoHawk.exe.config
drwxrwxr-x 1 root  games    3950 May 25 05:59 dll
-rw-rw-r-- 1 root  games 4550656 May 25 05:56 EmuHawk.exe
-rw-rw-r-- 1 root  games    1998 May 25 05:56 EmuHawk.exe.config
-rw-r--r-- 1 yoshi yoshi     381 Jan 25 01:32 EmuHawkMono_laststdout.txt
-rwxrwxr-- 1 root  games    1387 May 25 05:56 EmuHawkMono.sh
drwxr-xr-x 1 yoshi yoshi       0 Jun 10  2021 ExternalTools
drwxrwxr-x 1 root  games       0 Feb 24 12:04 Firmware
drwxrwxr-x 1 root  games      48 Feb 24 12:05 Gameboy
drwxrwxr-x 1 root  games    1846 May 25 05:59 gamedb
drwxrwxr-x 1 root  games     270 May 25 05:59 Lua
drwxr-xr-x 1 yoshi yoshi      30 Jun 21  2021 Movies
drwxrwxr-x 1 root  games      16 Feb 24 12:05 NES
drwxr-xr-x 1 yoshi yoshi      24 Jun 10  2021 Saturn
drwxrwxr-x 1 root  games      68 May 25 05:59 Shaders
drwxrwxr-x 1 root  games      18 May 25 05:59 Tools

KitsunePrincess commented on 2022-05-24 05:07 (UTC)

I can't seem to run BizHawk unprivileged, even after adding myself to the games group, getting /opt/bizhawk/EmuHawkMono.sh: line 31: EmuHawkMono_laststdout.txt: Permission denied when I try. Running groups on my user shows me in the correct group, and neither logging out nor restarting after adding myself to the group changed anything. The permissions/ownership on EmuHawkMono.sh are as follows: -rwxrwxr-- 1 root games

Miriao commented on 2022-04-11 12:39 (UTC)

@mclain It's in /opt/bizhawk probably

mclain commented on 2022-03-24 21:32 (UTC)

Where do I find the program folder/run the program after installing with yay?

Ammako commented on 2021-08-02 20:33 (UTC) (edited on 2021-08-03 01:00 (UTC) by Ammako)

Yeah, I wouldn't know how to tell. My controllers are working fine everywhere else, same with KB/Mouse :S

Edit 1: On 02de3588a, it does run, but it's not useful, because Controllers is greyed out under Config.

(Also, the menus are hard to read because I'm getting dark grey text on darker grey background, but that's probably just my theme config on my end doing this.)

Edit 2: Wait, it's been so long I forgot that BizHawk doesn't let you access controller settings until a core is loaded. I can get into the config, but it doesn't recognize controller input.

To be honest I'll probably just stick with running the Windows version in a VM. I only need NES/SNES and GB/GBC, and VM performance is plenty for those. Appreciate the effort in getting this to run natively on Linux though.