I'd thought about that, but the audio wasn't great to begin with and I'm worried that would make it worse. Still, as you say, if I'm out of ideas it's probably the least bad one.
I expect this is the same for the Quadra 900/950 and AWS 95, since they all use the same speaker assembly as far as I can tell.
My 9150's onboard speaker has crapped out (this machine just finds new ways to break every day). I've confirmed it's the speaker by getting another 16 ohm and plugging...
Could be a bug, but unfortunately I didn't do much with HITheme on 10.3. It looks like it isn't properly recognizing the brushed metal theme.
However, great work.
It could be the shipper. UPS still owes me $600 in tariffs that they overcharged me (it was reduced down to $51, but they still haven't sent me the difference).
That means the loader could not allocate that much stack space to your process, so you get a null pointer. If this is the browser, it's likely because your code in memory is much bigger than TenFourFox's was (you get about 2GB total which must be split between your code pages, data pages and the...
If you don't do it, you'll get crashes in the browser trying to run any code of substance. The test suite will mostly run, but most of those are trivial. Because so many registers need to be saved in each stack frame and calls can be recursive, it's pretty much unavoidable.
Yes, it was a lot easier debugging it when I could run automated tests. The command line shell was massively faster at that. It won't catch every bug but it catches a lot.
Be mindful of the fact that the JIT has monstrous stack requirements. There is specific code in the TenFourFox build system...
I messed around a lot with CPU Director trying to make it happy. With speculative execution off (!) and all caches off (!!), it works sometimes (!!!). I have to find out what type of chicken it wants sacrificed to it.