RasPlex / OpenPHT

OpenPHT is a community driven fork of Plex Home Theater
Other
596 stars 110 forks source link

OPHT 1.7.1 32-bit Crashing on OSX 10.6.8 #172

Closed beville closed 7 years ago

beville commented 8 years ago

Just saw that there is a new release. I gave it a spin on my old 32-bit Mac mini, but no love. Seems to crash out the gate. There are no plex logs, but here's the contents of the crash log. Do I need to install something else?

Process:         OpenPHT [2804]
Path:            /Users/tony/Desktop/OpenPHT.app/Contents/MacOS/OpenPHT
Identifier:      tv.openpht.openpht
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  launchd [101]

Date/Time:       2016-11-30 16:03:40.827 -0800
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  Library not loaded: /usr/lib/libc++.1.dylib
  Referenced from: /Users/tony/Desktop/OpenPHT.app/Contents/MacOS/OpenPHT
  Reason: image not found

Binary Images:
0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
dan-the-man-nz commented 8 years ago

1.7.x the 32-bit version is compiled on 10.8 and should work on 10.7+ and the 64-bit version should work on 10.9+

since you have an older version of OSX than listed above, is probably the issue.

beville commented 8 years ago

Thanks for the info, Dan.

So is 10.6.x no longer supported?

Since 32-bit Macs are stuck at 10.6.8, why even do a 32-bit build? (Maybe I'm confused?)

dan-the-man-nz commented 8 years ago

i dont know the answer to that, someone else may answer.

Kwiboo commented 7 years ago

The 32-bit build is still around for users running 10.7 and 10.8 as the 64-bit build only runs on 10.9+. 10.6 was cut because the code requires c++11 support and building for a target earlier then 10.7 failed because of that.