Shoegzer

Results 226 comments of Shoegzer

Update: After updating test system from Linux Mint 20.3 > 21.0, xenia now builds. However, I'm only getting a debug binary (no release binary). I'm just running `xb-setup` and `xb-build`....

Got it, thanks. I assumed the release binary would be built by default but you're right, the xb build doc suggests otherwise and of course provides the options. Closing this...

Thanks to PR #1792, Xenia finally builds on a local linux test system. While that's great progress, the resulting (debug) build predictably crashes, as mentioned above and shown [here](https://pastebin.com/MW8NEeL8). Tested...

I found this issue after converting an ISO dump to XISO resulted in a bad dump. extract-iso was compiled with 64-bit linux - a 32-bit version can't be compiled without...

Thanks @mborgerson. I tried `gcc -m32 extract-xiso.c -o extract-xiso`, but it threw an "unknown target" exception followed by further exceptions. How can the linux target be specified? Normally I'd do...

Update: [here](https://pastebin.com/VYAeb85p) is the first part of the compile log in case it helps. I can add more if necessary, but I believe all the errors stem from lack of...

Thanks, that's very helpful! However, after adding those two lines, the following occurs during linking: ``` [100%] Linking C executable extract-xiso /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/11/libgcc.a when searching for -lgcc /usr/bin/ld:...

Update: After updating from Linux Mint 20.3 (Ubuntu 20.02 base) > 21 (Ubuntu 22.02 base), this now compiles successfully. Not sure of root cause, build-essential and all other deps existed...

Thanks @JayFoxRox. Your point is well-taken that video/data "partitions" of archive-quality (i.e. redump) images can be split in ways that allow rejoining via fuse etc. to preserve integrity. Use cases...

All fair points, though I'll say the "MAME format" doesn't just split files into PRG and CHR - if you look at the XML from the link above you'll see...