Hugh O'Brien

Results 37 comments of Hugh O'Brien

If you don't want to wait, on linux you could install [Nix](https://nixos.wiki/wiki/Nix_Installation_Guide) which has cdecrypt [packaged](https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=cdecrypt). Might work with WSL also.

@lpsantil thank you for the patch! I'm trying to [add it to Nixpkgs now](https://github.com/NixOS/nixpkgs/pull/237151/files#diff-b89bbef1212bc899b3c5ccdece3f7458f65deb127bfd12656999c5e8136af403R92)

I'm trying to replicate a [tricky project](https://github.com/kjliew/qemu-3dfx/blob/0f2faac7ade56c666fd8ee0cf2c5dafec60631ec/scripts/conf_wrapper#L87) that requires it

I think there's some benefit to MMX (which means i586 over i386) but agreed I don't see a strong i686 need. Once I have a working build I'll be able...

I found this to be a useful INI file to base debugging tweaks from: https://github.com/rotators/Fo1in2/blob/master/Fallout2/Fallout1in2/f2_res.ini

Probably not the solution, but worth making sure you have a good [D3D base](https://www.microsoft.com/en-us/download/details.aspx?id=8109) before you override the dlls. Can't hurt?

I would think you'd at least have software rendering as a (horrible) option. If I were in your shoes I'd try different `-vga` options and maybe even try an earlier...

`bindswitch` might need `--locked`. I also had success with 'sleep; dpms off; dpms on` where I switch back to the sway display prior to the first sleep finishing, letting the...

@sarcasticadmin Thank you, do you think the nixpkg can be updated without Coconut support or is that something you make use of? Suggest we move discussion to the draft PR...