You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also checked that the docker container has not changed for 3 months, so it's my fault, but I have no idea where to look for the problem..
Everything works as it should on the computer.
Full list of actions and versions:
Compiler: 1.82 / 1.80.1
Macroquad: 0.4.13 / 0.4.6 / 0.4.0
Docker: Full clean and boot image
Project: Taken minimal example from the main page
I found a problem and I think it is necessary to change the logic that is its root.
For some reason the name lib*.so is built from the name of the crate rust: crate: SOME = libSOME so.
If the crate is named SOME, and the package name does not end with SOME - my situation occurs.
Crate name: SOME
Package name: com.not-some libSOME.so = dlopen failed: library "libnot-some.so" not found
FATAL EXCEPTION: main
Process: com.not-some, PID: 18133
java.lang.UnsatisfiedLinkError: dlopen failed: library "libnot-some.so" not found
I'm almost sure that it's my environment and I don't know what to try.
I rolled back the rust compiler to 1.80
Rolled back the macroquad library to 0.4.6
Took the minimal code and Cargo.toml and it still doesn't work!
When I open the app on the phone, it crashes immediately, but there are no errors in:
main.rs:
Cargo.toml:
I also checked that the docker container has not changed for 3 months, so it's my fault, but I have no idea where to look for the problem..
Everything works as it should on the computer.
Full list of actions and versions:
Compiler: 1.82 / 1.80.1
Macroquad: 0.4.13 / 0.4.6 / 0.4.0
Docker: Full clean and boot image
Project: Taken minimal example from the main page
Development system: win11
Launcher: android 11 phone / android 11 emulator
Save me! :O
The text was updated successfully, but these errors were encountered: