필터 지우기
필터 지우기

Crash on launch with OSX version

조회 수: 2 (최근 30일)
Luca Amerio
Luca Amerio 2011년 10월 12일
Hi everybody. I'm having a problem with the 2011 version of MATLAB for mac OS X.
I've successfully installed MATLAB, but whenever i try to launch it i get the following error message:
Process: MATLAB [7427]
Path: /Applications/MATLAB_R2011a.app/Contents/MacOS/StartMATLAB
Identifier: com.mathworks.matlab
Version: MATLAB Release 2011a (2.1)
Code Type: X86-64 (Native)
Parent Process: launchd [543]
Date/Time: 2011-10-12 12:35:46.502 +0200
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6
Interval Since Last Report: 207054 sec
Crashes Since Last Report: 4
Per-App Interval Since Last Report: 4 sec
Per-App Crashes Since Last Report: 5
Anonymous UUID: F88CAF44-EFCB-42B4-971A-D6B81611AE12
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
Library not loaded: /usr/X11/lib/libXext.6.dylib
Referenced from: /Applications/MATLAB_R2011a.app/bin/maci64/libmwhg.dylib
Reason: image not found
followed by a bunch of other code.
It looks like it can't find the /usr/X11/lib/libXext.6.dylib file. As you can see I've OSX 10.6.8 where X11 should be native.
What can i do?
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 10월 12일
Please report this to TMW support. There is free support for installation problems.

댓글을 달려면 로그인하십시오.

답변 (1개)

Brian Arnold
Brian Arnold 2011년 12월 21일
This sounds like a configuration issue.
Check if the file reported missing is indeed missing from Terminal, by typing 'ls /usr/X11/lib/libXext.6.dylib'. It will be present on any Mac OS X version that has X11 properly installed (including OS X 10.6 which you are using, and 10.7 which I am using). If it is indeed missing, consider re-installing Mac OS X, ensuring that the X11 optional install is checked.
X11 has never been truly native on the Mac platform, and has had an uneven history of being included with the OS X Installer, but it changed from being an opt-in optional install to an opt-out optional install since around Leopard OS X 10.5, so it's surprising that you're running into this issue.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by