Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • RS_AccountFire NEW v2.0-beta! Multi-function website account creator tool with opt for making email verified accounts (Both Proxy and VPN modes available) [FREE]


    elusivestudio

    Recommended Posts

    4 hours ago, Abaddon said:

    - I had already created the RSAF directory, and VPN directory as I was setting up to use VPNs. It did however create the cfg directory in RSAF.

    - No chrome browsers open, however I can see a chromedriver.exe process starts in task manager.

    - Yep, the path is set correctly too.

    Screenshots:
    https://imgur.com/a/zSYXX3G

    I noticed in your post that you had said you downloaded chrome driver 88 but in the screenshot it shows 89. Which version of Chrome are you running?

    Link to comment
    Share on other sites

    34 minutes ago, elusivestudio said:

    I noticed in your post that you had said you downloaded chrome driver 88 but in the screenshot it shows 89. Which version of Chrome are you running?

    Sorry - I updated Chrome in an attempt to sort the issues, and got the latest chrome driver.
    I'm running 89 now, with 89 driver. 

    Link to comment
    Share on other sites

    1 hour ago, Abaddon said:

    Sorry - I updated Chrome in an attempt to sort the issues, and got the latest chrome driver.
    I'm running 89 now, with 89 driver. 

    So I whipped together this little debug program real quick. All it does is run a super basic script for using Selenium to open google.com and output what it's doing as it goes along. Here is a download for it... If you could run that and then tell me what shows up in the log window that should help us solve this

    https://www.mediafire.com/file/470txsl0yje4wz3/debugger_1.0.jar/file

    Link to comment
    Share on other sites

    28 minutes ago, elusivestudio said:

    So I whipped together this little debug program real quick. All it does is run a super basic script for using Selenium to open google.com and output what it's doing as it goes along. Here is a download for it... If you could run that and then tell me what shows up in the log window that should help us solve this

    https://www.mediafire.com/file/470txsl0yje4wz3/debugger_1.0.jar/file

    Setting path for chromedriver
    Failed to create new driver object!
    MSG: org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: crashed.
      (unknown error: DevToolsActivePort file doesn't exist)
      (The process started from chrome location C:\Users\phil\AppData\Local\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
    Build info: version: 'unknown', revision: 'e82be7d358', time: '2018-11-14T08:24:01'
    System info: host: 'DESKTOP-KIOBNPJ', ip: '192.168.1.51', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_181'
    Driver info: driver.version: ChromeDriver
    remote stacktrace: Backtrace:
    	Ordinal0 [0x001CE7D3+124883]
    	Ordinal0 [0x001CE7B1+124849]
    	GetHandleVerifier [0x00418688+193832]
    	GetHandleVerifier [0x004307AC+292428]
    	GetHandleVerifier [0x0042E0AC+282444]
    	GetHandleVerifier [0x00454A90+440624]
    	GetHandleVerifier [0x004547FC+439964]
    	GetHandleVerifier [0x0045154B+426987]
    	GetHandleVerifier [0x00434FFD+310941]
    	GetHandleVerifier [0x00435D8E+314414]
    	GetHandleVerifier [0x00435D19+314297]
    	GetHandleVerifier [0x004F31EC+1089676]
    	GetHandleVerifier [0x004F17C9+1082985]
    	GetHandleVerifier [0x004F13A3+1081923]
    	GetHandleVerifier [0x005ED9FD+2115741]
    	Ordinal0 [0x0031B82E+1488942]
    	Ordinal0 [0x002B5A7D+1071741]
    	Ordinal0 [0x002B559B+1070491]
    	Ordinal0 [0x002B54B1+1070257]
    	Ordinal0 [0x002EFF53+1310547]
    	BaseThreadInitThunk [0x76D06359+25]
    	RtlGetAppContainerNamedObjectPath [0x77518944+228]
    	RtlGetAppContainerNamedObjectPath [0x77518914+180]
    
    Opening https://google.com
    Driver failure, see error below:
    MSG: java.lang.NullPointerException
    

    Thanks for the effort you're putting in to help by the way!

    Edited by Abaddon
    Link to comment
    Share on other sites

    1 hour ago, Abaddon said:
    
    Setting path for chromedriver
    Failed to create new driver object!
    MSG: org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: crashed.
      (unknown error: DevToolsActivePort file doesn't exist)
      (The process started from chrome location C:\Users\phil\AppData\Local\Google\Chrome\Application\chrome.exe is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
    Build info: version: 'unknown', revision: 'e82be7d358', time: '2018-11-14T08:24:01'
    System info: host: 'DESKTOP-KIOBNPJ', ip: '192.168.1.51', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_181'
    Driver info: driver.version: ChromeDriver
    remote stacktrace: Backtrace:
    	Ordinal0 [0x001CE7D3+124883]
    	Ordinal0 [0x001CE7B1+124849]
    	GetHandleVerifier [0x00418688+193832]
    	GetHandleVerifier [0x004307AC+292428]
    	GetHandleVerifier [0x0042E0AC+282444]
    	GetHandleVerifier [0x00454A90+440624]
    	GetHandleVerifier [0x004547FC+439964]
    	GetHandleVerifier [0x0045154B+426987]
    	GetHandleVerifier [0x00434FFD+310941]
    	GetHandleVerifier [0x00435D8E+314414]
    	GetHandleVerifier [0x00435D19+314297]
    	GetHandleVerifier [0x004F31EC+1089676]
    	GetHandleVerifier [0x004F17C9+1082985]
    	GetHandleVerifier [0x004F13A3+1081923]
    	GetHandleVerifier [0x005ED9FD+2115741]
    	Ordinal0 [0x0031B82E+1488942]
    	Ordinal0 [0x002B5A7D+1071741]
    	Ordinal0 [0x002B559B+1070491]
    	Ordinal0 [0x002B54B1+1070257]
    	Ordinal0 [0x002EFF53+1310547]
    	BaseThreadInitThunk [0x76D06359+25]
    	RtlGetAppContainerNamedObjectPath [0x77518944+228]
    	RtlGetAppContainerNamedObjectPath [0x77518914+180]
    
    Opening https://google.com
    Driver failure, see error below:
    MSG: java.lang.NullPointerException
    

    Thanks for the effort you're putting in to help by the way!

    No problem thanks for bringing this to my attention! After some research it seems like your system is missing a critical file "DevToolsActivePort" which selenium needs to hook into. It seems like a not-so-easy issue to solve on the user side so:

    Later today when I'm back home I will create another debugging tool with some changed flags that should prompt your system to build this path, you can test it and if it works, ill add it to the next release so it works for you/anyone else that may potentially run into this problem

    Link to comment
    Share on other sites

    2 hours ago, elusivestudio said:

    No problem thanks for bringing this to my attention! After some research it seems like your system is missing a critical file "DevToolsActivePort" which selenium needs to hook into. It seems like a not-so-easy issue to solve on the user side so:

    Later today when I'm back home I will create another debugging tool with some changed flags that should prompt your system to build this path, you can test it and if it works, ill add it to the next release so it works for you/anyone else that may potentially run into this problem

    That's great, thanks. I've tried all sorts - trying to create the file manually in the temp folder created, but to no avail. Looks like you can manually specify debugging port when launching the chromedriver though? I guess you can't be sure that'd be the same port for all chrome installations though...

    Link to comment
    Share on other sites

    2 hours ago, Abaddon said:

    That's great, thanks. I've tried all sorts - trying to create the file manually in the temp folder created, but to no avail. Looks like you can manually specify debugging port when launching the chromedriver though? I guess you can't be sure that'd be the same port for all chrome installations though...

    Here you go - I included 3 tests in here..

    Try checking the test1 box to see if that works, if not try checking both test 1 and test 2... If THAT fails, then you can try checking the "test3" box and using default entered value of port 0. If still nothing, you can try throwing in a custom port and see.

    Hopefully it works with just test 1\test 2 :D

    Let me know how it goes and I can integrate this feature into the upcoming release.

    Edited by elusivestudio
    Link to comment
    Share on other sites

    2 hours ago, Abaddon said:

    That's great, thanks. I've tried all sorts - trying to create the file manually in the temp folder created, but to no avail. Looks like you can manually specify debugging port when launching the chromedriver though? I guess you can't be sure that'd be the same port for all chrome installations though...

    Sorry the link from the last post was DOA.. here is the download:

    https://www.mediafire.com/file/fkardjks2y94am8/debugger_1.1.jar/file

    Link to comment
    Share on other sites

    28 minutes ago, elusivestudio said:

    Sorry the link from the last post was DOA.. here is the download:

    https://www.mediafire.com/file/fkardjks2y94am8/debugger_1.1.jar/file

     

    Done as you mentioned - get the usual DevToolsActivePort issue on 1, 1+2, 1+2+3 Port 0.
    Then tried an arbitrary port for good measure, and got an error saying issue contacting Chrome instead.

    Link to comment
    Share on other sites

    40 minutes ago, Abaddon said:

     

    Done as you mentioned - get the usual DevToolsActivePort issue on 1, 1+2, 1+2+3 Port 0.
    Then tried an arbitrary port for good measure, and got an error saying issue contacting Chrome instead.

    It seems like the port for this is 9222... maybe give that a try and cross fingers 🤞

    Link to comment
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.