Fatal Error. Attempting to save in /usr/tmp/max.20140626.1757.ma
QWidget::setWindowModified: The window title does not contain a '
[li]' placeholder[/li]```
Signal: 11 (Unknown Signal)
Fatal Error. Attempting to save in /usr/tmp/max.20140626.1757.ma
QWidget::setWindowModified: The window title does not contain a ’
[li]’ placeholder[/li]linux-y0wr:/usr/autodesk/maya2014-x64/bin #
The program works in one second :'( And then suddenly closes
[IMG]http://im86.gulfup.com/18cTuK.png[/IMG]
[IMG]http://im86.gulfup.com/9r0NMa.png[/IMG]
When you run Maya as root like you demonstrated, it should not even open a window.
But still I wanted to mention it.
I see a libcrypto-compat package there on your desktop. Did you install that?
no
how to install ??? :X
No, you should not install it, as it can cause problems. F.e. it will cause Maya to crash.
That’s why I asked.
So, can you maybe post that file that contains the debug output? /usr/tmp/max.20140626.1757.ma (although that won’t contain much of interest I suppose)
I remember a different thread about a similar problem. There it was apparently caused by wrong libraries.
So what did you exactly install to get Maya to run at all?
But that was 12.3. Haven’t tried in 13.1, and I don’t want to download those 800MB again right now.
You should definitely uninstall that libcrypto-compat if it is installed. With installing that, I could reproduce the crash last year, as you can read in that thread.
Problem solved. The problem was libtiff3. I decided to test another libtiff3 from fedora and downloaded the “libtiff3-3.9.7-3.fc19.x86_64.rpm” from this website:
but the maya software does not work :’( (same problem) :sarcastic:
max@linux-y0wr:~> rpm -qi libtiff3
Name : libtiff3
Version : 3.9.5
Release : 2.1
Architecture: x86_64
Install Date: 28 يون, 2014 AST 02:18:54 م
Group : System/Libraries
Size : 463501
License : PERMISSIVE-OSI-COMPLIANT ; MIT
Signature : DSA/SHA1, 12 مار, 2013 AST 08:09:34 ص, Key ID f7136efef28e3002
Source RPM : tiff3-3.9.5-2.1.src.rpm
Build Date : 12 مار, 2013 AST 08:09:18 ص
Build Host : build14
Relocations : (not relocatable)
Vendor : obs://build.opensuse.org/home:dirtycold
URL : http://www.remotesensing.org/libtiff/
Summary : The Tiff Library (with JPEG and compression support)
Description :
This package includes the tiff libraries. To link a program with
libtiff, you will have to add -ljpeg and -lz to include the necessary
libjpeg and libz in the linking process.
Authors:
--------
Sam Leffler <sam@engr.sgi.com>
Distribution: home:dirtycold / openSUSE_12.3
max@linux-y0wr:~>
I will try to install Maya myself, but the homepage only seems to offer a free trial of the 2015 Windows and MacOS versions now…
But even if I can find it, it will take some time until I have downloaded and installed it. (as I said it’s >800 MB)
PS, another note:
According to the crash log you posted, you seem to still use kernel 3.11.6, i.e. the kernel shipped with openSUSE 13.1
Please update your system, there have been three kernel updates already, and lots of others, some of them fixing critical security issues (f.e. heartbleed).
That won’t help with your Maya problem though, I suppose.
IIRC you have to install libtiff3 and libpng12 as well, but I already had those installed.
libpng12 is the standard version included in openSUSE 13.1, and libtiff3 is from the graphics repo as mentioned earlier (I even posted links already).
One thing that might be the problem on your system now:
You uninstalled libcrypto-compat, therefore the second symlink is missing now. You should get a message like this when you try to run maya in a terminal window:
wolfi@amiga:~> maya /usr/autodesk/maya2014-x64/bin/maya.bin: error while loading shared libraries: libcrypto.so.10: cannot open shared object file: No such file or directory
Is this the case? Then just run that second line above.
And as I said already, better install the libtiff3 for openSUSE 13.1.
If yes, you have to run “sudo ln -s /lib64/libcrypto.so.1.0.0 /lib64/libcrypto.so.10” and it should work.
--------------I will re-install opensuse ;)---------------------------
Not sure if this is necessary.
Please post the output of:
ls -l /lib64/libcrypto* /usr/lib64/libcrypto* /lib64/libssl* /usr/lib64/libssl*
ldd /usr/autodesk/maya2014-x64/bin/maya.bin
If you do reinstall though, please don’t install any additional packages.
You do need libpng12-0, this is included in openSUSE, just run YaST->Sofware Management and install the standard package or run “sudo zypper in libpng12-0”.
And of course libtiff3, you should take exactly this one: http://software.opensuse.org/download.html?project=graphics&package=tiff3
Run the following (as mentioned) after installing Maya and it should work:
sudo ln -s /lib64/libssl.so.1.0.0 /lib64/libssl.so.10
sudo ln -s /lib64/libcrypto.so.1.0.0 /lib64/libcrypto.so.10
This should be all that's needed to get it to work, and it should work then.
If it still doesn't, post the error message when running it in a terminal window. It might be that I forgot about a needed package.
And I say it again: Do _not_ install any libcrypto-compat! The application will end up loading incompatible versions of libssl and libcrypto (both are part of openssl normally) and crash.
max@linux-2b3i:~> maya
/usr/autodesk/maya2014-x64/bin/maya.bin: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory
max@linux-2b3i:~>
install autodesk maya and mudbox in linux opensuse
[im test in opensuse13.1]
*****************************************************************
------------------------------------------------------------------------------
*****************************************************************
--1-- sudo zypper in libpng12-0
--2-- sudo zypper in libXp6
--3-- install "tiff3"
you can here http://software.opensuse.org/package/tiff3
--4-- sudo ln -s /lib64/libssl.so.1.0.0 /lib64/libssl.so.10
--5-- sudo ln -s /lib64/libcrypto.so.1.0.0 /lib64/libcrypto.so.10
--6-- sudo zypper in lsb
******************************************************************
-------------------------------------------------------------------------------
******************************************************************