Getting assert failure from xcodebuild, need help.

HI all, I've just started using xcode build to build a static library project. Inside xcode the project builds and runs fine. But when I build at the command line using xcode build I get the following error. Does anyone have any ideas what could be wrong?
2010-06-06 23:33:11.908 xcodebuild\[10808:80b\] \[MT\] ASSERTION FAILURE in /SourceCache/DevToolsBase/DevToolsBase-1648/pbxcore/Target.subproj/PBXTarget.m: 597
Details: Assertion failed: (nil == _buildContext) || (nil == \[_buildContext target\])
Object: <PBXLegacyTarget:0x104962a00>
Method: -dealloc
Thread: <NSThread: 0x100b14190>{name = (null), num = 1}
Backtrace:
0 0x000000010035feaf -\[XCAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:\] (in DevToolsCore)
1 0x000000010035fc1a _XCAssertionFailureHandler (in DevToolsCore)
2 0x00000001002790d1 -\[PBXTarget dealloc\] (in DevToolsCore)
3 0x00000001002911e8 -\[PBXLegacyTarget dealloc\] (in DevToolsCore)
4 0x00000001002c5b16 -\[PBXTargetBookmark dealloc\] (in DevToolsCore)
5 0x00007fff8224ff71 __CFBasicHashStandardCallback (in CoreFoundation)
6 0x00007fff82250931 __CFBasicHashDrain (in CoreFoundation)
7 0x00007fff822396b3 _CFRelease (in CoreFoundation)
8 0x0000000100254171 -\[PBXProject dealloc\] (in DevToolsCore)
9 0x00007fff82262d56 _CFAutoreleasePoolPop (in CoreFoundation)
10 0x00007fff841b530c -\[NSAutoreleasePool drain\] (in Foundation)
11 0x000000010000c60d
12 0x00000001000014f4
13 0x0000000000000007
** INTERNAL ERROR: Uncaught Exception **
Exception: ASSERTION FAILURE in /SourceCache/DevToolsBase/DevToolsBase-1648/pbxcore/Target.subproj/PBXTarget.m: 597
Details: Assertion failed: (nil == _buildContext) || (nil == \[_buildContext target\])
Object: <PBXLegacyTarget:0x104962a00>
Method: -dealloc
Thread: <NSThread: 0x100b14190>{name = (null), num = 1}
Backtrace:
0 0x000000010035feaf -\[XCAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:\] (in DevToolsCore)
1 0x000000010035fc1a _XCAssertionFailureHandler (in DevToolsCore)
2 0x00000001002790d1 -\[PBXTarget dealloc\] (in DevToolsCore)
3 0x00000001002911e8 -\[PBXLegacyTarget dealloc\] (in DevToolsCore)
4 0x00000001002c5b16 -\[PBXTargetBookmark dealloc\] (in DevToolsCore)
5 0x00007fff8224ff71 __CFBasicHashStandardCallback (in CoreFoundation)
6 0x00007fff82250931 __CFBasicHashDrain (in CoreFoundation)
7 0x00007fff822396b3 _CFRelease (in CoreFoundation)
8 0x0000000100254171 -\[PBXProject dealloc\] (in DevToolsCore)
9 0x00007fff82262d56 _CFAutoreleasePoolPop (in CoreFoundation)
10 0x00007fff841b530c -\[NSAutoreleasePool drain\] (in Foundation)
11 0x000000010000c60d
12 0x00000001000014f4
13 0x0000000000000007
Stack:
0 0x00007fff822ded06 __exceptionPreprocess (in CoreFoundation)
1 0x00007fff832470f3 objcexceptionthrow (in libobjc.A.dylib)
2 0x00007fff823369b9 -\[NSException raise\] (in CoreFoundation)
3 0x000000010035ff6a -\[XCAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:\] (in DevToolsCore)
4 0x000000010035fc1a _XCAssertionFailureHandler (in DevToolsCore)
5 0x00000001002790d1 -\[PBXTarget dealloc\] (in DevToolsCore)
6 0x00000001002911e8 -\[PBXLegacyTarget dealloc\] (in DevToolsCore)
7 0x00000001002c5b16 -\[PBXTargetBookmark dealloc\] (in DevToolsCore)
8 0x00007fff8224ff71 __CFBasicHashStandardCallback (in CoreFoundation)
9 0x00007fff82250931 __CFBasicHashDrain (in CoreFoundation)
10 0x00007fff822396b3 _CFRelease (in CoreFoundation)
11 0x0000000100254171 -\[PBXProject dealloc\] (in DevToolsCore)
12 0x00007fff82262d56 _CFAutoreleasePoolPop (in CoreFoundation)
13 0x00007fff841b530c -\[NSAutoreleasePool drain\] (in Foundation)
14 0x000000010000c60d
15 0x00000001000014f4
16 0x0000000000000007
[code]

Ok trash your pbxuser and persperctivev3 files
http://stackoverflow.com/questions/2983847/xcodebuild-throws-assert-failures-aft er-successful-build

Similar Messages

  • Assertion failure from ccfe in Solaris Studio 12.4 beta July refresh

    I have found a way to get an assertion failure from the ccfe program that comes with the Solaris Studio 12.4 beta July refresh.  The error that gets printed is:
    >> Assertion:   (../lnk/funcsym.cc, line 1679)
        while processing text_woarchive.pre.cpp at line 0.
    The problem occurs whilst compiling Boost 1.54.  The original file in the distribution that causes it is libs/serialization/src/text_woarchive.cpp.
    This problem can be reproduced by getting the pre-processed code I've put on http://pastebin.com/E9vxi2z7 and pasting it into a file called text_woarchive.pre.cpp.  Then run:
    CC -std=c++11 -mt -m64 -c -o text_woarchive.o text_woarchive.pre.cpp
    and you get the assertion failure.
    Running:
    CC '-#' -std=c++11 -mt -m64 -c -o text_woarchive.o text_woarchive.pre.cpp
    shows that the assertion is coming from ccfe.
    In case you go back to the original Boost source code I should tell you that prior to generating the pre-processed source I changed:
    #ifdef __SUNPRO_CC
    to:
    #if 0
    in boost/archive/detail/register_archive.hpp.  I did this because there was an error in the __SUNPRO_CC section and I wondered if that workaround code was no longer required with the more modern C++ compiler.  Therefore, I cannot guarantee that the pre-processed source is 100% valid C++ code.  However, even if it's not it would be nice to get a clear error message out of ccfe rather than an assertion failure.
    In case it's relevant, I'm working on Oracle Solaris 10 1/13 s10x_u11wos_24a X86.

    You mentioned in the other answer that you are testing with Boost 1.55.  Are you testing this in C++11 mode?
    Today I downloaded Boost 1.55 and did the following:
    In both tools/build/v2/engine/build.sh and tools/build/v2/tools/sun.jam globally replace SUNWspro with SolarisStudio12.4-beta_jul14-solaris-x86
    In tools/build/v2/tools/sun.jam replace:
    feature.extend stdlib : sun-stlport ;
    feature.compose <stdlib>sun-stlport
        : <cxxflags>-library=stlport4 <linkflags>-library=stlport4
    with:
    feature.extend stdlib : sun-stlport ;
    feature.compose <stdlib>sun-stlport
        : <cxxflags>-std=c++11 <linkflags>-std=c++11
    Note: This is just the quick way I found to con the Boost build system into using C++11 instead of STLport.  The feature in the jam file still has stlport in its name, but that's only a name and the code is being built in C++11 mode.
    In boost/math/special_functions/detail/lanczos_sse2.hpp change line 15 from:
    #if defined(__GNUC__) || defined(__PGI)
    to:
    #if defined(__GNUC__) || defined(__PGI) || defined(__SUNPRO_CC)
    Run:
    ./bootstrap.sh --without-libraries=context --without-libraries=coroutine --without-libraries=graph_parallel --without-libraries=log --without-libraries=mpi --without-libraries=python --without-libraries=test --without-icu
    Run:
    ./b2 -j4 --layout=versioned --disable-icu address-model=64 threading=multi optimization=speed inlining=full
    At this point the vast majority of the code builds, but does not link.
    There are 3 problems:
    The compilation problem with tuple that you've already fixed
    A linker problem with finding std::string related symbols - maybe also related to the gcc header upgrade and now fixed?
    Numerous compilation problems caused by boost/archive/detail/register_archive.hpp
    For this last one the code in the #ifdef __SUNPRO_CC section of boost/archive/detail/register_archive.hpp does appear to be invalid, and leads to the errors:
    "./boost/archive/detail/register_archive.hpp", line 45: Error: The function "adjust_counter" must have a prototype.
    "./boost/archive/detail/register_archive.hpp", line 46: Error: Expression must have a constant value.
    "./boost/archive/detail/register_archive.hpp", line 47: Error: Expression must have a constant value.
    "./boost/archive/detail/register_archive.hpp", line 48: Error: An integer constant expression is required within the array subscript operator.
    Even with Boost 1.55, attempts to fix this lead to the same ccfe assertion.  Trying to use the #else part of the code as I described in the original post does, as does moving the line:
    char adjust_counter(counter<0>);
    so that it comes before the place where adjust_counter is used also then leads to the same assertion:
    >> Assertion:   (../lnk/funcsym.cc, line 1679)
    It's as though any change to boost/archive/detail/register_archive.hpp that fixes the basic code ordering issue lets ccfe get far enough to cause the assertion.
    If there is somebody in your team looking at whether Boost 1.55 compiles with Solaris Studio 12.4 in C++11 mode then hopefully they can relate to what I'm seeing here.  One key point is that they'll have had to edit the jam files to use C++11 mode.
    The other thing is that any insights the person who has been trying to build Boost 1.55 has would be very useful.  I know you don't want to get into officially supporting it, but maybe a blog post with any unofficial hints and tips on getting Boost to build in C++11 mode could be a way to share knowledge.

  • IPhoto got videos my phone doesn't and that i need. when i synchronize my photos including videos they are still not getting on my phone. i need help...

    iPhoto got videos my phone doesn't and that i need. when i synchronize my photos including videos they are still not getting on my phone. i need help...

    You aren't running iOS if you are using iPhoto, or a Classic operating system.  Go to Apple menu -> About This Mac and find out what you really are running, and then use this link to post in the right place:
    http://discussions.apple.com/docs/DOC-2463

  • I can't get the product i bought need help NOW doesn't let me connect when i have good internet

    i can't get the product i bought need help NOW doesn't let me connect when i have good internet

    [personal information should not be posted - https://forums.adobe.com/docs/DOC-3731]
    [This is an open forum, not Adobe support, please do not post personal information]
    https://www.adobe.com/account.html to check your subscriptions
    Cloud programs do not use serial numbers... you log in to your paid Cloud account to download & install & activate... you MAY need to log out of the Cloud and restart your computer and log back in to the Cloud for things to work
    Some general information for a Cloud subscription
    Log out of your Cloud account... Restart your computer... Log in to your paid Cloud account
    -Sign in help http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

  • Is there offline mavericks help? There should be an option to get it installed. We need help more often than we are online. The idea of only online help is lazy and uncaring of the dealer to clients.

    Is there offline Mavericks help? There should be an option to get it installed. We need help more often than we are online. If there isn't, then idea of only online help is lazy and uncaring of the dealer to clients.

    I've done just that.
    And another on the finder column bug in list mode.
    And a few more in the pipeline if I find the motivation: I'm afraid my long relationship with Apple is flagging. They are excessively focussed on consumer goods and leaving their core business to wither away.
    Maybe more serious users aren't profitable to them, and they are happy to let it wither.
    So presumably they are happy if we wander off and start focussing on all the open source  unixes out there.
    p.s. not happy with general Apple trends since about 10.6.8, can anyone tell ?

  • Uploading from iPhone - need help

    When I attempt to upload a photo from my iPhone to my Web Gallery, I get the following error message on the iPhone:
    "None of your .Mac accounts have been configured for posting from mobile devices. You must first enable this feature on the .Mac website"
    Any idea how I "enable this feature" as I can't seem to find it anywhere on my .Mac homepage or account info, etc.
    Thanks.

    It's STILL driving me nuts.
    Why can't Apple just make it 'Apple-like?' Where is a set of instructions on how to do this?
    This is a new far-out concept they're adding here, I want to use it like a Flickr set amongst my iPhone totin' friends, so we can all just send some fun photos up in the cloud, and look at it. This is clearly something we all seem to need help with for the set-up...
    AND YET...
    Simple question that my iPhone prompts me to ask: Where do I tell my .Mac account that I want my Web Gallery to work with my iPhone?
    No sign of it on my 'homepage' on .mac, no explaination in iPhoto 08 prefs or help, no explaination ANYWHERE. Searching is NOT helpful - very poor 'help' page on this topic.
    It's not working for me, and I had this button activated on my iPhone yesterday, and an iPhoto Web Gallery for the last 4 hours...
    It's just not very clear, Apple. Get it together, please. The only mention of this on my .mac "logged-in" screen is on a descriptive ad for iLife 08 and .Mac.
    Well, give me the respect of noticing I've already bought it all.

  • I forget the secret answer of questions asked by account. I have also updated by account wiht alternative email (resque) but i am not getting any email from Apple. please help.

    I forget the secret answer of questions asked by account.
    I have also updated by account wiht alternative email (resque) but i am not getting any email from Apple for the restoreing my secret Ques Answer
    please help.

    The Best Alternatives for Security Questions and Rescue Mail
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contact Apple support.
        c. Rescue email address and how to reset Apple ID security questions.

  • I got my mac from granddaughter.need help to change admin password

    i just got my mac from granddaughter. i need help to change the admin password. she has no clue what i am talking about when i ask for the password. please help me. i can't even install my tiger replacement cd until i change the admin password. thanks for your help. lee

    Hi, Lee. Welcome to Apple Support Communities.
    From this Apple Knowledge Base article:
    Start up from a Mac OS X Install disc (one whose version is closest to the version of Mac OS X installed).  Usually, you can start from the disc by putting it in your computer, restarting, and holding the C key. Or, put it in the computer and click the Install or Restore icon you see in the disc's main window (after which the computer will start from the disc without you needing to hold C). Or, you can use Startup Manager or the Startup Disk preference pane to select the Install disc.
    Choose a language, click the arrow button to continue,
    Mac OS X v10.6 or later: Choose Password Reset from the Utilities menu.
    Mac OS X v10.5 or v10.4: Choose Reset Password from the Utilities menu.
    Mac OS X v10.3: Choose Reset Password from the Installer menu.
    Tip: If you don't see this menu or menu choice, you're probably not started from the disc yet.
    Note: The default keyboard layout is U.S. English while started from the installation disc. If you use a keyboard layout other than U.S English, use the Input menu (the flag icon on the right side of the menu bar) to select the desired layout before typing a new password.
    Select your Mac OS X hard disk volume.
    Select the user name of your original administrator account.
    Important: Do not select "System Administrator (root)". This is actually the root user. You should not confuse it with a normal administrator account.

  • BEx  Connection Failure...need help !!

    This is the error message.
    Error Group
    RFC_ERROR_COMMUNICATION
    Message
    Connect to SAP gateway failed
    Connect_PM  GWHOST=192.168.7.190, GWSERV=sapgw01, ASHOST=192.168.7.190, SYSNR=01
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       partner not reached (host 192.168.7.190, service 3301)
    TIME        Thu Aug 10 16:41:48 2006
    RELEASE     640
    COMPONENT   NI (network interface)
    VERSION     37
    RC          -10
    MODULE      nixxi_r.cpp
    LINE        8593
    DETAIL      NiPConnect2
    SYSTEM CALL SiPeekPendConn
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     4
    Need help..asap!!
    Thanks in advance.

    Hi Chintai,
    we got a problum when we are trying to connect to Bex to BW server. we got the same problum which you got earlier.
    we the the following error message
    Error Group
    RFC_ERROR_COMMUNICATION
    Message
    Connect to SAP gateway failed
    Connect_PM  GWHOST=10.235.245.95, GWSERV=sapgw00, ASHOST=10.235.245.95, SYSNR=00
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       partner not reached (host 10.325.295.95, service 3300)
    TIME        Mon Oct 30 17:50:50 2006
    RELEASE     640
    COMPONENT   NI (network interface)
    VERSION     37
    RC          -10
    MODULE      nixxi_r.cpp
    LINE        8593
    DETAIL      NiPConnect2
    SYSTEM CALL SiPeekPendConn
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     2
    Please let me know whou you have resolved the issue.
    Please mail me your solution. Mailid: [email protected]
    Thanks
    Lakshmi

  • Getting new Hard Disk. Need help with moving files from old one.

    Hey guys so here is my dilema. So I have a Lacie 500GB Hard Drive and made the mistake of accidently deleting all my backups.db into the trash but thankfully never emptied that. There was no way to put it back into the backups folder so it caused me a lot of distress. I have decided to grab a portable hard disk instead such as the Western Digital. Heres my thought. I really only want to transfer a few things from the Lacie such as photos, movies, and a few documents from all the backup dates but nothing else. Is there a way to maybe automate so that certain files will transfer over instead of it all?
    Thanks in advance!
    On a sidenote, if you have any suggestions for portable, small, lightweight, yet large capacity (at least 1TB) portable hard drives let me know!

    Lacie is a Seagate drive
    To move specific files, open the backup database (time machine, backups.db). When you open Time Machine and select a date to restore from, you should see a Finder like view of that particular backup.  Navigate through the backup the same way as you would through the Finder and choose the folder or files you wish to restore.
    iGrom
    On a sidenote, if you have any suggestions for portable, small, lightweight, yet large capacity (at least 1TB) portable hard drives let me know!
    Dont get the WD, currently theyre having some issues with Mavericks ( https://discussions.apple.com/thread/5475136?start=255&tstart=0 )  and aside from this not the drive most here would recommend.
    best options for the price, and high quality HD:
    Quality 1TB drives are $50 per TB on 3.5" or  $65 per TB on 2.5"
    Perfect 1TB for $68
    http://www.amazon.com/Toshiba-Canvio-Portable-Hard-Drive/dp/B005J7YA3W/ref=sr_1_ 1?ie=UTF8&qid=1379452568&sr=8-1&keywords=1tb+toshiba
    Nice 500gig for $50. ultraslim and perfect
    http://www.amazon.com/Toshiba-Canvio-Portable-External-Drive/dp/B009F1CXI2/ref=s r_1_1?s=electronics&ie=UTF8&qid=1377642728&sr=1-1&keywords=toshiba+slim+500gb
    2.5" USB portable High quality BEST FOR THE COST, Toshiba "tiny giant" 2TB drive (have several of them, LOT of storage in a SMALL package)    $117
    http://www.amazon.com/Toshiba-Canvio-Connect-Portable-HDTC720XK3C1/dp/B00CGUMS48 /ref=sr_1_4?s=electronics&ie=UTF8&qid=1379182740&sr=1-4&keywords=2tb+toshiba
    *This one is the BEST portable  external HD available that money can buy:
    HGST Touro Mobile 1TB USB 3.0 External Hard Drive  
    $88
    http://www.amazon.com/HGST-Mobile-Portable-External-0S03559/dp/B009GE6JI8/ref=sr _1_1?ie=UTF8&qid=1383238934&sr=8-1&keywords=HGST+Touro+Mobile+Pro+1TB+USB+3.0+72 00+RPM
    Most storage experts agree on the Hitachi 2.5"

  • How to manual purge WRH$_SQL_PLAN old data from sysaux - Need help urgently

    Hi All,
    In our production environment, we're encoutner SYSAUX tablespace high usage, the sysaux occupant show that the WRH$_SQL_PLAN occupied more than 50GB,
    we have logged a SR to oracle since last year Novemember, unfortunetly they're not able to provide any solution right now, they have asked us applied a lot of patch/workaround
    but still we found that the WRH$_SQL_PLAN never get purged at all, the old snap id not purge since 2011 June till now, and oracle auto purge keep failure everytime.
    Below is the top 5 occupant in SYSAUX.
    SEGMENT_NAME|SEGMENT_TYPE|GB
    SYS_LOB0000005981C00038$$|LOBSEGMENT|26.484375
    WRH$_SQL_PLAN|TABLE|19.0712890625
    WRH$_SQL_PLAN_PK|INDEX|8.3974609375
    Just would like to check anyone facing the same issue? And how to resolve it?
    We have applied below oracle patch but still not resolve the issue:
    - Stats history retention reduced to 8 days, AWR historical retention reduced to 4 days
    - Patch 8553944 deployed on Nov 2011 issue unresolved, continue investigation with Oracle Support
    - Patch 6394861 deployed on December 10, 2011, issue unresolved, continue investigation with Oracle Support
    - Event 10445 enabled as part of patch 6394861 on January 15, 2012, issue unresolved, continue investigation with Oracle Support
    - New bug 13788152 logged by Oracle Support to Development on Feburary 2012, pending findings from Oracle Development
    I would like to know any efficient way we can manual purge the WRH$_SQL_PLAN table (LOB segment) manually? Thanks in advance
    Regards,
    klng

    >
    I would like to know any efficient way we can manual purge the WRH$_SQL_PLAN table (LOB segment) manually? Thanks in advance
    >
    I would be very cautious about doing anything if Oracle support hasn't been able to help you.
    That said, you might want to take a look through this blog that shows how another user did it.
    http://juniororacledba.wordpress.com/2011/07/28/oracle-optimizer-stats-not-being-purged/
    Edited to add missing link by: rp0428 on Apr 23, 2012 8:16 PM

  • How to get reports cumulated balances? need help please

    Dear all,
    I need your help please in this issue.
    I am creting a report using reports designer in oracle, well the fact is i don't know how to do the following:
    if i have for example in the report the following to be diplayed :
    Date Amount Balance
    25/5/2011 2000
    27/5/2011 5000 should be calculated and equal to 2000+5000=*7000*
    28/5/2011 4000 calculated and equal to 7000 + 4000=*11000*
    29/5/2011 1000 calculated equal to 11000 + 1000 = 12000
    what is the method so i can get the balance values calculated 7000, 11000 and 12000? what do i do? any hints please
    thanks for your help

    Using analytic function can be done through query as below...
    SQL> SELECT EMPNO, ENAME, SAL, SUM(SAL) OVER (ORDER BY SAL ROWS UNBOUNDED PRECEDING) RUNNING_BALANCE
      2  FROM SCOTT.EMP
      3  /
         EMPNO ENAME             SAL RUNNING_BALANCE
          7369 SMITH             800             800
          7900 JAMES             950            1750
          7876 ADAMS            1100            2850
          7521 WARD             1250            4100
          7654 MARTIN           1250            5350
          7934 MILLER           1300            6650
          7844 TURNER           1500            8150
          7499 ALLEN            1600            9750
          7782 CLARK            2450           12200
          7698 BLAKE            2850           15050
          7566 JONES            2975           18025
          7788 SCOTT            3000           21025
          7902 FORD             3000           24025
          7839 KING             5000           29025
    14 rows selected.
    SQL> -Ammad

  • TS1398 bought a mini and also have an IPAD2  have used ITunes to download all programs to the mini but have NOT BEEN ABLE TO have the connection to the Internet and CAN NOT get any emails. I NEED HELP!!!!!!!

    I thought when I bought a MINI that all I'd need to do is sync up with ITunes to get all apps and setting to the Mini. I was wrong as I can not connnect to the internet and can not get any emails. Have tried just about all suggestions under support  but need to reach out to actual users who may have run into similar prblem. I must be missing something as I have to believe that Apple would make it as simple/easy as possible to connect to the interne. I still have my internet connect with my Ipad2.
    appreciate any help on this one as MY WIFE is driving me crazy as she wants to use the internet with HER MINI!!!
    Thx  Wayne

    How to Transfer Everything from an Old iPad to New iPad
    http://osxdaily.com/2012/03/16/transfer-old-ipad-to-new-ipad/
    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Final Step away from Windoze (Need help) [easily SOLVED]

    Hi all,
    I am preparing to take my final step away from windows OS, as the more I learn about Linux, the more I detest the majority of my hard drive being dedicated to a monopolus (if that's a word), closed monster. However there is one thing that I need, Starcraft and TF2 (team fortress 2). In an i686 installation this would be very easy... install wine. This will not work, as I am posting in Arch64, you must have guessed that I have a 64 bit system.
    I know there are ways to get WINE working on Arch64, outlined here
    http://wiki.winehq.org/WineOn64bit
    I was wondering whether you guys had any better ideas, so that I don't have to stuff my lean mean 64bit machine with 32bit libs
    Thanks for the help.
    Last edited by MattSmith (2009-04-02 07:41:33)

    hmm...
    Look at the wine homepage and see what they say. They usually have some really good pointers, per game. Just search the AppDB for the game you wanna play. simple as that!
    You can also probably find something about FAM there. (I use gamin and it works fine)
    Also know that if you and some friends sometimes put up LANs to play against eachother that can be cumbersome with a linux computer, due to the fact that normal home networks don't have ddns on their dhcp network. That sure have messed up things for me a couple of times. Windows has some default programs that kinda solves that, but it has failed for me aswell from time to time.
    Dunno if there's more reasons yet why home networks sometimes fucks up since i'm still kinda in the proccess of learning. Just wanted to save you some trouble and let you know that having a windows partition (on say 20-30gb) can be a neat backup sometimes.

  • Setup with Static IP from ISP, need help

    I'm trying to setup my WRT54G to act as my main router on my home network.  Currently, I use it as an access point behind my Sonicwall Tele3, but want to remove the Tele3 entirely because it's limited to 5 IP addresses going through it.  The trick is, I get a static IP from my ISP. 
    My Tele3 works fine and plays nice with my DSL router.  The Tele3 settings include a "WAN Gateway (Router)" address of x.x.x.49 and a "WAN IP (NAT Public)" address of x.x.x.50.  The tele3 then has a local IP address of 192.168.1.1, and so on.  What I'm struggling with is how to setup my WRT54G to act as the main router.  I've tried a Static IP setup in the "Basic Networking" section of the linksys admin console, but no matter what I try, I can't get out to the Internet.
    Thanks in advance for your advice.

    In order to setup a static WAN (Internet) IP address on your WRT54G, you will need the following info from your ISP:
    Internet IP address
    Subnet Mask
    Gateway
    and at least one DNS address
    Additionally, some users have been told that they have a "Static" Internet address, when in fact they have a PPPoE connection, and their ISP is simply giving them the same IP address each time they connect.  Please clarify with your ISP whether or not you have this.  If you have it, you will need your PPPoE
    User Name, and
    Password
    from your ISP.
    Hope this helps.
    Message Edited by toomanydonuts on 02-26-2008 01:52 AM

Maybe you are looking for

  • Question regarding all entries

    code 1 Loop at int_cntry.              Select single * from zfligh into int_fligh where cntry = int_cntry-cntry. Append int_fligh.             Endloop. code2 Select * from zfligh appending table int_fligh             For all entries in int_cntry     

  • Workbook Text Elements are missing After Upgrade to BI7.0

    Hi All I am unable to see "Text Elements" in Workbook which is migrated from BW3.x to BI 7.0. I am using Windows XP, MS-office 2007, GUI 710 FEP5. workbook is working fine with Bex 3.0 I had checked all the pre- requisite for BI 7.0 and BEx . Please

  • Help needed with IMG SRC

    Can anyone please help me with this: I have created my own website on IWeb and now I want to use some of my banners on other websites. Problem is: there is something wrong when I fill in the img src code. The banner does not appear, only a question m

  • How to connect to database using sqlplusW (windows based  sqlPlus)

    Hi Thank you for reading my post I did some search and i find that i should use some kind of SYSTEM/SYSTEM@ORCLE to connect to database using windows based sqlplus. in the above SYSTEM is username and password and ORCLE is SID. but sqlplusw says that

  • XFCE4 shutdown stopped working after update

    Hello Archers, I use XFCE, and when I try to shut down using the panel button, my X session ends, and I'm left on the console, with the following error message: ** (xfce4-session:2398): WARNING **: xfsm-shutdown-helper .c:176: Failed to contact HAL: