Jump to content

Tanner

Members
  • Posts

    66
  • Joined

  • Last visited

About Tanner

  • Birthday 12/09/1979

Profile Information

  • Gender
    Not Telling

Tanner's Achievements

Enthusiast

Enthusiast (6/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. I think that is a logical conclusion but a BS excuse. I don't know if that is what Filemaker has officially stated or not but even if they needed to forgo the native platform scrollbars they could definitely update the look and feel at the very least. Flash has done it, plenty of web apps have done it. I see totally cross platform scroll bars in flash applications all the time that behave wonderfully and are silky smooth. As a whole I think the lack of good looking interface widgets like scroll bars really hinders Filemaker Developers and require us to create silly work-arounds and faux scroll bars. What a pain!
  2. You are not missing anything, that is the way it is. I believe filemaker intended Kiosk mode to be just that. Some type of kiosk that maybe a customer would access or someone that shouldn't be granted any access to the computer itself. That is also why you need to explicitly have a quit button and cannot press a keyboard shortcut to quit.
  3. Any word if that updated plugin is safe to use in production? Will there be an official update to Scriptmaster that contains those changes soon? Thanks
  4. That seems to have fixed the issue. Is this file safe to use in production? Thanks
  5. I have created a brand new file that only registers the URLAsContainer function on startup. When I use this function it fails and returns an error. I have attached the script master log file. The line I am noticing that may mean something is: SEVERE: PluginFunction PluginFunction{name='GetURLAsContainer'} got an error with converted args [http://www.microk12.com/productimages/k12connected/xd2200.jpg] java.lang.InternalError: Can't start the AWT because Java was started on the first thread. Make sure StartOnFirstThread is not specified in your application's Info.plist or on the command line This is in a runtime so I don't know if that is what is making it fail or not but this definitely isn't right. I would really appreciate someone taking a look at this log file, I am feeling a little bit like my thread has been abandoned. I have been fighting with this and other problems for over a week now and would love to move past this. Thanks ScriptMaster Log.rtf
  6. OK, the problem has changed a little bit. I have a scriptmaster function that grabs an image from the web and puts it into a container field that is no longer working on my mac mini. It works on other computers though. Eventually the file on the mac mini will get corrupted. When I look at the Scriptmaster Log file it reports an error. Please check out the log file. Particularly this section seems to report the error: Feb 16, 2011 2:04:25 PM com.prosc.fmkit.Plugin setLastError SEVERE: PluginFunction PluginFunction{name='GetURLAsContainer'} got an error with converted args [http://image.com.com/gamespot/images/bigboxshots/8/578318_35454_front.jpg] java.lang.NoClassDefFoundError: Could not initialize class sun.java2d.Disposer at javax.imageio.stream.FileCacheImageInputStream.<init>(FileCacheImageInputStream.java:94) at com.sun.imageio.spi.InputStreamImageInputStreamSpi.createInputStreamInstance(InputStreamImageInputStreamSpi.java:51) at javax.imageio.ImageIO.createImageInputStream(ImageIO.java:331) at com.prosc.fmkit.types.FMBinary.getImageDimensions(FMBinary.java:195) at com.prosc.fmkit.types.FMBinary.fmBinaryForData(FMBinary.java:167) at com.prosc.fmkit.types.FMBinary.fmBinaryForData(FMBinary.java:156) at com.prosc.fmkit.types.FMBinary.fmBinaryForUrl(FMBinary.java:123) at com.prosc.fmkit.types.FMType.bestTypeForJavaObject(FMType.java:152) at com.prosc.beanshell.BeanShellPlugin.convertedResult(BeanShellPlugin.java:575) at com.prosc.beanshell.GroovyFunction.invoke(GroovyFunction.java:111) at com.prosc.fmkit.Plugin.invokeFunction(Plugin.java:337) at com.prosc.fmkit.RegisterablePlugin.invokeFunction(RegisterablePlugin.java:74) at com.prosc.fmkit.Plugin.invokeFunctionNoErrors(Plugin.java:318) at com.prosc.fmkit.PluginBridge$3.run(PluginBridge.java:1028) at com.prosc.fmkit.PluginBridge.runTask(PluginBridge.java:1237) at com.prosc.fmkit.PluginBridge.doFunction(PluginBridge.java:1042) Feb 16, 2011 2:04:25 PM com.prosc.beanshell.BeanShellPlugin setLastError SEVERE: ScriptMaster bound variables: Parameters: Why isn't the function working? Scriptmaster.rtf
  7. Trial Mode? I have always used Scriptmaster and have never registered before? I thought Scriptmaster was a free product. I am not making a custom plugin from it.
  8. I just had another crash after I added the newest version of scriptmaster. I have never had one crash when I remove the scriptmaster plugin. As soon as I add it back I get a crash within usually a couple hours. This is driving me crazy. The crash isn't even occurring when a scriptmaster function is being used. Attached is the crash log from the crash that just happened. Runtime_2011-02-14.rtf
  9. I guess I just assumed because the log said that Java is what caused the problem. Do filemaker runtimes use Java on their own? I attached 2 different files. They are text files that I pasted the log text into. Let me know if you need anything else. Runtime_2011_02_10.rtf Runtime_2011-02-08.rtf
  10. It generally occurs when a script is trying to run, although the scripts are not using any scriptmaster functions so it is weird. They are scripts that are invoked via the onLayoutKeystroke trigger but if I remove the plugin it never crashes. I did just check the site and there is an update to the plugin. I was using 4.11 and there is now 4.12 apparently. I will try the updated plugin although I am skeptical that the problem will be fixed because according to the changelog it doesn't look like much was fixed. I am only using the Scriptmaster Plugin with my runtime. On my development machine (Macbook Pro) I am using many plugins and it never crashes. Here are the functions that I register at startup: ReadFileContents ( pathToFile ) GetFileAsContainer ( pathToFile ) CheckWhetherFileExists ( pathToFile ) ListAllFilesInDirectory (path) TextSimilarity ( text1 ; text2 ) GetURLAsContainer ( url ) GetUrlAsText ( url ) XPathParse ( someXML ; xpathQuery ) Even if I don't load those at startup thought it still was having issues with crashes, it seems just by having the plugin load. I do have other crash log files if those are helpful at all. Most of them seem to be the same but there are a few differences in some of them.
  11. Hello, I have created a runtime application using Filemaker Pro Advanced 11. This application uses many scriptmaster functions and performs well on my Macbook Pro with 4 GB of ram. However, when I use it on my Mac Mini with 2GB of ram it crashes frequently. The application "Unexpectedly Quits". I don't know if it is a memory issue or not but that is the biggest difference I can think between the 2 systems. Both computers are running MacOS 10.6.5. On the mac mini I plugged in an external hard drive and installed a fresh copy of MacOS 10.6.3 and it even had the same problem on the freshly installed system. If I remove the scriptmaster plugin everything works great, no crashes at all. So I have definitely narrowed it down to the plugin. Please see the top half of a crash report below (let me know if you need the whole thing): Process: Runtime [24244] Path: /Volumes/Storage/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/MacOS/Runtime Identifier: com.filemaker.client.runtime.MotherBrain Version: 11.0.3 (11.0.3) Code Type: X86 (Native) Parent Process: launchd [101] Date/Time: 2011-02-12 23:24:23.194 -0800 OS Version: Mac OS X 10.6.5 (10H574) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000177ffff0 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 libSystem.B.dylib 0xffff0f32 __memcpy + 1938 1 libstdc++.6.dylib 0x97f064ad std::basic_streambuf<char, std::char_traits<char> >::xsgetn(char*, int) + 81 2 libstdc++.6.dylib 0x97eeea9d std::istream::read(char*, int) + 75 3 ...filemaker.support.framework 0x01190bf1 Draco::ByteBuffer::LoadFromStream() + 289 4 ...ilemaker.dbengine.framework 0x014e9f0b Draco::DBLibraryMember::GetData(Draco::QuadChar, Draco::ByteBuffer&, bool) const + 331 5 ...ilemaker.dbengine.framework 0x0140a937 Draco::DBBinaryData::Read(Draco::DBBinaryData::DataStream*, Draco::ByteBuffer*&) const + 407 6 ...ilemaker.dbengine.framework 0x0140b063 Draco::DBBinaryData::GetData(int, Draco::ByteBuffer*&) const + 163 7 ....client.runtime.MotherBrain 0x000b0c13 ContainerData::DrawBinaryData(Draco::DBBinaryData const&, Draco::CoordRect const&, DrawContext const&, TImageFormat const&, Draco::TLayoutObjectAttrs const*) const + 227 8 ....client.runtime.MotherBrain 0x000b83fd ContainerData::DrawAsImage(DrawContext const&, TImageFormat const&, Draco::TLayoutObjectAttrs const*) const + 845 9 ....client.runtime.MotherBrain 0x000b9114 ContainerData::Draw(DrawContext const&, TImageFormat&, Draco::TLayoutObjectAttrs const*) const + 1300 10 ....client.runtime.MotherBrain 0x0008aecf DrawContext::FieldObjRenderer::DrawFieldContainer() + 175 11 ....client.runtime.MotherBrain 0x0009d225 DrawContext::FieldObjRenderer::DrawFieldOccurrence() + 677 12 ....client.runtime.MotherBrain 0x0009d5f5 DrawContext::FieldObjRenderer::Draw() + 789 13 ....client.runtime.MotherBrain 0x0009d800 DrawContext::DrawFieldObj(Draco::LayoutObject&, Draco::TLayoutObjectAttrs&, Draco::DBField const&) + 240 14 ....client.runtime.MotherBrain 0x000a0299 DrawContext::DrawObject_PRIVATE() + 2153 15 ....client.runtime.MotherBrain 0x000a092e DocWindowDrawContext::DrawCurrentObject(Draco::CoordRect const&, IXOverlay*) + 254 16 ....client.runtime.MotherBrain 0x0008fecc DrawContext::DrawPortalObjects(Draco::LayoutObject const&, Draco::DBRelatedSetPtr const&, Draco::CoordRect const&, Draco::CoordRect const&, Draco::Coord, Draco::Coord, long long, IXOverlay*) + 876 17 ....client.runtime.MotherBrain 0x000956ad DrawContext::DrawPortalObj(IXOverlay*, bool) + 989 18 ....client.runtime.MotherBrain 0x000a04bf DrawContext::DrawObject_PRIVATE() + 2703 19 ....client.runtime.MotherBrain 0x000a092e DocWindowDrawContext::DrawCurrentObject(Draco::CoordRect const&, IXOverlay*) + 254 20 ....client.runtime.MotherBrain 0x00090fd6 DrawContext::DrawPart_Clipped(Draco::DBCursor const&, short, Draco::Coord, Draco::Coord, Draco::Coord, Draco::CoordRect*, IXOverlay*, short) + 598 21 ....client.runtime.MotherBrain 0x00091683 DrawContext::DrawPart(Draco::DBCursor const&, short, Draco::Coord, Draco::Coord, IXOverlay*, short) + 83 22 ....client.runtime.MotherBrain 0x00025e3a DrawRecordView(FMDocWindow&, long, bool, IXOverlay*, ActiveFieldOpType, ActiveFieldClassType) + 490 23 ....client.runtime.MotherBrain 0x0002b335 BRWS_DrawView(FMDocWindow&) + 165 24 ....client.runtime.MotherBrain 0x0026c820 PAGE_Update(FMDocWindow&) + 496 25 ....client.runtime.MotherBrain 0x004c578d FMContentViewController::OnUpdate(Draco::CoordRect const&) + 77 26 ....client.runtime.MotherBrain 0x0045c5be -[FMContentViewCocoa drawRect:] + 254 27 com.apple.AppKit 0x964978fd -[NSView _drawRect:clip:] + 3721 28 com.apple.AppKit 0x96494fc9 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 2217 29 com.apple.AppKit 0x9649595c -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 30 com.apple.AppKit 0x9649595c -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 31 com.apple.AppKit 0x9649595c -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 32 com.apple.AppKit 0x9649595c -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 33 com.apple.AppKit 0x9649455b -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 265 34 com.apple.AppKit 0x96490ea2 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309 35 com.apple.AppKit 0x963f1a57 -[NSView displayIfNeeded] + 818 36 com.apple.AppKit 0x963bad40 -[NSWindow displayIfNeeded] + 204 37 ....client.runtime.MotherBrain 0x003e0b01 -[FMDocWindowCocoa displayIfNeeded] + 81 38 com.apple.AppKit 0x963ec28a _handleWindowNeedsDisplay + 696 39 com.apple.CoreFoundation 0x946d4e02 __CFRunLoopDoObservers + 1186 40 com.apple.CoreFoundation 0x94690d8d __CFRunLoopRun + 557 41 com.apple.CoreFoundation 0x94690464 CFRunLoopRunSpecific + 452 42 com.apple.CoreFoundation 0x94690291 CFRunLoopRunInMode + 97 43 com.apple.HIToolbox 0x978fbf9c RunCurrentEventLoopInMode + 392 44 com.apple.HIToolbox 0x978fbd51 ReceiveNextEventCommon + 354 45 com.apple.HIToolbox 0x978fbbd6 BlockUntilNextEventMatchingListInMode + 81 46 com.apple.AppKit 0x963c278d _DPSNextEvent + 847 47 com.apple.AppKit 0x963c1fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156 48 com.apple.AppKit 0x96384247 -[NSApplication run] + 821 49 ....client.runtime.MotherBrain 0x0033abfd CMacApp_Main + 413 50 ....client.runtime.MotherBrain 0x000cfcf3 main + 51 51 ....client.runtime.MotherBrain 0x00003356 start + 54
  12. I am getting some random crashes with a runtime database I created. It isn't doing anything that intense and it doesn't crash everytime, just randomly. The thing is the crash log is always the same though. Here is my crash log, any ideas? I am on Macos 10.6.5 running fm pro advance 11.02. Process: Runtime [228] Path: /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/MacOS/Runtime Identifier: com.filemaker.client.runtime.MotherBrain Version: 11.0.2 (11.0.2) Code Type: X86 (Native) Parent Process: launchd [101] Date/Time: 2011-02-07 23:18:11.065 -0800 OS Version: Mac OS X 10.6.5 (10H574) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000030fffffc Crashed Thread: 0 Dispatch queue: com.apple.main-thread Application Specific Information: Java information: Exception type: Bus Error (0xa) at pc=0000000098e75112 Java VM: Java HotSpot Client VM (17.1-b03-307 mixed mode macosx-x86) Current thread (000000001b09b000): JavaThread "AWT-AppKit" daemon [_thread_in_native, id=-1601592000, stack(00000000bf800000,00000000c0000000)] Stack: [00000000bf800000,00000000c0000000] Java Threads: ( => current thread ) 000000001b0f2000 JavaThread "Poller SunPKCS11-Darwin" daemon [_thread_blocked, id=-1336872960, stack(00000000b040f000,00000000b050f000)] 000000001b107c00 JavaThread "AWT-Shutdown" [_thread_blocked, id=-1335816192, stack(00000000b0511000,00000000b0611000)] 000000001b0e0c00 JavaThread "Timer-0" daemon [_thread_blocked, id=-1337929728, stack(00000000b030d000,00000000b040d000)] =>000000001b09b000 JavaThread "AWT-AppKit" daemon [_thread_in_native, id=-1601592000, stack(00000000bf800000,00000000c0000000)] 000000001b092000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1318965248, stack(00000000b1523000,00000000b1623000)] 000000001b091000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=-1320022016, stack(00000000b1421000,00000000b1521000)] 000000001b090000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1321078784, stack(00000000b131f000,00000000b141f000)] 000000001b08f000 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=-1322135552, stack(00000000b121d000,00000000b131d000)] 000000001b082400 JavaThread "Finalizer" daemon [_thread_blocked, id=-1323192320, stack(00000000b111b000,00000000b121b000)] 000000001b081400 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1324249088, stack(00000000b1019000,00000000b1119000)] Other Threads: 000000001b07fc00 VMThread [stack: 00000000b0f17000,00000000b1017000] [id=-1325305856] 000000001a83c800 WatcherThread [stack: 00000000b1625000,00000000b1725000] [id=-1317908480] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap par new generation total 14784K, used 6612K [000000001d810000, 000000001e810000, 000000001e810000) eden space 13184K, 50% used [000000001d810000, 000000001de85318, 000000001e4f0000) from space 1600K, 0% used [000000001e4f0000, 000000001e4f0000, 000000001e680000) to space 1600K, 0% used [000000001e680000, 000000001e680000, 000000001e810000) concurrent mark-sweep generation total 49152K, used 0K [000000001e810000, 0000000021810000, 0000000023810000) concurrent-mark-sweep perm gen total 12288K, used 6000K [0000000023810000, 0000000024410000, 0000000027810000) Virtual Machine Arguments: JVM Args: -Xbootclasspath/a:/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Resources/JavaPluginCocoa.bundle/Contents/Resources/Java/deploy.jar:/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Resources/JavaPluginCocoa.bundle/Contents/Resources/Java/plugin.jar:/Library/Java/Home/lib/deploy.jar:/Library/Java/Home/lib/plugin.jar:/Library/Java/Home/lib/jaws.jar -Djava.ext.dirs=/System/Library/Java/Extensions:/Library/Java/Home/lib/ext:/Library/Java/Extensions -Dcom.apple.eawt.CocoaComponent.CompatibilityMode=false Java Command: <unknown> Launcher Type: generic Physical Memory: Page Size = 4k, Total = 1792M, Free = 739M Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 com.apple.CoreGraphics 0x98e75112 aa_render + 3764 1 libRIP.A.dylib 0x9857dc58 ripr_Coverage + 2200 2 libRIP.A.dylib 0x9857b66c ripc_GetClipState + 3779 3 libRIP.A.dylib 0x9857a4fc ripc_GetRenderingState + 151 4 libRIP.A.dylib 0x9857a272 ripc_DrawRects + 140 5 com.apple.CoreGraphics 0x98e2efc0 CGContextFillRects + 159 6 com.apple.CoreGraphics 0x98e71b5c CGContextFillRect + 32 7 ....client.runtime.MotherBrain 0x0037e96a XQuartzAccess::FillRect(Draco::CoordRect const&) + 202 8 ....client.runtime.MotherBrain 0x00097678 DrawContext::DrawGeometricObj(XGraphics&, unsigned char, Draco::DrawStyle const&, Draco::CoordRect, bool) + 936 9 ....client.runtime.MotherBrain 0x002fe983 TabControlRenderer::DrawTabPanel(Draco::CoordRect, Draco::CoordRect, Draco::DrawStyle const&, XGraphics&) + 291 10 ....client.runtime.MotherBrain 0x002fea67 tcStyleRounded::FillAndFramePanel(int, Draco::CoordRect, Draco::CoordRect, Draco::LayoutObject const&, Draco::LayoutObject const&, XGraphics&) + 87 11 ....client.runtime.MotherBrain 0x00304bcd TabControlRenderer::Draw(FMFontMapper const&, Draco::LayoutObjectListIter const&, Draco::LayoutObject const&, short, short, XGraphics&) + 1533 12 ....client.runtime.MotherBrain 0x0008adc8 DrawContext::DrawTabObj(Draco::LayoutObject&) + 344 13 ....client.runtime.MotherBrain 0x000a0032 DrawContext::DrawObject_PRIVATE() + 2770 14 ....client.runtime.MotherBrain 0x000a045e DocWindowDrawContext::DrawCurrentObject(Draco::CoordRect const&, IXOverlay*) + 254 15 ....client.runtime.MotherBrain 0x000910a6 DrawContext::DrawPart_Clipped(Draco::DBCursor const&, short, Draco::Coord, Draco::Coord, Draco::Coord, Draco::CoordRect*, IXOverlay*, short) + 598 16 ....client.runtime.MotherBrain 0x00091753 DrawContext::DrawPart(Draco::DBCursor const&, short, Draco::Coord, Draco::Coord, IXOverlay*, short) + 83 17 ....client.runtime.MotherBrain 0x00025a1a DrawRecordView(FMDocWindow&, long, bool, IXOverlay*, ActiveFieldOpType, ActiveFieldClassType) + 490 18 ....client.runtime.MotherBrain 0x0002af15 BRWS_DrawView(FMDocWindow&) + 165 19 ....client.runtime.MotherBrain 0x0026bf40 PAGE_Update(FMDocWindow&) + 496 20 ....client.runtime.MotherBrain 0x004c9b4d FMContentViewController::OnUpdate(Draco::CoordRect const&) + 77 21 ....client.runtime.MotherBrain 0x004606de -[FMContentViewCocoa drawRect:] + 254 22 com.apple.AppKit 0x964978fd -[NSView _drawRect:clip:] + 3721 23 com.apple.AppKit 0x96494fc9 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 2217 24 com.apple.AppKit 0x9649595c -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 25 com.apple.AppKit 0x9649595c -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 26 com.apple.AppKit 0x9649595c -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 27 com.apple.AppKit 0x9649595c -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 28 com.apple.AppKit 0x96533aa3 -[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 311 29 com.apple.AppKit 0x96490ea2 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309 30 com.apple.AppKit 0x963f1a57 -[NSView displayIfNeeded] + 818 31 com.apple.AppKit 0x963a5661 -[NSNextStepFrame displayIfNeeded] + 98 32 com.apple.AppKit 0x963bad40 -[NSWindow displayIfNeeded] + 204 33 ....client.runtime.MotherBrain 0x003e4e11 -[FMDocWindowCocoa displayIfNeeded] + 81 34 com.apple.AppKit 0x963ec28a _handleWindowNeedsDisplay + 696 35 com.apple.CoreFoundation 0x946d4e02 __CFRunLoopDoObservers + 1186 36 com.apple.CoreFoundation 0x94690d8d __CFRunLoopRun + 557 37 com.apple.CoreFoundation 0x94690464 CFRunLoopRunSpecific + 452 38 com.apple.CoreFoundation 0x94690291 CFRunLoopRunInMode + 97 39 com.apple.HIToolbox 0x978fbf9c RunCurrentEventLoopInMode + 392 40 com.apple.HIToolbox 0x978fbd51 ReceiveNextEventCommon + 354 41 com.apple.HIToolbox 0x978fbbd6 BlockUntilNextEventMatchingListInMode + 81 42 com.apple.AppKit 0x963c278d _DPSNextEvent + 847 43 com.apple.AppKit 0x963c1fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156 44 com.apple.AppKit 0x96384247 -[NSApplication run] + 821 45 ....client.runtime.MotherBrain 0x0033f4cd CMacApp_Main + 413 46 ....client.runtime.MotherBrain 0x000cf803 main + 51 47 ....client.runtime.MotherBrain 0x00002f36 start + 54 Thread 1: Dispatch queue: com.apple.libdispatch-manager 0 libSystem.B.dylib 0x95f6f982 kevent + 10 1 libSystem.B.dylib 0x95f7009c _dispatch_mgr_invoke + 215 2 libSystem.B.dylib 0x95f6f559 _dispatch_queue_invoke + 163 3 libSystem.B.dylib 0x95f6f2fe _dispatch_worker_thread2 + 240 4 libSystem.B.dylib 0x95f6ed81 _pthread_wqthread + 390 5 libSystem.B.dylib 0x95f6ebc6 start_wqthread + 30 Thread 2: 0 libSystem.B.dylib 0x95f770a6 __semwait_signal + 10 1 libSystem.B.dylib 0x95fa2ee5 nanosleep$UNIX2003 + 188 2 ...filemaker.support.framework 0x012197ac Draco::Thread::Sleep(unsigned long) + 172 3 ...filemaker.support.framework 0x01219bac Draco::TimerCheckThread::Main() + 252 4 ...filemaker.support.framework 0x01215ece Draco::Thread::RunThread() + 46 5 ...filemaker.support.framework 0x01217198 Draco::Thread::ThreadUnixProc(void*) + 72 6 libSystem.B.dylib 0x95f7685d _pthread_start + 345 7 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 3: 0 libSystem.B.dylib 0x95f770a6 __semwait_signal + 10 1 libSystem.B.dylib 0x95f76d62 _pthread_cond_wait + 1191 2 libSystem.B.dylib 0x95f789f8 pthread_cond_wait$UNIX2003 + 73 3 ...filemaker.support.framework 0x012182df Draco::Semaphore:(Draco::Thread*) + 159 4 ...filemaker.support.framework 0x01218ef5 Draco::MsgQ::GetMsg() + 69 5 ...ilemaker.dbengine.framework 0x01393de0 Draco::HBEngine::HBEngineThread::Main() + 128 6 ...filemaker.support.framework 0x01215ece Draco::Thread::RunThread() + 46 7 ...filemaker.support.framework 0x01217198 Draco::Thread::ThreadUnixProc(void*) + 72 8 libSystem.B.dylib 0x95f7685d _pthread_start + 345 9 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 4: 0 libSystem.B.dylib 0x95f770a6 __semwait_signal + 10 1 libSystem.B.dylib 0x95f76d62 _pthread_cond_wait + 1191 2 libSystem.B.dylib 0x95f789f8 pthread_cond_wait$UNIX2003 + 73 3 ...filemaker.support.framework 0x012182df Draco::Semaphore:(Draco::Thread*) + 159 4 ...filemaker.support.framework 0x01218ef5 Draco::MsgQ::GetMsg() + 69 5 ...ilemaker.dbengine.framework 0x01493ac7 Draco::DBEngineThread::Main() + 135 6 ...filemaker.support.framework 0x01215ece Draco::Thread::RunThread() + 46 7 ...filemaker.support.framework 0x01217198 Draco::Thread::ThreadUnixProc(void*) + 72 8 libSystem.B.dylib 0x95f7685d _pthread_start + 345 9 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 5: 0 libSystem.B.dylib 0x95f770a6 __semwait_signal + 10 1 libSystem.B.dylib 0x95f76d62 _pthread_cond_wait + 1191 2 libSystem.B.dylib 0x95f789f8 pthread_cond_wait$UNIX2003 + 73 3 ...filemaker.support.framework 0x012182df Draco::Semaphore:(Draco::Thread*) + 159 4 ...filemaker.support.framework 0x01218ef5 Draco::MsgQ::GetMsg() + 69 5 ...ilemaker.dbengine.framework 0x014fd358 Draco::DBLockContinueThread::Main() + 648 6 ...filemaker.support.framework 0x01215ece Draco::Thread::RunThread() + 46 7 ...filemaker.support.framework 0x01217198 Draco::Thread::ThreadUnixProc(void*) + 72 8 libSystem.B.dylib 0x95f7685d _pthread_start + 345 9 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 6: Java: Exception Handler Thread 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libSystem.B.dylib 0x95fb5088 mach_msg_server + 520 3 libjvm.dylib 0x1a10fa03 JNI_CreateJavaVM_Impl + 56827 4 libjvm.dylib 0x1a10f9b2 JNI_CreateJavaVM_Impl + 56746 5 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 6 libSystem.B.dylib 0x95f7685d _pthread_start + 345 7 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 7: Java: Gang worker#0 (Parallel GC Threads) 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388d6f JVM_RaiseSignal + 359375 3 libjvm.dylib 0x1a10ee84 JNI_CreateJavaVM_Impl + 53884 4 libjvm.dylib 0x1a37f2e7 JVM_RaiseSignal + 319815 5 libjvm.dylib 0x1a37f3ac JVM_RaiseSignal + 320012 6 libjvm.dylib 0x1a10eb28 JNI_CreateJavaVM_Impl + 53024 7 libjvm.dylib 0x1a121b1f jio_vsnprintf + 299 8 libjvm.dylib 0x1a121a66 jio_vsnprintf + 114 9 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 10 libSystem.B.dylib 0x95f7685d _pthread_start + 345 11 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 8: Java: Gang worker#1 (Parallel GC Threads) 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388d6f JVM_RaiseSignal + 359375 3 libjvm.dylib 0x1a10ee84 JNI_CreateJavaVM_Impl + 53884 4 libjvm.dylib 0x1a37f2e7 JVM_RaiseSignal + 319815 5 libjvm.dylib 0x1a37f3ac JVM_RaiseSignal + 320012 6 libjvm.dylib 0x1a10eb28 JNI_CreateJavaVM_Impl + 53024 7 libjvm.dylib 0x1a121b1f jio_vsnprintf + 299 8 libjvm.dylib 0x1a121a66 jio_vsnprintf + 114 9 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 10 libSystem.B.dylib 0x95f7685d _pthread_start + 345 11 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 9: Java: Concurrent Mark-Sweep GC Thread 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388e1d JVM_RaiseSignal + 359549 3 libjvm.dylib 0x1a38912c JVM_RaiseSignal + 360332 4 libjvm.dylib 0x1a37f304 JVM_RaiseSignal + 319844 5 libjvm.dylib 0x1a37f3ac JVM_RaiseSignal + 320012 6 libjvm.dylib 0x1a10eb28 JNI_CreateJavaVM_Impl + 53024 7 libjvm.dylib 0x1a1b87f1 JVM_Write + 3541 8 libjvm.dylib 0x1a1b873a JVM_Write + 3358 9 libjvm.dylib 0x1a127a3f jio_vsnprintf + 24651 10 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 11 libSystem.B.dylib 0x95f7685d _pthread_start + 345 12 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 10: Java: VM Thread 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388e1d JVM_RaiseSignal + 359549 3 libjvm.dylib 0x1a38912c JVM_RaiseSignal + 360332 4 libjvm.dylib 0x1a37f304 JVM_RaiseSignal + 319844 5 libjvm.dylib 0x1a37f3ac JVM_RaiseSignal + 320012 6 libjvm.dylib 0x1a10eb28 JNI_CreateJavaVM_Impl + 53024 7 libjvm.dylib 0x1a191c75 JVM_Lseek + 148053 8 libjvm.dylib 0x1a191a3a JVM_Lseek + 147482 9 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 10 libSystem.B.dylib 0x95f7685d _pthread_start + 345 11 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 11: Java: Reference Handler 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388d6f JVM_RaiseSignal + 359375 3 libjvm.dylib 0x1a10ee84 JNI_CreateJavaVM_Impl + 53884 4 libjvm.dylib 0x1a3c3caa JVM_RaiseSignal + 600842 5 libjvm.dylib 0x1a3c3e89 JVM_RaiseSignal + 601321 6 libjvm.dylib 0x1a19d6ee JVM_MonitorWait + 210 7 libjvmlinkage.dylib 0x17602e05 JVM_MonitorWait + 69 8 0x1b80b959 0 + 461420889 9 0x1b803db1 0 + 461389233 10 0x1b803db1 0 + 461389233 11 0x1b8012d3 0 + 461378259 12 libjvm.dylib 0x1a192d58 JVM_Lseek + 152376 13 libjvm.dylib 0x1a192b06 JVM_Lseek + 151782 14 libjvm.dylib 0x1a19d4c0 JVM_StartThread + 2654 15 libjvm.dylib 0x1a19d3c2 JVM_StartThread + 2400 16 libjvm.dylib 0x1a19d30a JVM_StartThread + 2216 17 libjvm.dylib 0x1a19d17f JVM_StartThread + 1821 18 libjvm.dylib 0x1a19d02b JVM_StartThread + 1481 19 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 20 libSystem.B.dylib 0x95f7685d _pthread_start + 345 21 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 12: Java: Finalizer 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388d6f JVM_RaiseSignal + 359375 3 libjvm.dylib 0x1a10ee84 JNI_CreateJavaVM_Impl + 53884 4 libjvm.dylib 0x1a3c3caa JVM_RaiseSignal + 600842 5 libjvm.dylib 0x1a3c3e89 JVM_RaiseSignal + 601321 6 libjvm.dylib 0x1a19d6ee JVM_MonitorWait + 210 7 libjvmlinkage.dylib 0x17602e05 JVM_MonitorWait + 69 8 0x1b80b959 0 + 461420889 9 0x1b803db1 0 + 461389233 10 0x1b803f17 0 + 461389591 11 0x1b803f17 0 + 461389591 12 0x1b8012d3 0 + 461378259 13 libjvm.dylib 0x1a192d58 JVM_Lseek + 152376 14 libjvm.dylib 0x1a192b06 JVM_Lseek + 151782 15 libjvm.dylib 0x1a19d4c0 JVM_StartThread + 2654 16 libjvm.dylib 0x1a19d3c2 JVM_StartThread + 2400 17 libjvm.dylib 0x1a19d30a JVM_StartThread + 2216 18 libjvm.dylib 0x1a19d17f JVM_StartThread + 1821 19 libjvm.dylib 0x1a19d02b JVM_StartThread + 1481 20 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 21 libSystem.B.dylib 0x95f7685d _pthread_start + 345 22 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 13: Java: Surrogate Locker Thread (CMS) 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388d6f JVM_RaiseSignal + 359375 3 libjvm.dylib 0x1a10ee84 JNI_CreateJavaVM_Impl + 53884 4 libjvm.dylib 0x1a37f2e7 JVM_RaiseSignal + 319815 5 libjvm.dylib 0x1a37f3ac JVM_RaiseSignal + 320012 6 libjvm.dylib 0x1a10ea9b JNI_CreateJavaVM_Impl + 52883 7 libjvm.dylib 0x1a1b0156 JVM_IsPrimitiveClass + 5270 8 libjvm.dylib 0x1a1b0109 JVM_IsPrimitiveClass + 5193 9 libjvm.dylib 0x1a19d17f JVM_StartThread + 1821 10 libjvm.dylib 0x1a19d02b JVM_StartThread + 1481 11 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 12 libSystem.B.dylib 0x95f7685d _pthread_start + 345 13 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 14: Java: Signal Dispatcher 0 libSystem.B.dylib 0x95f49136 semaphore_wait_trap + 10 1 libjvm.dylib 0x1a1b0d60 JVM_IsPrimitiveClass + 8352 2 libjvm.dylib 0x1a1b0c46 JVM_IsPrimitiveClass + 8070 3 libjvm.dylib 0x1a19d17f JVM_StartThread + 1821 4 libjvm.dylib 0x1a19d02b JVM_StartThread + 1481 5 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 6 libSystem.B.dylib 0x95f7685d _pthread_start + 345 7 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 15: Java: CompilerThread0 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388d6f JVM_RaiseSignal + 359375 3 libjvm.dylib 0x1a10ee84 JNI_CreateJavaVM_Impl + 53884 4 libjvm.dylib 0x1a37f2e7 JVM_RaiseSignal + 319815 5 libjvm.dylib 0x1a37f3ac JVM_RaiseSignal + 320012 6 libjvm.dylib 0x1a10ea9b JNI_CreateJavaVM_Impl + 52883 7 libjvm.dylib 0x1a1b8328 JVM_Write + 2316 8 libjvm.dylib 0x1a1b1deb JVM_IsPrimitiveClass + 12587 9 libjvm.dylib 0x1a1b1ceb JVM_IsPrimitiveClass + 12331 10 libjvm.dylib 0x1a19d17f JVM_StartThread + 1821 11 libjvm.dylib 0x1a19d02b JVM_StartThread + 1481 12 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 13 libSystem.B.dylib 0x95f7685d _pthread_start + 345 14 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 16: Java: Low Memory Detector 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388d6f JVM_RaiseSignal + 359375 3 libjvm.dylib 0x1a10ee84 JNI_CreateJavaVM_Impl + 53884 4 libjvm.dylib 0x1a37f2e7 JVM_RaiseSignal + 319815 5 libjvm.dylib 0x1a37f3ac JVM_RaiseSignal + 320012 6 libjvm.dylib 0x1a10eb28 JNI_CreateJavaVM_Impl + 53024 7 libjvm.dylib 0x1a1b38ae JVM_IsPrimitiveClass + 19438 8 libjvm.dylib 0x1a19d17f JVM_StartThread + 1821 9 libjvm.dylib 0x1a19d02b JVM_StartThread + 1481 10 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 11 libSystem.B.dylib 0x95f7685d _pthread_start + 345 12 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 17: Java: VM Periodic Task Thread 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388e1d JVM_RaiseSignal + 359549 3 libjvm.dylib 0x1a3892cb JVM_RaiseSignal + 360747 4 libjvm.dylib 0x1a1b5725 JVM_IsPrimitiveClass + 27237 5 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 6 libSystem.B.dylib 0x95f7685d _pthread_start + 345 7 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 18: Java: Timer-0 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388e1d JVM_RaiseSignal + 359549 3 libjvm.dylib 0x1a38912c JVM_RaiseSignal + 360332 4 libjvm.dylib 0x1a3c39a6 JVM_RaiseSignal + 600070 5 libjvm.dylib 0x1a3c3e89 JVM_RaiseSignal + 601321 6 libjvm.dylib 0x1a19d6ee JVM_MonitorWait + 210 7 libjvmlinkage.dylib 0x17602e05 JVM_MonitorWait + 69 8 0x1b80b959 0 + 461420889 9 0x1b803db1 0 + 461389233 10 0x1b803db1 0 + 461389233 11 0x1b8012d3 0 + 461378259 12 libjvm.dylib 0x1a192d58 JVM_Lseek + 152376 13 libjvm.dylib 0x1a192b06 JVM_Lseek + 151782 14 libjvm.dylib 0x1a19d4c0 JVM_StartThread + 2654 15 libjvm.dylib 0x1a19d3c2 JVM_StartThread + 2400 16 libjvm.dylib 0x1a19d30a JVM_StartThread + 2216 17 libjvm.dylib 0x1a19d17f JVM_StartThread + 1821 18 libjvm.dylib 0x1a19d02b JVM_StartThread + 1481 19 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 20 libSystem.B.dylib 0x95f7685d _pthread_start + 345 21 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 19: Java: AWT-Shutdown 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388d6f JVM_RaiseSignal + 359375 3 libjvm.dylib 0x1a10ee84 JNI_CreateJavaVM_Impl + 53884 4 libjvm.dylib 0x1a3c3caa JVM_RaiseSignal + 600842 5 libjvm.dylib 0x1a3c3e89 JVM_RaiseSignal + 601321 6 libjvm.dylib 0x1a19d6ee JVM_MonitorWait + 210 7 libjvmlinkage.dylib 0x17602e05 JVM_MonitorWait + 69 8 0x1b80b959 0 + 461420889 9 0x1b803db1 0 + 461389233 10 0x1b803db1 0 + 461389233 11 0x1b80428d 0 + 461390477 12 0x1b8012d3 0 + 461378259 13 libjvm.dylib 0x1a192d58 JVM_Lseek + 152376 14 libjvm.dylib 0x1a192b06 JVM_Lseek + 151782 15 libjvm.dylib 0x1a19d4c0 JVM_StartThread + 2654 16 libjvm.dylib 0x1a19d3c2 JVM_StartThread + 2400 17 libjvm.dylib 0x1a19d30a JVM_StartThread + 2216 18 libjvm.dylib 0x1a19d17f JVM_StartThread + 1821 19 libjvm.dylib 0x1a19d02b JVM_StartThread + 1481 20 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 21 libSystem.B.dylib 0x95f7685d _pthread_start + 345 22 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 20: Java: Poller SunPKCS11-Darwin 0 libSystem.B.dylib 0x95f490fa mach_msg_trap + 10 1 libSystem.B.dylib 0x95f49867 mach_msg + 68 2 libjvm.dylib 0x1a388e1d JVM_RaiseSignal + 359549 3 libjvm.dylib 0x1a389225 JVM_RaiseSignal + 360581 4 libjvm.dylib 0x1a1ead1c JVM_Sleep + 242 5 libjvmlinkage.dylib 0x17603a18 JVM_Sleep + 72 6 0x1b80b959 0 + 461420889 7 0x1b803db1 0 + 461389233 8 0x1b80428d 0 + 461390477 9 0x1b8012d3 0 + 461378259 10 libjvm.dylib 0x1a192d58 JVM_Lseek + 152376 11 libjvm.dylib 0x1a192b06 JVM_Lseek + 151782 12 libjvm.dylib 0x1a19d4c0 JVM_StartThread + 2654 13 libjvm.dylib 0x1a19d3c2 JVM_StartThread + 2400 14 libjvm.dylib 0x1a19d30a JVM_StartThread + 2216 15 libjvm.dylib 0x1a19d17f JVM_StartThread + 1821 16 libjvm.dylib 0x1a19d02b JVM_StartThread + 1481 17 libjvm.dylib 0x1a10e9a9 JNI_CreateJavaVM_Impl + 52641 18 libSystem.B.dylib 0x95f7685d _pthread_start + 345 19 libSystem.B.dylib 0x95f766e2 thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000001 ebx: 0x98e7426f ecx: 0x30fffffc edx: 0x040a8000 edi: 0x00374000 esi: 0x0006fc0e ebp: 0xbfffb908 esp: 0xbfffb4c0 ss: 0x0000001f efl: 0x00210293 eip: 0x98e75112 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x30fffffc Binary Images: 0x1000 - 0x69ffe2 +com.filemaker.client.runtime.MotherBrain 11.0.2 (11.0.2) <85838054-6EAA-28ED-8CDA-F6F8C96B5E3D> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/MacOS/Runtime 0x9ef000 - 0xc81ffc +libxerces-c-3.0.dylib () <4852B70F-946F-0C8F-66D7-C7A02CFAD83F> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/Frameworks/libxerces-c-3.0.dylib 0xe10000 - 0xfb8fff +com.filemaker.omniorb4.framework OmniORB4 version 4.1.3 (4.1.3) <AD5549E0-956F-F2C7-BE03-00150F16B1CA> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/Frameworks/OmniORB4.framework/Versions/A/OmniORB4 0x1190000 - 0x12f7ff9 +com.filemaker.support.framework FileMaker Support version 11.0.2 (11.0.2) <52FCF9A3-6239-6758-5CB9-5583C27CADA3> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/Frameworks/Support.framework/Versions/A/Support 0x138b000 - 0x19c1fe6 +com.filemaker.dbengine.framework FileMaker DBEngine version 11.0.2 (11.0.2) <6C585AAD-591E-0EBF-F4BD-140C5F22F003> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/Frameworks/DBEngine.framework/Versions/A/DBEngine 0x1c7c000 - 0x1ef4fef +com.filemaker.fmengine.framework FileMaker FMEngine version 11.0.2 (11.0.2) <435EE7D2-73B1-C6CB-0DF3-3BA842EBD776> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/Frameworks/FMEngine.framework/Versions/A/FMEngine 0x206e000 - 0x21aafe3 +com.filemaker.openssl.framework OpenSSL version 0.9.8i (0.9.8i) <C721ABF1-C290-5FBA-6B9D-D698879A33DB> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/Frameworks/OpenSSL.framework/Versions/A/OpenSSL 0x2212000 - 0x2283ff7 +libetpan.13.dylib 15.2.0 (compatibility 15.0.0) <0B8A1B39-2883-CF87-9629-B2220E5FA991> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/Frameworks/libetpan.13.dylib 0x22a8000 - 0x22e8ff7 libiodbc.2.dylib 4.18.0 (compatibility 4.0.0) <0E7F602B-8562-2064-D485-0FF81471A092> /usr/lib/libiodbc.2.dylib 0x232e000 - 0x232fff7 com.apple.textencoding.unicode 2.3 (2.3) <A7D310DB-A5E6-C834-F72F-A66453834CC0> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x23c3000 - 0x23d5ff7 libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8D606435-1A3C-FE0B-824A-1386809FFFF5> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib 0x27b8000 - 0x27d3ff7 +com.prosc.jack3 360Works ScriptMaster version 4.11 (4.11) <92CC86A1-ED88-923D-8366-613D7A642713> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Extensions/360Works_ScriptMaster.fmplugin/Contents/MacOS/JaCK3 0x27db000 - 0x27e7fff +com.filemaker.fmwrapper.framework FileMaker FMWrapper version 11.0.2 (11.0.2) <DAB03A47-6655-0651-18E1-BE01129D65FC> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/Frameworks/FMWrapper.framework/Versions/A/FMWrapper 0x175d6000 - 0x175deff7 com.apple.JavaVM 13.3.0 (13.3.0) <305C2162-CCF2-1D2A-EE2B-B7D666DEA849> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x17602000 - 0x17609ff3 libjvmlinkage.dylib () <5EC4F027-FDF1-C828-6419-F51B9BE15B03> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjvmlinkage.dylib 0x1762a000 - 0x17632ff7 libverify.dylib 1.0 (1.0) <5E6D4960-086E-AC8B-5428-8271E5757EB4> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libverify.dylib 0x17637000 - 0x1763fff7 JavaNativeFoundation () <2969E61F-2A16-2A87-1B39-777B86F8230A> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation 0x17648000 - 0x17665ff7 libjava.jnilib () <153634A3-2CC3-8ED3-7DD8-6A9A7499B7C5> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjava.jnilib 0x1767f000 - 0x1768bff7 libzip.jnilib () <3C06C8CF-FACA-8D51-BAD3-17882A5BE9E2> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libzip.jnilib 0x1a100000 - 0x1a43ffe7 libjvm.dylib () <7F24D205-A978-B11A-4845-24248381CACC> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Libraries/libjvm.dylib 0x1d801000 - 0x1d804ff7 libnio.jnilib () <1AAC3944-4EC4-C9E7-67D7-F726690D510C> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libnio.jnilib 0x1d80a000 - 0x1d80bff3 +version8lib.jnilib () <BF8659CD-FDDF-C488-9784-E9DC8788EA65> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Extensions/360Works_ScriptMaster.fmplugin/Contents/MacOS/version8lib.jnilib 0x28281000 - 0x2828eff7 libnet.jnilib () <99F00958-0898-5D9F-22C7-B8DCFB4F1708> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libnet.jnilib 0x28294000 - 0x2845aff7 libawt.jnilib () <EBAB8629-1FC7-213B-F52E-B92E12156AAB> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libawt.jnilib 0x284e0000 - 0x284e4fe7 com.apple.java.JavaRuntimeSupport 13.3.0 (13.3.0) <65749A64-76EE-CDB2-DD0D-D6DBABB3BADA> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport 0x284ed000 - 0x284f9ff7 libj2pkcs11.jnilib () <CB2AC89B-1DE7-9DAB-D559-A995F4AC623E> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libj2pkcs11.jnilib 0x284fe000 - 0x28520ff3 tokendPKCS11.so () <1E97F4BE-66E6-360D-8543-B6E2B6287D4E> /usr/libexec/SmartCardServices/pkcs11/tokendPKCS11.so 0x28594000 - 0x28595ff7 ATSHI.dylib () <F06AB560-C2AF-09F6-7328-773E43CA2713> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib 0x28f29000 - 0x28f37fe7 libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <07211458-FD06-9FEF-3DF4-2E5F0304D4BC> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib 0x2f7e2000 - 0x2f7e2ff7 com.apple.applescript.component 2.1.2 (2.1.2) <A9FE210C-9584-2678-F3CA-EB5931F382D5> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript 0x2f926000 - 0x2f94ffe3 com.apple.osax.standardadditions 2.1.2 () <36BF633B-DD45-4D58-BF2A-8B347300F455> /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions 0x2f95c000 - 0x2f9a3ff7 com.apple.AppleShareClientCore 2.0 (2.0) <9AB9F2D1-C3D3-BF03-7C0E-DC6009E0C625> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore 0x300e9000 - 0x30181fff com.apple.applescript 2.1.2 (2.1.2) <3AD58CB9-B3CE-5190-FA9D-AB1C568F52BC> /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript 0x38000000 - 0x382d2ffc +libxalan-c.dylib 1.11.0 (compatibility 1.0.0) <7B6AD02C-4991-77E5-5CD8-EB30B03FC1BD> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/Frameworks/libxalan-c.dylib 0x40000000 - 0x40005feb +libxalanMsg.dylib 1.11.0 (compatibility 1.0.0) <9B0B9959-2F6B-D43C-E2C8-F1CA73FDB9A4> /Applications/Mother Brain GL.app/Contents/Resources/Mother Brain/Mother Brain.app/Contents/Frameworks/libxalanMsg.dylib 0x8fe00000 - 0x8fe4162b dyld 132.1 () <283EE026-C0FE-1FF9-DB81-BFB155793157> /usr/lib/dyld 0x900c6000 - 0x900ccfff com.apple.CommonPanels 1.2.4 (91) <CE92759E-865E-8A3B-1488-ECD497E4074D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x900cd000 - 0x90586ffb com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x90587000 - 0x90592ff7 libGL.dylib () <48405993-0AE9-292B-6705-C3525528682A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x90593000 - 0x905a1fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <E1B922F4-23DC-467E-631F-7E1B9C9F51CB> /usr/lib/libz.1.dylib 0x905a2000 - 0x9077dff3 libType1Scaler.dylib () <A7AB841A-3F40-E0B8-ADDD-44014C7287C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib 0x90791000 - 0x907d4ff7 libGLU.dylib () <F8580594-0B38-F3ED-A715-CB3776B747A0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x90816000 - 0x90816ff7 com.apple.Carbon 150 (152) <1F2FB8A6-43E4-CF72-DE53-5ED0FC185016> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x90817000 - 0x90b82ff7 com.apple.QuartzCore 1.6.3 (227.34) <CC1C1631-D8D1-D416-171E-A1683274E479> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x90c17000 - 0x90c18ff7 com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <BE4C2495-B758-AD22-DCC0-56A6791E948E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x90c19000 - 0x90c22ff7 com.apple.DiskArbitration 2.3 (2.3) <6AA6DDF6-AFC3-BBDB-751A-64AE3580A49E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x90c4b000 - 0x90eaefef com.apple.security 6.1.1 (37594) <1949216A-7583-B73A-6112-4D55CA5852E3> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x90fb2000 - 0x90fb5ffb com.apple.help 1.3.1 (41) <6A5AD406-9D8E-5BAC-51E1-E09AB9A6D159> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x912d1000 - 0x912d5ff7 IOSurface () <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x912d6000 - 0x91404fe7 com.apple.CoreData 102.1 (251) <0C2636F3-CCB4-5ED9-1D3E-5AE36BE57071> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x91405000 - 0x91425fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <584B2B30-DC65-6930-F59F-C49FD5604B67> /usr/lib/libresolv.9.dylib 0x91426000 - 0x91447fe7 com.apple.opencl 12.3 (12.3) <DEA600BF-4F54-66B5-DB2F-DC57FD518543> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x91448000 - 0x91498ff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x91499000 - 0x914dcff7 com.apple.NavigationServices 3.5.4 (182) <FE19D51B-233A-69EC-9E36-B89D0EA438C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x914dd000 - 0x915d1ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <475AEF89-91A5-5100-8662-DA508D3830E9> /usr/lib/libiconv.2.dylib 0x916d1000 - 0x916e9ff7 com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x9173c000 - 0x9177eff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <1AE34B00-8A62-1E51-935F-BB3F0E4BE50F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x9177f000 - 0x917fafff com.apple.AppleVAFramework 4.10.12 (4.10.12) <89C4EBE2-FE27-3160-0BD1-D0C2ED5F3605> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x9187c000 - 0x91890fe7 libbsm.0.dylib () <B328FA0A-899C-4FC4-F2AC-2FDC08819CD2> /usr/lib/libbsm.0.dylib 0x91896000 - 0x91896ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x918e0000 - 0x91988ffb com.apple.QD 3.36 () <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x91a7d000 - 0x91b2bff3 com.apple.ink.framework 1.3.3 (107) <E215794C-F3E9-C067-8882-9054796DDA8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x92aac000 - 0x92b47ff7 com.apple.ApplicationServices.ATS 4.4 () <ECB16606-4DF8-4AFB-C91D-F7947C26040F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x92b48000 - 0x92b83feb libFontRegistry.dylib () <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x92b84000 - 0x92ba8ff7 libJPEG.dylib () <46AF3A0F-2B8D-87B9-62D4-0905678A64DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x92bb4000 - 0x92c11ff7 com.apple.framework.IOKit 2.0 () <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x92c22000 - 0x92c86fff com.apple.htmlrendering 72 (1.1.4) <0D22B190-513B-7FF6-39FC-9D336285DE08> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x92c87000 - 0x92c8aff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B624AACE-991B-0FFA-2482-E69970576CE1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x92c8b000 - 0x92e88ff7 com.apple.JavaScriptCore 6533.19 (6533.19.1) <85A6BFDD-CBB6-7490-748D-8EA8B9B7FDD8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x93091000 - 0x930c2ff7 libGLImage.dylib () <78F59EAB-BBD4-7366-CA84-970547501978> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x930c3000 - 0x93245fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <35DB7644-0780-D2AB-F6A9-45F28D2D434A> /usr/lib/libicucore.A.dylib 0x93246000 - 0x93253ff7 com.apple.NetFS 3.2.1 (3.2.1) <E2AFCE90-0DF6-C3B5-A123-222259E985FF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x93254000 - 0x93291ff7 com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia 0x93292000 - 0x932dbfe7 libTIFF.dylib () <AC1FC806-F7F4-174B-375F-FE5D6008666C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x932dc000 - 0x932deff7 libRadiance.dylib () <10048B4A-2AE8-A4E2-21B8-C6E7A8C5B76F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x932df000 - 0x93d2aff7 com.apple.WebCore 6533.19 (6533.19.4) <DFCF1BC1-8BF3-E13E-F11B-C98CB36560FD> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x93fd0000 - 0x94405ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <4D2F47EF-BD32-1E3C-6A0A-438896ADE2BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x94406000 - 0x94409fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib 0x9440a000 - 0x9441effb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <9F5CE4F7-D05C-8C14-4B76-E43D07A8A680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x9441f000 - 0x9441fff7 com.apple.ApplicationServices 38 (38) <EAF1BC8C-4FD4-4300-B8F7-4B24E49125E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x94440000 - 0x944d8fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x94654000 - 0x947cffe7 com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x947d0000 - 0x9484afff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <F7C9B01D-45AD-948B-2D26-9736524C1A33> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x94858000 - 0x948c7ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <B3DEACA1-9375-CF8F-0898-AA2C5F8159DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x948c8000 - 0x94cdeff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <9D89FCB3-24C9-8FCF-DB49-27B184AC3222> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x94cdf000 - 0x94d95ff7 libFontParser.dylib () <33F62EE1-E457-C6FD-369E-E86745B94A4B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x94d96000 - 0x94e71feb com.apple.DesktopServices 1.5.9 (1.5.9) <CED00AC1-924B-0E45-7D5E-1CEA8929F5BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x94e72000 - 0x94fb5fef com.apple.QTKit 7.6.6 (1756) <4D809734-4E1B-8E18-C825-86C5422FC3DC> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x94fdd000 - 0x94fe8ff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <CB2510BD-A5B3-9D90-5917-C73F6ECAC913> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x95005000 - 0x951befeb com.apple.ImageIO.framework 3.0.4 (3.0.4) <C145139E-24C4-5A3D-B17C-809D528354B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x951c4000 - 0x952f0ffb com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x952f1000 - 0x95313fef com.apple.DirectoryService.Framework 3.6 (621.9) <F2EEE9D7-D4FB-14F3-E647-ABD32754F557> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x9536b000 - 0x953a2fe7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7DCB5938-3140-E71A-92BD-8C242F30C8F5> /usr/lib/libssl.0.9.8.dylib 0x953a3000 - 0x953a4ff7 com.apple.TrustEvaluationAgent 1.1 (1) <06484720-AB50-6FD9-B5BF-05F5A640C9E5> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x953d6000 - 0x953f5ff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x954cc000 - 0x9573ffe7 com.apple.Foundation 6.6.4 (751.42) <ACC0BAEB-C590-7052-3AB2-86C207C3D6D4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x95740000 - 0x95744ff7 libGIF.dylib () <DA5758A4-71B0-DD6E-7402-B7FB15387569> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x95745000 - 0x95756ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x95757000 - 0x9575eff3 com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x9575f000 - 0x957c0fe7 com.apple.CoreText 3.5.0 () <BB50C045-25F5-65B8-B1DB-8CDAEF45EB46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x957c1000 - 0x957f9fe7 libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <242954AD-3BE1-29E8-E2E0-08063201F105> /usr/lib/libcurl.4.dylib 0x9595d000 - 0x95963ff7 libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <DACD11D8-4B64-CD3B-C988-B1041E07D13A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x95964000 - 0x95c5dfef com.apple.QuickTime 7.6.6 (1756) <F08B13B6-31D7-BD18-DA87-A0CDFCF13B8F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x95c6e000 - 0x95c72ff7 libGFXShared.dylib () <C3A805C4-C0E5-B300-430A-7E811395CB8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x95d54000 - 0x95d98fe7 com.apple.Metadata 10.6.3 (507.12) <8632684D-ED4C-4CE1-4C53-015DFF10D873> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x95db7000 - 0x95e04feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <27F3FF53-F818-9836-2101-3E963FE0C0E0> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer 0x95f48000 - 0x960efff7 libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib 0x96127000 - 0x96178ff7 com.apple.HIServices 1.8.1 () <51BDD848-32A5-2425-BE07-BD037A89630A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x96179000 - 0x961fbffb SecurityFoundation 36840.0.0 (compatibility 1.0.0) <D7A06F33-723C-81DB-CAA3-EB19C570928C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x96241000 - 0x9627aff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <D6F24434-8217-DF72-2126-1953080680D7> /usr/lib/libcups.2.dylib 0x962b8000 - 0x962baff7 com.apple.securityhi 4.0 (36638) <E8A89905-2DDD-674D-BA2F-AB7574825AF2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x96347000 - 0x96379fe3 libTrueTypeScaler.dylib () <6E9D1A50-330E-F1F4-F93D-9ECC8A61B21A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x9637a000 - 0x96c5aff7 com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x96c5b000 - 0x96f7bff3 com.apple.CoreServices.CarbonCore 861.23 (861.23) <B08756E4-32C5-CC33-0268-7C00A5ED7537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x96f89000 - 0x96fc6ff7 com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x96fc7000 - 0x97071fe7 com.apple.CFNetwork 454.11.5 (454.11.5) <D8963574-285A-3BD6-6B25-07D39C6F67A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x97072000 - 0x9710ffe3 com.apple.LaunchServices 362.1 (362.1) <032B92E3-78C1-6E1E-A817-6F4534408A24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x97185000 - 0x97185ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x97186000 - 0x9756cffb com.apple.RawCamera.bundle 3.4.1 (546) <557C094F-BF8D-B298-E502-C4EE78914C55> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x9756d000 - 0x97588ff7 libPng.dylib () <E14178E0-B92D-94EA-DACB-04F346D7534C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x97589000 - 0x9768dfe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib 0x9768e000 - 0x9779aff7 libGLProgrammability.dylib () <8B308FAE-843F-EE76-0254-3374CBFFA7B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x9779b000 - 0x9784bff3 com.apple.ColorSync 4.6.3 (4.6.3) <0354B408-665F-8B3F-87FF-64E6322276F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x978c7000 - 0x97bebfef com.apple.HIToolbox 1.6.3 () <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x97bec000 - 0x97ca5fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib 0x97d15000 - 0x97d3bffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x97d3c000 - 0x97d74ff7 com.apple.LDAPFramework 2.0 (120.1) <70B1F9EB-F6DE-3367-A90B-3467143DEEF3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x97ed7000 - 0x97f41fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib 0x97f42000 - 0x97f42ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x97f43000 - 0x98052fe7 com.apple.WebKit 6533.19 (6533.19.4) <A942073C-83DF-33ED-3D01-A24DE8AEAB3D> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x982c7000 - 0x982c7ff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x984f4000 - 0x984f9ff7 com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x984fa000 - 0x984faff7 liblangid.dylib () <FCC37057-CDD7-2AF1-21AF-52A06C4048FF> /usr/lib/liblangid.dylib 0x984fb000 - 0x9852eff7 com.apple.AE 496.4 (496.4) <23F0DB1F-2856-0091-80AE-BDEF9A4F1731> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x98578000 - 0x985b9ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <16DAE1A5-937A-1CA2-D98F-2AF958B62993> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x985c7000 - 0x98691fef com.apple.CoreServices.OSServices 357 (357) <0FBFDD45-1044-AF1F-D562-4F420CC5105A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x98692000 - 0x986d8ff7 libauto.dylib () <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib 0x986fb000 - 0x987a8fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F237B77D-75A3-7240-931D-4735B91D365F> /usr/lib/libobjc.A.dylib 0x987a9000 - 0x988aafe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BBBC1E4C-024F-3C81-7CB1-70DB451A3E6A> /usr/lib/libxml2.2.dylib 0x988d7000 - 0x9891effb com.apple.CoreMediaIOServices 133.0 (1158) <150A5F22-E7EC-9E8E-3B68-BAD75280EFC3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices 0x9891f000 - 0x9892fff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <E276514D-394B-2FDD-6264-07A444AA6A4E> /usr/lib/libsasl2.2.dylib 0x98930000 - 0x98958ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <12FBE8CB-CC8E-FE8A-7362-C852625C5AAF> /usr/lib/libxslt.1.dylib 0x98a2b000 - 0x98a2eff7 libCoreVMClient.dylib () <1F738E81-BB71-32C5-F1E9-C1302F71021C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x98a2f000 - 0x98a30ff7 libScreenReader.dylib () <EF75A0A6-47D8-4E6B-324A-F779C9F8F807> /usr/lib/libScreenReader.dylib 0x98a5c000 - 0x98aa0ff3 com.apple.coreui 2 (114) <1A3C3B7F-3837-6477-3114-47F6BFD56CB2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x98aa1000 - 0x98bd0fe3 com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <0A0F68E5-4806-DB51-764B-D97554B801AD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x98bd1000 - 0x98c51feb com.apple.SearchKit 1.3.0 (1.3.0) <7AE32A31-2B8E-E271-C03A-7A0F7BAFC85C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x98c52000 - 0x98c5eff7 libkxld.dylib () <F0E915AD-6B32-0D5E-D24B-B188447FDD23> /usr/lib/system/libkxld.dylib 0x98d97000 - 0x98da1ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <90C38107-AEE7-AE55-5C51-28D129B19BCD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x98dfd000 - 0x98e07fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <DE0E0EF6-8190-3F65-6BDD-5AC9D8A025D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x98e08000 - 0x995f7557 com.apple.CoreGraphics 1.545.0 () <1AB39678-00D5-FB88-3B41-93D78348E0DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x995f8000 - 0x996d5ff7 com.apple.vImage 4.0 (4.0) <D979C8BC-7011-A45C-7141-39FC1043CC87> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x996d6000 - 0x996d6ff7 com.apple.Cocoa 6.6 () <5A785062-1ABB-2A54-BAAC-8FEF95275E05> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x996d7000 - 0x996e5ff7 com.apple.opengl 1.6.11 (1.6.11) <286D1BC4-4CD8-3CD4-F723-5C196FE15FE0> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x99729000 - 0x997bbfe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x997f4000 - 0x99810fe3 com.apple.openscripting 1.3.1 () <0E6B81D1-C1BD-1B5F-836F-256E6701B5DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x999f4000 - 0x99a06ff7 com.apple.MultitouchSupport.framework 207.10 (207.10) <E1A6F663-570B-CE54-0F8A-BBCCDECE3B42> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x99a07000 - 0x99a1cfff com.apple.ImageCapture 6.0.1 (6.0.1) <E7ED2AC1-834C-A44E-531E-EC05F0496DBF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0xba100000 - 0xba101fe7 libArabicConverter.dylib 49.0.0 (compatibility 1.0.0) <067E10C0-A99B-2EF5-5EDB-D28C364FF332> /System/Library/CoreServices/Encodings/libArabicConverter.dylib 0xba300000 - 0xba301fe7 libCyrillicConverter.dylib 49.0.0 (compatibility 1.0.0) <917C387A-1F4E-F72C-514D-862CF11A822C> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib 0xba500000 - 0xba501ff7 libGreekConverter.dylib 49.0.0 (compatibility 1.0.0) <AA1231CD-A969-83A5-E1EA-EABBF5F2F0EC> /System/Library/CoreServices/Encodings/libGreekConverter.dylib 0xba700000 - 0xba700ff7 libHebrewConverter.dylib 49.0.0 (compatibility 1.0.0) <8E2CB723-4112-F092-974D-BC70C868FC72> /System/Library/CoreServices/Encodings/libHebrewConverter.dylib 0xba900000 - 0xba916ff7 libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <B339B85B-1B6D-81D8-1281-7B8C8A517329> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib 0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <EF3E3210-927F-DB9F-4CD4-4039A2AE2F84> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib 0xbad00000 - 0xbad01fe7 libLatin2Converter.dylib 49.0.0 (compatibility 1.0.0) <2FC89323-9999-7400-16EF-E815ABB4DDD9> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib 0xbaf00000 - 0xbaf01ff7 libLatin5Converter.dylib 49.0.0 (compatibility 1.0.0) <0240F40C-8119-EC3D-E030-C8B4AD73E23F> /System/Library/CoreServices/Encodings/libLatin5Converter.dylib 0xbb100000 - 0xbb103fe7 libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) <80CA35C5-AFBF-DD2D-B47B-9CE773B9CAEF> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib 0xbb300000 - 0xbb301fe7 libSymbolConverter.dylib 49.0.0 (compatibility 1.0.0) <05C9EEC1-FC3F-9848-03C0-D16428BB164A> /System/Library/CoreServices/Encodings/libSymbolConverter.dylib 0xffff0000 - 0xffff1fff libSystem.B.dylib () <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
  13. I have done some photo/document storing apps in the past. I could probably alter one to these needs. The tough part would be sending something to and from iPhoto but could probably be figured out. At the very least I might be able to use applescript to achieve this. Would this be something that you would want to pay for or are you just asking for suggestions? -Tanner
  14. I have a server script that runs every minute and another one that runs every 5 minutes and have not had any performance problems. I think the script would be pretty simple. Go To Layout Find Flagged Records Print Found Records I think you could easily run that every minute without any performance problems. Especially if you are running on modern hardware.
  15. Hi Andy, What you want to do requires a bit of knowledge of HTML so if you don't know how to make a simple webpage this might be a bit difficult. Basically you need to make a large webviewer and use a data url to imbed a full webpage in that webviewer. I think sixfriedrice.com did an article awhile back on data urls so just do a search on their site to see what that is. Then on your code you would use the filemaker List() function to reference your URL table. The easiest would be instead of just storing your URL's to actually have a calculation field that generates an tag based on your flicker URL. That way when you use the List function in your web viewer it will actually list all of the code necessary to display your image. If I get some time I might be able to do a simple example file but I don't have time right now. Hope this helps.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.