<html><body class="ApplePlainTextBody" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi list,<br>I'm migrating a project from Director 10 (MX 2004) to 11.5.<br>I had V4MD 3.5.3 Xtra on D10, I downloaded V4MD 3.5.3 UB for D11.5.<br><br>I'm getting error 365826 on db.open() on this quick movie script I prepared to isolate the error:<br><br>------<br><br>global gDB, gValentina<br><br>on startMovie<br><br> gValentina = new(xtra "Valentina")<br> gValentina.Init(16*1024*1024, <my mac sn>, <my win sn>, "")<br> gDB = new(xtra "VDatabase")<br><br> if the runMode = "Author" then<br> gValentina.debugLevel = #kLogErrors<br> else<br> gValentina.debugLevel = #kLogNothing<br> end if<br><br> gDB.Open(_movie.path & "DB1.vdb")<br><br>end<br><br><br>on stopMovie<br> gDB.close()<br> gValentina.ShutDown()<br>end<br><br>------<br><br>Same code works fine on D10. Same computer, OS, user, movie script, movie path, DB (just cloned, to be sure).<br>Is this a known bug? I only found a V4RB post on the list about this error.<br><br><div>Thanks,</div><div>Giacomo<br></div><div><br></div><div><br></div><div>PS I installed the latest V4MD 4.5 UB, and run the script (with empty sn as mine are not valid for 4.5): everything works.</div></body></html>