EvothingsWorkbench on linux peppermint

Ask, and ye shall receive.
Billy
Posts: 5
Joined: 17:59, 17 Jun 2015

EvothingsWorkbench on linux peppermint

Postby Billy » 18:04, 17 Jun 2015

Hi all, I have tried running the EvothingsWorkbench script in the 32 bit download for linux but nothing happens at all.

Anyone else come across this.

Thanks
Billy

Fredrik
Site Admin
Posts: 196
Joined: 15:00, 18 Nov 2013

Re: EvothingsWorkbench on linux peppermint

Postby Fredrik » 09:57, 22 Jun 2015

Please try running the 64-bit version. If that doesn't work, run the script from a command line. There should be some error message if it fails. Copy/paste that error message here.

Billy
Posts: 5
Joined: 17:59, 17 Jun 2015

Re: EvothingsWorkbench on linux peppermint

Postby Billy » 11:03, 22 Jun 2015

Hi Fredrik, the response is identical, in other words nothing happens at all.
And I get no error messages.
I must be missing something.
At first glance it looks like the EvothingWorkbench scripts for both versions are the same.
I imagine it goes without saying that it must work so my system must lack something.

Please can you walk me through the process once the EvothingsStudio zip has been expanded.

Thanks
Billy

Fredrik
Site Admin
Posts: 196
Joined: 15:00, 18 Nov 2013

Re: EvothingsWorkbench on linux peppermint

Postby Fredrik » 11:28, 22 Jun 2015

This is what I get when I run on my Xubuntu 15.04 VM:

Code: Select all

fredrik@xvm1:~/Downloads/EvothingsStudio_Linux_64_1.2.0$ ./EvothingsWorkbench
[2593:0622/122244:ERROR:browser_main_loop.cc(162)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
pci id for fd 13: 80ee:beef, driver (null)
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[2593:0622/122245:ERROR:gpu_process_transport_factory.cc(418)] Failed to establish GPU channel.
[2593:0622/122245:INFO:CONSOLE(628)] ""Start servers"", source: /home/fredrik/Downloads/EvothingsStudio_Linux_64_1.2.0/hyper/server/hyper-server.js (628)
[2593:0622/122245:INFO:CONSOLE(632)] ""Start UDP server"", source: /home/fredrik/Downloads/EvothingsStudio_Linux_64_1.2.0/hyper/server/hyper-server.js (632)
[2593:0622/122245:INFO:CONSOLE(636)] ""Start web server"", source: /home/fredrik/Downloads/EvothingsStudio_Linux_64_1.2.0/hyper/server/hyper-server.js (636)
[2593:0622/122245:INFO:CONSOLE(639)] ""Web server started"", source: /home/fredrik/Downloads/EvothingsStudio_Linux_64_1.2.0/hyper/server/hyper-server.js (639)
[2593:0622/122246:INFO:CONSOLE(865)] ""UDP server listening"", source: /home/fredrik/Downloads/EvothingsStudio_Linux_64_1.2.0/hyper/server/hyper-server.js (865)
[2593:0622/122247:INFO:CONSOLE(247)] ""Version request: {\"platform\":\"linux\",\"version\":\"1.2.0\"}"", source: file:///home/fredrik/Downloads/EvothingsStudio_Linux_64_1.2.0/hyper/ui/hyper-ui.html (247)
fredrik@xvm1:~/Downloads/EvothingsStudio_Linux_64_1.2.0$


What do you get? Please make sure to include the first and last lines, those with prompts.

Billy
Posts: 5
Joined: 17:59, 17 Jun 2015

Re: EvothingsWorkbench on linux peppermint

Postby Billy » 11:54, 22 Jun 2015

Thanks for the fast response Fredrik.

Looks like I have something missing after all - here is output for 32 bit version:

Code: Select all

william@william-HP-Compaq-nw8440-ES592EA-ABU ~ $ ./Desktop/EvothingsStudio_Linux_32_1.2.0/EvothingsWorkbench
./Desktop/EvothingsStudio_Linux_32_1.2.0/EvothingsWorkbench: /usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by ./Desktop/EvothingsStudio_Linux_32_1.2.0/EvothingsWorkbench)
william@william-HP-Compaq-nw8440-ES592EA-ABU ~ $

Thanks for the help Fredrik

Billy

Fredrik
Site Admin
Posts: 196
Joined: 15:00, 18 Nov 2013

Re: EvothingsWorkbench on linux peppermint

Postby Fredrik » 12:51, 22 Jun 2015

Evothings Workbench is based on node-webkit. Your problem seems similar to this issue. Which version of Peppermint are you using? You may find out by running "lsb_release -a" and "uname -a", like so:

Code: Select all

fredrik@xvm1:~$ lsb_release -a
No LSB modules are available.
Distributor ID:   Ubuntu
Description:   Ubuntu 15.04
Release:   15.04
Codename:   vivid
fredrik@xvm1:~$ uname -a
Linux xvm1 3.19.0-20-generic #20-Ubuntu SMP Fri May 29 10:10:47 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
fredrik@xvm1:~$

Billy
Posts: 5
Joined: 17:59, 17 Jun 2015

Re: EvothingsWorkbench on linux peppermint

Postby Billy » 14:17, 22 Jun 2015

Hi Fredrik, looks like a system update might be needed.

Code: Select all

william@william-HP-Compaq-nw8440-ES592EA-ABU ~ $ lsb_release -a
No LSB modules are available.
Distributor ID:   Peppermint
Description:   Peppermint Four
Release:   4
Codename:   raring
william@william-HP-Compaq-nw8440-ES592EA-ABU ~ $ strings /usr/lib/i386-linux-gnu/libstdc++.so.6  | grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_DEBUG_MESSAGE_LENGTH
william@william-HP-Compaq-nw8440-ES592EA-ABU ~ $ uname -a
Linux william-HP-Compaq-nw8440-ES592EA-ABU 3.8.0-23-generic #34-Ubuntu SMP Wed May 29 20:24:54 UTC 2013 i686 i686 i686 GNU/Linux

Fredrik
Site Admin
Posts: 196
Joined: 15:00, 18 Nov 2013

Re: EvothingsWorkbench on linux peppermint

Postby Fredrik » 14:29, 22 Jun 2015

Yes, I believe Ubuntu-equivalent 14.04 or later is required.

Billy
Posts: 5
Joined: 17:59, 17 Jun 2015

Re: EvothingsWorkbench on linux peppermint

Postby Billy » 14:33, 22 Jun 2015

Thanks for the useful information Fredrik.


Return to “Questions and answers”

Who is online

Users browsing this forum: No registered users and 22 guests