-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
Hello @Noxime!
I was able to build steamworks-rs in macOS 10.15.7 and Windows 10, but when I try to run with cargo run I get an error message, in both systems:
Windows:
cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.07s
Running `target\debug\hello_world.exe`
error: process didn't exit successfully: `target\debug\hello_world.exe` (exit code: 0xc0000135, STATUS_DLL_NOT_FOUND)
macOS
cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.02s
Running `target/debug/hello_world`
dyld: Library not loaded: @loader_path/libsteam_api.dylib
Referenced from: /Users/pedroivo/Desktop/hello_world/target/debug/hello_world
Reason: image not found
I've tried multiple things, from setting $PATH to creating new profile files, but can't make it work in either systems.
Thoughts on what should I try to make it work?
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels