Package Details: bizhawk-monort 2.8-1

Git Clone URL: https://aur.archlinux.org/bizhawk-monort.git (read-only, click to copy)
Package Base: bizhawk-monort
Description: A multi-system emulator on .NET. Features rerecording and tools for TASing. (Mono runtime)
Upstream URL: https://gitlab.com/TASVideos/BizHawk#readme
Licenses: custom, MIT
Provides: bizhawk
Submitter: YoshiRulz
Maintainer: YoshiRulz
Last Packager: YoshiRulz
Votes: 8
Popularity: 1.22
First Submitted: 2020-08-30 17:53 (UTC)
Last Updated: 2022-02-24 02:07 (UTC)

Latest Comments

1 2 Next › Last »

codl commented on 2022-06-21 12:13 (UTC)

This complains about the games group not existing and creates an empty package when building in a chroot, for example with aurutils.

Replacing -ggames with -g50 in the PKGBUILD seems to fix it.

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?