AlphaMeta Posted November 30, 2025 Share Posted November 30, 2025 I am new to development projects of this volume, please forgive my rookieness. I was trying to clone and build the source code and got this error. and when I searched for art/skeletons/test.pmd, could not find any such file. Am I missing something or there should have been a test file in the source code??? Checked the source from website too, not much of a luck there as well. ... In TestMeshManager::test_load_pmd_with_extension: /Users/lakshminarayana/Desktop/0ad26/0ad/source/graphics/tests/test_MeshManager.h:135: Error: Assertion failed: modeldef ERROR: Could not load mesh 'art/skeletons/test.pmd' In TestMeshManager::test_load_pmd_without_extension: /Users/lakshminarayana/Desktop/0ad26/0ad/source/graphics/tests/test_MeshManager.h:145: Error: Assertion failed: modeldef ERROR: Could not load mesh 'art/skeletons/test.pmd' ERROR: Could not load mesh 'art/skeletons/test.pmd' In TestMeshManager::test_caching: /Users/lakshminarayana/Desktop/0ad26/0ad/source/graphics/tests/test_MeshManager.h:156: Error: Assertion failed: modeldef1 && modeldef2 ERROR: art/skeletons/test.dae: Entity: line 1: parser error : Start tag expected, '<' not found version https://git-lfs.github.com/spec/v1 ... ERROR: Font file format is not supported: fonts/DejaVuSansMono.ttf ERROR: Failed to load font fonts/DejaVuSansMono.ttf Link to comment Share on other sites More sharing options...
Atrik Posted November 30, 2025 Share Posted November 30, 2025 Reminds me of errors I had when pulling without git lfs. If you pulled without git lfs, try again with it maybe. 1 Link to comment Share on other sites More sharing options...
AlphaMeta Posted November 30, 2025 Author Share Posted November 30, 2025 Thank you! cloning the full version worked! 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now