Browser Widget "crashes" livecode

Deploying to Linux? Get penguinated here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Brothize
Posts: 2
Joined: Thu Dec 28, 2017 11:48 am

Browser Widget "crashes" livecode

Post by Brothize » Thu Dec 28, 2017 12:10 pm

Hello,

I am a total beginner and just downloaded livecode yesterday. I am using the latest Linux Mint version and experience the following bug:

https://www.youtube.com/watch?v=8t_l1jh ... e=youtu.be

So when I try to drag and drop the Browser Widget, livecode always kind of crashes. It is still running but as you can see everything becomes very "glitchy" and proper using is not possible anymore. Unfortunately, I have already tried 6 different livecode versions (all stable) for Linux 64 Bit and even some 32 Bit version (I have 64Bit Mint), however the result stays the same. I could recreate this behaviour 100% of the times. Furthermore, I could not find anybody else even having this kind of problem. This is why i have decided to make this post.

Any ideas?

Thank you in advance.

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

Re: Browser Widget "crashes" livecode

Post by MaxV » Thu Dec 28, 2017 1:45 pm

Browser widget on Linux is problematic.
Use livecode 9dp6 and this shell script to launch livecode:

Code: Select all

#!/bin/bash
export LC_ALL= LC_NUMERIC=C
export LIBGL_DRI3_DISABLE=1 
/opt/livecode/livecodecommunity-9.0.0-dp-6.x86_64/livecodecommunity.x86_64 
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Brothize
Posts: 2
Joined: Thu Dec 28, 2017 11:48 am

Re: Browser Widget "crashes" livecode

Post by Brothize » Thu Dec 28, 2017 2:45 pm

MaxV wrote:
Thu Dec 28, 2017 1:45 pm
Browser widget on Linux is problematic.
Use livecode 9dp6 and this shell script to launch livecode:

Code: Select all

#!/bin/bash
export LC_ALL= LC_NUMERIC=C
export LIBGL_DRI3_DISABLE=1 
/opt/livecode/livecodecommunity-9.0.0-dp-6.x86_64/livecodecommunity.x86_64 
Thank you. This worked perfectly!

Post Reply

Return to “Linux”