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

DCS Olympus #52

Open
N1v0k opened this issue Apr 17, 2024 · 4 comments
Open

DCS Olympus #52

N1v0k opened this issue Apr 17, 2024 · 4 comments

Comments

@N1v0k
Copy link

N1v0k commented Apr 17, 2024

As already stated, I tried to get Olympus running.
Sadly, DCS Server crashes after successfully loading the DLLs. Starting wine with WINEDEBUG=+loaddlls it reveals that this call seems to cause the crash

7c:fixme:heap:GetNumaHighestNodeNumber semi-stub: 00007F2031C9F5B0
027c:fixme:http:HttpSetUrlGroupProperty Unhandled property 3.
wine: Call from 00006FFFFFC63D47 to unimplemented function httpapi.dll.HttpShutdownRequestQueue, aborting
027c:err:seh:NtRaiseException Unhandled exception code c0000409 flags 1 addr 0x6ffffcb6218d

As a side note:
I managed to start the DCS-Olympus client natively with node / npm. It is only required to rename some files in database/units, because the code actually expects camel-case the files are in lower case.

@Aterfax
Copy link
Owner

Aterfax commented Apr 19, 2024

N.b. Pax1601/DCSOlympus#734

The client may be better off as a side car container as above.

@Aterfax
Copy link
Owner

Aterfax commented Apr 20, 2024

Yep - I have also seen:

wine: Unimplemented function httpapi.dll.HttpShutdownRequestQueue called at address 00006FFF

@TheDelta
Copy link

I have a working solution, which replaced the library which is using httpapi.dll
Currently in testing and looking into how to get this into Olympus Stable (stay tuned).

Once everything works as expected, I can release an unofficial build and try to create a docker mod (using the ones in here as a base).

@TheDelta
Copy link

Added experimental support now:

See #76 and I also created a discussion: #75

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