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

  • Автор темы Автор темы Maddis
  • Дата начала Дата начала

Maddis

Новичок
Регистрация
22.10.2018
Сообщения
27
Реакции
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:
 

Вложения

  • Untitled.png
    Untitled.png
    68,2 KB · Просмотры: 177
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.
 
  • Спасибо
Реакции: Nee
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?
 

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