Running the WebBrowserSettings Object reference not set to an instance of an object.

Maddis

Новичок
Регистрация
22.10.2018
Сообщения
26
Благодарностей
3
Баллы
3
Hi, hoping someoine can help who has experience in running ZennoPoster/ZennoBox in Virtual Box.
I'm getting this error when trying to run any of my projects in Virtual Box. I have tried different browsers (Chromium Beta, Chrome, FireFox) but the error still happens when starting the browser instance.

I have set my timeout for loading base to max. Same with executing a command in instance, and initializing objects.
Max amount of memory and memory during template operation is also set to Max.

Is there something else that I need to do?

My VM is setup as follows:
 

Вложения

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
Try check if instance is loaded.
Код:
if (!instance.ActiveTab.IsInteractive)
{
    instance.Launch(ZennoLab.InterfacesLibrary.Enums.Browser.BrowserType.Chrome, true);
}
Change the BrowserType to a browser defined by yourself.
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 233
Благодарностей
5 846
Баллы
113
What is the system where you run VirtualBox? Maybe PM does not support virtualization.
Also, aren't you running non-activated copy of the program on the virtual machine?
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)