Justin Moore

Results 146 comments of Justin Moore
trafficstars

@tmccaff If you want to examine some libxenon code - multiply those register indexes by 4 and then look for them [here](https://github.com/Free60Project/libxenon/blob/master/libxenon/drivers/xenos/xenos.c). For context - I'm mostly ignoring registers <...

Minecraft has this issue as well. Interestingly, the positional footstep sounds play based on where you were when the sound was *supposed* to play, causing it to sound like someone's...

To add to this issue - it doesn't appear that panamax pulls in `.asc` files for rustup channels.

Hmm... good points! Perhaps there is a way to handle differential updates? My use-case is to copy the entire mirror to an airgapped system, wherein the airgapped system already has...

Hanging in the WMV decoder. See: benvanik/xenia#137

I'm not seeing a crash in the log you've posted. Can you post that?

Maybe - try rerunning it, skip through anything you can to get the log super short and post it if the game crashes.

Yeah, hitting Retry triggers a breakpoint and I'm guessing you don't have a debugger attached so it crashes. 1) What asserts are being triggered? 2) Once you write that down,...

Okay, so it's just a hang. Pure speculation on my part, but I wonder if this is at all related to BK N&B's Xctd decompression deadlock

So, when RDR "hangs", I can see one thread that's spamming the XMA decoder with sounds, and 3 threads running in the same tight loop waiting for some variable in...