Thread: c++ error

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    May 2005
    Posts
    5

    c++ error

    I have an error that i get everytime i want to play a game I like and i get it on some other things too.
    The error says Assertion Failed!

    Program: C:\Program Files\LimeWire\LimeWire.exe
    File: ../../../src/share/native/sun/awt/.../fontObject.cpp
    Line:489
    Expression: offset < fFileSize

    For More information on how your program can cause an assertion failure, see the Visual C++ documentation on assets

    (press Retry to debug the application - JIT Must be enabled). When i press retry it fails then closes the program Abort makes it close and Ignore allows it to run. Thats between Abort, Retry,Ignore and I get by Ignoring this but it would be nice if this didn't pop up at all. I always get two the second one is
    Assertion Failed!

    Program: C:\Program Files\LimeWire\LimeWire.exe
    File:../../../src/share/native/sun/awt/fo...\fontObject.h
    Line:289

    Expression:fUseCount == 0

    For More information on how your program can cause an assertion failure, see the Visual C++ documentation on assets

    (Press Retry to Debug the application - JIT Must be enabled)

    Abort-Retry-Ignore are the three options it gives me. I tried to enable JIT but I can't find it.
    Last edited by Topcount345; 06-01-2005 at 03:06 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. An error is driving me nuts!
    By ulillillia in forum C Programming
    Replies: 5
    Last Post: 04-04-2009, 09:15 PM
  3. Making C DLL using MSVC++ 2005
    By chico1st in forum C Programming
    Replies: 26
    Last Post: 05-28-2008, 01:17 PM
  4. Connecting to a mysql server and querying problem
    By Diod in forum C++ Programming
    Replies: 8
    Last Post: 02-13-2006, 10:33 AM
  5. Couple C questions :)
    By Divx in forum C Programming
    Replies: 5
    Last Post: 01-28-2003, 01:10 AM