Everything related to Studio
By James Linehan
#398782
this always happens to me when I try to run studio on Linux.it is a package error given the 100 of variations of Linux I wish
next limit would write a check in their installation to verify all packages needed to run studio. Otherwise I'm stuck waiting around for them to get around to installing this


I've already opened the case for NL to login my Linux

$ ./studio
./studio: error while loading shared libraries: libicui18n.so.56: cannot open shared object file: No such file or directory
By luis.hijarrubia
#398783
James Linehan wrote:
Thu Oct 31, 2019 7:26 pm
this always happens to me when I try to run studio on Linux.it is a package error given the 100 of variations of Linux I wish
next limit would write a check in their installation to verify all packages needed to run studio. Otherwise I'm stuck waiting around for them to get around to installing this


I've already opened the case for NL to login my Linux

$ ./studio
./studio: error while loading shared libraries: libicui18n.so.56: cannot open shared object file: No such file or directory
This should be fixed on Maxwell 5. Did you install maxwell before installing studio?
By James Linehan
#398784
I upgraded to studio 5.0. It's only one installer called studio? where's the Maxwell render part? doesn't it install the simultaneously or is the renderer is that a separate download? I only see one executable to download this is really unclear

Thank you
By James Linehan
#398785
This is a new install of Linux since for some reason 5.0 requires 4.0 I'm pretty much stuck in the same situation I was when I can not get 4.0 working on Linux. Hopefully they can get to my problem when you open Friday
User avatar
By Brany
#398788
I see what is happening here. The Maxwell Render installer is not available in https://portal.nextlimit.com/downloads. This is a problem in Linux since the Maxwell Studio installer doesn't contain the Maxwell Render installer (Windows and OSX Maxwell Studio installers doesn't work that way, they are self-contained).

I am reporting this in order to be solved asap.

Once you have the Maxwell Render installer ready to be downloaded, remember that you need to install both products in linux: Maxwell Render and Maxwell Studio. And both in the same folder.

I know that installing our products shouldn't be that complicated. We are working on improve this in the future.

PD: James, please see your PM inbox
By James Linehan
#398802
now i'm getting this

james@james-desktop:~/maxwell-render-5.0$ ls
cameras.txt libQt5EglDeviceIntegration.so.5
cities.txt libQt5Gui.so.5
extensions libQt5Network.so.5
extras libQt5OpenGL.so.5
hdri libQt5PrintSupport.so.5
html libQt5Script.so.5
ies libQt5ScriptTools.so.5
imageformats libQt5WebSockets.so.5
images libQt5Widgets.so.5
layouts libQt5X11Extras.so.5
libaltus-api.so libQt5XcbQpa.so.5
libAxFDecoding.so.1.5 libQt5Xml.so.5
libboost_date_time.so library
libboost_filesystem.so librt.so.1
libboost_iostreams.so libSM.so.6
libboost_system.so libstdc++.so.6
libboost_thread.so libudev0_175-0ubuntu9_amd64.deb
libbz2.so.1 libudev.so.0
libclAmdFft.Runtime.so.1.10.321 libutil.so.1
libc.so.6 libuuid.so.1
libcudart.so.10.1 libX11.so.6
libdl.so.2 libX11-xcb.so.1
libEGL.so.1 libXau.so.6
libexpat.so.1 libxcb.so.1
libfbxsdk.so libXext.so.6
libfontconfig.so.1 libXi.so.6
libfreetype.so.6 libXrender.so.1
libgcc_s.so.1 libz.so.1
libGLdispatch.so.0 licenseactivator
libGL.so.1 'materials database'
libGLU.so.1 maxwell
libglut.so.3 mxed
libGLX.so.0 mximerge
libgomp.so.1 mxnetwork
libICE.so.6 mxnetwork_manager
libicudata.so.56 mxnetwork_monitor
libicui18n.so.56 mxnetwork_node
libicuuc.so.56 patchelf
libm.so.6 platforms
libmwglew.so preview
libmwtbbmalloc.so pymaxwell
libmwtbb.so python
libmxcommon.so scripts
libOpenCL.so.1 sdk-public
libpthread.so.0 'simulens maps'
libpython2.7.so.1.0 studio
libQt5Concurrent.so.5 uninstall
libQt5Core.so.5 xcbglintegrations
libQt5DBus.so.5
james@james-desktop:~/maxwell-render-5.0$ ./studio
Segmentation fault (core dumped)
james@james-desktop:~/maxwell-render-5.0$

any suggestion??

thanks
User avatar
By Brany
#398857
We need more info:

What Linux distribution are you using?
Is a virtual machine or a remote desktop (VNC)?
Maxwell Render works properly?

We detected that Studio can crash sometimes creating thumbnails for the Resources Browser. Could you try to rename the "materials database" folder in order to avoid Studio to parse it?
By James Linehan
#398867
Ubuntu Studio 19.10

all programs crash

I have sent in a case Ticket with a way to VNC to my linux but no word yet on your end.
By James Linehan
#398868
I renamed the folder

james@james-desktop:~/maxwell-render-5.0$ ./studio
Segmentation fault (core dumped)
james@james-desktop:~/maxwell-render-5.0$ ^C
james@james-desktop:~/maxwell-render-5.0$ ./maxwell
Segmentation fault (core dumped)
james@james-desktop:~/maxwell-render-5.0$ ./mxnetwork_manager
Segmentation fault (core dumped)
james@james-desktop:~/maxwell-render-5.0$ ./studio
Segmentation fault (core dumped)
james@james-desktop:~/maxwell-render-5.0$
User avatar
By Miguel
#398898
Hi James,

since there are a gazillion linux distros each with its own way of distributing packages and libraries, we have to distribute some libraries that are needed by maxwell et. al. and may or not be present in every linux distro (namely headless servers).
In Ubuntu Studio 19.10, we have found that removing some libraries from the maxwell (and studio) installation folder makes programs work. Make a temp folder somewhere and move these libraries there:

libbz2.so.1 libfreetype.so.6 libGLX.so.0 libX11.so.6 libXrender.so.1
libc.so.6 libgcc_s.so.1 libICE.so.6 libX11-xcb.so.1 libz.so.1
libdl.so.2 libGLdispatch.so.0 libm.so.6 libXau.so.6
libEGL.so.1 libGL.so.1 libpthread.so.0 libxcb.so.1
libexpat.so.1 libGLU.so.1 librt.so.1 libXext.so.6
libfontconfig.so.1 libglut.so.3 libSM.so.6 libXi.so.6

Hope this helps.
Regards.
Miguel.
By James Linehan
#398933
I got it working
I had to leave this one this one
libGLU.so.1

I am getting a lot of these {see image} also

ERROR: - Can't start gpu settings app.

gpu seems to work
User avatar
By Brany
#398959
You are running the Guggenheim_museum_Bilbao scene included with denoiser activated right?
By James Linehan
#398964
yes I believe that's what is called. It's Museum with the water. I'm transferring a lot of stuff from the Windows 10 is there any way of correcting all these misdirected paths

...and 3 Days later, 82.528 Views !!! ...NL, every[…]

Hello dear customers, We have just released a new[…]

grass generator extension

Just downloaded MWR5 for Rhino 6 and want to use g[…]

Hello everyone, I have a new bug with the latest M[…]