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.

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"); }

  • 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 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!

  • Want help in developing my first game in java!!

    I want to develop a tetris game in java..can any one help me on this..basically i m new to java programming, i want to know abt the graphical part ..how to make that.. i will code the rest..I want to make an application rather than an applet..

    look at the Java2D demo that comes with the JDK
    it has lots of source code and just about everything you'll need to do in Tetris (technology wise) is in there, except the game logic.
    when you're ready to move into 3D and heavier apps, try this book:
    Practical Java Game Programming
    http://www.amazon.com/exec/obidos/tg/detail/-/1584503262/102-3570681-1096110?v=glance

  • Can I Write a * Game in Java?

    I have noticed loads of topics lately along the lines of "Can I write a quake style shooter in java" or "could I write a mmporg in Java" and similar for almost every style of game. I'd just like to make a quick point on this:
    Java is a programming language. At the stage it has reached now it can do anything any other programming language can do. It's strengths and weaknesses may be different from those of C, C++, Visual Basic, Lisp or whatever other languages people use regularly, but when it gets right down to it Java isn't the problem. If you can design it effectively then you can implement it in any complete language. It may not be easy but it is possible. The answer to this question is invariably yes.
    These forums are far more useful for asking practical questions rather than asking conceptual ones. A better question might be "how would I best start to design a * to be implemented in Java?"

    Yeah thats a good point. I think that Java has been so popular for so long that it can pretty well do anything as long as the designer designs it properly.
    I've made a http web server, and just yesterday I made a pong style game. Java works for almost anything. Take a cruse through the Java Programming forum. People there are using Java to sort money things and everything.

  • 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

  • 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

  • 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.

  • Steam - cannot run Football Manager 2015

    I have a problem with running Football Manager 2015.
    My graphics processor Intel® HD Graphics 4000
    Here is a log what I got after when I lunch the game:
    Game update: AppID 295270 "Football Manager 2015", ProcID 5244, IP 0.0.0.0:0
    ERROR: ld.so: object '/home/jarek/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/home/jarek/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
    [0308/192013:ERROR:browser_main_loop.cc(163)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
    ERROR: ld.so: object '/home/jarek/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
    ERROR: ld.so: object '/home/jarek/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    [0308/192013:ERROR:renderer_main.cc(207)] Running without renderer sandbox
    [0308/192013:ERROR:gpu_process_transport_factory.cc(437)] Failed to establish GPU channel.
    ERROR: ld.so: object '/home/jarek/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/home/jarek/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/home/jarek/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    pid 5286 != 5279, skipping destruction (fork without exec?)
    Game removed: AppID 295270 "Football Manager 2015", ProcID 5245
    I installed FM2015 in Novermber of 2014 and all works like a charm but not now :<
    Last edited by yarkoo (2015-03-08 18:29:13)

    I have same issue.

  • I bought Football Manager 2015 but when it downloaded and I went to open it, it stays on home screen then cuts off, any advice?

    I bought Football Manager 2015 but when it downloaded and I went to open it, it stays on home screen then cuts off, any advice?  

    Basics from the manual are restart, reset, restore.
    You can also try removing and reinstalling the app

  • Football Manager 2011

    Does anyone know what day its going to be released to the App Store?

    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.

  • Football Manager 2012 has unexpectedly quit

    I have downloaded Steam and installed Football Manager 2012, however, when I try to load game I get this error message:
    "Football Manager 2012 v 12.1.1f244101 has quit unexpectedly" with the following details
    Process:         fm [190]
    Path:            /Users/paulchambers/Library/Application Support/Steam/SteamApps/common/football manager 2012/fm.app/Contents/MacOS/fm
    Identifier:      com.sigames.eur.FootballManager2012
    Version:         12 . 1 . 1 (12 . 1 . 1 f 244101)
    Code Type:       X86 (Native)
    Parent Process:  launchd [100]
    Date/Time:       2011-12-29 22:44:56.435 +0000
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          55588 sec
    Crashes Since Last Report:           33
    Per-App Interval Since Last Report:  574 sec
    Per-App Crashes Since Last Report:   30
    Anonymous UUID:                      69912C5E-79BB-4890-8EFD-5D195EC3DA69
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  15
    Thread 0:  MainThrd  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x93102b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x931306e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x9315f5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x9394eb90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x939d1521 MPWaitForEvent + 240
    5   ...mes.eur.FootballManager2012          0x02754785 SICORE::SYNC_EVENT_CARBON::await(SICORE::MILLISECONDS) + 37
    6   ...mes.eur.FootballManager2012          0x027ee099 SIGFX::RENDER_ACTION::run_sync(SICORE::MILLISECONDS, bool) + 217
    7   ...mes.eur.FootballManager2012          0x027ee1db SIGFX::RENDER_ACTION::run_sync() + 43
    8   ...mes.eur.FootballManager2012          0x02bdaada SCREEN_CLIENT_MANAGER::basic_sigfx_initialisation() + 74
    9   ...mes.eur.FootballManager2012          0x02bde98a SCREEN_CLIENT_MANAGER::create_new_window(SCREEN*) + 426
    10  ...mes.eur.FootballManager2012          0x0107c38d startup() + 4525
    11  ...mes.eur.FootballManager2012          0x02980b16 SIOS::PLATFORM::MAC::APPLICATION::sios_main() + 38
    12  ...mes.eur.FootballManager2012          0x00002535 start + 53
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x93129382 kevent + 10
    1   libSystem.B.dylib                       0x93129a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x93128f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x93128cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x93128781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x931285c6 start_wqthread + 30
    Thread 2:  MainThrd
    0   libSystem.B.dylib                       0x93129382 kevent + 10
    1   steamclient.dylib                       0x0c8544c2 OSXHelpers::CIOPollingHelper::RealRun() + 244
    2   libtier0_s.dylib                        0x0ae87433 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 1992
    3   libtier0_s.dylib                        0x0ae8775c CatchAndWriteMiniDumpForVoidPtrFn + 78
    4   steamclient.dylib                       0x0c8540f9 OSXHelpers::CIOPollingHelper::Run() + 41
    5   libtier0_s.dylib                        0x0ae8ab27 SteamThreadTools::CThread::ThreadProc(void*) + 309
    6   libSystem.B.dylib                       0x93130259 _pthread_start + 345
    7   libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 3:  Chrome_DBThread
    0   libSystem.B.dylib                       0x93130aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9313075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x931323f8 pthread_cond_wait$UNIX2003 + 73
    3   liblibberkelium.dylib                   0x06782c07 ConditionVariable::Wait() + 39
    4   liblibberkelium.dylib                   0x067d278e base::WaitableEvent::TimedWait(base::TimeDelta const&) + 734
    5   liblibberkelium.dylib                   0x067d27c6 base::WaitableEvent::Wait() + 38
    6   liblibberkelium.dylib                   0x067a8e7e base::MessagePumpDefault::Run(base::MessagePump::Delegate*) + 94
    7   liblibberkelium.dylib                   0x067a5adf MessageLoop::RunInternal() + 63
    8   liblibberkelium.dylib                   0x067a5c74 MessageLoop::Run() + 52
    9   liblibberkelium.dylib                   0x067c8418 base::Thread::ThreadMain() + 264
    10  liblibberkelium.dylib                   0x067add81 ThreadFunc(void*) + 17
    11  libSystem.B.dylib                       0x93130259 _pthread_start + 345
    12  libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 4:  Chrome_FileThread
    0   libSystem.B.dylib                       0x93129382 kevent + 10
    1   liblibberkelium.dylib                   0x058852bd kq_dispatch + 93
    2   liblibberkelium.dylib                   0x058834f2 event_base_loop + 578
    3   liblibberkelium.dylib                   0x067e1434 base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) + 516
    4   liblibberkelium.dylib                   0x067a5adf MessageLoop::RunInternal() + 63
    5   liblibberkelium.dylib                   0x067a5c74 MessageLoop::Run() + 52
    6   liblibberkelium.dylib                   0x067c8418 base::Thread::ThreadMain() + 264
    7   liblibberkelium.dylib                   0x067add81 ThreadFunc(void*) + 17
    8   libSystem.B.dylib                       0x93130259 _pthread_start + 345
    9   libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 5:  Chrome_ProcessLauncherThread
    0   libSystem.B.dylib                       0x93130aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9313075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x931323f8 pthread_cond_wait$UNIX2003 + 73
    3   liblibberkelium.dylib                   0x06782c07 ConditionVariable::Wait() + 39
    4   liblibberkelium.dylib                   0x067d278e base::WaitableEvent::TimedWait(base::TimeDelta const&) + 734
    5   liblibberkelium.dylib                   0x067d27c6 base::WaitableEvent::Wait() + 38
    6   liblibberkelium.dylib                   0x067a8e7e base::MessagePumpDefault::Run(base::MessagePump::Delegate*) + 94
    7   liblibberkelium.dylib                   0x067a5adf MessageLoop::RunInternal() + 63
    8   liblibberkelium.dylib                   0x067a5c74 MessageLoop::Run() + 52
    9   liblibberkelium.dylib                   0x067c8418 base::Thread::ThreadMain() + 264
    10  liblibberkelium.dylib                   0x067add81 ThreadFunc(void*) + 17
    11  libSystem.B.dylib                       0x93130259 _pthread_start + 345
    12  libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 6:  Chrome_CacheThread
    0   libSystem.B.dylib                       0x93129382 kevent + 10
    1   liblibberkelium.dylib                   0x058852bd kq_dispatch + 93
    2   liblibberkelium.dylib                   0x058834f2 event_base_loop + 578
    3   liblibberkelium.dylib                   0x067e12c3 base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) + 147
    4   liblibberkelium.dylib                   0x067a5adf MessageLoop::RunInternal() + 63
    5   liblibberkelium.dylib                   0x067a5c74 MessageLoop::Run() + 52
    6   liblibberkelium.dylib                   0x067c8418 base::Thread::ThreadMain() + 264
    7   liblibberkelium.dylib                   0x067add81 ThreadFunc(void*) + 17
    8   libSystem.B.dylib                       0x93130259 _pthread_start + 345
    9   libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 7:  Chrome_IOThread
    0   libSystem.B.dylib                       0x93129382 kevent + 10
    1   liblibberkelium.dylib                   0x058852bd kq_dispatch + 93
    2   liblibberkelium.dylib                   0x058834f2 event_base_loop + 578
    3   liblibberkelium.dylib                   0x067e1434 base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) + 516
    4   liblibberkelium.dylib                   0x067a5adf MessageLoop::RunInternal() + 63
    5   liblibberkelium.dylib                   0x067a5c74 MessageLoop::Run() + 52
    6   liblibberkelium.dylib                   0x067c8418 base::Thread::ThreadMain() + 264
    7   liblibberkelium.dylib                   0x067add81 ThreadFunc(void*) + 17
    8   libSystem.B.dylib                       0x93130259 _pthread_start + 345
    9   libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x93128412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x931289a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x931285c6 start_wqthread + 30
    Thread 9:  Chrome_WebKitThread
    0   libSystem.B.dylib                       0x93130aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9313075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x931323f8 pthread_cond_wait$UNIX2003 + 73
    3   liblibberkelium.dylib                   0x06782c07 ConditionVariable::Wait() + 39
    4   liblibberkelium.dylib                   0x067d278e base::WaitableEvent::TimedWait(base::TimeDelta const&) + 734
    5   liblibberkelium.dylib                   0x067d27c6 base::WaitableEvent::Wait() + 38
    6   liblibberkelium.dylib                   0x067a8e7e base::MessagePumpDefault::Run(base::MessagePump::Delegate*) + 94
    7   liblibberkelium.dylib                   0x067a5adf MessageLoop::RunInternal() + 63
    8   liblibberkelium.dylib                   0x067a5c74 MessageLoop::Run() + 52
    9   liblibberkelium.dylib                   0x067c8418 base::Thread::ThreadMain() + 264
    10  liblibberkelium.dylib                   0x067add81 ThreadFunc(void*) + 17
    11  libSystem.B.dylib                       0x93130259 _pthread_start + 345
    12  libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 10:  Chrome_SafeBrowsingThread
    0   libSystem.B.dylib                       0x93130aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9313075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x931323f8 pthread_cond_wait$UNIX2003 + 73
    3   liblibberkelium.dylib                   0x06782c07 ConditionVariable::Wait() + 39
    4   liblibberkelium.dylib                   0x067d278e base::WaitableEvent::TimedWait(base::TimeDelta const&) + 734
    5   liblibberkelium.dylib                   0x067d27c6 base::WaitableEvent::Wait() + 38
    6   liblibberkelium.dylib                   0x067a8e7e base::MessagePumpDefault::Run(base::MessagePump::Delegate*) + 94
    7   liblibberkelium.dylib                   0x067a5adf MessageLoop::RunInternal() + 63
    8   liblibberkelium.dylib                   0x067a5c74 MessageLoop::Run() + 52
    9   liblibberkelium.dylib                   0x067c8418 base::Thread::ThreadMain() + 264
    10  liblibberkelium.dylib                   0x067add81 ThreadFunc(void*) + 17
    11  libSystem.B.dylib                       0x93130259 _pthread_start + 345
    12  libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 11:  NetworkConfigWatcher
    0   libSystem.B.dylib                       0x93102afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93103267 mach_msg + 68
    2   com.apple.CoreFoundation                0x97b632df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x97b623c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x97b621f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x973ab1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   liblibberkelium.dylib                   0x067e29c4 base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 116
    7   liblibberkelium.dylib                   0x067e2aba base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 74
    8   liblibberkelium.dylib                   0x067a5adf MessageLoop::RunInternal() + 63
    9   liblibberkelium.dylib                   0x067a5c74 MessageLoop::Run() + 52
    10  liblibberkelium.dylib                   0x067c8418 base::Thread::ThreadMain() + 264
    11  liblibberkelium.dylib                   0x067add81 ThreadFunc(void*) + 17
    12  libSystem.B.dylib                       0x93130259 _pthread_start + 345
    13  libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 12:  NetworkConfigWatcher
    0   libSystem.B.dylib                       0x93102afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93103267 mach_msg + 68
    2   com.apple.CoreFoundation                0x97b632df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x97b623c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x97b621f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x973ab1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   liblibberkelium.dylib                   0x067e29c4 base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) + 116
    7   liblibberkelium.dylib                   0x067e2aba base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) + 74
    8   liblibberkelium.dylib                   0x067a5adf MessageLoop::RunInternal() + 63
    9   liblibberkelium.dylib                   0x067a5c74 MessageLoop::Run() + 52
    10  liblibberkelium.dylib                   0x067c8418 base::Thread::ThreadMain() + 264
    11  liblibberkelium.dylib                   0x067add81 ThreadFunc(void*) + 17
    12  libSystem.B.dylib                       0x93130259 _pthread_start + 345
    13  libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x93102b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x93960942 MPWaitOnSemaphore + 125
    2   ...mes.eur.FootballManager2012          0x02764c5b SICORE::SEMAPHORE_CARBON::decrement() + 27
    3   ...mes.eur.FootballManager2012          0x02a0f5fc SIOS::SOUND_THREAD::do_work() + 140
    4   ...mes.eur.FootballManager2012          0x02754b2d SICORE::THREAD_BASE::thread_run_internal() + 45
    5   ...mes.eur.FootballManager2012          0x02754098 SICORE::THREAD_CARBON::os_thread_callback(void*) + 24
    6   ...ple.CoreServices.CarbonCore          0x9392e54a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                       0x93130259 _pthread_start + 345
    8   libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x93102c0e mach_wait_until + 10
    1   ...ple.CoreServices.CarbonCore          0x939d27f0 MPDelayUntil + 43
    2   ...mes.eur.FootballManager2012          0x02754001 SICORE::THREAD_CARBON::sleep(SICORE::MICROSECONDS) + 49
    3   ...mes.eur.FootballManager2012          0x01832389 SIGAMEEXTRAS::CHECK_OVERLAY_THREAD::do_work() + 89
    4   ...mes.eur.FootballManager2012          0x02754b2d SICORE::THREAD_BASE::thread_run_internal() + 45
    5   ...mes.eur.FootballManager2012          0x02754098 SICORE::THREAD_CARBON::os_thread_callback(void*) + 24
    6   ...ple.CoreServices.CarbonCore          0x9392e54a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                       0x93130259 _pthread_start + 345
    8   libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 15 Crashed:
    0   ???                                     0000000000 0 + 0
    1   ...mes.eur.FootballManager2012          0x027efca2 SIGFX::DEBUG_TEXT::VBUFFER::VBUFFER(unsigned long, unsigned long) + 66
    2   ...mes.eur.FootballManager2012          0x027efd2f SIGFX::DEBUG_TEXT::initialise() + 47
    3   ...mes.eur.FootballManager2012          0x027d3f64 SIGFX::initialise(SIGFX::CONFIG::LMH) + 116
    4   ...mes.eur.FootballManager2012          0x027edf52 SIGFX::RENDER_ACTION::perform_action_and_cleanup() + 18
    5   ...mes.eur.FootballManager2012          0x027ee6b6 SIGFX::RENDER_ACTION_MANAGER::process_actions() + 486
    6   ...mes.eur.FootballManager2012          0x02bbbc40 SIOS::RENDER_THREAD::do_work() + 1584
    7   ...mes.eur.FootballManager2012          0x02754b2d SICORE::THREAD_BASE::thread_run_internal() + 45
    8   ...mes.eur.FootballManager2012          0x02754098 SICORE::THREAD_CARBON::os_thread_callback(void*) + 24
    9   ...ple.CoreServices.CarbonCore          0x9392e54a PrivateMPEntryPoint + 68
    10  libSystem.B.dylib                       0x93130259 _pthread_start + 345
    11  libSystem.B.dylib                       0x931300de thread_start + 34
    Thread 15 crashed with X86 Thread State (32-bit):
      eax: 0x22f16e14  ebx: 0x00000001  ecx: 0x03d24328  edx: 0x00020000
      edi: 0x00000000  esi: 0x22f16e10  ebp: 0xb048ecc8  esp: 0xb048ec9c
       ss: 0x0000001f  efl: 0x00010286  eip: 0x00000000   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
        0x1000 -  0x3d01fcb +com.sigames.eur.FootballManager2012 12 . 1 . 1 (12 . 1 . 1 f 244101) <21402062-7ABE-3E91-AB14-C2DB2A26FEA7> /Users/paulchambers/Library/Application Support/Steam/SteamApps/common/football manager 2012/fm.app/Contents/MacOS/fm
    0x57da000 -  0x57f0fe7 +gameoverlayrenderer.dylib ??? (???) <CD87B7DB-51C4-3CBF-A73C-21A5EE148D2C> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
    0x57fa000 -  0x57fbfff +steamloader.dylib ??? (???) <66BDE441-056B-3003-BEFF-7CE735AAB3B2> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
    0x57fe000 -  0x5827fff  com.apple.audio.OpenAL 1.4 (1.4) <CDC6D2B8-3DCA-E511-2250-75567E4C94BD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x5835000 -  0x8c68f2f +liblibberkelium.dylib ??? (???) <7E48D19E-B8C0-168E-132E-5CE1313AFDE6> /Users/paulchambers/Library/Application Support/Steam/SteamApps/common/football manager 2012/fm.app/Contents/lib/liblibberkelium.dylib
    0xab18000 -  0xab1dff7 +libsteam_api.dylib ??? (???) <C7F8F814-5533-0555-F58F-06DE94815ED3> /Users/paulchambers/Library/Application Support/Steam/SteamApps/common/football manager 2012/fm.app/Contents/MacOS/libsteam_api.dylib
    0xabea000 -  0xabf2fff +crashhandler.dylib ??? (???) <06E3330A-EDFF-30E2-8A11-6A6F363048F4> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
    0xae82000 -  0xae9efeb +libtier0_s.dylib ??? (???) <25BEE900-80BA-3ED0-8CB6-A1A5DA34245C> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
    0xaeae000 -  0xaeb5ffb +com.googlecode.google-breakpad ??? (1.0) <8F8F4F53-3EC5-9C24-6A23-3CBD1EC00467> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Breakpad
    0xaed7000 -  0xaf09fe7 +bundle.dylib ??? (???) <5EFA89EF-5501-3CA6-ABD1-F7640D09D8C6> bundle.dylib
    0xaf2c000 -  0xaf4eff3 +libvstdlib_s.dylib ??? (???) <4C5AB872-4056-321E-9175-E349247AA777> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
    0xaf68000 -  0xaf79fe7 +breakpadUtilities.dylib ??? (???) <ADC39D57-1087-FD87-0DEA-BDBBE85047F0> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Resources/breakpadUtilities.dylib
    0xc201000 -  0xcbe5fab +steamclient.dylib ??? (???) <DB765B6D-B49F-37DA-BFE9-FFB216F18C09> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
    0xd900000 -  0xd9b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x21600000 - 0x2189cffb +libsteam.dylib ??? (???) <4B33F487-9A19-3F9E-AAC9-103BBD9C91C7> /Applications/Steam.app/Contents/MacOS/osx32/libsteam.dylib
    0x220f9000 - 0x2213dfe7  com.apple.driver.AppleIntelGMA950GLDriver 1.6.36 (6.3.6) <7AF9F4B2-DB83-354C-890F-2DA195AF185F> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x22147000 - 0x2216bfe7  GLRendererFloat ??? (???) <AD081A9B-1424-1F17-3C68-9803EBA37E8D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x222b5000 - 0x2242eff7  GLEngine ??? (???) <64C74F67-44B5-7DEF-CCA6-C8A9FF9BB60A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x3e000000 - 0x3e046ff7  com.apple.glut 3.4.4 (GLUT-3.4.4) <DF15FD36-E1F5-D745-1BF6-DD3AEA2897E4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90003000 - 0x907f2557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907f3000 - 0x9086aff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9086b000 - 0x90bd6ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90bd7000 - 0x90d04ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x90d57000 - 0x90e05ff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x90e06000 - 0x90e07ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90e08000 - 0x90e24fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91002000 - 0x91009ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9100a000 - 0x9100eff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9115c000 - 0x9119eff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91219000 - 0x91223fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91489000 - 0x914cdff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x91512000 - 0x91719feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9171a000 - 0x9173afe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0x91878000 - 0x918b3feb  libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x918b4000 - 0x919c0ff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x92917000 - 0x92dd2ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92e8a000 - 0x92e8aff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x92e8b000 - 0x92e9ffe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x92ea0000 - 0x92f1bfff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92f1c000 - 0x92fb4fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92fb5000 - 0x93035feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93036000 - 0x93043ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x93044000 - 0x9307eff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
    0x9307f000 - 0x93101ffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93102000 - 0x932a9ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x932fe000 - 0x93312ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x93313000 - 0x93328fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93329000 - 0x93361ff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93362000 - 0x93524feb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <027F55DF-7E4E-2310-1536-3F470CB8847B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x93576000 - 0x9357bff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9357c000 - 0x9358eff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9358f000 - 0x93595fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x93596000 - 0x93599fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x9366c000 - 0x93670ff7  libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9383c000 - 0x93907fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93908000 - 0x93c28ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93c29000 - 0x93c35ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x93d47000 - 0x94198fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x94199000 - 0x9429afe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x9429b000 - 0x942dcff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x942dd000 - 0x942e8ff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x942e9000 - 0x942f3ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x942f4000 - 0x9430fff7  libPng.dylib ??? (???) <25DF2360-BFD3-0165-51AC-0BDAF7899DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94310000 - 0x94319ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9434c000 - 0x94646fef  com.apple.QuickTime 7.6.6 (1787) <AC48EAD9-7201-7CE6-C826-41B12963FECF> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94647000 - 0x94678ff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9488d000 - 0x9489bff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9489c000 - 0x948ecff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x948ed000 - 0x948edff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94b1a000 - 0x94b25ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94b5f000 - 0x94c9cfe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94cbd000 - 0x94cc4ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <A5FF7623-9F55-0364-AD9B-42CF13C677C1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x94cc5000 - 0x94cc8ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x94f87000 - 0x94fe8fe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x951a4000 - 0x951c6fef  com.apple.DirectoryService.Framework 3.6 (621.12) <A4A47C88-138C-A237-88A5-877E5CAB4494> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x951c7000 - 0x951c7ff7  com.apple.Carbon 150 (152) <095157D7-B4EE-F73D-72E9-6C5EF55C55E2> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x951c8000 - 0x952bcff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
    0x952de000 - 0x95318fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x9535f000 - 0x953b2ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x953ec000 - 0x9541ffff  libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x95420000 - 0x9548fff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95490000 - 0x954d3ff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96337000 - 0x963f3fff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x963fb000 - 0x964dbfe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x964dc000 - 0x964dfffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x964e0000 - 0x9655afff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9659d000 - 0x965c3ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x965cf000 - 0x965dfff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x96637000 - 0x967b9fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x967ba000 - 0x967baff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x967c0000 - 0x967c1ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x96935000 - 0x96946ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96947000 - 0x969abffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x969ac000 - 0x969efff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x969f0000 - 0x96a14ff7  libJPEG.dylib ??? (???) <EA97DEC5-6E16-B51C-BF55-F6E8D23526AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x96a37000 - 0x96b65fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x971e2000 - 0x9720aff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x97358000 - 0x9735aff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9735b000 - 0x975ccfef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x975cd000 - 0x9760aff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x97a1f000 - 0x97abafe7  com.apple.ApplicationServices.ATS 275.19 (???) <9FA31967-CF14-B033-EB8D-570561D12A13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x97abb000 - 0x97afbff3  com.apple.securityinterface 4.0.1 (40418) <FED0C1B5-469E-ADFF-308E-C10B6A68AE45> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x97afc000 - 0x97b1dfe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x97b26000 - 0x97ca1fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97ca2000 - 0x97d4ffe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x97d50000 - 0x97dbafe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x97dd8000 - 0x97eb2fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x97ede000 - 0x97eecfe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x97eed000 - 0x97ef3fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x97f4d000 - 0x97f51ff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x97f52000 - 0x97f8fff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97fa9000 - 0x98006ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x98007000 - 0x9803aff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9803b000 - 0x98081ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x9827b000 - 0x986b0ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x986b1000 - 0x9874efe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9874f000 - 0x98767ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x987d7000 - 0x987d7ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x987d8000 - 0x990bbff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x990bc000 - 0x990bfff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x990c0000 - 0x990d0ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x990d1000 - 0x99118ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x99119000 - 0x99162fe7  libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9918d000 - 0x991d1fe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x991d2000 - 0x991d2ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x998d5000 - 0x9998efe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x9998f000 - 0x99cb3fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x99cb4000 - 0x99cb6ff7  libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x99cf6000 - 0x99df8fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x99df9000 - 0x99e04ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x99e05000 - 0x9a21bff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9a21c000 - 0x9a23bff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9a241000 - 0x9a2e9ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9a2ea000 - 0x9a37cfe7  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
    0x9a37d000 - 0x9a37dff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9a37e000 - 0x9a42afe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9a42b000 - 0x9a690feb  com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9a691000 - 0x9a749feb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9a8cb000 - 0x9aa0efef  com.apple.QTKit 7.7 (1787) <3B47A1A0-7AB5-C1C9-42DE-5993D1012D47> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9aa9a000 - 0x9aa9aff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9ab19000 - 0x9ab66feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBook1,1, BootROM MB11.0061.B03, 2 processors, Intel Core Duo, 1.83 GHz, 1 GB, SMC 1.4f12
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x86), Atheros 5424: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST98823AS, 74.53 GB
    Parallel ATA Device: MATSHITACD-RW  CW-8221, 1.57 GB
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x7d100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x5d200000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0218, 0x1d200000 / 2
    ANY IDEAS ON HOW TO CORRECT THIS PROBLEM??
    THANKS
    PAUL

    I have also been having this problem but i do not think it is related to the graphics requirement as they were the same requirements for FM2011 which i had and it worked fine on my mac (which has the same 64mb intel gma950 as you) As far as i am aware the graphics requirement is for watching your games as opposed to reading the text version. i'm still looking for a solution

Maybe you are looking for

  • Apple TV Video Out To Native Possible?

    Is there a way to get the Apple TV to output native resolution instead of upscaling it to the resolution of the TV? If you have a mixe of 480P and 1080P movies to stream but prefer that the outboard preamp do the video scaling instead of the Apple TV

  • Archlinux is moving to systemd

    Hello! As far as I know Archlinux is moving now to systemd. Personally I fine with systemd, because I'm using it already. I'm also fine with SysVinit. I use systemd, because a dev told me that the move will likely happen in future and I had to instal

  • Strange behaviour - Wrong old password

    Hi all, I use SAP EP 7.0 SPS10 when using Basic Authentication and the default SAP Logon Screen I observed the following behaviour. When a user is requested to change his/her password, the "change password" screen is shown. Now the user can enter the

  • Closing the external window

    Hi, I am new to webdynpro ABAP, please someone help me in how to close the extenal window, from the application running on the external window. I am actually creating a URL for a webdynpro component and I am running it on the external window, now I w

  • Macbook pro recognizes but won't print with hp desk jet 5550. Help!

    macbook pro recognizes but won't print with hp desk jet 5550. Help!