Search found 16 matches

by Psycho-A
Wed Dec 20, 2023 11:26 am
Forum: Enigma Virtual Box x86/x64
Topic: proxy-dll Smitis
Replies: 4
Views: 2421

Re: proxy-dll Smitis

MH100181 wrote: Mon Dec 18, 2023 8:24 pm Psycho-A
Это для самой программы, а не сборок
Жаль. Это самое ценное улучшение, которое бы пригодилось для проектов.
by Psycho-A
Mon Dec 18, 2023 10:16 am
Forum: Enigma Virtual Box x86/x64
Topic: proxy-dll Smitis
Replies: 4
Views: 2421

Re: proxy-dll Smitis

Doesn't work.
Screenshot_2023-12-18_131555.png
Screenshot_2023-12-18_131552.png
by Psycho-A
Tue Nov 21, 2023 11:26 pm
Forum: Enigma Virtual Box x86/x64
Topic: Reducing app startup speed with a large number of files
Replies: 0
Views: 3138

Reducing app startup speed with a large number of files

I noticed that the more files we include in the project, the slower the application starts. If at 100-500 files the difference is almost invisible, then at 2000-5000 files the launch can take from 3 to 6 seconds for fast program. It feels like every file is unpacked right before launch, not when a f...
by Psycho-A
Tue Nov 21, 2023 11:18 pm
Forum: Enigma Virtual Box x86/x64
Topic: Many boxed apps detects by Windows Defender as "Program:Win32/Wacapew.C!ml"
Replies: 1
Views: 2624

Many boxed apps detects by Windows Defender as "Program:Win32/Wacapew.C!ml"

After building boxed file, many programs starts to be detected by the Microsoft anti-virus as "Program:Win32/Wacapew.C!ml" which wasn't met in the original files. Many people who received such files from me on Windows 10-11 reports they're immediately killed after download, if built-in OS ...
by Psycho-A
Wed Jan 18, 2023 2:57 am
Forum: Enigma Virtual Box x86/x64
Topic: Support for BAT/CMD launch scripts
Replies: 2
Views: 3815

Support for BAT/CMD launch scripts

Some programs require pre-launch via command-line scripts (.bat or .cmd). I tried to specify them as a startup file, but EVB doesn't want to build the project, since it only needs the .exe file. I tried to substitute an exe stub that would run the .cmd script by its own means. The project is compile...
by Psycho-A
Tue Jan 10, 2023 12:48 am
Forum: Enigma Virtual Box x86/x64
Topic: Boxed app doesn't work on Wine (Linux)
Replies: 8
Views: 3862

Re: Boxed app doesn't work on Wine (Linux)

Can you please contact us at support@enigmaprotector.com with description, how to reproduce the problem? I learned more about the Proton, and it's just based on older Wine versions, 3-5. People say it's okay with boxed files on the Proton 7 - so, your tests can be facilitated simply by installing o...
by Psycho-A
Tue Jan 10, 2023 12:43 am
Forum: Enigma Virtual Box x86/x64
Topic: Temporary evb*.tmp files doesn't remove after exit
Replies: 6
Views: 4669

Re: Temporary evb*.tmp files doesn't remove after exit

One application could be run multiple times (multiple instances) and usage of the same file name for temporary files may conflict between each instance (not just may conflict, it will conflict). Thus names of the files are different. This makes sense, but if "Map executable files with temporar...
by Psycho-A
Tue Jan 03, 2023 9:48 pm
Forum: Enigma Virtual Box x86/x64
Topic: Boxed app doesn't work on Wine (Linux)
Replies: 8
Views: 3862

Re: Boxed app doesn't work on Wine (Linux)

All the files works fine for Wine now, but some people complains there are same issues as described at topic start - with the Steam's Proton framework. It is based on Wine too, but uses some unique patches to better work with games. Can this be tested too? In fact, no games required - just steam wit...
by Psycho-A
Tue Jan 03, 2023 9:36 pm
Forum: Enigma Virtual Box x86/x64
Topic: Temporary evb*.tmp files doesn't remove after exit
Replies: 6
Views: 4669

Re: Temporary evb*.tmp files doesn't remove after exit

Hi, these files are required for option "Map executable files with temporary file". Yeah, I know that and saw myself. If this option is enabled, then there are no problems with files cluttering - the same-named .tmp files are always used again per one .exe at startup, and this is OK. The ...
by Psycho-A
Sat Dec 31, 2022 11:40 am
Forum: Enigma Virtual Box x86/x64
Topic: Temporary evb*.tmp files doesn't remove after exit
Replies: 6
Views: 4669

Temporary evb*.tmp files doesn't remove after exit

Each launch of the boxed app creates temporary files of "evb0DAB.tmp" form in the %TEMP%/ folder. Sometimes they are used to load internal sandboxed exe files, sometimes they are just always empty. The problem is that if the the option "Map executable using temporary file" is unc...