eliemichel / MapsModelsImporter

A Blender add-on to import models from google maps
https://blog.exppad.com/article/importing-actual-3d-models-from-google-maps
GNU General Public License v3.0
2.46k stars 302 forks source link

Chrome GPU PID Reset | Chrome 79, RenderDoc 1.13, MapsModelImporter 0.4, Windows 8.1 #215

Closed d-bracher closed 2 years ago

d-bracher commented 2 years ago

Similar problems as

147

123

Whenever I try to inject into the Chrome process and access Google Maps, Chrome resets the PID for the GPU. After reentering the altered PID for a couple of times Google Maps starts without OpenGL features. Same for Microsoft Edge. Extracting 3D info is thus not possible.

I tried with older versions of Chrome, but then the problem seems to be that Maps doesnt support OpenGL features with this browser versions (up to Chrome 80). Also tried changing my region, adding the --ignore-gpu-blacklist flag to Chrome Shortcut and add ?force=webgl to the browser query. No results.

A year ago this worked fine, I think I worked with Chrome ~v.80 and RenderDoc 1.9.

Versions I have tried

Render Doc 1.9, 1.10, 1.13 Chrome 70, 75, 79, 80, 100

For some reason I accidently managed to capture some 3D data with Google Chrome Version 70 I think. I couldnt reproduce.

Somebody mentioned this might be due to an older graphics card. Could be the case. Lenovo U330p with a built in Intel i5 4200U.

Any help deeply appreciated, 4h straight spent with this issue and counting.

P0isonousPurple commented 2 years ago

Having the same problem. Worked with it yesterday and now it doesn't work. No update of RenderDoc or Chrome was made by me. RenderDov v.18 / Chrome 100 / GPU: NVIDIA GeForce GTX 1060 6G

d-bracher commented 2 years ago

Found the solution in my case. I started Chrome not from within the cmd but with the modified default chrome shortcut. Changing to the cmd and typing the code found in the git pages by elimichel did the job. Good luck

Am 27.04.2022 um 12:26 schrieb Otto Spaude @.***>:

 Having the same problem. Worked with it yesterday and now it doesn't work. No update of RenderDoc or Chrome was made by me. RenderDov v.18 / Chrome 100 / GPU: NVIDIA GeForce GTX 1060 6G

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

P0isonousPurple commented 2 years ago

Found the solution in my case. I started Chrome not from within the cmd but with the modified default chrome shortcut. Changing to the cmd and typing the code found in the git pages by elimichel did the job. Good luck

That actually helped! Thanks a lot :D

JhottMaster commented 2 years ago

This seems to continue to happen even following @d-bracher's instruction- though maybe I didn't use the right command. Here's an example of what my edited Google Chrome shortcut looks like: C:\Windows\System32\cmd.exe /c "SET RENDERDOC_HOOK_EGL=0 && START "" ^"C:\Program Files\Google\Chrome\Application\chrome.exe^" --disable-gpu-sandbox --gpu-startup-dialog"

Any ideas of what else I could try?

JhottMaster commented 2 years ago

Ahh- never mind- make sure you don't have any other running processes of Chrome or windows. Closing all existing windows/processes and then starting from scratch resolved my issue.

P0isonousPurple commented 2 years ago

@d-bracher please close this issue :D

Timmmm commented 8 months ago

Maybe note this in the instructions? Pretty hard to find.

Timmmm commented 8 months ago

Also @JhottMaster 's solution didn't work for me. It still restarts the GPU process a few times but then it seems to give up and when I went to Google Maps, 3D was disabled entirely.