[V4MD] error 365826 on db.open()

Giacomo Vernoni giacomo at way-out.it
Mon Mar 29 10:00:47 CDT 2010


Hi Ruslan,

On 20 mar 2010, at 19:56, Ruslan Zasukhin wrote:

> On 3/17/10 4:44 PM, "Giacomo Vernoni" <giacomo at way-out.it> wrote:
>
> Hi Giacomo,
>
>> Hi list,
>> I'm migrating a project from Director 10 (MX 2004) to 11.5.
>> I had V4MD 3.5.3 Xtra on D10, I downloaded V4MD 3.5.3 UB for D11.5.
>
> 3.5.3 was for D11 ?
> You sure?

http://www.valentina-db.com/index.php/en/developer-news/92-valentina-for-director-11-available

"[...]A Universal Binary Version of Valentina for Director 3.5.2,  
compatible with Director 11 on Mac OS X."

http://www.valentina-db.com/download/prev_releases/3.5.3/v4md_3_mac_ub.dmg


>
>> I'm getting error 365826 on db.open() on this quick movie script I  
>> prepared to
>> isolate the error:
>
> 365826  = in hex 59502
>
>                ERR_OS_FILE_NOT_FOUND
>
>> ------
>>
>> global gDB, gValentina
>>
>> on startMovie
>>
>>  gValentina = new(xtra "Valentina")
>>  gValentina.Init(16*1024*1024, <my mac sn>, <my win sn>, "")
>>  gDB = new(xtra "VDatabase")


The Xtra is initialized, so it works in D11.


>>  gDB.Open(_movie.path & "DB1.vdb")


Error here.


>> end
>>
>>
>> on stopMovie
>>  gDB.close()
>>  gValentina.ShutDown()
>> end
>>
>> ------
>>
>> Same code works fine on D10. Same computer, OS, user, movie script,  
>> movie
>> path, DB (just cloned, to be sure).
>> Is this a known bug? I only found a V4RB post on the list about  
>> this error.
>
> Not known.
>
> Can you try to run V4MD UB examples on your computer to see if they  
> can
> Create/close open their dbs ?



OK:

- install 3.5.3 UB (full install from the disk image)
- run example "Database_OpenAny.dir"
- choose a DB
- I get this error: "Unable to open database"


- install 4.5 UB (full install from the disk image)
- run example "Database_OpenAny.dir"
- choose a DB
- no errors


> -- 
> Best regards,
>
> Ruslan Zasukhin
> VP Engineering and New Technology
> Paradigma Software, Inc
>
> Valentina - Joining Worlds of Information
> http://www.paradigmasoft.com
>
> [I feel the need: the need for speed]
>
>
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina
>



More information about the Valentina mailing list