aliens

Author Topic: "Access violation - no RTTI data" - crash  (Read 6712 times)

Offline beast81

  • Squaddie
  • *
  • Posts: 4
    • View Profile
"Access violation - no RTTI data" - crash
« on: October 30, 2013, 02:28:34 am »
My game is crashing when a UFO attacks one of my bases. My base has no defenses and no troops at it. I get an error saying "Access violation - no RTTI data" and the game crashes. I've attached my save. Let the UFO go and you'll (hopefully) see the crash. It happens whether the interceptors are after it or not.
« Last Edit: October 31, 2013, 01:36:06 am by beast81 »

Offline myk002

  • Colonel
  • ****
  • Posts: 227
    • View Profile
Re: "Access violation - no RTTI data" - crash
« Reply #1 on: October 30, 2013, 02:31:17 am »
Did you compile this yourself or download one of the builds?  RTTI stands for runtime type information, and is used in handling C++ exceptions.  If it's a downloaded build, I suspect there's a development library you need to have installed.

Offline beast81

  • Squaddie
  • *
  • Posts: 4
    • View Profile
Re: "Access violation - no RTTI data" - crash
« Reply #2 on: October 30, 2013, 03:19:25 am »
I downloaded openxcom from openxcom.org. It's version 0.9.

Offline Warboy1982

  • Administrator
  • Commander
  • *****
  • Posts: 2333
  • Developer
    • View Profile
Re: "Access violation - no RTTI data" - crash
« Reply #3 on: October 30, 2013, 07:16:40 am »
get the nightly build ;)
0.9 "stable" has a few bugs.

Offline beast81

  • Squaddie
  • *
  • Posts: 4
    • View Profile
Re: "Access violation - no RTTI data" - crash
« Reply #4 on: October 30, 2013, 02:16:40 pm »
Ok, i'll try that

Offline beast81

  • Squaddie
  • *
  • Posts: 4
    • View Profile
Re: "Access violation - no RTTI data" - crash
« Reply #5 on: October 31, 2013, 01:36:21 am »
That appears to have resolved the issue. Thanks!