Author Topic: Cannot start recent OXC: INTRO.CAT missing  (Read 3879 times)

Offline ferdibinger

  • Sergeant
  • **
  • Posts: 10
    • View Profile
Cannot start recent OXC: INTRO.CAT missing
« on: November 29, 2013, 09:21:22 pm »
Hi!

I am on OSX 10.9.
after downloading the latest nightly build, OXC crashes right after the "loading..." screen.
The console says "Segmentation fault: 11"
and the log complains about a missing INTRO.CAT
actually, there is no INTRO.CAT nowhere in my xcom files (and never was in my xcom-version a purchased via steam)
Setting playIntro: false in the options.cg dosen't help

BUT: OXC with a nightly build a few weeks ago runs fine (see the second log)
I tried some other recent nightlies with no success.

Any idea what is wrong?

not working build
Code: [Select]
[29-11-2013 20:10:41] [INFO] Data folder is:
[29-11-2013 20:10:41] [INFO] Data search is:
[29-11-2013 20:10:41] [INFO] - /Users/myusername/Library/Application Support/OpenXcom/data/
[29-11-2013 20:10:41] [INFO] - /Users/myusername/Users/Shared/OpenXcom/data/
[29-11-2013 20:10:41] [INFO] - ./data/
[29-11-2013 20:10:41] [INFO] User folder is: /Users/myusername/Library/Application Support/OpenXcom/
[29-11-2013 20:10:41] [INFO] Config folder is: /Users/myusername/Library/Application Support/OpenXcom/
[29-11-2013 20:10:41] [INFO] Options loaded successfully.
[29-11-2013 20:10:41] [INFO] SDL initialized successfully.
[29-11-2013 20:10:41] [INFO] SDL_mixer initialized successfully.
[29-11-2013 20:10:41] [INFO] Attempting to set display to 640x400x8...
[29-11-2013 20:10:41] [INFO] Display set to 640x400x8.
[29-11-2013 20:10:41] [INFO] Using SSE2 2X zoom routine.
[29-11-2013 20:10:41] [INFO] Loading ruleset...
[29-11-2013 20:10:42] [INFO] Ruleset loaded successfully.
[29-11-2013 20:10:42] [INFO] Loading resources...
[29-11-2013 20:10:42] [WARN] INTRO.CAT is missing! :(

working, older build
Code: [Select]
[29-11-2013 19:54:00] [INFO] Data folder is:
[29-11-2013 19:54:00] [INFO] Data search is:
[29-11-2013 19:54:00] [INFO] - /Users/myusername/Library/Application Support/OpenXcom/data/
[29-11-2013 19:54:00] [INFO] - /Users/myusername/Users/Shared/OpenXcom/data/
[29-11-2013 19:54:00] [INFO] - ./data/
[29-11-2013 19:54:00] [INFO] User folder is: /Users/myusername/Library/Application Support/OpenXcom/
[29-11-2013 19:54:00] [INFO] Config folder is: /Users/myusername/Library/Application Support/OpenXcom/
[29-11-2013 19:54:00] [INFO] Options loaded successfully.
[29-11-2013 19:54:00] [INFO] SDL initialized successfully.
[29-11-2013 19:54:00] [INFO] SDL_mixer initialized successfully.
[29-11-2013 19:54:00] [INFO] Attempting to set display to 640x400x8...
[29-11-2013 19:54:00] [INFO] Display set to 640x400x8.
[29-11-2013 19:54:00] [INFO] Using SSE2 2X zoom routine.
[29-11-2013 19:54:00] [INFO] Loading ruleset...
[29-11-2013 19:54:01] [INFO] Ruleset loaded successfully.
[29-11-2013 19:54:01] [INFO] Loading resources...
[29-11-2013 19:54:02] [WARN] INTRO.CAT is missing! :(
[29-11-2013 19:54:02] [INFO] Loading extra resources from ruleset...
[29-11-2013 19:54:02] [INFO] Resources loaded successfully.
[29-11-2013 19:54:02] [INFO] OpenXcom started successfully!

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2162
    • View Profile
Re: Cannot start recent OXC: INTRO.CAT missing
« Reply #1 on: November 30, 2013, 03:08:46 pm »
The INTRO.CAT error is a misnomer, don't worry about it.

Do you have a "Resources/UI/reserve.png" file in your OpenXcom Data folder?

Offline ferdibinger

  • Sergeant
  • **
  • Posts: 10
    • View Profile
Re: Cannot start recent OXC: INTRO.CAT missing
« Reply #2 on: December 03, 2013, 10:35:01 pm »
SupSuper, thank you for your reply!
Yes, the "Resources/UI/reserve.png" is there in the updated "not working" latest version I have.
It is not existing in the running, older version, just in case that helps.