Author Topic: 5.9.2 Non Fatal Error: Couldn't write to file  (Read 227 times)

lehjr

  • Traveller
  • *
  • Posts: 25
    • View Profile
5.9.2 Non Fatal Error: Couldn't write to file
« on: May 21, 2012, 09:05:04 am »
This error doesn't prevent me from loading the game, as far as I can tell, but I can't tell if it has any adverse effects.
Code: [Select]
Couldn't write to file! (/home/leon/.PlaneShift/updatecache/13376040451681692777.download)
This is the last console output after the launcher loads. I know that if I create the updatecache directory manually either before or after loading the launcher, so cleanup is being handled. Is it possible the file is trying to be created either before the directory is being created or without the directory being created? I seem to remember having this error in a previous build and making it go away simply by creating that directory manually. I put this in the Linux area because as I understand it, recursive directory creation is not handled automatically in Linux (and that's where I'm seeing the error), but is in Windows. It is possible however that the error is something completely unrelated and/or of little or no consequence.