Giter Club home page Giter Club logo

Comments (17)

jsoctocat avatar jsoctocat commented on June 26, 2024 1

have you checked with the official launcher? the delay can be edited inside AuthenticationServiceProvider.cs, it should continue to wait for a response (up to 10seconds)

// wait for server response data
delayCounter = 1000;
do {
await Task.Delay(delayCounter);
delayCounter += 50;
} while (CustomResourceRequestHandler.ResponseData == null && delayCounter < 10000);

I will change the OTP to be generated from UTC time that gets fetched from worldtimeapi today

from bdo-launcher.

Person7557 avatar Person7557 commented on June 26, 2024

obraz

from bdo-launcher.

jsoctocat avatar jsoctocat commented on June 26, 2024

could it be the same as this issue?

#17 (comment)

from bdo-launcher.

Person7557 avatar Person7557 commented on June 26, 2024

Oh i forgot to mention, i did time sync before writing, as i do remember that from previous issue, but no, it did not resolve the issue for me. Also, is this supposed to show up?

obraz

from bdo-launcher.

Person7557 avatar Person7557 commented on June 26, 2024

Or any of this?
obraz
obraz

from bdo-launcher.

Person7557 avatar Person7557 commented on June 26, 2024

Even if i provide the OTP manually, it still shows the following:
obraz

from bdo-launcher.

Person7557 avatar Person7557 commented on June 26, 2024

I just ran double check on Backup OTP code and seems like its incorrect, I'll restart it and see if it works then.

from bdo-launcher.

jsoctocat avatar jsoctocat commented on June 26, 2024

Or any of this? obraz obraz

Yes, these pop-ups are intended because it is possible for a CAPTCHA to appear, and this was the simplest way to address such an issue.

The version check should not pop up though, I will take a look at it in an hour.

I just ran double check on Backup OTP code and seems like its incorrect, I'll restart it and see if it works then.

login normally with the official launcher once, my launcher executed everything successfully from my end earlier

from bdo-launcher.

Person7557 avatar Person7557 commented on June 26, 2024

Seems like it fails to enter OTP either way for me. Strange.

from bdo-launcher.

Person7557 avatar Person7557 commented on June 26, 2024

Just managed to get the launcher to login me in on 1.1.3 version. the 1.1.5 opens the window form, that takes ~3 seconds to get the pop up to display the form for me, not sure if its normal/intended, but perhaps the OTP is entered before the forms move to right placement due to my latency from UK, either way, i would love to know where i can adjust the delay on some actions to make the launcher a bit faster at certain points and adjust it to eventual latency due to my WAN routing. As always, thank you for your work @jsoctocat

I just went back through 1.1.4 and it would not budge, while 1.1.3 spits out error when it attempts to check game version, but else than that, after few seconds delay, it launches the game without an issue.

from bdo-launcher.

jsoctocat avatar jsoctocat commented on June 26, 2024

I updated the launcher to input the OTP when the OTP appears rather than at the start of the launching process, let me know if the change fixes issue #20

from bdo-launcher.

Person7557 avatar Person7557 commented on June 26, 2024

I updated the launcher to input the OTP when the OTP appears rather than at the start of the launching process, let me know if the change fixes issue #20

Thank you, i will test it within an hour and let you know how it works.

from bdo-launcher.

Person7557 avatar Person7557 commented on June 26, 2024

It works nicely now. One suggestion would be to make an option to select visible or not visible form, as i prefered the lack of things popping up, would be great if you could let me know if i can just enable/disable that in one line of the code

from bdo-launcher.

ManchiSoul avatar ManchiSoul commented on June 26, 2024

I upgraded to lastest version and it works fine. only thing i want to mention is every time i press start game it shows the BrowserForm window then it disappear and start the game. i wish if this window are hidden like previous version

from bdo-launcher.

jsoctocat avatar jsoctocat commented on June 26, 2024

In version 1.1.5 I changed CefSharp.OffScreen to CefSharp.WinForms so that a browserform opens up and shows the login process, the reason for the change was because there is a chance of running into this

ss

The launcher would get stuck waiting for the captcha to be completed before moving onto the next login step, therefore, I made the change.

I will check to see if it's possible to hide the window but most likely the solution would be automatically minimize the window at the start

from bdo-launcher.

jsoctocat avatar jsoctocat commented on June 26, 2024

Release 1.1.6a will minimize the BrowserForm at the start

from bdo-launcher.

Person7557 avatar Person7557 commented on June 26, 2024

In version 1.1.5 I changed CefSharp.OffScreen to CefSharp.WinForms so that a browserform opens up and shows the login process, the reason for the change was because there is a chance of running into this

ss

The launcher would get stuck waiting for the captcha to be completed before moving onto the next login step, therefore, I made the change.

I will check to see if it's possible to hide the window but most likely the solution would be automatically minimize the window at the start

I've never once encountered this, that's why i did not see any point in that form to pop up for me.

from bdo-launcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.