Author Topic: Solarus editor crashes when child player has lua error  (Read 3093 times)

0 Members and 1 Guest are viewing this topic.

darkhog
  • Newbie
  • *
  • Posts: 24
    • View Profile
Solarus editor crashes when child player has lua error
« on: February 04, 2016, 02:04:40 PM »
Solarus editor crashes, when quest ran from the editor using "play" button encounters Lua error. That's annoying,

Christopho

  • Administrator
  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
Re: Solarus editor crashes when child player has lua error
« Reply #1 on: February 04, 2016, 03:15:04 PM »
- In 1.4, the quest editor does not crash when the running quest encounters a Lua error. But it crashes when the engine crashes. I guess this is what happens to you.
- In 1.5, the quest editor does not crash even when the engine crashes. Because the quest now runs in a separate process.

Anyway, please report the engine crash on the bugtracker.
« Last Edit: February 04, 2016, 03:46:52 PM by Christopho »

MetalZelda

  • Hero Member
  • *****
  • Posts: 551
    • View Profile
Re: Solarus editor crashes when child player has lua error
« Reply #2 on: February 04, 2016, 03:27:38 PM »
There should be an error in error.txt, else you got something wrong with one of your script (which sometimes happen to me too)
Are you using a controller when playtesting ?