Page 2 of 2

Re: EVB + VirtualBox

Posted: Mon Jan 21, 2013 12:59 pm
by ck_
Seems this is related to VirtualBox bug https://www.virtualbox.org/ticket/9527
So you can do nothing here.

I'll perform tests with the real app and let you know.

Re: EVB + VirtualBox

Posted: Mon Jan 21, 2013 3:04 pm
by Enigma
Thanks you for the information, looks like it's so!

Re: EVB + VirtualBox

Posted: Fri Jan 25, 2013 10:54 am
by ck_
Ok, I've made more tests.
There is a problem with accessing to the packed sqlite db.

Here is what I do:

1) Package mask %DEFAULT FOLDER%\data\data*.dat
2) Create package data01.dat:
%DEFAULT FOLDER%\
content\
db.sqlite
3) put data01.dat to the data folder.

In the program I try to open DB "content/db.sqlite" and with the package it fails to operate with the DB. Note what file itself is found by the program. I'm attaching binaries. Also this happens on real PC not VB.
Are there any EVB restrictions which may cause this?
Thanks.

Re: EVB + VirtualBox

Posted: Fri Jan 25, 2013 11:08 am
by Enigma
No, there should be no such limitations.

The only one thing, that you should keep in mind, is that any change to virtual file will work within one session only. After restart of paced program, changes to virtual files will be discarded to defaults.

Thanks you for the files, I will update the thread with results!

Re: EVB + VirtualBox

Posted: Sun Jan 27, 2013 10:12 am
by Enigma
Hi ck_, the problem that happens with your files is solved.

Thanks you for the information you provided and test files.

Such problem had not beed detected by us within few years, so very glad that we finally fixed it!

Re: EVB + VirtualBox

Posted: Sun Jan 27, 2013 2:29 pm
by ck_
Awesome!)
Glad to help.
Will wait new release, thank you.