Piraxus / OrbiterSkyboltClient

Skybolt Engine graphics client for Orbiter Spaceflight Simulator
MIT License
14 stars 4 forks source link

Not able to use in latest Orbiter (after d3d9 merge) #14

Closed supersonic71 closed 1 year ago

supersonic71 commented 1 year ago

I get this error when I change to Skybolt in Video tab : image

Orbiter used : https://github.com/orbitersim/orbiter/actions/runs/2990259285 Skybolt Client version : 1.0.3

I believe this issue occurred after d3d9 was merged into Orbiter : https://github.com/orbitersim/orbiter/pull/146 Edit : not sure if this is skybolt-client issue or orbiter issue, should I post there instead?

matthew-reid commented 1 year ago

Thanks for the report. I tested it and found the same issue. It looks like there were some changes to the orbiter SDK interface which are not binary compatible with the skybolt client. I will update the client to compile against the new interface.

matthew-reid commented 1 year ago

I've pushed a commit to master which updates the client to work with the latest orbiter. It will be part of the next release.

supersonic71 commented 1 year ago

Thank you! :)