Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: android startup crash and input events #440

Merged
merged 3 commits into from
Feb 27, 2023
Merged

fix: android startup crash and input events #440

merged 3 commits into from
Feb 27, 2023

Conversation

BenDol
Copy link
Collaborator

@BenDol BenDol commented Feb 27, 2023

Description

Fixes startup crash with Android and also fixes input events.

fix: #432

@dudantas dudantas changed the title Fix Android startup crash and input events fix: android startup crash and input events Feb 27, 2023
@mehah mehah merged commit e21a547 into mehah:main Feb 27, 2023
dudantas pushed a commit that referenced this pull request Nov 17, 2023
Fixed the compilation in the docker environment and the error that occurred with linux when it was going to compile on a new "VM" machine.

What happened is that the protobuf was updated and our proto files were generated in an old version, with this change they are ready to work with the latest version of the protobuf made available by vcpkg

Note: vcpkg needs to be updated to the most current version for it to work properly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android crashes on startup in PHYSFS_init(argv0);
2 participants