v4rb new build

Erik Mueller-Harder lists at praxisworks.com
Mon May 17 09:39:52 CDT 2004


Hi, Ruslan --

You wrote:

>>   Valentina_Init...
>>       PARAM: inCacheSize = 8388608
>>       PARAM: inMacSN->CString() =
>>       PARAM: inWinSN->CString() =
>>   error 365826.
>>   
>>   return
> 
> Interesting, this means that folder with ICU data file was not
> found. Not clear why VAR was not logged in your case.
> 
> In Next build I will add more debug logs, And I will add ability
> specify location of ICU dat file.
> 
> Something very odd happens here.

I had put the VComponents folder in my local user library, rather than my global library.  Your latest download gives this error in the FBL_Asserts.txt log file:

    FBL_ValentinaInit.cpp:ValentinaInit:162 gComponentsPath == 0L

So, I moved the VComponents folder into the global library and no longer get an FBL_Asserts log file or the error #365826 on init.  I know you are planning to allow us to put the VComponents folder in any of several different places -- I'm guessing that putting it in the local user library isn't allowed yet.

So, now, in the Database_CreateCloseOpen example, I'm seeing the same NilObjectException as Frank and Jon.

FYI, on the re-opening of the database in that example, I'm getting 21 FBL assertions.  Are others seeing these, too, or do I have something set up incorrectly?

FBL_DTFormat.h:SetCentury:84 inCentury2 - inCentury1 == 100
FBL_Index_imp.cpp:FindPage:433 IsGoodDataPageNumber(
     inContext.mRange.first )
FBL_Index_imp.cpp:FindPage:434 IsGoodDataPageNumber(
    inContext.mRange.second )
FBL_Index_imp.cpp:FindPage:435 inContext.mRange.first <=
    inContext.mRange.second
FBL_Index_NotUnique.cpp:BinSearchPages:176 first == second
FBL_Index_Page_Inventory.cpp:get_IsPageBig:259 1 <= inLogicalIndex &&
    inLogicalIndex <= mPageFile->get_LogicalPageCount()
FBL_InventoryPage.cpp:ReadItem:332 1 <= inLogicalIndex && inLogicalIndex
    <= mPageFile->get_LogicalPageCount() + 2
FBL_Index_Page_Inventory.cpp:get_IsPageBig:259 1 <= inLogicalIndex &&
    inLogicalIndex <= mPageFile->get_LogicalPageCount()
FBL_InventoryPage.cpp:ReadItem:332 1 <= inLogicalIndex && inLogicalIndex
    <= mPageFile->get_LogicalPageCount() + 2
FBL_Index_NotUnique_Page.h:get_LastValuePtr:392 get_ValuesCount() >= 1
FBL_Index_NotUnique_Page.h:GetValuePtr:540 inIndex < get_ValuesCount()
FBL_Index_imp.cpp:FindPage:433 IsGoodDataPageNumber(
    inContext.mRange.first )
FBL_Index_imp.cpp:FindPage:434 IsGoodDataPageNumber(
    inContext.mRange.second )
FBL_Index_imp.cpp:FindPage:435 inContext.mRange.first <=
    inContext.mRange.second
FBL_Index_NotUnique.cpp:BinSearchPages:176 first == second
FBL_Index_Page_Inventory.cpp:get_IsPageBig:259 1 <= inLogicalIndex &&
    inLogicalIndex <= mPageFile->get_LogicalPageCount()
FBL_InventoryPage.cpp:ReadItem:332 1 <= inLogicalIndex && inLogicalIndex
    <= mPageFile->get_LogicalPageCount() + 2
FBL_Index_Page_Inventory.cpp:get_IsPageBig:259 1 <= inLogicalIndex &&
    inLogicalIndex <= mPageFile->get_LogicalPageCount()
FBL_InventoryPage.cpp:ReadItem:332 1 <= inLogicalIndex && inLogicalIndex
    <= mPageFile->get_LogicalPageCount() + 2
FBL_Index_Page_Inventory.cpp:get_IsPageBig:259 1 <= inLogicalIndex &&
    inLogicalIndex <= mPageFile->get_LogicalPageCount()
FBL_InventoryPage.cpp:ReadItem:332 1 <= inLogicalIndex && inLogicalIndex
    <= mPageFile->get_LogicalPageCount() + 2

-- Erik


More information about the Valentina-beta mailing list