Seleucids Posted March 25, 2025 Share Posted March 25, 2025 I was spectating a 3v3 on this map and the game suddenly crashed with these errors: Function call failed: return value was -1 (Function failed (no details available)) Location: dir_watch_inotify.cpp:214 (dir_watch_Add) Call stack: (0x622619be1224) /usr/bin/pyrogenesis(+0x4fd224) [0x622619be1224] (0x622619bebc9d) /usr/bin/pyrogenesis(+0x507c9d) [0x622619bebc9d] (0x622619b1a0df) /usr/bin/pyrogenesis(+0x4360df) [0x622619b1a0df] (0x622619be9bc7) /usr/bin/pyrogenesis(+0x505bc7) [0x622619be9bc7] (0x622619b43538) /usr/bin/pyrogenesis(+0x45f538) [0x622619b43538] (0x622619bd5a46) /usr/bin/pyrogenesis(+0x4f1a46) [0x622619bd5a46] (0x62261995b0b1) /usr/bin/pyrogenesis(+0x2770b1) [0x62261995b0b1] (0x62261996092f) /usr/bin/pyrogenesis(+0x27c92f) [0x62261996092f] (0x622619954349) /usr/bin/pyrogenesis(+0x270349) [0x622619954349] (0x62261994c48c) /usr/bin/pyrogenesis(+0x26848c) [0x62261994c48c] (0x6226198865d7) /usr/bin/pyrogenesis(+0x1a25d7) [0x6226198865d7] (0x6226198139a3) /usr/bin/pyrogenesis(+0x12f9a3) [0x6226198139a3] (0x127dc5421dc5) [0x127dc5421dc5] errno = 14 (?) OS error = ? /usr/bin/0ad: line 9: 11144 Aborted (core dumped) "$pyrogenesis" "$@" interestinglog.htmlcrashlog.txt Link to comment Share on other sites More sharing options...
Stan` Posted March 26, 2025 Share Posted March 26, 2025 https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/source/lib/sysdep/os/linux/dir_watch_inotify.cpp#L214 Are you touching files while the game runs ? 1 Link to comment Share on other sites More sharing options...
Stan` Posted March 26, 2025 Share Posted March 26, 2025 Oh wait you have broken actors/materials. That would do it. I assume your mod removed something it should not have. Also you could convert your modded sounds to mono to get rid of the warnings. 1 Link to comment Share on other sites More sharing options...
Seleucids Posted March 26, 2025 Author Share Posted March 26, 2025 5 hours ago, Stan` said: Are you touching files while the game runs ? I wasn't touching it 5 hours ago, Stan` said: Oh wait you have broken actors/materials. That would do it. I assume your mod removed something it should not have. I think this was the most likely reason, I might have a corrupted texture file somewhere. 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