Page 1 of 1

Livecode launcher

Posted: Wed Dec 07, 2016 10:27 am
by MaxV
Hello,
version 8 & 9 of livecode for linux have a small bug that on some systems makes dictionary and browser to crash the IDE.
The following launcher solves all:
Image

You can download from here source and executable: http://www.maxvessi.net/livecode/public ... uncher.zip

Re: Livecode launcher

Posted: Wed Dec 07, 2016 4:20 pm
by FourthWorld
Good work, Max. Thanks. Would this be useful as a pull request?

Re: Livecode launcher

Posted: Wed Dec 07, 2016 7:07 pm
by MaxV
FourthWorld wrote:Good work, Max. Thanks. Would this be useful as a pull request?
No, there is already a bug in the bug database about it.
Before launching livecode 8 or 9 the same shell must set:

Code: Select all

LC_ALL= LC_NUMERIC=C
If you can, please try to pull this in the livecode source.

Re: Livecode launcher

Posted: Wed Dec 07, 2016 7:43 pm
by FourthWorld
It's not an issue I've seen so I'm not in a good position to verify it. Perhaps you might be able to submit that fix?

Re: Livecode launcher

Posted: Mon Dec 12, 2016 9:19 am
by MaxV
This is the bug and the solution: http://quality.livecode.com/show_bug.cgi?id=16848
I don't know how to deal with livecode source about it.

Re: Livecode launcher

Posted: Mon Dec 12, 2016 9:28 am
by MaxV
Ok, I tried with this workaround: https://github.com/livecode/livecode/pull/4981