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

working on A Bird Story #15

Merged
merged 33 commits into from
Mar 23, 2019
Merged

working on A Bird Story #15

merged 33 commits into from
Mar 23, 2019

Conversation

meveric
Copy link
Contributor

@meveric meveric commented Mar 22, 2019

Game shouldn't be too demanding:
https://www.gog.com/game/a_bird_story

looks like one of the RPG Maker games, I can run it under ExaGear but it's slow due to missing hardware GPU acceleration.

Only a few functions are left which I haven't touched yet:

Error: Global Symbol __libc_stack_end not found, cannot apply R_386_GLOB_DAT @0xb6400d90 ((nil))
Error: Symbol execve not found, cannot apply R_386_JMP_SLOT @0xb6401ae8 (0x1a326)
Error: Symbol makecontext not found, cannot apply R_386_JMP_SLOT @0xb6401ce4 (0x1ab16)
Error: Symbol execle not found, cannot apply R_386_JMP_SLOT @0xb6401ed8 (0x1b2e6)
Error: Symbol SDL_LoadObject not found, cannot apply R_386_JMP_SLOT @0x813d0bc (0x804de26)
Error: Symbol SDL_UpperBlitScaled not found, cannot apply R_386_JMP_SLOT @0x813d114 (0x804df86)
Error: Symbol SDL_UnloadObject not found, cannot apply R_386_JMP_SLOT @0x813d1bc (0x804e226)
Error: Symbol SDL_FillRects not found, cannot apply R_386_JMP_SLOT @0x813d320 (0x804e7b6)
Error: Symbol SDL_UpdateWindowSurface not found, cannot apply R_386_JMP_SLOT @0x813d374 (0x804e906)
Error: Symbol SDL_LoadFunction not found, cannot apply R_386_JMP_SLOT @0x813d3c0 (0x804ea36)
Error: Symbol SDL_IntersectRect not found, cannot apply R_386_JMP_SLOT @0x813d5b0 (0x804f1f6)

The first one seems to be tricky

// acoshl // Weak
// acosl // Weak
GO2(acoshl, LFL, acosh)
GO2(acosl, LFL, acos)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to have the #ifdef LD80BITS part for box86 running on x86.

@ptitSeb ptitSeb merged commit 388eba5 into ptitSeb:master Mar 23, 2019
@ptitSeb
Copy link
Owner

ptitSeb commented Mar 23, 2019

I'll look at the missing functions later.

@ghost ghost mentioned this pull request Jul 23, 2020
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