Koz Ross

Results 143 comments of Koz Ross

Sorry for the delay. I've just set up a brand new, clean bottle, installed ToCS3 into it, then tried to capture it into OBS. I basically get the exact same...

@axtloss I tried recording a game I previously had no issue with: same deal.

@axtloss That's probably not it either. Steam games capture just fine.

To extend what @Jookia said above: this happens _regardless_ of how you virtualize. I tried doing this using _both_ virtual desktop settings via `winecfg`, as well as the builtin option...

@axtloss Also, before I hit this issue, I could capture games in a virtual desktop just fine.

@ElvishJerricco So I guess it means that the answer is 'cannot happen'? The `cabal` issue at least sounds like something that needs fixes outside of anything either Nix, or Plutus,...

I'm getting line-length related blowups [here](https://github.com/input-output-hk/plutus/runs/7206253229?check_suite_focus=true#step:4:325). I used `fix-stylish-haskell`, but this doesn't seem to address line length issues. In fact, it seems to completely ignore them in some cases, such...

I'm also getting _utterly_ bizarre linker errors on MinGW: ``` /build/ghc124461_0/ghc_1.s: Assembler messages: /build/ghc124461_0/ghc_1.s:42:0: error: Error: CFI instruction used without previous .cfi_startproc | 42 | .cfi_def_cfa rsp, 0 | ^...

@michaelpj - the problem with the line length check is that `stylish-haskell` _actively works against me_. For example, consider this (overlong) import in `Bitwise.hs`: ```haskell import Data.Bits (FiniteBits, bit, complement,...

@michaelpj I agree: fixed-size numerical types yield many surprises, usually of the sort that nobody wants to deal with. Overflow is just the tip of the iceberg here. The idea...