deepCurse
deepCurse
Core dump ran from a debug version of vita3k, or at least, my attempt at a debug build, i dont use cmake ```diff diff --git a/PKGBUILD b/PKGBUILD index bc80fa1..ea6fda3 100644...
Here is the stack trace of the thread that crashed, the rest of the core dump info is the same other than time etc ```yaml Stack trace of thread 655538:...
damn, im sorry for leaving you hanging for 4 days ```rs fn gxmite() -> Result { println!("cargo:rerun-if-changed=submodules/gxmite"); let mut cfg = cmake::Config::new("submodules/gxmite"); if std::env::var("PROFILE")?.as_str() == "debug" { cfg.define("debug_assertions", "true"); //...
I have the same issue, although it appears to only affect any git repo that isnt on the github domain, and digging deeper it appears this is caused by this...