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

[BOX32] Box32 stopped working on Winlator #2227

Open
alexvorxx opened this issue Dec 29, 2024 · 4 comments
Open

[BOX32] Box32 stopped working on Winlator #2227

alexvorxx opened this issue Dec 29, 2024 · 4 comments

Comments

@alexvorxx
Copy link

Hi! Thank you very much for your work.

I used modified Winlator with Wine 9.2 bi-arch, tried to run wfm.exe (file manager).
Box32 does not work on Winlator starting from commit 3eeb10c.

Traces:
trace-23656-1.txt
trace-23670-1.txt

@alexvorxx
Copy link
Author

alexvorxx commented Dec 30, 2024

Also on the current box64 version reverting of 3eeb10c solves the problem.

@alexvorxx alexvorxx changed the title [BOX32] stopped working on Winlator [BOX32] Box32 stopped working on Winlator Dec 30, 2024
@ptitSeb
Copy link
Owner

ptitSeb commented Dec 30, 2024

maybe shmat function is not available on Winlator?

@alexvorxx
Copy link
Author

alexvorxx commented Dec 30, 2024

maybe shmat function is not available on Winlator?

Yes, probably shmat is not available on Winlator. I see ashmemCreateRegion, memfd_create etc.
https://github.com/longjunyu2/winlator/blob/main/app/src/main/cpp/winlator/sysvshared_memory.c

Maybe libandroid-shmem may help?

@alexvorxx
Copy link
Author

alexvorxx commented Dec 31, 2024

maybe shmat function is not available on Winlator?

shmat is emulated in libandroid-sysvshm.so, but box32 does not work for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants