ggarra13 / mrv2

Professional player and review tool for vfx, animation and computer graphics.
https://mrv2.sourceforge.io
BSD 3-Clause "New" or "Revised" License
236 stars 15 forks source link

crashing on sequoia beta #297

Closed srinivasdotc closed 2 months ago

srinivasdotc commented 2 months ago

when I open the app, it is crashing, with the below error.

Termination Reason: Namespace DYLD, Code 1 Library missing Library not loaded: /usr/local/opt/mesa/lib/libGL.1.dylib Referenced from: <0ECD963C-3A8F-38D5-978C-E427502C4EDA> /Applications/mrv2.app/Contents/Resources/bin/mrv2 Reason: tried: '/Applications/mrv2.app/Contents/Resources//lib/libGL.1.dylib' (no such file), '/libGL.1.dylib' (no such file), '/usr/local/opt/mesa/lib/libGL.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/mesa/lib/libGL.1.dylib' (no such file), '/usr/local/opt/mesa/lib/libGL.1.dylib' (no such file), '/Applications/mrv2.app/Contents/Resources//lib/libGL.1.dylib' (no such file) (terminated at launch; ignore backtrace)

Desktop (please complete the following information):

ggarra13 commented 2 months ago

I mistakenly misconfigured my macOS Intel machine and lead to a bad compilation with the mesa libraries.

Please download again mrv2 v1.2.5 macOS amd64 from either github or sourceforge.

srinivasdotc commented 2 months ago

Thank you. Even 1.2.4 has same issue.

ggarra13 commented 2 months ago

Thank you. Even 1.2.4 has same issue.

Oh well. I am sorry that noone reported this previously. I fixed v1.2.4 too.

srinivasdotc commented 2 months ago

Tried the updated version and got this error. This time with a different path to library.

Crashed Thread: 0

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000

Termination Reason: Namespace DYLD, Code 1 Library missing Library not loaded: /opt/X11//libGL.1.dylib Referenced from: /Applications/mrv2.app/Contents/Resources/bin/mrv2 Reason: tried: '/Applications/mrv2.app/Contents/Resources//lib/libGL.1.dylib' (no such file), '/libGL.1.dylib' (no such file), '/opt/X11//libGL.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/X11//libGL.1.dylib' (no such file), '/opt/X11//libGL.1.dylib' (no such file), '/Applications/mrv2.app/Contents/Resources//lib/libGL.1.dylib' (no such file) (terminated at launch; ignore backtrace)

ggarra13 commented 2 months ago

Please try this beta of v1.2.6. I will be fixing v1.2.5 and v1.2.4 afterwards:

https://mega.nz/file/SHhEBC5I#MUyfvVW9gLXhqwBMLNEg_SCfF9-0gWgiZMqI_bDDuRw

ggarra13 commented 2 months ago

I've update v1.2.4 and v1.2.5. They should all be fine now.

srinivasdotc commented 2 months ago

beta 1.2.6 is working. Thank you.