Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU process launch failed #4

Open
eranetsa opened this issue Dec 4, 2022 · 0 comments
Open

GPU process launch failed #4

eranetsa opened this issue Dec 4, 2022 · 0 comments

Comments

@eranetsa
Copy link

eranetsa commented Dec 4, 2022

Could not run it on VPS windows 10

LOG:

C:\Users\Administrator\Downloads\IG-Bot-main>C:\Users\Administrator\AppData\Local\Programs\Python\Python311\python fuf.py
C:\Users\Administrator\Downloads\IG-Bot-main\fuf.py:19: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
  browser = webdriver.Chrome(executable_path=ChromeDriverManager().install(), options=options)

DevTools listening on ws://127.0.0.1:49900/devtools/browser/67645c31-fc6b-4856-9e03-2bc029f2a57d
[2364:6088:1204/010052.853:ERROR:gpu_process_host.cc(984)] GPU process launch failed: error_code=18
[2364:6088:1204/010053.213:ERROR:gpu_process_host.cc(984)] GPU process launch failed: error_code=18
Traceback (most recent call last):
  File "C:\Users\Administrator\Downloads\IG-Bot-main\fuf.py", line 75, in <module>
    main()
  File "C:\Users\Administrator\Downloads\IG-Bot-main\fuf.py", line 19, in main
    browser = webdriver.Chrome(executable_path=ChromeDriverManager().install(), options=options)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 81, in __init__
    super().__init__(
  File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 106, in __init__
    super().__init__(
  File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 288, in __init__
    self.start_session(capabilities, browser_profile)
  File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 381, in start_session
    response = self.execute(Command.NEW_SESSION, parameters)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webdriver.py", line 444, in execute
    self.error_handler.check_response(response)
  File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 249, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: tab crashed
  (Session info: chrome=108.0.5359.95)
Stacktrace:
Backtrace:
        (No symbol) [0x00DCF243]
        (No symbol) [0x00D57FD1]
        (No symbol) [0x00C4CF10]
        (No symbol) [0x00C40C3E]
        (No symbol) [0x00C406F1]
        (No symbol) [0x00C3FB0B]
        (No symbol) [0x00C3FA5C]
        (No symbol) [0x00C3E7E8]
        (No symbol) [0x00C3EDC2]
        (No symbol) [0x00C3DC55]
        (No symbol) [0x00C4899C]
        (No symbol) [0x00C3D735]
        (No symbol) [0x00C3F703]
        (No symbol) [0x00C3E7E8]
        (No symbol) [0x00C3EDC2]
        (No symbol) [0x00C3DC55]
        (No symbol) [0x00C46493]
        (No symbol) [0x00C3D735]
        (No symbol) [0x00C3F703]
        (No symbol) [0x00C3E7E8]
        (No symbol) [0x00C3EDC2]
        (No symbol) [0x00C3DC55]
        (No symbol) [0x00C44072]
        (No symbol) [0x00C3D735]
        (No symbol) [0x00C3F703]
        (No symbol) [0x00C3E7E8]
        (No symbol) [0x00C3EDC2]
        (No symbol) [0x00C3DC55]
        (No symbol) [0x00C37E66]
        (No symbol) [0x00C3D735]
        (No symbol) [0x00C3CEE0]
        (No symbol) [0x00C3CB37]
        (No symbol) [0x00C4E5F3]
        (No symbol) [0x00C320A7]
        (No symbol) [0x00C3127B]
        (No symbol) [0x00C9F1FF]
        (No symbol) [0x00C9EB2A]
        (No symbol) [0x00C98386]
        (No symbol) [0x00C7163C]
        (No symbol) [0x00C7269D]
        GetHandleVerifier [0x01069A22+2655074]
        GetHandleVerifier [0x0105CA24+2601828]
        GetHandleVerifier [0x00E78C0A+619850]
        GetHandleVerifier [0x00E77830+614768]
        (No symbol) [0x00D605FC]
        (No symbol) [0x00D65968]
        (No symbol) [0x00D65A55]
        (No symbol) [0x00D7051B]
        BaseThreadInitThunk [0x75C3FA29+25]
        RtlGetAppContainerNamedObjectPath [0x77CF7A9E+286]
        RtlGetAppContainerNamedObjectPath [0x77CF7A6E+238]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant