James Groom

Results 254 comments of James Groom

The actual error message: ``` * Assertion: should not be reached at metadata.c:3041 ``` Looks like this was fixed by mono/mono#19434, and all Mono releases from 6.12.0.151 are unaffected. ~~Unfortunately...

Fixing that should be as simple as adding more overrides to `LinuxColorTable` like in the commit you linked. Hit me up on Discord if you want help with that.

If you'd care to join me down the rabbit-hole, I've added [Nix](https://nixos.org) build scripts to the repo for both EmuHawk and the required version of Mono. That build is definitely...

Hmm I thought it might be unstable because it includes `/.git`, but it's the same after I pushed a commit... guess that was just a typo on my part. You...

That's the same problem GitLab CI had on fresh clones, which I fixed by building `BizHawk.Version` first. I could add that to the Nix expression, or you could do it...

By the `config.json` I assume you copied it out of the Nix store or something? I actually got it working *in the store*, just run `emuhawk-monort-2.7`. It should be available...

I have a patch for debugging that NRE as another user had reported it (probably want to manually copy diff): https://gitlab.com/TASVideos/BizHawk/-/commit/8798cbcc7dc99b2270730fd4ff530380a268451d IIRC it will only ever print "... is null"...

On Arch, are you using `nix-build --pure`? Is Nix up-to-date? On Fedora, pull (to https://github.com/TASEmulators/BizHawk/commit/54e7bf25425bdf1da308c92eddd61f0b70778ae3) and try again. I borrowed a Fedora machine and added the missing paths to the...

The intended value is the default of `Lua + LuaInterface`. I didn't change it for Mono because it doesn't crash on my machine, though I've now had two reports of...

Are you able to use EmuHawk's socket implementation `comm.socket*` instead?