Bugs in version 5.17.1.0

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

Deemer84

Administrator
Регистрация
10.05.2017
Сообщения
410
Реакции
84
Баллы
28
Bugs, errors and problems in new version 5.17.1.0.
 
I would also add that when webgl emaulation is enabled in browser profile , the real IP of the machine on which Zenno runs is being leaked:

DJaxRQs.png


I've tested this with multiple types of proxies (residential and datacenter) from multiple providers. Always the same problem.
Happened in 5.17.0.0 and 5.17.1.0, too
 
I would also add that when webgl emaulation is enabled in browser profile , the real IP of the machine on which Zenno runs is being leaked:

DJaxRQs.png


I've tested this with multiple types of proxies (residential and datacenter) from multiple providers. Always the same problem.
Happened in 5.17.0.0 and 5.17.1.0, too
Do you mean when WebRTC is enabled? You should emulate ip separately. For example, using the following code:
C#:
Развернуть Свернуть Копировать
string proxy = Regex.Match(project.Variables["proxy"].Value, @"(\d+\.){3}\d+").Value;
instance.WebRTCWorkMode = ZennoLab.InterfacesLibrary.Enums.Browser.WebRTCMode.Emulate;
instance.SetWebRTCAdresses(proxy);
 
Do you mean when WebRTC is enabled? You should emulate ip separately. For example, using the following code:
C#:
Развернуть Свернуть Копировать
string proxy = Regex.Match(project.Variables["proxy"].Value, @"(\d+\.){3}\d+").Value;
instance.WebRTCWorkMode = ZennoLab.InterfacesLibrary.Enums.Browser.WebRTCMode.Emulate;
instance.SetWebRTCAdresses(proxy);


Yeap...you're right...WebRTC was leaking, not webgl...sorry.

And the code you posted above works like a charm! :-)
Thanks!
 
NEW BUG :

Intellisearch, when field is not correct, and you click the red [x] and "add type" the whole project is just broken.
You can never fix intellisearch after you click this, you can not edit, add type, or move to next or previous field in intelli.
Tried saving, reopening project but nothing responding in intellisearch when you try to "add type".
 

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