project-navigation
Personal tools

Author Topic: game will not start  (Read 3085 times)

Offline kbs666

  • Rookie
  • ***
  • Posts: 12
    • View Profile
game will not start
« on: January 01, 2014, 03:08:43 am »
I just downloaded the latest 2.5 dev and installed it. I keep getting this error message when I try to run the game "unknown inventory definition "extension". Aborting in the ufoconsole window. I've tried doing a complete uninstall and reinstall and still nothing.

Any ideas?

Offline Duke

  • Administrator
  • PHALANX veteran
  • *****
  • Posts: 1037
    • View Profile
Re: game will not start
« Reply #1 on: January 01, 2014, 04:22:55 am »
Where did you DL it from ?

Offline kbs666

  • Rookie
  • ***
  • Posts: 12
    • View Profile
Re: game will not start
« Reply #2 on: January 01, 2014, 06:08:21 am »

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Re: game will not start
« Reply #3 on: January 01, 2014, 02:43:28 pm »
Seems like old scripts -- extension was removed (and the implant slot ended in its place IIRC) -- either there are files from an old version still lying around where the game can find them (rare, but has happened), or there is a problem with the installer...

Offline Duke

  • Administrator
  • PHALANX veteran
  • *****
  • Posts: 1037
    • View Profile
Re: game will not start
« Reply #4 on: January 01, 2014, 05:14:31 pm »
git remove doesn't remove the file from the disk, right ?

Offline kbs666

  • Rookie
  • ***
  • Posts: 12
    • View Profile
Re: game will not start
« Reply #5 on: January 02, 2014, 01:12:27 am »
Seems like old scripts -- extension was removed (and the implant slot ended in its place IIRC) -- either there are files from an old version still lying around where the game can find them (rare, but has happened), or there is a problem with the installer...
Did some searching after a full uninstall and found a ufoai directory appdata/local/ufoai that had some files in it. Deleting it and reinstalling fixed the problem.

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Re: game will not start
« Reply #6 on: January 02, 2014, 02:08:32 am »
@Duke: git rm? Yes, it does.

@kbs666: Good to hear its working now :)

Offline Duke

  • Administrator
  • PHALANX veteran
  • *****
  • Posts: 1037
    • View Profile
Re: game will not start
« Reply #7 on: January 02, 2014, 05:06:00 am »
git rm: I'll have to check that. At least I have a file here which I personally git rm'ed on another machine...

Offline DarkRain

  • Project Coder
  • Captain
  • ***
  • Posts: 746
    • View Profile
Re: game will not start
« Reply #8 on: January 02, 2014, 05:37:07 am »
Maybe you forgot to commit after git rm?

Offline Duke

  • Administrator
  • PHALANX veteran
  • *****
  • Posts: 1037
    • View Profile
Re: game will not start
« Reply #9 on: January 02, 2014, 05:14:23 pm »
DarkRain, you're right. git rm does remove the file locally. Still not sure what happened on my machines and led me to that false impression...