Livecode launcher

Deploying to Linux? Get penguinated here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Livecode launcher

Post by MaxV » Wed Dec 07, 2016 10:27 am

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
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9801
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Livecode launcher

Post by FourthWorld » Wed Dec 07, 2016 4:20 pm

Good work, Max. Thanks. Would this be useful as a pull request?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: Livecode launcher

Post by MaxV » Wed Dec 07, 2016 7:07 pm

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.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9801
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Livecode launcher

Post by FourthWorld » Wed Dec 07, 2016 7:43 pm

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?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: Livecode launcher

Post by MaxV » Mon Dec 12, 2016 9:19 am

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.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: Livecode launcher

Post by MaxV » Mon Dec 12, 2016 9:28 am

Ok, I tried with this workaround: https://github.com/livecode/livecode/pull/4981
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply

Return to “Linux”