Jump to content

detritux

Community Newbie
  • Posts

    4
  • Joined

  • Last visited

detritux's Achievements

Tiro

Tiro (1/14)

0

Reputation

  1. Here is the new strace. I'll try to get a simple example and see if I can report this as a bug to Arch. Cheers, Ugo output.txt
  2. Yes it's happening each time I try to run pyrogenesis / pyrogenesis_dbg / test or test_dbg. I attached the strace. Running on a standard hard drive with ext4. strace.txt
  3. I added the debug you asked: During the loop: aio_suspend 0 0 aio_error 1 0 And after the loop: errno=0 aio_return=-1 I also added a debug in the Open function of this same file (line 41), and it appears it's trying to open "/" : Here is the line I used on line 42. printf("Opening %s\n", pathname.string().c_str()); Any ideas? Cheers,
  4. Hi, I just tried to compile 0ad from the git repository on arch linux (64). I get the following error when starting the game: file.cpp(132): Function call failed: return value was -110301 (Error during IO) Function call failed: return value was -110301 (Error during IO) Location: file.cpp:132 (WaitUntilComplete) I attached the crashlog.txt. Any help greatly appreciated. Cheers, crashlog.txt
×
×
  • Create New...