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

HumanRessourceMachine: No music #2

Closed
ptitSeb opened this issue Mar 2, 2019 · 7 comments
Closed

HumanRessourceMachine: No music #2

ptitSeb opened this issue Mar 2, 2019 · 7 comments

Comments

@ptitSeb
Copy link
Owner

ptitSeb commented Mar 2, 2019

Humand ressource Machine start, but on the Intro there should be some music playing. A short burst of currupted sound can be heard, but that's all.
Other sounds play fine.
box86_43

(not sure it's related to #1 because HRM use OpenAL and FTL use Alsa. Ogg decompression is done by FTL, not sure how the music is uncompressed on HRM).

@rajdakin
Copy link
Collaborator

rajdakin commented Mar 2, 2019

On Linux Mint 19.1 using kernel 4.15.0-45 (64 bits), HRM runs without any message using native i386 support, but using box86 (55e0e55) there is a lot more written:

Warning, no wrapper for glDebugMessageCallbackARB
Warning, no wrapper for glDebugMessageCallback
Warning, no wrapper for glBufferRegionEnabled
Warning, no wrapper for glDeleteBufferRegion
Warning, no wrapper for glDrawBufferRegion
Warning, no wrapper for glNewBufferRegion
Warning, no wrapper for glReadBufferRegion
Warning, no wrapper for glXCopyImageSubDataNV
Warning, no wrapper for glXBindVideoDeviceNV
Warning, no wrapper for glXEnumerateVideoDevicesNV
Warning, no wrapper for glXBindSwapBarrierNV
Warning, no wrapper for glXJoinSwapGroupNV
Warning, no wrapper for glXQueryFrameCountNV
Warning, no wrapper for glXQueryMaxSwapGroupsNV
Warning, no wrapper for glXQuerySwapGroupNV
Warning, no wrapper for glXResetFrameCountNV
Warning, no wrapper for glXBindVideoCaptureDeviceNV
Warning, no wrapper for glXEnumerateVideoCaptureDevicesNV
Warning, no wrapper for glXLockVideoCaptureDeviceNV
Warning, no wrapper for glXQueryVideoCaptureDeviceNV
Warning, no wrapper for glXReleaseVideoCaptureDeviceNV
Warning, no wrapper for glXBindVideoImageNV
Warning, no wrapper for glXGetVideoDeviceNV
Warning, no wrapper for glXGetVideoInfoNV
Warning, no wrapper for glXReleaseVideoDeviceNV
Warning, no wrapper for glXReleaseVideoImageNV
Warning, no wrapper for glXSendPbufferToVideoNV
Warning, no wrapper for glXChooseFBConfigSGIX
Warning, no wrapper for glXGetFBConfigAttribSGIX
Warning, no wrapper for glXGetFBConfigFromVisualSGIX
Warning, no wrapper for glXGetVisualFromFBConfigSGIX
Warning, no wrapper for glXGetSelectedEventSGIX
Warning, no wrapper for glXQueryGLXPbufferSGIX
Warning, no wrapper for glXSelectEventSGIX
Warning, no wrapper for glXGetVideoSyncSGI
Warning, no wrapper for glXWaitVideoSyncSGI
Shader compile log:
0(9) : error C1043: size of dimension cannot be less than 1
Program link log:
Fragment info
-------------
0(9) : error C1043: size of dimension cannot be less than 1
(0) : error C2003: incompatible options for link

then prints a lot more of the shader compiling error (about 31 shader compiling errors), and finally segfault.

ptitSeb added a commit that referenced this issue Mar 2, 2019
@rajdakin
Copy link
Collaborator

rajdakin commented Mar 3, 2019

HRM still crashes with the same shader compilation error using box86 (f439a40), and outputs these lines before:

Error: Symbol _ZGTtnaj not found, cannot apply R_386_JMP_SLOT @0xf6ee6198 (0x6b4d6)
Error: Symbol _ZGTtdlPv not found, cannot apply R_386_JMP_SLOT @0xf6ee6474 (0x6c046)
Warning, no wrapper for glDebugMessageCallbackARB
Warning, no wrapper for glDebugMessageCallback

@ptitSeb
Copy link
Owner Author

ptitSeb commented Mar 3, 2019

Can it be some locale issue? Does exporting LC_ALL="C" helps?

@rajdakin
Copy link
Collaborator

rajdakin commented Mar 3, 2019

No, LC_ALL=C doesn't change anything.

@ITotalJustice
Copy link

I managed to play this game fine a few weeks ago, I didn’t notice any missing sounds or graphical errors. Guessing this can be closed? 😄

@ptitSeb
Copy link
Owner Author

ptitSeb commented Sep 18, 2019

I'll close it end of weekd end (I want to run a last test, but wont be able to do it before sunday night).

@ptitSeb
Copy link
Owner Author

ptitSeb commented Sep 24, 2019

I still have no music in the intro on the Pandora. But I guess this is due to the slowyness of the CPU mixed with the lack of Dynarec (appart slight sounds issue due to speed, it's running pretty well even on the Pandora)

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

3 participants