KeenSoftwareHouse / SpaceEngineers

2.93k stars 896 forks source link

Havok Version Mismatch #554

Open N3X15 opened 7 years ago

N3X15 commented 7 years ago

The version of Havok packaged with both the development and release versions of the steam game appear to be newer than the master branch supports. Given that the x64 version of the binary is not shipped on GitHub, this results in a failure to compile.

Steam Versions

Severity    Code    Description Project File    Line    Suppression State
Error   CS1061  'HkRigidBody' does not contain a definition for 'IsAddedToWorld' and no extension method 'IsAddedToWorld' accepting a first argument of type 'HkRigidBody' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    F:\Projects\SpaceEngineers-CE\Sources\Sandbox.Game\Engine\Physics\MyPhysicsBody.cs  1468    Active
Error   CS1061  'HkRigidBody' does not contain a definition for 'IsAddedToWorld' and no extension method 'IsAddedToWorld' accepting a first argument of type 'HkRigidBody' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    F:\Projects\SpaceEngineers-CE\Sources\Sandbox.Game\Engine\Physics\MyPhysicsBody.cs  1469    Active
Error   CS1061  'HkRigidBody' does not contain a definition for 'IsAddedToWorld' and no extension method 'IsAddedToWorld' accepting a first argument of type 'HkRigidBody' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    F:\Projects\SpaceEngineers-CE\Sources\Sandbox.Game\Game\Entities\Blocks\MyMechanicalConnectionBlockBase.cs  665 Active
Error   CS1061  'HkRigidBody' does not contain a definition for 'IsAddedToWorld' and no extension method 'IsAddedToWorld' accepting a first argument of type 'HkRigidBody' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    F:\Projects\SpaceEngineers-CE\Sources\Sandbox.Game\Game\Entities\Blocks\MyMechanicalConnectionBlockBase.cs  673 Active
Error   CS1061  'HkRigidBody' does not contain a definition for 'IsAddedToWorld' and no extension method 'IsAddedToWorld' accepting a first argument of type 'HkRigidBody' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    F:\Projects\SpaceEngineers-CE\Sources\Sandbox.Game\Game\SessionComponents\MyRopeComponent.cs    1121    Active
Error   CS1061  'HkRigidBody' does not contain a definition for 'IsAddedToWorld' and no extension method 'IsAddedToWorld' accepting a first argument of type 'HkRigidBody' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    F:\Projects\SpaceEngineers-CE\Sources\Sandbox.Game\Game\SessionComponents\MyRopeComponent.cs    1121    Active
Error   CS0122  'HkConstraint.OnRemovedFromWorld()' is inaccessible due to its protection level Sandbox.Game    F:\Projects\SpaceEngineers-CE\Sources\Sandbox.Game\Engine\Physics\MyPhysicsBody.cs  1136    Active
Error   CS0122  'HkConstraint.OnRemovedFromWorld()' is inaccessible due to its protection level Sandbox.Game    F:\Projects\SpaceEngineers-CE\Sources\Sandbox.Game\Engine\Physics\MyPhysicsBody.cs  1494    Active
Error   CS0122  'HkConstraint.OnRemovedFromWorld()' is inaccessible due to its protection level Sandbox.Game    F:\Projects\SpaceEngineers-CE\Sources\Sandbox.Game\Engine\Physics\MyPhysicsBody.Welding.cs  408 Active
Error   CS0122  'HkConstraint.OnAddedToWorld()' is inaccessible due to its protection level Sandbox.Game    F:\Projects\SpaceEngineers-CE\Sources\Sandbox.Game\Engine\Physics\MyPhysicsBody.cs  1111    Active
Error   CS0122  'HkConstraint.OnAddedToWorld()' is inaccessible due to its protection level Sandbox.Game    F:\Projects\SpaceEngineers-CE\Sources\Sandbox.Game\Engine\Physics\MyPhysicsBody.cs  1475    Active
andrewfenn commented 7 years ago

Having the exact same problem.

LeonidasCZ commented 7 years ago

That can happen when git isnt updated with public release. Github updated should be fixed.