Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

error 161

  • #1, by smac96 9 years ago Zitieren
    After some minor changes, the game crashes very often and on the messages.log file I found this:

    14:52:36: Error: can't open file '\\\\\\\Program Files (x86)\Steam\steamapps\common\game\game.vis' (error 161: percorso specificato non valido.)

    What is the error 161?
  • #2, by sebastian 9 years ago Zitieren
    After some minor changes, the game crashes very often and on the messages.log file I found this:

    14:52:36: Error: can't open file '\\\\\\\Program Files (x86)\Steam\steamapps\common\game\game.vis' (error 161: percorso specificato non valido.)

    What is the error 161?
    its an invalid path. I guess these massive \\\\\ are wrong for windows. There needs to be a drive (C:/ mostly) for windows.
    Anywhere in your game you are pointing to this file but it seems with a wrong or invalid path to it.

  • #3, by smac96 9 years ago Zitieren
    Thanks for the answer!

    But once the build is done and the .vis is created in which case can this error happen?
  • #4, by sebastian 9 years ago Zitieren
    Does this error only occour with a built game? What about when running directly from the editor?
  • #5, by smac96 9 years ago Zitieren
    The error occur only with a built game.

    It also seems to be completely random sometimes.
  • #6, by SimonS 9 years ago Zitieren
    What is in the config.ini ?
  • #7, by smac96 9 years ago Zitieren
    FILE = gamename.vis
    FULLSCREEN = yes
    RESOLUTION = auto
    LANGUAGE = English
    LOGLEVEL = error
  • #8, by SimonS 9 years ago Zitieren
    Is the vis file named gamename.vis ? Set loglevel to info, maybe we get more insight this way.
  • #9, by smac96 9 years ago Zitieren
    Is the vis file named gamename.vis ? Set loglevel to info, maybe we get more insight this way.

    Yes... (of course it has the real name of the game and it is the same of the .vis file)

    Anyway, I did another build and in this new one I have no more errors. The funny thing is that I changed nothing at all.

    Another thing: in the old build sometime when I launch the game there were some graphical glitches (the characters disappear randomly, the texts aren't shown, ...).

    Do you think it can happen that sometime the build is "bad" for some reason?