Page 2 of 4
Re: OctaneRender™ for Blender 1.20.2 - 1.3 beta Linux x64 [T
Posted: Thu Aug 29, 2013 4:53 am
by kaiwas
still does not work (
Everything tasted. The original recipe also does not apply.
Re: OctaneRender™ for Blender 1.20.2 - 1.3 beta Linux x64 [T
Posted: Thu Aug 29, 2013 5:14 am
by mib2berlin
Hi kaiwas,
still does not work
is not a error message, nobody can help you with this informations.
Start OctaneServer and Blender from a terminal (xterm) to get meaningful error messages.
If you don´t know what a terminal is, it is may better to go with the Windows version until the Linux version is more mature.
I , as a long term Linux user, had big problems to get the Linux version working but with the help of JimStar I got it running.
Cheers, mib.
Re: OctaneRender™ for Blender 1.20.2 - 1.3 beta Linux x64 [T
Posted: Thu Aug 29, 2013 5:36 am
by kaiwas
The original executable file from the archive does not run. Even from the terminal.
installed in the system libGLEW 1.8
sorry for the trouble!
Re: OctaneRender™ for Blender 1.20.2 - 1.3 beta Linux x64 [T
Posted: Thu Aug 29, 2013 6:02 am
by mib2berlin
Ah, make a symlink to your libGLEW.so.1.8 with name libGLEW.so.1.6
ln -s libGLEW.so.1.8 libGLEW.so.1.6
in your lib64 folder.
Same with other missing dependencies.
I stuck with OpenImageIO.so.1.1 and had to run the install.deps.sh in the blender folder with:
sh install.deps.sh --with-all
but this install a lot of source code and libraries.
May you try first to use libraries from your software management.
It is also possible to skip some of the dependencies with skip-osl,skip-ffmpeg but I don´t know the exact syntax.
Searching
Cheers, mib.
Re: OctaneRender™ for Blender 1.20.2 - 1.3 beta Linux x64 [T
Posted: Thu Aug 29, 2013 6:24 am
by mib2berlin
Ah, get help from Blender developer channel!
In the install.deps.sh script following are listed:
skip-python,skip-numpy,skip-boost,skip-ocio,skip-oiio,skip-llvm,skip-osl,skip-ffmpeg,
skip-opencollada
Syntax is:
sh install.deps.sh --skip-llvm --skip-osl --skip-ffmpeg
and so forth, than these applications/libs are not build.
Cheers, mib.
Re: OctaneRender™ for Blender 1.20.2 - 1.3 beta Linux x64 [T
Posted: Thu Aug 29, 2013 7:39 am
by Aenima
JimStar wrote:Yep, the archive was broken.

I've just uploaded it again, then downloaded back, extracted and run both server and blender. All working OK now.
So, just download it again from the link in the first post.
Ok i will try at home
Post here if you will still get some troubles with getting all working... Linux is full of troubles for end-users...


This is why i switched to mac. <---- this was a hidden question

Re: OctaneRender™ for Blender 1.20.2 - 1.3 beta Linux x64 [T
Posted: Thu Aug 29, 2013 8:42 am
by matej
Interesting. Thanks for working on this.
But I've tried to make it run with no success. It stopped at "libOpenImageIO" dependency, which requires 1.1, but I have 1.05. (symlinking it doenst work -> I get errors when starting Blender)
Tried to get a pre-compiled .deb, which wont install because apparently
"I don't have libwebp0". But I have 'libwebp2' installed, lol
Then tried to compile it from source, got a whole bunch of dependencies, I don't even know where to start.
install_deps.sh also doesn't work:
Code: Select all
matej@devel:~/prog/blender-octane$ sh install_deps.sh --skip-python --skip-numpy --skip-boost --skip-ocio --skip-llvm --skip-osl --skip-ffmpeg --skip-opencollada
: not founds.sh: 19: install_deps.sh:
: not founds.sh: 21: install_deps.sh:
: not founds.sh: 23: install_deps.sh:
: not founds.sh: 25: install_deps.sh:
install_deps.sh: 27: install_deps.sh: -o: not found
install_deps.sh: 28: install_deps.sh: --long: not found
: not founds.sh: 29: install_deps.sh: force-python,force-numpy,force-boost,force-ocio,force-oiio,force-llvm,force-osl,force-opencollada,
: not founds.sh: 30: install_deps.sh: force-ffmpeg,skip-python,skip-numpy,skip-boost,skip-ocio,skip-oiio,skip-llvm,skip-osl,skip-ffmpeg,
install_deps.sh: 31: install_deps.sh: skip-opencollada: not found
install_deps.sh: 32: install_deps.sh: --: not found
: not founds.sh: 34: install_deps.sh:
: not founds.sh: 41: install_deps.sh:
: not founds.sh: 44: install_deps.sh:
: not founds.sh: 47: install_deps.sh:
: not founds.sh: 50: install_deps.sh:
: not founds.sh: 53: install_deps.sh:
install_deps.sh: 296: install_deps.sh: Syntax error: word unexpected (expecting "in")
Sometimes I really hate Linux...
Re: OctaneRender™ for Blender 1.20.2 - 1.3 beta Linux x64 [T
Posted: Thu Aug 29, 2013 9:12 am
by mib2berlin
Sometimes I really hate Linux...
Hahaha, I know this very well.
For me
--with-all
was/is working.
You get ffmpeg, python and much more you don´t need.
I think you can delete many of this folders but if you have enough disk space ...
Cheers, mib.
Re: OctaneRender™ for Blender 1.20.2 - 1.3 beta Linux x64 [T
Posted: Thu Aug 29, 2013 9:31 am
by JimStar
matej
It looks like some problem with script-file... perhaps became corrupted too...

I will check it tomorrow.
Re: OctaneRender™ for Blender 1.20.2 - 1.3 beta Linux x64 [T
Posted: Thu Aug 29, 2013 11:14 am
by Aenima
@JimStar
Probably i got a lot of haters but why you do not target a specific linux distro which is officially supported like Valve does the Steam support on the latest Ubuntu LTS?
I know there is a lot of other good distros but most of them has a little difference why something isn't workin on it.
Personally i prefer Arch but yesterday i installed an elementary because of the simplicity and a well supported ubuntu based distro or you pick LinuxMint - hi Matej

- as another popular and well maintained distro.