OS 9 Crash with vServer V4MD
Paul Schwarz
pschwarz at lexialearning.com
Fri Feb 11 20:04:18 CST 2005
A cleaner replication of the problem:
1) Start the server (We started it on WinXP).
2) Create this script in a test movie:
On testVDB
sMacSerial = "yourserialhere"
sWinSerial = "yourserialhere" -- put yours in
sEmbeddedSerial = "bigbunchofascii"
ValentinaInit(8*1024*1024, sMacSerial, sWinSerial)
ValentinaDebugLevel(2,1)
oServer = new(xtra
"Vserver","192.168.0.1","sa","sa",15432,-1,sEmbeddedSerial)
oVDB = new(xtra
"Vdatabase","192.168.0.1,"sa","sa",15432,-1,sEmbeddedSerial)
oVdb.OpenDatabase("myServerDatabase")
oVdb.CloseDatabase()
ValentinaShutDown()
oServer = VOID
oVDB=VOID
End
When you run the script from a test movie on a Windows machine, there
are no problems. Message window shows no errors.
When you run the script from a test movie on a Mac OS 9.2.2. machine,
there are no problems reported. Same as above. When you quit Director,
the system hangs completely. Full restart needed.
Ruslan, put on your cape, superman! :>
-Paul
More information about the Valentina
mailing list