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

adding more missing functions #18

Merged
merged 24 commits into from
Mar 31, 2019
Merged

adding more missing functions #18

merged 24 commits into from
Mar 31, 2019

Conversation

meveric
Copy link
Contributor

@meveric meveric commented Mar 31, 2019

did some random stuff mainly for 2064 Read Only Memories although I have my doubt it will work.
Still; only 3 errors missing that I don't know how to handle:

Error: Symbol ftw64 not found, cannot apply R_386_JMP_SLOT @0x9899148 (0x8078566)
Error: Global Symbol data_start not found, cannot apply R_386_GLOB_DAT @0xae0ccbbc ((nil))
Error: Global Symbol __data_start not found, cannot apply R_386_GLOB_DAT @0xae0ccd48 ((nil))

@ptitSeb ptitSeb merged commit 19095d3 into ptitSeb:master Mar 31, 2019
@ptitSeb
Copy link
Owner

ptitSeb commented Mar 31, 2019

2064 ROM is a Unity game IIRC. libmono will use signal and that will probably crash because signal handling in box86 is not exact enough. I'm working on using Native libmono instead. That will also allow to have all C# logic of Unity games handled natively.

@meveric
Copy link
Contributor Author

meveric commented Mar 31, 2019

yeah I expected as much, but even if it won't work, it still adds a number of missing functions to box86 and other applications may benefit from it.

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

Successfully merging this pull request may close these issues.

None yet

2 participants