Results 1 to 2 of 2

Thread: Different error Visual C++ Library

  1. #1
    Knight of the Old Code KWSN_Dagger's Avatar
    Join Date
    Feb 2005
    Location
    Western Canada
    Posts
    61

    Different error Visual C++ Library

    Gotten this error within 5 or so minutes ago. Not sure why this happened, but any thoughts would be accepted.


  2. #2
    Administrator AMDave's Avatar
    Join Date
    Sep 2004
    Location
    deep in a while-loop
    Posts
    1,948
    got this in the linux CLI clients too...

    Code:
    Dimer DoAssignment
    include/tnt/vec.h:206: T &TNT::Vector<T>::operator[] (long int) [with T = int]: Assertion `i<n_' failed.
    Aborted
    All restarts fail with the same error message and the client exits to the prompt.
    Looks like a few of us have some client resets to do.

    Looks like either a bad set of data in the WU's or a necessary calulation that has not been correctly coded. possibly asserting a non integer value into an integer variable ?

    We'll have to wait for Omer to get into this one.

    Graeme / Omer, can you switch back to the other crystal form whilst it is being worked on ?
    Last edited by AMDave; 05-29-2005 at 05:36 AM.
    . . . . . ___
    . . . . . . .\___/\______
    . . . . . . . \__AMD___\\__
    -----------------------------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •