Search found 7 matches

by DennisHu
Wed Dec 26, 2012 11:09 pm
Forum: Enigma Virtual Box x86/x64
Topic: slow file browser and loading
Replies: 2
Views: 8514

Re: slow file browser and loading

I think frequently open/close (407) files will cause slow after packed by Enigma virtual box. It will get worse after we have built several packages that have packed hundreds files. Also browsing files under a folder can be very slow. I guess there is an extra layer added for file open/close that ca...
by DennisHu
Sat Dec 22, 2012 2:10 am
Forum: Enigma Virtual Box x86/x64
Topic: slow file browser and loading
Replies: 2
Views: 8514

slow file browser and loading

We got some significant slow to browse some files under one folder and file loading after packing a lot of files in some packages. I think many packed files will impact the call FindFirstFile and FindNextFile. (http://msdn.microsoft.com/en-us/library/windows/desktop/aa364418(v=vs.85).aspx). I'm not ...
by DennisHu
Mon Dec 17, 2012 10:19 pm
Forum: Enigma Virtual Box x86/x64
Topic: got memory leaks
Replies: 3
Views: 9643

Re: got memory leaks

I have double checked if any file is not closed after opened.
It seems all opened files have been closed in my application.

After tried the new version, the memory leaks have been fixed.

New core logic is great. Thanks.
by DennisHu
Fri Dec 14, 2012 10:57 pm
Forum: Enigma Virtual Box x86/x64
Topic: got memory leaks
Replies: 3
Views: 9643

got memory leaks

After using the packed application with loading files from package, I got memory leaks issue. The package size is about 2GB, the application is 64bit. After close and reopen the data from package, the memory usage will increase about 1.6 GB. For example, after first open, the memory commit size for ...
by DennisHu
Wed Oct 24, 2012 12:10 am
Forum: Enigma Virtual Box x86/x64
Topic: external package doesn't work with x64 exe
Replies: 5
Views: 15231

Re: external package doesn't work with x64 exe

As i tried with 5.5, those options work for 64 bits application. In my project, about 700 files are stored in the external packages without compression. Total size is about 17GB. Maybe compression can reduce the file size. Will it slow the application initialization if everything is compressed? As i...
by DennisHu
Thu Oct 18, 2012 11:32 pm
Forum: Enigma Virtual Box x86/x64
Topic: external package doesn't work with x64 exe
Replies: 5
Views: 15231

Re: external package doesn't work with x64 exe

just Test 5.4. With using Virtualization method as "Never write to Disk", external package works with 64 bit application. But other options "Always Write To Disk"/"Write to Disk if not Exist" will give wrong result. My binary file contents has been changed. I guess ther...
by DennisHu
Wed Oct 17, 2012 4:56 pm
Forum: Enigma Virtual Box x86/x64
Topic: external package doesn't work with x64 exe
Replies: 5
Views: 15231

external package doesn't work with x64 exe

Did any one try to add external package for packed x64 build exe? From my testing, it doesn't work. For 32bit, external package works from my testing. But consumed peak memory is high if external package is big. Mostly my external package contains huge size files that can be selected to load during ...