Sirius902

Results 21 comments of Sirius902

Also, is there anything in the xml that describes whether or not a pointer can be 0? Zig pointers that can or can't be zero are actually different types.

If I compile on Release mode it still crashes btw

I'm opening original Jedi Academy save files

Okay so I've just realized there are some repeat `enum` values which prevents compilation, if anyone has suggestions on what to do I'll be happy to implement it to this...

Sure! I'll have the log from a debug build below. My editor is configured to save as LF and I used `xxd` to verify it is indeed saving as LF....

I've also just noticed the issue does not occur if you add something else after the declaration like shown below. ```zig pub const ArrayList = @import("std").ArrayList; comptime { _ =...

I'm running the [NixOS COSMIC flake](https://github.com/lilyinstarlight/nixos-cosmic) with the following package versions and I'm also experiencing this issue. Usually when either connecting or disconnecting a display or suspending sometimes this happens....

I have tried that but it still does not return control to the user, any inputs on the controller after the script are ignored.