Crashing upon editing tech. Help!

Discussion in 'Starbound Modding' started by Panthermilk, May 21, 2015.

  1. Panthermilk

    Panthermilk Void-Bound Voyager

    It's been like this for a while, but whenever I try to edit my tech, my game crashes. As you can imagine this is rather convenient, and I can't actually play a lot of the game.
    I've been getting diffrent error messages every time, but here's the must current one.
    Code:
    (AssestExecption) Could not read variant value
    /interface/ ai/ai.config:unlockTechText
    StarExeption;;StarExeption(string, exception)
    AssestsExeception;;AssestException(String, exception)
    Assets;;json(sting)
    AiInterface;;showTechSpeech(ItemDescriptor)
    AiInterface;;selectTechWidget(Widget*)
    _Function_handler(void(Widget*), _Bind<_Mem_fn<void
    (AiInterface;;*)(Widget*)> (AiInterface*, <1>)> >;;(_Any_data, widget*)
    ListWidget;;setSelected(insigned int)
    ListWidgetllsendEvent(Shared_ptr<inputEvent>)
    Widget;;sendEvent(shared_ptr<InputEvent> )
    ScrollArea;;sendEvent(Shared_ptr<InputEvent> )
    Widget;;sendEvent(shared_ptr<inputEvent> )
    Widget;;sendEvent(shared_ptr<inputEvent> )
    Widget;;sendEvent(shared_ptr<inputEvent> )
    Widget;;sendEvent(shared_ptr<inputEvent> )
    Widget;;sendEvent(shared_ptr<inputEvent> )
    Pane;;sendEvent(Shared_ptr<InputEvent> )
    PaneMangaer;;SendInputEvent(shared_ptr<InputEvent> )
    MainInterface;;handleInputEvent(Shared_ptr<InputEvent> )
    ClientApplication;;processInput(shared_ptr<inputEvent> )
    StarApplicationBase;;handlePendingInput()
    StarApplicationBase;;run()
    _SDL_main
    _console_main
    
    Caused by: (JsonExeption) No suich Key 'unlockTechText'
    in query("unlockTechtext")
    JsonException JsonExpception;;format<string, String> (char*, String,
    String)
    Json;;doQuery(string, bool)
    Json;; query(String)
    Assets;;json(String)
    AiInterface;;showTechSpeec(ItemDescriptor)
    AiInterface;;selectTechWidget(Widget*)
    _Function_handler<void (Widget*),_Bind<_Mem_fn<void
    (AiInterfacel;*)(Widget*)> (AiInterface*, <1>)> >;;(_Any_data,Widget*)
    ListWidget;;setSelcted(unsigned int)
    ListWidget;;sendEvent(Shared_ptr<InputEvent> )
    Widget;;sendEvent(Shared_ptr<InputEvent> )
    ScrollArea;;sendEvent(shared_ptr<InputEvent> ).
    Widget;;sendEvent(Shared_ptr<InputEvent> )
    Widget;;sendEvent(Shared_ptr<InputEvent> )
    Widget;;sendEvent(Shared_ptr<InputEvent> )
    Widget;;sendEvent(Shared_ptr<InputEvent> )
    Widget;;sendEvent(Shared_ptr<InputEvent> )
    Pane;;sendEvent(shared_ptr<InputEvent> )
    PaneManager;;sendInputEvent(Shared_ptr<InputEvent> )
    MainManger;;handleInputEvent(shared_ptr<InputEvent> )
    ClientApplication;;processInput(Shared_ptr<InputEvent> )
    StarApplicationBase;;handlePendingInput()
    StarApplicationBase;;run()
    _SDL_main
    _console_main
    
    I'm playing on spirrated Giraffe, on the stable version. If anyone has any advice, I'm all ears!
     
    Last edited by a moderator: May 21, 2015
  2. Peelz

    Peelz Giant Laser Beams

    Best Answer
    Probly one of the race mods is conflicting with another race mod or the AVIAN mod (that's the one that is the avian AI right?).
     
    The | Suit likes this.
  3. Kayuko

    Kayuko Oxygen Tank

    This happens cause you try to call "unlockTechText".
    This is not a viable function, what were you trying to do?
     
    The | Suit likes this.
  4. The | Suit

    The | Suit Agent S. Forum Moderator

    Moved to modding section.
     
  5. Panthermilk

    Panthermilk Void-Bound Voyager

    It was whenever I opened up my tech editor, the one in the ship, then tried clicking inside the area were you select your techs, thats when it crashes
     
  6. Kayuko

    Kayuko Oxygen Tank

    Can you send me a whole starbound.log so I see which mods you use?
    That should definetly not happen, some mod screws with the ai.config file.
     
  7. Panthermilk

    Panthermilk Void-Bound Voyager

    I'll post my log file later today (I'm at school of time of writing and don't have accese to it) but the mods I had were
    Chuckle Tidus
    MIghty Music Mod pack (But not any songbook extenders)
    charecter extention mod
    Kazadra race
    Kobold race
    Better avain
    AVIAN (The bird cortana mod.)

    Also here is the .log file you wanted, I'll try deleting the 2 race mods now and see if that works.
     

    Attached Files:

    Last edited: May 21, 2015
  8. Peelz

    Peelz Giant Laser Beams

    Best Answer
    Probly one of the race mods is conflicting with another race mod or the AVIAN mod (that's the one that is the avian AI right?).
     
    The | Suit likes this.
  9. Panthermilk

    Panthermilk Void-Bound Voyager

    Yea, it was bird cortana...
    darn it.
     

Share This Page