Open N1v0k opened 7 months ago
N.b. https://github.com/Pax1601/DCSOlympus/pull/734
The client may be better off as a side car container as above.
Yep - I have also seen:
wine: Unimplemented function httpapi.dll.HttpShutdownRequestQueue called at address 00006FFF
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).
Added experimental support now:
See https://github.com/Aterfax/DCS-World-Dedicated-Server-Docker/pull/76 and I also created a discussion: https://github.com/Aterfax/DCS-World-Dedicated-Server-Docker/discussions/75
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
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.