I'm trying to create an app that loads https://earth.google.com/web/, but it always hangs at the loading screen.
Create a Nativefier app pointing to https://earth.google.com/web/ I used this JSON:
"options": {
"name": "GoogleEarth",
"targetUrl": "https://earth.google.com/web/",
"overwrite": true,
"out": "temp",
"icon": "resources/IconManager/output/Internet/Google/GoogleEarth-Icon[Square].png",
"browserwindowOptions": "{\"webPreferences\": {\"webviewTag\": true }}",
"enableEs3Apis": true
}
nativefier --help to see if an existing option could fit your needs? No?nativefier --version): v7.7.0node --version): v12.9.1Windows 10app.js:3247 [Deprecation] 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
IV @ app.js:3247
undefined:1 Failed to load resource: the server responded with a status of 404 ()
DevTools failed to parse SourceMap: https://earth.google.com/web/preload.js.map
have you tried different electron versions? the most current is 6.0.7
I managed to build it and it says: "Unfortunately your computer does not support WebGL graphics acceleration; Google Earth cannot be loaded. Please try another device."
I've build an app for chrome://gpu and got this: "GPU process was unable to boot: GPU process crashed too many times with SwiftShader."
I have not tried different Electron versions yet, but I did find https://earth.google.com/web?beta=1, which does load.
You can see the GPU-munching results here: https://steamcommunity.com/sharedfiles/filedetails/?id=1852887871
You can see the GPU-munching results here: https://steamcommunity.com/sharedfiles/filedetails/?id=1852887871
maybe some common resolutions? like 1920x1080 or similar?
I have not tried different Electron versions yet, but I did find https://earth.google.com/web?beta=1, which does load.
does not work for me, same GPU bug
Here's a 1080p version:
https://steamcommunity.com/sharedfiles/filedetails/?id=1852891599
On Tue, Sep 3, 2019, 3:09 AM Filip Oลกฤรกdal notifications@github.com wrote:
I have not tried different Electron versions yet, but I did find
https://earth.google.com/web?beta=1, which does load.does not work for me, same GPU bug
โ
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/jiahaog/nativefier/issues/846?email_source=notifications&email_token=ABYT6YSV73ZTEST73LH77VLQHYLT5A5CNFSM4IS77U2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5XMI7A#issuecomment-527352956,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABYT6YVMM2AE4SZODXGGA53QHYLT5ANCNFSM4IS77U2A
.
This appears fixed in 8.0.4; closing. Please shout back with fresh debug info if I'm missing anything.