Football Manager

Sorry if this is the wrong place but
I have a MacBook and was playing football manager and set it to full screen and I was wondering if anyone could tell me how to put it back?

dont worry i got it

Similar Messages

  • I'm new to Mac, I recently downloaed steam for my husbands football manager game, having run ok for a few weeks it will no longer allow him to start up his game.I got help once it worked once but will not again....help please!!

    We're retired,new to IMac, I downloaded Steam for my husbands football manager 2011.It ran successfully for few weeks, but now will not allow him to start up his game.I got help from the mac team and it worked for one day but again has the same fault....help please

    Your download or install of the update may have been corrupt. Visit the Mac App Store and re-download the update or visit http://support.apple.com/kb/DL1726 and download the 10.9.2 update combo and re-install.
    If that fails to solve the problem please post back and post a EtreCheck Report which you can locate at:
    http://www.etresoft.com/etrecheck

  • Karza Football Manager is out!

    Hello to everyone,
    I'm very happy to announce that after a year of work, my new game, Karza Football Manager, is ready.
    For people who like soccer, this is a strategic soccer manager game.
    Apple Store:
    http://itunes.apple.com/us/app/karza-football-manager/id513858042
    Google Play/Android Market:
    https://play.google.com/store/apps/details?id=air.com.int33h.kfm
    Minipage:
    http://www.int33h.com/apps/kfm/index_en.html  (English)
    http://www.int33h.com/apps/kfm/index_it.html  (Italian)
    Facebook page:
    http://www.facebook.com/pages/Karza-Football-Manager/181270378656844
    Here it is the short description and the list of the features:
    Karza Football Manager: it's a funny old football manager game!
    Take the helm of a failing team with a glorious past.
    Will you bring it back to its righteous place in the football hall of fame?
    - Manage every aspect of your football team.
    - Begin from the 3rd division and go back to the premium league!
    - Adjust your strategy, formation and tactics.
    - Build custom modules, from a 3-3-4 to a 5-3-2!
    - View individuals players skills, statistics and contract details: pay attention to their morale and fitness.
    - Train your players to improve your team.
    - Buy, sell players and negotiate their contracts.
    - Check out the transfer market to strengthen your team.
    - Improve the quality of your youth team: the higher it is, the more it will be probable to create new soccer stars.
    - Take part to two different cups: the National Cup and the Champions' Cup.
    - Manage your staff, a fundamental component of your team: there are nine types of professionals you can hire.
    - Full commentary of the match in real time.
    - Change your tactics or strategy in real time during the game and make substitutions.
    - Manage club finances and pay attention not to go negative.
    - Discover and conquer 27 different achievement!
    - Read the glorious history of your club!
    - Professional musics and sound effects.
    - Play and save multiple game profiles.
    - Everytime you start a new game, it will always be different!
    ...and over all...
    - No in-app purchase necessary to advance in the game!
    Now, about the techincal part...
    The game was made by using Flash CS5.5 and Flashdevelop.
    After a month of design, it took me about 9 months to write 75.000+ lines of as3 for building the game (about 2.4MB of source code).
    Seen that I have an eight-hour job, I had to write it in the evenings, in the weekends, during the holidays... and so on... it was really hard, but, in the end, I liked it.
    The musics and the sound effects (and some additional ideas) were made by a friend of mine, nickname Composer, nick-nomen omen :-)
    The UI was made by me and some additional graphics by another friend of mine, Darkuncle.
    And the translation in English was done by a third friend, Cug.
    We spent also more than a month to test it and to balance it.
    Finally I submitted it to the Apple Store and it was approved yesterday.
    I have to say that I'm pleased by the AIR runtime but not because I was able to animate a lot of sprites and so on (the application is a strategic game and although there are some animations, these are mostly marginal).
    I'm pleased because my appication does a lot of computations and it uses really a lot the SQLite engine.
    For example, when the game starts, the user can choose to generate randomly the datas: this means about 100+ teams, 2000+ players and about 3000-4000 inserts and updates on the db!
    And with AIR this is always plain sailing!
    And obviously, I'm really pleased by the fact that with a few changes (really!) I was able to export the game for iPhone/iPad and for Android: when the so called internet agencies will really understand this, Flash will live a second youth!
    Thank you Adobe!
    The Android version is free, but only because I was able to put the adv banners thanks to the great Admob native extension made by Milkman Games that I really recommend (http://www.milkmangames.com/blog/2011/11/10/announcing-native-android-admob-support-for-ad obe-air/)
    The iPhone/iPad version is sold for 1.59€ with no advertise at all in it.
    And to conclude, here they are some screenshots taken from the iPhone version (I resized it to fit here), however you can find many screenshots in the Facebook page
    https://www.facebook.com/photo.php?fbid=182015455249003&set=a.182014571915758.38907.181270 378656844
    Click on enlarge.
    I know there are few soccer fans in the United States, but I have faith in the rest of the world :-)
    Thanks and Happy Easter!

    http://code.google.com/p/flash-for-mobile/
    qq讨论群:56892018
    version for android http://code.google.com/p/flash-for-mobile/
    version for iphone and ipad https://github.com/lilili87222/admob-for-flash
    this is a actionscript native extension for developer to ad advertisement to their air mobile application run on iphone or android.it very easy to use
    admob for flash android this lib enable you to add admob ad to your flash air application to add native advertisement to your actionscript3 application you just need to do four step
    1.replace D:\Program Files\Adobe\Adobe Flash Builder 4.6\sdks\4.6.1\lib\android\lib\resources\android-res.jar with android-res.jar
    2. add this config to -app.xml
    <android>
    <manifestadditions><![CDATA[
    <manifest android:installLocation="auto">    <uses-sdk android:targetSdkVersion="11"/> <uses-sdk android:minSdkVersion="8"/>    <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <application><!-- <activity android:name="com.google.ads.AdActivity?" android:configChanges="keyboard|keyboardHidden|orientation"/> --> <activity android:name="com.google.ads.AdActivity?" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize |smallestScreenSize"/>
    </application>
    Unknown end tag for </manifest>
    ]]></manifestadditions>
    </android>
    3.add this config to -app.xml
    <extensions>
    <extensionid>so.cuo.ane.Admob</extensionid>
    </extensions>
    4. add code to your android air application like follow 
    test1(); private function test1():void {    var admob:Admob=Admob.getInstance(); if(admob.isSupported){    admob.setUnitId(gid); admob.dispatcher.addEventListener(AdEvent?.onReceiveAd,this.adHandler); admob.dispatcher.addEventListener(AdEvent?.onFailedToReceiveAd,this.adHandler);
    // admob.showRelation(AdMobAlignment?.ALIGN_BOTTOM,AdType?.BANNER); 
    admob.show(50,100,AdType?.BANNER);
    }else{    trace("not support"); }
    protected function adHandler(event:AdEvent?):void {    trace("receive ad"); }

  • When is football manager 2013 coming out? I am really confused!!!

    I have been hearing many rumours that football manager 2013 is coming out today, some have said 12 (midnight) what time zone? Uk or USA? Or what I really want to know when it's released!!!

    This is an iPad user to user forum, so we have no way of knowing. Do a Google search or contact the app developer.
     Cheers, Tom

  • Having issues with hard drive, trying to start up football manager 2015 but it reads for a few seconds then ejects itself , ive tried other cds and it reads fine so tried older versions of football manager which ive used before and they dont either

    im having issues with hard drive im trying to install football manager 2015 it reads disk for a few seconds then ejects itself other cds read fine
    and have tried older versions of football manager and they dont read either
    any help would be greatly appreciated
    thanks

    Try resetting the SMC 2-3 times, if that does not work then the DVD may need cleaning. Get a dry cleaning kit from your local office supply store.
    Intel iMac SMC and PRAM resets

  • Football Manager 2010 used to open, now doesn't

    I used to play football manager all the time but yesterday I tried playing it and as soon as clicked it to open it said it had to close unexpectedly. Any help?

    Presuming that a simple restart of your Mac doesn't fix the problem, Sega has one suggestion here. If that doesn't help, you'll probably want to ask Sega tech support or in the Football Manager forums. You'll be most like to get help there, unless there are other programs on your Mac that are also crashing.
    Regards.

  • Cpu is burning because of Football Manager 2013

    Hi Guys,
    I have Mid 2012 Macbook Pro i7 2.9 Ghz 8GB, 128GB OCZ Vertex 4 SSD. I install Football Manager 2013. When the match simulation run, cpu start to burn, fan is working so fast, It's very hot when I touch upper keyboard. It's turning normal temperature after shut it down. it's never ever happen before. I dont play a game on this macbook. I installed first time this game. Could you help me what was the reason for that?
    Cheers

    Hi,
    troubleshooting application performance can be very hard.
    i would recommend starting by gathering some information on the system. With perfmon verify if you are running into resource depletion (high cpu usage, low on memory, disk queu high.) try to find culprit processes using process explorer (or taks manager).
    Please note that a cpu hitting 100% is normal behaviour. it indicates it is being used. if it keeps on 100%, this ususally tells us the cpu is the bottleneck. If the issue does not appear in a similar configuration, it also might be the computer needs
    to do more work due to underlying stuff like antivirus scanning, disk IO slow, outdated drivers,...
    CPU's have very different raw performance depending on type and generation. Check the hardware installed, check it matches with  other test systems. Check what other processes arer running too.
    MCP/MCSA/MCTS/MCITP

  • Basic Football Manager Game in Java

    [http://bygfoot.sourceforge.net/new/about/]
    Hi,
    I would like to create a basic Football Manager Game for the desktop using Netbeans.
    Is this the only package I will need to create this Game for the Desktop?
    What Java skills will I need to learn to create this game?
    Thanks in Advance
    Edited by: wakesta on Jul 5, 2010 11:10 AM

    You will need to know some of this Java. You should also become familiar with basic programming concepts, for that I would suggest a study of contemporary texts on programming--not on learning Java or a language specifically, but on programming itself.

  • Playing football manager 2009 on macbook

    morning all.
    i have football manager 2009 which i love and used to play on my old dell laptop. i have now moved onto an apple macbook which is brilliant but i don't seem to be able to play my football manager game. on the front cover it has the mac logo so i can't get my head around it.
    any ideas?

    Football Manager 2009 runs fine on my MacPro under 10.5.6 so rest assured it does indeed work on Apple hardware/software.
    Depending on the graphics hardware your Macbook features you may not be able to use the 3d match engine I'm not 100% sure but I believe the aluminum unibody Macbooks released in October 2008 and the White Macbook released January 2009 should all be able to run the game with the 3d match engine, Prior to these machines I think the integrated graphics used by the Macbook line aren't powerful enough (or just not supported) to run the 3d Match engine.
    It would be worth going to http://community.sigames.com/ and making a post in the mac tech support section their forums sigames employees (including the Managing Director) are there as moderators and they really do care about the product the put out so help should be forthcoming. If you don't get a reply there after a day or so maybe pm one of the moderators to bring it to their attention (since the mac section probably gets less posts and thus attention paid it).
    Best of luck,
    Chris

  • Football Manager 2010 [SOLVED]

    Hi, when I try to start Football Manager 2010 through Wine I get the message
    fixme:mixer:ALSA_MixerInit No master control found on HD-Audio Generic, disabling mixer
    fixme:powrprof:GetActivePwrScheme (0x33fb10) stub!
    err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
    err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1
    fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10068 0x00000000
    err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly
    fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 4 and card vendor 0000.
    err:d3d:match_fbo_tex_update FBO status 0
    fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
    fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8A8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
    fixme:d3d:check_fbo_compat Format WINED3DFMT_B8G8R8X8_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
    fixme:d3d:check_fbo_compat Format WINED3DFMT_B5G6R5_UNORM rtInternal format is not supported as FBO color attachment.
    fixme:d3d:check_fbo_compat Format WINED3DFMT_R16G16_UNORM rtInternal format is not supported as FBO color attachment.
    fixme:d3d:check_fbo_compat Format WINED3DFMT_R16G16B16A16_UNORM with rendertarget flag is not supported as FBO color attachment, and no fallback specified.
    fixme:win:EnumDisplayDevicesW ((null),0,0x2f8e358,0x00000000), stub!
    fixme:wtsapi:WTSRegisterSessionNotification Stub 0x20070 0x00000000
    fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
    fixme:d3d:debug_fbostatus Unrecognied FBO status 0x00000000
    fixme:d3d:context_check_fbo_status FBO status unrecognized (0)
    err:d3d:context_check_fbo_status FBO 0 is incomplete, driver bug?
    fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
    fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface
    fixme:d3d:debug_fbostatus Unrecognied FBO status 0x00000000
    fixme:d3d:context_check_fbo_status FBO status unrecognized (0)
    err:d3d:context_check_fbo_status FBO 0 is incomplete, driver bug?
    Any idea what it could mean?
    Last edited by antee (2010-04-10 13:13:32)

    Nevermind, it works now

  • Football Manager on Apple tv

    Hi all
    is anyone able to tell me if you can use Football manager handheld on AirPlay apple tv. basically play it through Apple tv onto your tv screen?

    if football manager is a game for ios devices and your ios device is new enough to support airplay mirror
    and your Apple TV is new enough to support airplay mirror and if the developer of your football manager don't block airplay mirror from being used with the app than yes
    read
    Use AirPlay to wirelessly stream content from your iPhone, iPad, or iPod touch - Apple-support

  • Football Manager 2007 (Wont Install)

    Hi guys sorry if this is not in the correct section!
    I uninstalled Football Manager ages ago but want to reinstall it, however everytime i try and do so I get this error message!
    Can anyone figure what is wrong with it and what can I do?
    Date/Time: 2007-06-15 22:55:49.750 +0100
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    Command: java
    Path: /Library/Java/Home//bin/java
    Parent: Install FM2007 Mac.command [240]
    Version: ??? (???)
    PID: 241
    Thread: Unknown
    Exception: EXCBADACCESS (0x0001)
    Code[0]: 0x0000000a
    Code[1]: 0x0b8eb5b5
    Thread 0:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082c2b3 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082bace CFRunLoopRunInMode + 61
    3 com.apple.HIToolbox 0x92dd78d8 RunCurrentEventLoopInMode + 285
    4 com.apple.HIToolbox 0x92dd6fe2 ReceiveNextEventCommon + 385
    5 com.apple.HIToolbox 0x92dd6e39 BlockUntilNextEventMatchingListInMode + 81
    6 com.apple.AppKit 0x9325d465 _DPSNextEvent + 572
    7 com.apple.AppKit 0x9325d056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    8 com.apple.AppKit 0x93256ddb -[NSApplication run] + 512
    9 libawt.jnilib 0x9aba1320 +[AWTStarter startAWT:] + 1967
    10 com.apple.Foundation 0x927fe3fd __NSFireMainThreadPerform + 352
    11 com.apple.CoreFoundation 0x9085f389 __CFRunLoopPerformPerform + 82
    12 com.apple.CoreFoundation 0x9082bf92 CFRunLoopRunSpecific + 1213
    13 com.apple.CoreFoundation 0x9082bace CFRunLoopRunInMode + 61
    14 java 0x000046f8 0x1000 + 14072
    15 java 0x00001f06 0x1000 + 3846
    16 java 0x00001e2d 0x1000 + 3629
    Thread 1:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846618 jio_snprintf + 392190
    2 libclient.dylib 0x9a855153 JVM_MonitorWait + 3663
    3 libclient.dylib 0x9a854784 JVM_MonitorWait + 1152
    4 libclient.dylib 0x9a8544fd JVM_MonitorWait + 505
    5 <<00000000>> 0x045851d1 0 + 72896977
    6 <<00000000>> 0x0457f913 0 + 72874259
    7 <<00000000>> 0x0457f913 0 + 72874259
    8 <<00000000>> 0x0457fc19 0 + 72875033
    9 <<00000000>> 0x0457f913 0 + 72874259
    10 <<00000000>> 0x0457d15d 0 + 72864093
    11 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    12 libclient.dylib 0x9a847a30 jio_snprintf + 397334
    13 libclient.dylib 0x9a863d87 JVM_MaxMemory + 7311
    14 libclient.dylib 0x9a8afb9e JVM_FindLoadedClass + 2312
    15 java 0x00003d30 0x1000 + 11568
    16 java 0x00004560 0x1000 + 13664
    17 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a7ded83 JNICreateJavaVMImpl + 53183
    2 libclient.dylib 0x9a7ded18 JNICreateJavaVMImpl + 53076
    3 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    4 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846562 jio_snprintf + 392008
    2 libclient.dylib 0x9a8463ce jio_snprintf + 391604
    3 libclient.dylib 0x9a846a78 jio_snprintf + 393310
    4 libclient.dylib 0x9a8460ae jio_snprintf + 390804
    5 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    6 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846618 jio_snprintf + 392190
    2 libclient.dylib 0x9a855153 JVM_MonitorWait + 3663
    3 libclient.dylib 0x9a854784 JVM_MonitorWait + 1152
    4 libclient.dylib 0x9a8544fd JVM_MonitorWait + 505
    5 <<00000000>> 0x045851d1 0 + 72896977
    6 <<00000000>> 0x0457f913 0 + 72874259
    7 <<00000000>> 0x0457f913 0 + 72874259
    8 <<00000000>> 0x0457d15d 0 + 72864093
    9 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    10 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    11 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    12 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    13 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    14 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    15 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846618 jio_snprintf + 392190
    2 libclient.dylib 0x9a855153 JVM_MonitorWait + 3663
    3 libclient.dylib 0x9a854784 JVM_MonitorWait + 1152
    4 libclient.dylib 0x9a8544fd JVM_MonitorWait + 505
    5 <<00000000>> 0x045851d1 0 + 72896977
    6 <<00000000>> 0x0457f913 0 + 72874259
    7 <<00000000>> 0x0457f9ea 0 + 72874474
    8 <<00000000>> 0x0457f9ea 0 + 72874474
    9 <<00000000>> 0x0457d15d 0 + 72864093
    10 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    11 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    12 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    13 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    14 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    15 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    16 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 6:
    0 libSystem.B.dylib 0x90024cdf semaphorewaittrap + 7
    1 libclient.dylib 0x9a8673b9 JVM_RegisterSignal + 8741
    2 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    3 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    4 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 7:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846618 jio_snprintf + 392190
    2 libclient.dylib 0x9a84628b jio_snprintf + 391281
    3 libclient.dylib 0x9a8689a7 JVM_RegisterSignal + 14355
    4 libclient.dylib 0x9a86869f JVM_RegisterSignal + 13579
    5 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    6 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    7 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 8:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846618 jio_snprintf + 392190
    2 libclient.dylib 0x9a8463ce jio_snprintf + 391604
    3 libclient.dylib 0x9a869032 JVM_RegisterSignal + 16030
    4 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    5 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    6 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 9:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846562 jio_snprintf + 392008
    2 libclient.dylib 0x9a87a9f8 JVM_RegisterSignal + 88164
    3 libclient.dylib 0x9a87a646 JVM_RegisterSignal + 87218
    4 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    5 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 10:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846562 jio_snprintf + 392008
    2 libclient.dylib 0x9a87a870 JVM_RegisterSignal + 87772
    3 libclient.dylib 0x9a8fadbb JVM_Sleep + 481
    4 <<00000000>> 0x045851d1 0 + 72896977
    5 <<00000000>> 0x0457f913 0 + 72874259
    6 <<00000000>> 0x0457fc19 0 + 72875033
    7 <<00000000>> 0x0457d15d 0 + 72864093
    8 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    9 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    10 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    11 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    12 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    13 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    14 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 11:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846618 jio_snprintf + 392190
    2 libclient.dylib 0x9a855153 JVM_MonitorWait + 3663
    3 libclient.dylib 0x9a854784 JVM_MonitorWait + 1152
    4 libclient.dylib 0x9a8544fd JVM_MonitorWait + 505
    5 <<00000000>> 0x045851d1 0 + 72896977
    6 <<00000000>> 0x0457f913 0 + 72874259
    7 <<00000000>> 0x0457f913 0 + 72874259
    8 <<00000000>> 0x0457fc19 0 + 72875033
    9 <<00000000>> 0x0457d15d 0 + 72864093
    10 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    11 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    12 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    13 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    14 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    15 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    16 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 12:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846618 jio_snprintf + 392190
    2 libclient.dylib 0x9a855153 JVM_MonitorWait + 3663
    3 libclient.dylib 0x9a854784 JVM_MonitorWait + 1152
    4 libclient.dylib 0x9a8544fd JVM_MonitorWait + 505
    5 <<00000000>> 0x045851d1 0 + 72896977
    6 <<00000000>> 0x0457f913 0 + 72874259
    7 <<00000000>> 0x0457f913 0 + 72874259
    8 <<00000000>> 0x0457f913 0 + 72874259
    9 <<00000000>> 0x0457f913 0 + 72874259
    10 <<00000000>> 0x0457fc19 0 + 72875033
    11 <<00000000>> 0x0457d15d 0 + 72864093
    12 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    13 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    14 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    15 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    16 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    17 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    18 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 13:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846618 jio_snprintf + 392190
    2 libclient.dylib 0x9a855153 JVM_MonitorWait + 3663
    3 libclient.dylib 0x9a854784 JVM_MonitorWait + 1152
    4 libclient.dylib 0x9a8544fd JVM_MonitorWait + 505
    5 <<00000000>> 0x045851d1 0 + 72896977
    6 <<00000000>> 0x0457f913 0 + 72874259
    7 <<00000000>> 0x0457f913 0 + 72874259
    8 <<00000000>> 0x0457fc19 0 + 72875033
    9 <<00000000>> 0x0457d15d 0 + 72864093
    10 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    11 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    12 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    13 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    14 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    15 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    16 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 14:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846618 jio_snprintf + 392190
    2 libclient.dylib 0x9a855153 JVM_MonitorWait + 3663
    3 libclient.dylib 0x9a854784 JVM_MonitorWait + 1152
    4 libclient.dylib 0x9a8544fd JVM_MonitorWait + 505
    5 <<00000000>> 0x045851d1 0 + 72896977
    6 <<00000000>> 0x0457f913 0 + 72874259
    7 <<00000000>> 0x0457f9ea 0 + 72874474
    8 <<00000000>> 0x0457f9ea 0 + 72874474
    9 <<00000000>> 0x0457fc19 0 + 72875033
    10 <<00000000>> 0x0457d15d 0 + 72864093
    11 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    12 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    13 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    14 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    15 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    16 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    17 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 15:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846618 jio_snprintf + 392190
    2 libclient.dylib 0x9a855153 JVM_MonitorWait + 3663
    3 libclient.dylib 0x9a854784 JVM_MonitorWait + 1152
    4 libclient.dylib 0x9a8544fd JVM_MonitorWait + 505
    5 <<00000000>> 0x0482e051 0 + 75685969
    6 <<00000000>> 0x04733278 0 + 74658424
    7 <<00000000>> 0x047cecdc 0 + 75295964
    8 <<00000000>> 0x0457fa6b 0 + 72874603
    9 <<00000000>> 0x0457f913 0 + 72874259
    10 <<00000000>> 0x0457f913 0 + 72874259
    11 <<00000000>> 0x0457f913 0 + 72874259
    12 <<00000000>> 0x0457d15d 0 + 72864093
    13 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    14 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    15 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    16 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    17 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    18 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    19 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 16:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846562 jio_snprintf + 392008
    2 libclient.dylib 0x9a87a870 JVM_RegisterSignal + 87772
    3 libclient.dylib 0x9a8fadbb JVM_Sleep + 481
    4 <<00000000>> 0x045851d1 0 + 72896977
    5 <<00000000>> 0x0457f913 0 + 72874259
    6 <<00000000>> 0x0457fc19 0 + 72875033
    7 <<00000000>> 0x0457d15d 0 + 72864093
    8 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    9 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    10 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    11 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    12 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    13 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    14 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 17:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846562 jio_snprintf + 392008
    2 libclient.dylib 0x9a855153 JVM_MonitorWait + 3663
    3 libclient.dylib 0x9a854784 JVM_MonitorWait + 1152
    4 libclient.dylib 0x9a8544fd JVM_MonitorWait + 505
    5 <<00000000>> 0x045851d1 0 + 72896977
    6 <<00000000>> 0x0457f913 0 + 72874259
    7 <<00000000>> 0x0457fc19 0 + 72875033
    8 <<00000000>> 0x0457d15d 0 + 72864093
    9 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    10 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    11 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    12 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    13 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    14 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    15 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 18:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846562 jio_snprintf + 392008
    2 libclient.dylib 0x9a87a870 JVM_RegisterSignal + 87772
    3 libclient.dylib 0x9a8fadbb JVM_Sleep + 481
    4 <<00000000>> 0x045851d1 0 + 72896977
    5 <<00000000>> 0x0457f913 0 + 72874259
    6 <<00000000>> 0x0457d15d 0 + 72864093
    7 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    8 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    9 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    10 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    11 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    12 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    13 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 19:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846562 jio_snprintf + 392008
    2 libclient.dylib 0x9a855153 JVM_MonitorWait + 3663
    3 libclient.dylib 0x9a854784 JVM_MonitorWait + 1152
    4 libclient.dylib 0x9a8544fd JVM_MonitorWait + 505
    5 <<00000000>> 0x045851d1 0 + 72896977
    6 <<00000000>> 0x0457f913 0 + 72874259
    7 <<00000000>> 0x0457fc19 0 + 72875033
    8 <<00000000>> 0x0457d15d 0 + 72864093
    9 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    10 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    11 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    12 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    13 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    14 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    15 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 20:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846562 jio_snprintf + 392008
    2 libclient.dylib 0x9a855153 JVM_MonitorWait + 3663
    3 libclient.dylib 0x9a854784 JVM_MonitorWait + 1152
    4 libclient.dylib 0x9a8544fd JVM_MonitorWait + 505
    5 <<00000000>> 0x045851d1 0 + 72896977
    6 <<00000000>> 0x0457f913 0 + 72874259
    7 <<00000000>> 0x0457fc19 0 + 72875033
    8 <<00000000>> 0x0457d15d 0 + 72864093
    9 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    10 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    11 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    12 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    13 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    14 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    15 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 21:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846562 jio_snprintf + 392008
    2 libclient.dylib 0x9a855153 JVM_MonitorWait + 3663
    3 libclient.dylib 0x9a854784 JVM_MonitorWait + 1152
    4 libclient.dylib 0x9a8544fd JVM_MonitorWait + 505
    5 <<00000000>> 0x045851d1 0 + 72896977
    6 <<00000000>> 0x0457f913 0 + 72874259
    7 <<00000000>> 0x0457fc19 0 + 72875033
    8 <<00000000>> 0x0457d15d 0 + 72864093
    9 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    10 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    11 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    12 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    13 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    14 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    15 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 22:
    0 libSystem.B.dylib 0x9000a077 machmsgtrap + 7
    1 libclient.dylib 0x9a846562 jio_snprintf + 392008
    2 libclient.dylib 0x9a87a870 JVM_RegisterSignal + 87772
    3 libclient.dylib 0x9a8fadbb JVM_Sleep + 481
    4 <<00000000>> 0x048414c9 0 + 75764937
    5 <<00000000>> 0x048429d0 0 + 75770320
    6 <<00000000>> 0x045f1cc0 0 + 73342144
    7 <<00000000>> 0x0457fa6b 0 + 72874603
    8 <<00000000>> 0x0457f913 0 + 72874259
    9 <<00000000>> 0x0457fc19 0 + 72875033
    10 <<00000000>> 0x0457f913 0 + 72874259
    11 <<00000000>> 0x0457d15d 0 + 72864093
    12 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    13 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    14 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    15 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    16 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    17 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    18 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Thread 23:
    0 libzip.jnilib 0x9aede0b5 ZIP_Lock + 57
    1 libzip.jnilib 0x9aee2530 ZIP_GetNextEntry + 49
    2 libzip.jnilib 0x9aee24f9 Javajava_util_zip_ZipFilegetNextEntry + 24
    3 <<00000000>> 0x045851d1 0 + 72896977
    4 <<00000000>> 0x0457f994 0 + 72874388
    5 <<00000000>> 0x0457f994 0 + 72874388
    6 <<00000000>> 0x0457f9ea 0 + 72874474
    7 <<00000000>> 0x0457fcf0 0 + 72875248
    8 <<00000000>> 0x0457f9ea 0 + 72874474
    9 <<00000000>> 0x0457f9bf 0 + 72874431
    10 <<00000000>> 0x0457f994 0 + 72874388
    11 <<00000000>> 0x0457f9ea 0 + 72874474
    12 <<00000000>> 0x0457f9ea 0 + 72874474
    13 <<00000000>> 0x0457f9ea 0 + 72874474
    14 <<00000000>> 0x0457f9ea 0 + 72874474
    15 <<00000000>> 0x0457f9ea 0 + 72874474
    16 <<00000000>> 0x0457f9ea 0 + 72874474
    17 <<00000000>> 0x0457f9ea 0 + 72874474
    18 <<00000000>> 0x0457f913 0 + 72874259
    19 <<00000000>> 0x0457f913 0 + 72874259
    20 <<00000000>> 0x0457f913 0 + 72874259
    21 <<00000000>> 0x0457f913 0 + 72874259
    22 <<00000000>> 0x0457f913 0 + 72874259
    23 <<00000000>> 0x0457fc19 0 + 72875033
    24 <<00000000>> 0x0457d15d 0 + 72864093
    25 libclient.dylib 0x9a847ce2 jio_snprintf + 398024
    26 libclient.dylib 0x9a8542f3 JVM_StartThread + 2385
    27 libclient.dylib 0x9a854205 JVM_StartThread + 2147
    28 libclient.dylib 0x9a854151 JVM_StartThread + 1967
    29 libclient.dylib 0x9a854083 JVM_StartThread + 1761
    30 libclient.dylib 0x9a7dec31 JNICreateJavaVMImpl + 52845
    31 libSystem.B.dylib 0x900245c7 pthreadbody + 84
    Unknown thread crashed with i386 Thread State:
    eax: 0x0b8eb5b5 ebx: 0x9aede0a2 ecx:0x00546a30 edx: 0x0536e5b5
    edi: 0x005466d0 esi: 0x025dc4e0 ebp:0xb1418678 esp: 0xb1418610
    ss: 0x0000001f efl: 0x00010202 eip:0x9aede0b5 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs:0x0000001f gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x9fff java /Library/Java/Home/bin/java
    0x17db000 - 0x17ddfff libmacosxppk.jnilib /var/tmp/ismp043/libmacosxppk.jnilib
    0x2281c000 - 0x22823fff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/robertrudge/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x24d84000 - 0x24df5fff com.DivXInc.DivXDecoder 6.4.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x8fe00000 - 0x8fe4afff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x90170fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x901c2fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c4000 - 0x90201fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90228000 - 0x902fefff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031e000 - 0x90773fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080a000 - 0x908d2fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90910000 - 0x90910fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90912000 - 0x90a05fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a55000 - 0x90ad4fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90afd000 - 0x90b61fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd0000 - 0x90bd7fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bdc000 - 0x90c4ffff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c64000 - 0x90c76fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7c000 - 0x90f22fff com.apple.CoreServices.CarbonCore 682.23 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f65000 - 0x90fcdfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91005000 - 0x91043fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91056000 - 0x91066fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91071000 - 0x910effff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91124000 - 0x91142fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9114e000 - 0x9115cfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9115f000 - 0x912fefff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913fc000 - 0x91404fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9140b000 - 0x91412fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91416000 - 0x9143cfff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9144e000 - 0x914c4fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91515000 - 0x91515fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91517000 - 0x91542fff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91555000 - 0x91629fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91664000 - 0x916d7fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91705000 - 0x917aefff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917d4000 - 0x9181ffff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9183e000 - 0x91854fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91860000 - 0x9187afff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91884000 - 0x918c1fff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918d5000 - 0x918e1fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918e8000 - 0x91927fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9193a000 - 0x919ecfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a32000 - 0x91a48fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a4d000 - 0x91a6bfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a70000 - 0x91acffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91ae1000 - 0x91ae5fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ae7000 - 0x91b6bfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b6f000 - 0x91bacfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bb2000 - 0x91bccfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91bd1000 - 0x91bd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91bd5000 - 0x91cb3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91cd0000 - 0x91cd0fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd2000 - 0x91d60fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d67000 - 0x91d67fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d69000 - 0x91dc2fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dcb000 - 0x91deffff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91df7000 - 0x92200fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9223a000 - 0x925eefff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9261b000 - 0x92708fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9270a000 - 0x92787fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927c8000 - 0x929f8fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b12000 - 0x92b29fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b34000 - 0x92b8cfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92ba0000 - 0x92ba0fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92ba2000 - 0x92bb2fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bc1000 - 0x92bc9fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bcf000 - 0x92bd4fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bda000 - 0x92c6bfff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c7f000 - 0x92c82fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c85000 - 0x92ca3fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cb5000 - 0x92cbbfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cc1000 - 0x92d24fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d48000 - 0x92d89fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92db0000 - 0x92dbdfff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dc4000 - 0x92dc9fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92dce000 - 0x930c3fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931c9000 - 0x931d4fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931fd000 - 0x93201fff com.apple.JavaVM 11.5.0 /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x93244000 - 0x93244fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93246000 - 0x938fcfff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c7d000 - 0x93cf8fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d31000 - 0x93debfff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e2e000 - 0x93e2efff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e30000 - 0x93ff1fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94037000 - 0x94078fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94080000 - 0x940bafff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940bf000 - 0x940d5fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94268000 - 0x94277fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9427e000 - 0x94289fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942d5000 - 0x942effff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x942f5000 - 0x945f4fff com.apple.QuickTime 7.1.6 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x964cc000 - 0x964ccfff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96b37000 - 0x96b3cfff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97e3f000 - 0x98b14fff com.apple.QuickTimeComponents.component 7.1.6 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9a799000 - 0x9a799fff libcmm.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libcmm.jni lib
    0x9a7d1000 - 0x9ab08fff libclient.dylib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libclient. dylib
    0x9ab32000 - 0x9ab4dfff libjava.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jn ilib
    0x9ab58000 - 0x9ab60fff libverify.dylib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify. dylib
    0x9ab9f000 - 0x9ad2cfff libawt.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libawt.jni lib
    0x9ad99000 - 0x9ade4fff libfontmanager.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libfontman ager.jnilib
    0x9ae04000 - 0x9ae27fff libjpeg.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjpeg.jn ilib
    0x9ae5f000 - 0x9ae6cfff liblaf.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/liblaf.jni lib
    0x9ae76000 - 0x9ae80fff libnet.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnet.jni lib
    0x9ae84000 - 0x9ae87fff libnio.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libnio.jni lib
    0x9ae8c000 - 0x9aed3fff libsuncmm.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libsuncmm. jnilib
    0x9aedc000 - 0x9aee8fff libzip.jnilib /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jni lib
    MacBook Mac OS X (10.4.9)

    Does anyone have an idea? I contacted SI Games and they say its something wrnog with the mac!

  • Football Manager 2014 [SOLVED]

    Anyone here play Football Manager 2014?
    Is the database issue specific to Arch Linux?
    http://postimg.org/image/w84csckcd/
    Any ideas to a workaround?
    (File system issue, the game doesn't like reiserfs, vfat and btrfs are fine - problem solved)
    Last edited by Wunderkind (2014-04-21 16:10:07)

    Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309

  • Will a standard IMac run Football Manager?

    im looking into buying an IMac, & I really want it to play Football Manager 2015 with good quality so I can watch in 3D & have around 10 leagues added in, so could someone please tell me if a standard IMac would be able to run it.
    My friend has an IMac (2008 I think) & that seems to run it fine but other people have said a 2011 couldn't run it, & that's why I'm getting confused.
    Any any help or advice would be much appreciated.

    It can run on mac as well on the box in the top right hand corner it says PC, Mac & Linux, you don't have to play it through steam if u buy the Disc
    These are the minimum Requirements, I'd like better tho. Is the Mac better than them Requirments
    OS: Windows XP, Vista, 7, 8
    Processor: Intel Pentium 4, Intel Core, AMD Athlon - XP: 1.6GHz+ V/7/8: 2.2GHz+
    Memory: 1 GB RAM
    Graphics: NVidia GeForce FX 5900 Ultra, ATI Radeon 9800, Intel GMA X3100 - 128MB VRAM
    DirectX: Version 9.0c
    Hard Drive: 3 GB available space

  • If i have football manager 2011 should i purchase football manager 2012?

    I AM NOT SURE WHETHER I SHOULD PURCHASE THE NEW football manager

    Go to the website of Football Manager and read the information about the 2012 version. These Apple forums are the wrong place to ask about the features of third-party games.

Maybe you are looking for

  • How do I use my iPod on Mac after it was used on a PC?

    For Christmas I received a MacBook Pro and I have an iPod that I have been using for the past 2 years with on my PC. Do I need to reset my iPod now that I will be using it on my mac? I want to avoid problems with the different configurations and such

  • Windows 7 hangs when creating a new folder and hangs again when renaming it.

    Ok, so I have a problem where Windows 7 hangs when creating a new folder and hangs again when renaming it. I have documented this problem on my blog here: Windows 7 hangs when creating a new folder and hangs again when renaming it Rhyous's 127.0.0.1

  • What is the maximum amount of memory my laptop can have?

    I have a HP Pavillion DV6-7028tx with WIndows Home Premium installed, and I was wondering how much memory i can upgrade to? The hp website says that 8gb is the maximum that it can handle, but the Corsair system scanner says that it should be able to

  • Content Conversion Issue - sender File adapter..!!

    Hi All , Input file: GRP|HD|7001|7001A00443|012| GRP-LN|DTL|1|ZTAS|3|002|209782010|0001|EN GRP-LN|TXT|Customer: KR Test, Case 3 GRP-LN|TXT|Power            : -2.25 GRP-LN|DTL|2|ZTAS|4|002|209782035|0001|EN GRP-LN|TXT|Customer: CL Test, Case 4 GRP-LN|

  • Radius Authentication for FWSM

    Hello, this is my first posting so I apologize if I accidentally disobeyed any posting rules. Thank you to any and all that respond. My problem is setting up Authentication to my FWSM through my Radius server. My Radius server is set up by the ASDM,