Board index FlightGear Support Installation Mac

Cessna 550/551 Citation crashing FG on startup

Installing FlightGear, scenery, aircraft etc. on Mac.

Cessna 550/551 Citation crashing FG on startup

Postby jdub5109 » Fri Mar 24, 2017 8:09 pm

Hello,

Running FG 2017.1.2 on MacBook Pro, 16G RAM, OS 10.12.3, HD Graphics 3000 with 512MB.

Program runs very well except when I try to start up FG with the Cessna 550/551 Citation II. Crashes consistently. Don't have this problem with other aircraft, e.g. DHC-6, Boeing 707. Anyone else having this problem? Is there a fix?

Thanks,
JW
jdub5109
 
Posts: 6
Joined: Fri Mar 10, 2017 5:12 am

Re: Cessna 550/551 Citation crashing FG on startup

Postby Thorsten » Sat Mar 25, 2017 9:02 am

What's the error in the log/on the console?
Thorsten
 
Posts: 12490
Joined: Mon Nov 02, 2009 9:33 am

Re: Cessna 550/551 Citation crashing FG on startup

Postby jdub5109 » Sun Mar 26, 2017 2:32 am

Thorsten,

I don't want to dump a thousand lines of console output here especially if it doesn't have anything to do with the problem. Can you tell me a little more about what I'm looking for?

Thanks,
JW
jdub5109
 
Posts: 6
Joined: Fri Mar 10, 2017 5:12 am

Re: Cessna 550/551 Citation crashing FG on startup

Postby jdub5109 » Sun Mar 26, 2017 10:43 am

Just tried to start FG again with the Cessna 550/551. Here's the dump from the Console:

Code: Select all
Process:               fgfs [658]
Path:                  /Applications/FlightGear.app/Contents/MacOS/fgfs
Identifier:            org.flightgear.FlightGear
Version:               2017.1.2 (2017.1.2)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           fgfs [658]
User ID:               501

Date/Time:             2017-03-26 04:13:02.840 -0500
OS Version:            Mac OS X 10.12.3 (16D32)
Report Version:        12
Anonymous UUID:        5CA3932A-3665-E5EC-6606-290370248A01


Time Awake Since Boot: 640 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

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

Application Specific Information:
abort() called

Application Specific Signatures:
Graphics kernel error: 0x00000003


Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib           0x00007fff998a7dd6 __pthread_kill + 10
1   libsystem_pthread.dylib          0x00007fff99993787 pthread_kill + 90
2   libsystem_c.dylib                0x00007fff9980d420 abort + 129
3   libGPUSupport.dylib              0x00007fff91da4cb7 gpusKillClient + 83
4   com.apple.driver.AppleIntelHD3000GraphicsGLDriver   0x000000010d4f1e8e GhalInterface::getCommandBuffer(unsigned char**, unsigned char**, unsigned int*, unsigned int*) + 158
5   com.apple.driver.AppleIntelHD3000GraphicsGLDriver   0x000000010d50e091 GHAL3D::CPrivateCommandTransport::FlushCommandBuffer(GHAL3D::FLUSH_TYPE, unsigned char) + 273
6   com.apple.driver.AppleIntelHD3000GraphicsGLDriver   0x000000010d50de32 g575SubmitPacketsToken + 69
7   com.apple.driver.AppleIntelHD3000GraphicsGLDriver   0x000000010d75f50a glrBindContextDrawFramebuffer + 2369
8   libGPUSupport.dylib              0x00007fff91da7a8d gldUpdateDrawFramebuffer + 117
9   GLEngine                         0x00007fff892b4f91 gleUpdateDrawFramebufferState + 560
10  GLEngine                         0x00007fff892b5dbd gleDoDrawDispatchCore + 104
11  GLEngine                         0x00007fff89259e14 gleSetupAndDrawArraysOrElementsOutOfLine_ListExec + 886
12  GLEngine                         0x00007fff891e511c gleCallList + 160
13  libosgUtil.130.dylib             0x0000000106e56cfa osgUtil::RenderLeaf::render(osg::RenderInfo&, osgUtil::RenderLeaf*) + 186
14  libosgUtil.130.dylib             0x0000000106e5198f osgUtil::RenderBin::drawImplementation(osg::RenderInfo&, osgUtil::RenderLeaf*&) + 319
15  libosgUtil.130.dylib             0x0000000106e51835 osgUtil::RenderBin::draw(osg::RenderInfo&, osgUtil::RenderLeaf*&) + 117
16  libosgUtil.130.dylib             0x0000000106e51a53 osgUtil::RenderBin::drawImplementation(osg::RenderInfo&, osgUtil::RenderLeaf*&) + 515
17  libosgUtil.130.dylib             0x0000000106e5d91d osgUtil::RenderStage::drawImplementation(osg::RenderInfo&, osgUtil::RenderLeaf*&) + 1149
18  libosgUtil.130.dylib             0x0000000106e51835 osgUtil::RenderBin::draw(osg::RenderInfo&, osgUtil::RenderLeaf*&) + 117
19  libosgUtil.130.dylib             0x0000000106e5c2e0 osgUtil::RenderStage::drawInner(osg::RenderInfo&, osgUtil::RenderLeaf*&, bool&) + 272
20  libosgUtil.130.dylib             0x0000000106e5d02f osgUtil::RenderStage::draw(osg::RenderInfo&, osgUtil::RenderLeaf*&) + 1135
21  libosgUtil.130.dylib             0x0000000106e66da1 osgUtil::SceneView::draw() + 1073
22  libosgViewer.130.dylib           0x0000000106fb0102 osgViewer::Renderer::cull_draw() + 1346
23  libosg.130.dylib                 0x00000001071a5724 osg::GraphicsContext::runOperations() + 212
24  libosgViewer.130.dylib           0x0000000106feafb1 osgViewer::ViewerBase::renderingTraversals() + 3281
25  org.flightgear.FlightGear        0x000000010553071e fgOSMainLoop() + 126
26  org.flightgear.FlightGear        0x0000000104f57488 fgMainInit(int, char**) + 2392
27  org.flightgear.FlightGear        0x0000000104f22240 main + 256
28  org.flightgear.FlightGear        0x0000000104f21f34 start + 52

Thread 1:
0   libsystem_kernel.dylib           0x00007fff998a84e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff99990791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib          0x00007fff999901ed start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib           0x00007fff998a84e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff999905fe _pthread_wqthread + 1023
2   libsystem_pthread.dylib          0x00007fff999901ed start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib           0x00007fff998a84e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff99990791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib          0x00007fff999901ed start_wqthread + 13

Thread 4:: com.apple.NSEventThread
0   libsystem_kernel.dylib           0x00007fff998a038a mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff9989f7d7 mach_msg + 55
2   com.apple.CoreFoundation         0x00007fff84187e84 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation         0x00007fff84187301 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation         0x00007fff84186b54 CFRunLoopRunSpecific + 420
5   com.apple.AppKit                 0x00007fff81e04a62 _NSEventThread + 205
6   libsystem_pthread.dylib          0x00007fff99990aab _pthread_body + 180
7   libsystem_pthread.dylib          0x00007fff999909f7 _pthread_start + 286
8   libsystem_pthread.dylib          0x00007fff999901fd thread_start + 13

Thread 5:
0   libsystem_kernel.dylib           0x00007fff998a84e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib          0x00007fff99990791 _pthread_wqthread + 1426
2   libsystem_pthread.dylib          0x00007fff999901ed start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib           0x00007fff998a7c86 __psynch_cvwait + 10
1   libsystem_pthread.dylib          0x00007fff9999196a _pthread_cond_wait + 712
2   org.flightgear.FlightGear        0x00000001057db2d2 SGBlockingDeque<SyncItem>::waitOnNotEmpty() + 50
3   org.flightgear.FlightGear        0x00000001057d68f0 simgear::SGTerraSync::WorkerThread::runInternal() + 1040
4   org.flightgear.FlightGear        0x00000001057d5877 simgear::SGTerraSync::WorkerThread::run() + 3623
5   org.flightgear.FlightGear        0x00000001057b013a SGThread::PrivateData::start_routine(void*) + 10
6   libsystem_pthread.dylib          0x00007fff99990aab _pthread_body + 180
7   libsystem_pthread.dylib          0x00007fff999909f7 _pthread_start + 286
8   libsystem_pthread.dylib          0x00007fff999901fd thread_start + 13

Thread 7:
0   libsystem_kernel.dylib           0x00007fff998a7c86 __psynch_cvwait + 10
1   libsystem_pthread.dylib          0x00007fff9999196a _pthread_cond_wait + 712
2   org.flightgear.FlightGear        0x000000010540f0f3 SGBlockingQueue<SynthesizeRequest>::pop() + 67
3   org.flightgear.FlightGear        0x000000010540e3a9 FLITEVoiceSynthesizer::WorkerThread::run() + 73
4   org.flightgear.FlightGear        0x00000001057b013a SGThread::PrivateData::start_routine(void*) + 10
5   libsystem_pthread.dylib          0x00007fff99990aab _pthread_body + 180
6   libsystem_pthread.dylib          0x00007fff999909f7 _pthread_start + 286
7   libsystem_pthread.dylib          0x00007fff999901fd thread_start + 13

Thread 8:
0   libsystem_kernel.dylib           0x00007fff998a7c86 __psynch_cvwait + 10
1   libsystem_pthread.dylib          0x00007fff9999196a _pthread_cond_wait + 712
2   org.flightgear.FlightGear        0x000000010540f0f3 SGBlockingQueue<SynthesizeRequest>::pop() + 67
3   org.flightgear.FlightGear        0x000000010540e3a9 FLITEVoiceSynthesizer::WorkerThread::run() + 73
4   org.flightgear.FlightGear        0x00000001057b013a SGThread::PrivateData::start_routine(void*) + 10
5   libsystem_pthread.dylib          0x00007fff99990aab _pthread_body + 180
6   libsystem_pthread.dylib          0x00007fff999909f7 _pthread_start + 286
7   libsystem_pthread.dylib          0x00007fff999901fd thread_start + 13

Thread 9:
0   libsystem_kernel.dylib           0x00007fff998a7c86 __psynch_cvwait + 10
1   libsystem_pthread.dylib          0x00007fff9999196a _pthread_cond_wait + 712
2   org.flightgear.FlightGear        0x000000010540f0f3 SGBlockingQueue<SynthesizeRequest>::pop() + 67
3   org.flightgear.FlightGear        0x000000010540e3a9 FLITEVoiceSynthesizer::WorkerThread::run() + 73
4   org.flightgear.FlightGear        0x00000001057b013a SGThread::PrivateData::start_routine(void*) + 10
5   libsystem_pthread.dylib          0x00007fff99990aab _pthread_body + 180
6   libsystem_pthread.dylib          0x00007fff999909f7 _pthread_start + 286
7   libsystem_pthread.dylib          0x00007fff999901fd thread_start + 13

Thread 10:
0   libsystem_kernel.dylib           0x00007fff998a7c86 __psynch_cvwait + 10
1   libsystem_pthread.dylib          0x00007fff9999196a _pthread_cond_wait + 712
2   org.flightgear.FlightGear        0x000000010540f0f3 SGBlockingQueue<SynthesizeRequest>::pop() + 67
3   org.flightgear.FlightGear        0x000000010540e3a9 FLITEVoiceSynthesizer::WorkerThread::run() + 73
4   org.flightgear.FlightGear        0x00000001057b013a SGThread::PrivateData::start_routine(void*) + 10
5   libsystem_pthread.dylib          0x00007fff99990aab _pthread_body + 180
6   libsystem_pthread.dylib          0x00007fff999909f7 _pthread_start + 286
7   libsystem_pthread.dylib          0x00007fff999901fd thread_start + 13

Thread 11:
0   libsystem_kernel.dylib           0x00007fff998a7c86 __psynch_cvwait + 10
1   libsystem_pthread.dylib          0x00007fff9999196a _pthread_cond_wait + 712
2   libOpenThreads.20.dylib          0x000000010740a06f OpenThreads::Condition::wait(OpenThreads::Mutex*) + 79
3   org.flightgear.FlightGear        0x0000000105409e8f FGVoiceMgr::FGVoiceThread::run() + 111
4   libOpenThreads.20.dylib          0x0000000107409540 OpenThreads::ThreadPrivateActions::StartThread(void*) + 192
5   libsystem_pthread.dylib          0x00007fff99990aab _pthread_body + 180
6   libsystem_pthread.dylib          0x00007fff999909f7 _pthread_start + 286
7   libsystem_pthread.dylib          0x00007fff999901fd thread_start + 13

Thread 12:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib           0x00007fff998a038a mach_msg_trap + 10
1   libsystem_kernel.dylib           0x00007fff9989f7d7 mach_msg + 55
2   com.apple.audio.CoreAudio        0x00007fff83d0ff26 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 122
3   com.apple.audio.CoreAudio        0x00007fff83d0fe9c HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4   com.apple.audio.CoreAudio        0x00007fff83d0ccee HALC_ProxyIOContext::IOWorkLoop() + 1198
5   com.apple.audio.CoreAudio        0x00007fff83d0c667 HALC_ProxyIOContext::IOThreadEntry(void*) + 131
6   com.apple.audio.CoreAudio        0x00007fff83d0c38b HALB_IOThread::Entry(void*) + 75
7   libsystem_pthread.dylib          0x00007fff99990aab _pthread_body + 180
8   libsystem_pthread.dylib          0x00007fff999909f7 _pthread_start + 286
9   libsystem_pthread.dylib          0x00007fff999901fd thread_start + 13

Thread 13:
0   libsystem_kernel.dylib           0x00007fff998a7c86 __psynch_cvwait + 10
1   libsystem_pthread.dylib          0x00007fff9999196a _pthread_cond_wait + 712
2   org.flightgear.FlightGear        0x00000001056ce3b3 SGBlockingQueue<LogStreamPrivate::LogEntry>::pop() + 67
3   org.flightgear.FlightGear        0x00000001056ce274 LogStreamPrivate::run() + 68
4   org.flightgear.FlightGear        0x00000001057b013a SGThread::PrivateData::start_routine(void*) + 10
5   libsystem_pthread.dylib          0x00007fff99990aab _pthread_body + 180
6   libsystem_pthread.dylib          0x00007fff999909f7 _pthread_start + 286
7   libsystem_pthread.dylib          0x00007fff999901fd thread_start + 13

Thread 14:
0   libsystem_kernel.dylib           0x00007fff998a7c86 __psynch_cvwait + 10
1   libsystem_pthread.dylib          0x00007fff9999196a _pthread_cond_wait + 712
2   libOpenThreads.20.dylib          0x000000010740a06f OpenThreads::Condition::wait(OpenThreads::Mutex*) + 79
3   libosgDB.130.dylib               0x0000000106c02840 osgDB::DatabasePager::DatabaseThread::run() + 656
4   libOpenThreads.20.dylib          0x0000000107409540 OpenThreads::ThreadPrivateActions::StartThread(void*) + 192
5   libsystem_pthread.dylib          0x00007fff99990aab _pthread_body + 180
6   libsystem_pthread.dylib          0x00007fff999909f7 _pthread_start + 286
7   libsystem_pthread.dylib          0x00007fff999901fd thread_start + 13

Thread 15:
0   libsystem_kernel.dylib           0x00007fff998a7c86 __psynch_cvwait + 10
1   libsystem_pthread.dylib          0x00007fff9999196a _pthread_cond_wait + 712
2   libOpenThreads.20.dylib          0x000000010740a06f OpenThreads::Condition::wait(OpenThreads::Mutex*) + 79
3   libosgDB.130.dylib               0x0000000106c02840 osgDB::DatabasePager::DatabaseThread::run() + 656
4   libOpenThreads.20.dylib          0x0000000107409540 OpenThreads::ThreadPrivateActions::StartThread(void*) + 192
5   libsystem_pthread.dylib          0x00007fff99990aab _pthread_body + 180
6   libsystem_pthread.dylib          0x00007fff999909f7 _pthread_start + 286
7   libsystem_pthread.dylib          0x00007fff999901fd thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5ace53d8  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007fff5ace5400  rsp: 0x00007fff5ace53d8
   r8: 0x00007fff99836650   r9: 0x00007fff997f8a50  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x0000000000000000  r13: 0x00006000002aba40  r14: 0x00007fffa25cc3c0  r15: 0x0000600000037e60
  rip: 0x00007fff998a7dd6  rfl: 0x0000000000000206  cr2: 0x00007fffa25ae128
 
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133
Last edited by Johan G on Sun Mar 26, 2017 5:31 pm, edited 1 time in total.
Reason: Added [code] tags. They can be added manually or by using the [^_ ] button above the text edit box.
jdub5109
 
Posts: 6
Joined: Fri Mar 10, 2017 5:12 am

Re: Cessna 550/551 Citation crashing FG on startup

Postby Thorsten » Sun Mar 26, 2017 11:24 am

Without being a Mac person, it looks like the renderer crashing.

Now, that's an interesting one because mere rendering data (mesh and textures of a particular aircraft) shouldn't conceptually be able to do that kind of thing. It has the bit of the smell of a Mac problem which just happens to get exposed by the particular aircraft.

I'd try a GPU driver update, see what happens.
Thorsten
 
Posts: 12490
Joined: Mon Nov 02, 2009 9:33 am

Re: Cessna 550/551 Citation crashing FG on startup

Postby jdub5109 » Sun Mar 26, 2017 3:59 pm

Will do. Thanks!

JW
jdub5109
 
Posts: 6
Joined: Fri Mar 10, 2017 5:12 am

Re: Cessna 550/551 Citation crashing FG on startup

Postby jdub5109 » Mon Mar 27, 2017 12:02 pm

No updated GPU driver available. I can allocate more RAM to the GPU. 512 MB seems like more than enough.

BTW, I noticed that the Cessna 550 file size is only 14.4 MB. Other similarly "mature" aircraft have considerably larger file sizes. Is the
Cessna file incomplete or is there a larger file that I should have instead? All my aircraft files were downloaded through the FG application.

JW
jdub5109
 
Posts: 6
Joined: Fri Mar 10, 2017 5:12 am

Re: Cessna 550/551 Citation crashing FG on startup

Postby jdub5109 » Wed Apr 05, 2017 4:20 pm

Problem is solved. I reloaded the entire FGAddon hangar for FG 2017.1 using the Subversion tools available online. The Cessna 550 Citation file is 66+ MB and runs perfectly on my system. To recap, I'm running FG 2017.1.2 on an early 2011 MacBook Pro, 16 GB RAM, OS 10.12.4
jdub5109
 
Posts: 6
Joined: Fri Mar 10, 2017 5:12 am


Return to Mac

Who is online

Users browsing this forum: No registered users and 2 guests