Page 1 of 1

missing preview scene[solved]

Posted: Thu Jun 26, 2008 7:50 pm
by codygo
I get an error "material preview scene not found" followed by "material preview scene not loaded" and a lot of QPixmap::fromImage: Cannot convert a null image

When starting with ./startmxst

also, the linux version doesn't seem to have any files in the layouts folder, I copied them over from my windows patition.

Posted: Thu Jul 10, 2008 8:48 pm
by codygo
I was able to fix these errors by adding
Code: Select all
export LD_LIBRARY_PATH=/home/cody/maxwell64-1.7
export MAXWELL_ROOT=/home/cody/maxwell64-1.7
export PATH=$PATH:$MAXWELL_ROOT
to ~./bashrc

The code in the start* files simply returns a relative path to file and might be the source of some errors. Third line is just optional so that I can just type the executable names without paths.