seeh Posted October 15, 2022 Report Share Posted October 15, 2022 (edited) I'm pretty sure I broke something there. made too quickly. if i ignore this error i could play. but i not sure if i then produce in late TG games errors. idk. thats should not happen. could i not repair it like so: cd ~/git/0a26/build/workspaces; ./update-workspaces.sh -j15; cd gcc; make -j15; ~/git/0a26/binaries/system/pyrogenesis -writableRoot so i usually get the updates from git and run it. but not it was not fixed this error. i don't want do it completely fresh. do i need to do it? TIMER| InitVfs: 261.968 us FILES| Main log written to '/home/zyq/git/0a26/binaries/logs/mainlog.html' FILES| Interesting log written to '/home/zyq/git/0a26/binaries/logs/interestinglog.html' TIMER| CONFIG_Init: 7.63371 ms Function call failed: return value was -110301 (Error during IO) Location: file_system.cpp:121 (GetDirectoryEntries) Call stack: (0x55895fd689c5) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x6029c5) [0x55895fd689c5] (0x55895fd17e59) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x5b1e59) [0x55895fd17e59] (0x55895fd19489) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x5b3489) [0x55895fd19489] (0x55895fd19983) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x5b3983) [0x55895fd19983] (0x55895fd2cacc) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x5c6acc) [0x55895fd2cacc] (0x55895fd4b7e4) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x5e57e4) [0x55895fd4b7e4] (0x55895fd43867) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x5dd867) [0x55895fd43867] (0x55895fd42b90) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x5dcb90) [0x55895fd42b90] (0x55895fd34837) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x5ce837) [0x55895fd34837] (0x55895fa0fd9d) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x2a9d9d) [0x55895fa0fd9d] (0x55895fa3e590) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x2d8590) [0x55895fa3e590] (0x55895fa3fb55) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x2d9b55) [0x55895fa3fb55] (0x55895fa1f83a) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x2b983a) [0x55895fa1f83a] (0x55895f811c15) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0xabc15) [0x55895f811c15] (0x55895f7fed8e) /home/zyq/git/0a26/binaries/system/pyrogenesis(+0x98d8e) [0x55895f7fed8e] (0x7f01b80cc083) /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f01b80cc083] errno = 2 (Error during IO) OS error = ? Sleeping until debugger attaches. Please wait. GNU gdb (Ubuntu 9.2-0ubuntu1~20.04.1) 9.2 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word". Attaching to process 192945 Could not attach to process. If your uid matches the uid of the target process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf ptrace: Operation not permitted. (gdb) file_system.cpp(121): Function call failed: return value was -110301 (Error during IO) Sound: AlcInit success, using OpenAL Soft FILES| UserReport written to '/home/zyq/git/0a26/binaries/logs/userreport_hwdetect.txt' TIMER| RunHardwareDetection: 2.92579 ms FILES| Hardware details written to '/home/zyq/git/0a26/binaries/logs/system_info.txt' TIMER| write_sys_info: 16.1794 ms TIMER| InitRenderer: 5.18444 ms TIMER| ps_console: 1.47189 ms TIMER| ps_lang_hotkeys: 1.9699 ms TIMER| common/modern/setup.xml: 248.758 us TIMER| common/modern/styles.xml: 60.83 us Edited October 16, 2022 by seeh Quote Link to comment Share on other sites More sharing options...
seeh Posted October 16, 2022 Author Report Share Posted October 16, 2022 i played now with no problem. i ignore that error " Error during IO " that only happens when i start the 0ad. so it seems has no impact during the game (yesterday i was not sure). Quote Link to comment Share on other sites More sharing options...
nwtour Posted October 16, 2022 Report Share Posted October 16, 2022 Hello @seeh Run: strace -o ~/trace.txt -s 1000 ~/git/0a26/binaries/system/pyrogenesis -writableRoot bzip2 -9 ~/trace.txt And attach trace.txt.bz2 to investigate the cause of a system call failure Quote Link to comment Share on other sites More sharing options...
seeh Posted October 16, 2022 Author Report Share Posted October 16, 2022 2 hours ago, nwtour said: bzip2 -9 ~/trace.txt bzip2 -9 ~/trace.txt has created no error. but i dont have a file trace.txt.bz2 Quote Link to comment Share on other sites More sharing options...
seeh Posted October 16, 2022 Author Report Share Posted October 16, 2022 (edited) i have used zip then ( dosent matter if its bzip or zip or so now i hava also bzip ) trace.txt.zip trace.txt.bz2 Edited October 16, 2022 by seeh Quote Link to comment Share on other sites More sharing options...
nwtour Posted October 16, 2022 Report Share Posted October 16, 2022 Hm. Problem with file ~/git/0a26/binaries/data/mods/____#LocalRatings/LocalRatings openat(AT_FDCWD, "/home/seeh/git/0a26/binaries/data/mods/____#LocalRatings/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5 getdents64(5, /* 6 entries */, 32768) = 168 stat("/home/seeh/git/0a26/binaries/data/mods/____#LocalRatings/___mod.json", {st_mode=S_IFREG|0664, st_size=293, ...}) = 0 stat("/home/seeh/git/0a26/binaries/data/mods/____#LocalRatings/..", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 stat("/home/seeh/git/0a26/binaries/data/mods/____#LocalRatings/LocalRatings", 0x7ffc51cdf3e0) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/seeh/git/0a26/binaries/logs/crashlog.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 6 write(6, "Function call fa", 16) = 16 write(6, "iled: return val", 16) = 16 write(6, "ue was -110301 (", 16) = 16 write(6, "Error during IO)", 16) = 16 1 Quote Link to comment Share on other sites More sharing options...
seeh Posted October 16, 2022 Author Report Share Posted October 16, 2022 11 minutes ago, nwtour said: Hm. Problem with file ~/git/0a26/binaries/data/mods/____#LocalRatings/LocalRatings openat(AT_FDCWD, "/home/seeh/git/0a26/binaries/data/mods/____#LocalRatings/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5 getdents64(5, /* 6 entries */, 32768) = 168 stat("/home/seeh/git/0a26/binaries/data/mods/____#LocalRatings/___mod.json", {st_mode=S_IFREG|0664, st_size=293, ...}) = 0 stat("/home/seeh/git/0a26/binaries/data/mods/____#LocalRatings/..", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 stat("/home/seeh/git/0a26/binaries/data/mods/____#LocalRatings/LocalRatings", 0x7ffc51cdf3e0) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/seeh/git/0a26/binaries/logs/crashlog.txt", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 6 write(6, "Function call fa", 16) = 16 write(6, "iled: return val", 16) = 16 write(6, "ue was -110301 (", 16) = 16 write(6, "Error during IO)", 16) = 16 thanks that will be easy fixed. becouse i dont use this version. i simply delte it maybe the # in the folder name Quote Link to comment Share on other sites More sharing options...
andy5995 Posted October 24, 2022 Report Share Posted October 24, 2022 I think one common reason that error can happen: https://trac.wildfiregames.com/ticket/6586 1 Quote Link to comment Share on other sites More sharing options...
seeh Posted October 24, 2022 Author Report Share Posted October 24, 2022 (edited) 1 hour ago, andy5995 said: I think one common reason that error can happen: https://trac.wildfiregames.com/ticket/6586 yes it was a symlink. a symlink with strange name. idk if the symlink was broken. when i have deleted it, the problem was not there anymore (October 16). Edited October 24, 2022 by seeh 1 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.