howlingflute Posted February 19, 2012 Report Share Posted February 19, 2012 So I am running the most recent version from svn when I run ./test I get the following failure. The game still runs fine but the test fails. It used to run fine until a few days ago.Running 258 tests...............vfs.cpp(87): Function call failed: return value was -110101 (VFS file not found)Function call failed: return value was -110101 (VFS file not found)Location: vfs.cpp:87 (GetFileInfo)Call stack:(0x7c553e) ./test() [0x7c553e](0x77a523) ./test() [0x77a523](0x77af98) ./test() [0x77af98](0x77b396) ./test() [0x77b396](0x7870ed) ./test() [0x7870ed](0x67da28) ./test() [0x67da28](0x67e545) ./test() [0x67e545](0x682ca7) ./test() [0x682ca7](0x4e2924) ./test() [0x4e2924](0x4162d5) ./test() [0x4162d5](0x419b7c) ./test() [0x419b7c](0x41798f) ./test() [0x41798f](0x7fd74412bd8e) /lib/libc.so.6(__libc_start_main+0xfe) [0x7fd74412bd8e](0x413b49) ./test() [0x413b49]errno = 0 (No error reported here)OS error = ?ERROR: Failed to stat 'art/skeletons/skeletons.xml' for DAE caching.vfs.cpp(87): Function call failed: return value was -110101 (VFS file not found)Function call failed: return value was -110101 (VFS file not found)Location: vfs.cpp:87 (GetFileInfo)Call stack:(0x7c553e) ./test() [0x7c553e](0x77a523) ./test() [0x77a523](0x77af98) ./test() [0x77af98](0x77b396) ./test() [0x77b396](0x7870ed) ./test() [0x7870ed](0x67da28) ./test() [0x67da28](0x67e545) ./test() [0x67e545](0x682ca7) ./test() [0x682ca7](0x4e2c84) ./test() [0x4e2c84](0x4162d5) ./test() [0x4162d5](0x419b7c) ./test() [0x419b7c](0x41798f) ./test() [0x41798f](0x7fd74412bd8e) /lib/libc.so.6(__libc_start_main+0xfe) [0x7fd74412bd8e](0x413b49) ./test() [0x413b49]errno = 0 (No error reported here)OS error = ?ERROR: Failed to stat 'art/skeletons/skeletons.xml' for DAE caching.ERROR: Failed to stat 'art/skeletons/skeletons.xml' for DAE caching.................................................................................................................................................................................................................................................OK! Quote Link to comment Share on other sites More sharing options...
historic_bruno Posted February 19, 2012 Report Share Posted February 19, 2012 Does art/skeletons/skeletons.xml exist?Edit: nvm I see what's going on Quote Link to comment Share on other sites More sharing options...
historic_bruno Posted February 19, 2012 Report Share Posted February 19, 2012 OK, should be fixed now in r11104 Quote Link to comment Share on other sites More sharing options...
howlingflute Posted February 19, 2012 Author Report Share Posted February 19, 2012 OK, should be fixed now in r11104 Yeap the tests work fine now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.