Daniel Ludwig
Daniel Ludwig
`fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64')` sounds very wrong. Can you check this temp path and try to figure out what file that is? Also, what...
Oh this got me an idea. Please try building with `mvn install -Psnapshot,libs -pl java-wrapper`, then pick the new jar from your target folder. I believe it doesn't include the...
The old loader started life as a copy of libGDX' SharedLibraryLoader. It was just a liability and terribly out of date at this point. I don't know Compose Multiplatform, and...
I've added build actions myself a while back, but kept them in a separate and private repository, fetching `steamworks4j` as a submodule. I just wasn't sure about sharing binaries (premake)...
Oh, nothing wrong with premake. Just personal preferences. And I didn't know there's a GH actions recipe to get that one, too. :)
That's an odd place for a crash. Note that even for command-line tools, you still need to do the full init()/runCallback()/shutdown() cycle. For example, this is how it looks like...
Available via 1.10.0-SNAPSHOT (until I manage to deploy 1.10.0)
Last time I tried (very briefly), the Rust WASM target wasn't exactly easy to setup. I didn't get very far. Also, sokol-rs depends on [cc-rs](https://crates.io/crates/cc) for compiling native libraries, which...
It needs to be located in your "working directory", however that is configured in your debug settings. In your case, if you didn't change it, it's probably `~/Desktop/github/workshop-sdk/`.
Can confirm fix (tried on Ubuntu 20.04 and WSL2/Debian Buster)