<div dir="ltr"><div dir="ltr">On Thu, May 14, 2020 at 3:47 PM John Hoyt <<a href="mailto:john.hoyt@gmail.com">john.hoyt@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">John with a burst of joy I saw the ansible version build.<br>
I installed a new catelina VM 4 cpu 4G of ram (was still slow)<br>
I installed xcode 11.3 and command line tools, accepted the license<br>
I installed macports<br>
I built with your buildscript<br>
The complete log is here <a href="http://tigger.ws/downloads/bs.log" rel="noreferrer" target="_blank">http://tigger.ws/downloads/bs.log</a><br>
<br>
The app crashes, so ran from command line<br>
<br>
...<br>
/QtCore (0x119ef7490) and /Users/jam/mythfrontend.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore (0x1139e3490). One of the two will be used. Which one is undefined.<br>
objc[695]: Class RunLoopModeTracker is implemented in both /Users/jam/mythfrontend.app/Contents/Frameworks/QtCore.framework/QtCore (0x119ef74e0) and /Users/jam/mythfrontend.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore (0x1139e34e0). One of the two will be used. Which one is undefined.<br>
QSocketNotifier: Can only be used with threads started with QThread<br>
QEventLoop: Cannot be used without QApplication<br>
QCoreApplication::applicationDirPath: Please instantiate the QApplication object first<br>
2020-05-14 21:26:35.539440 I  Setup Interrupt: 2 handler<br>
2020-05-14 21:26:35.539473 I  Setup Terminated: 15 handler<br>
2020-05-14 21:26:35.539486 I  Setup Segmentation fault: 11 handler<br>
2020-05-14 21:26:35.539495 I  Setup Abort trap: 6 handler<br>
2020-05-14 21:26:35.539503 I  Setup Bus error: 10 handler<br>
2020-05-14 21:26:35.539511 I  Setup Floating point exception: 8 handler<br>
2020-05-14 21:26:35.539520 I  Setup Illegal instruction: 4 handler<br>
2020-05-14 21:26:35.539533 I  Setup User defined signal 1: 30 handler<br>
2020-05-14 21:26:35.539540 I  Setup User defined signal 2: 31 handler<br>
2020-05-14 21:26:35.539549 I  Setup Hangup: 1 handler<br>
2020-05-14 21:26:35.539649 C   version: fixes/31 [v31.0-40-gce23a0225f] <a href="http://www.mythtv.org" rel="noreferrer" target="_blank">www.mythtv.org</a><br>
2020-05-14 21:26:35.539658 C  Qt version: compile: 5.14.2, runtime: 5.14.2<br>
2020-05-14 21:26:35.539693 I  macOS 10.15 (x86_64)<br>
2020-05-14 21:26:35.539699 N  Enabled verbose msgs:  general<br>
2020-05-14 21:26:35.539721 N  Setting Log Level to LOG_INFO<br>
2020-05-14 21:26:35.551166 I  Added logging to the console<br>
2020-05-14 21:26:35.552066 E  Relative PREFIX does not resolve, using /Users/jam<br>
2020-05-14 21:26:35.552576 N  Using runtime prefix = /Users/jam<br>
2020-05-14 21:26:35.552607 N  Using configuration directory = /Users/jam/.mythtv<br>
2020-05-14 21:26:35.553216 I  Assumed character encoding: en_AU.UTF-8<br>
2020-05-14 21:26:35.555329 E  Error Loading en_us translation for module mythfrontend<br>
2020-05-14 21:26:35.555894 I  Empty LocalHostName. This is typical.<br>
2020-05-14 21:26:35.555914 I  Using a profile name of: 'plasma.home' (Usually the same as this host's name.)<br>
QObject: Cannot create children for a parent that is in a different thread.<br>
(Parent is PortChecker(0x7ffee56ef138), parent's thread is QThread(0x7f99de481160), current thread is QThread(0x7f99de7001c0)<br>
2020-05-14 21:26:35.556344 I  Start up testing connections. DB 192.168.5.50, BE , attempt 0, status dbAwake, Delay: 2000<br>
QObject: Cannot create children for a parent that is in a different thread.<br>
(Parent is PortChecker(0x7ffee56ef138), parent's thread is QThread(0x7f99de481160), current thread is QThread(0x7f99de7001c0)<br>
2020-05-14 21:26:36.560030 I  Start up testing connections. DB 192.168.5.50, BE , attempt 1, status dbAwake, Delay: 2000<br>
2020-05-14 21:26:41.570925 I  Start up testing connections. DB 192.168.5.50, BE , attempt 2, status dbAwake, Delay: 2000<br>
Handling Segmentation fault: 11<br>
Segmentation fault: 11<br>
<br>
James</blockquote><div><br></div><div>Hmmm, so I've actually never run the script as a script (I should probably delete the #!/bin/sh at the beginning -> will do on the forum post).</div><div><br></div><div>I wonder if there's some black magic in my copying the commands in line by line. What makes me think this is the case is that your mythfrontend log has the line:</div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_quote"><div>2020-05-14 21:26:35.552066 E  Relative PREFIX does not resolve, using /Users/jam</div></div><div class="gmail_quote"><div>
2020-05-14 21:26:35.552576 N  Using runtime prefix = /Users/jam</div></div></blockquote><div class="gmail_quote"><div><br></div><div>My compiled version points to ../Resources which was the fix I put in to fix the black screen.</div><div><br></div><div>Can you email back the output of the following command:</div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_quote"><div>otool -L mythfrontend.app/Contents/MacOS/mythfrontend</div><div><br></div></div></blockquote>Craig taught me that trick which helped me figure out if any libraries were missing.</div></blockquote><div><br></div><div>Also, please provide the output of</div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div> cat mythfrontend.app/Contents/Info.plist </div></div></blockquote><div><br></div>The calls to gsed at the end of the script may only work for my configuration :) <br></div>