Class: java/detailed/MainFrame.java
Command-line: run.bat win32 Release detailed
OS: Windows
Java: 17
1) First thing I noticed, all captchas elements are turning gray shortly after the page loads. It only happens using 32bit version.
Example:
URL: https://2captcha.com/demo/hcaptcha
Comparison:
Both versions do have a console output warning about third-party cookies, but 64bits version shows captcha just fine regardless:
[0515/210102.668:INFO:CONSOLE(0)] "Third-party cookie will be blocked. Learn more in the Issues tab.", source: https://2captcha.com/demo/hcaptcha (0)
2) Second thing is the message in the console regarding "speculative frame". It's just a warning, but I guess it could cause some rendering issues on applications:
[0515/210102.234:WARNING:browser_info.cc(328)] Returning a speculative frame for [8,5]
[0515/210102.348:WARNING:browser_info.cc(328)] Returning a speculative frame for [8,5]
[0515/210102.348:WARNING:browser_info.cc(328)] Returning a speculative frame for [8,5]
[0515/210102.348:WARNING:browser_info.cc(328)] Returning a speculative frame for [8,5]
[0515/210102.348:WARNING:browser_info.cc(328)] Returning a speculative frame for [8,5]
[0515/210102.348:WARNING:browser_info.cc(328)] Returning a speculative frame for [8,8]
[0515/210102.348:WARNING:browser_info.cc(328)] Returning a speculative frame for [8,8]
[0515/210102.348:WARNING:browser_info.cc(328)] Returning a speculative frame for [8,8]
[0515/210102.348:WARNING:browser_info.cc(328)] Returning a speculative frame for [8,8]
Have you faced something similar? Is there any way to avoid these problems?