ZeroBraneStudio icon indicating copy to clipboard operation
ZeroBraneStudio copied to clipboard

error loading module 'wx' in Linux app under chromebook

Open weiqj opened this issue 6 years ago • 2 comments

I am using the Linux app under chromebook. uname -a Linux penguin 4.19.44-04937-gd773af751792 #1 SMP PREEMPT Thu Aug 8 21:43:29 PDT 2019 x86_64 GNU/Linux

I know it is not supported but I think if there is an easy fix it will certain reach more audience.

bin/linux/x64/lua: error loading module 'wx' from file 'bin/linux/x64/clibs/libwx.so': libGL.so.1: cannot open shared object file: No such file or directory stack traceback: [C]: at 0x0047e7a2 [C]: in function 'require' src/main.lua:38: in main chunk [C]: at 0x00404f08

weiqj avatar Sep 12 '19 19:09 weiqj

This is caused by one of the dependencies (opengl in this case) not being available.

I'm curious if this is the only dependency to make it run on your system. I'm going to provide a different binary that doesn't include opengl dependency to check if it's possible to launch it without it. I'll update the ticket when it's available.

pkulchenko avatar Sep 13 '19 04:09 pkulchenko

Hello Paul, Thank you for your quick response. I look forward to your update. I will test it and give you feedback.

weiqj avatar Sep 13 '19 13:09 weiqj