Warning: Rubber duck debugging here
Here is mine:
ClientCrash …....\src\customwebpage.cpp in CustomWebPage::onProcessFinished : Client crashed with exitCode: -1073741511
ExceptionLogger::logException “ClientCrash” “Client crashed with exitCode: -1073741511”
info: Received client process information from backend || [[{“username”:“***”,“serverId”:“tq”,“crashed”:true,“isRunning”:false}]] 1 https://launcher.eveonline.com/6-0-x/6.4.15/static/js/main.e753c9d1.chunk.js
Client version: 1797682
Launcher: 1796697
UI Version: 6.4.15
OS: Windows 10
Fresh install, ran fix permissions and verify cache files with no change. Happy to perform any other troubleshooting steps.
Suspected theory: I have Firefox set as my default browser. Since the error appears to occur in the JS bundle, I wonder if it is doing something that Firefox as a backend browser doesn’t like.
Setting default browser to Microsoft Edge does not change anything.
I’ve turned on UI debugging, didn’t get any addition useful information.
Possible cause of the crash:
info: Unrecognized source of play click || [{“cmd”:“playbuttonclicked”,“sourceButton”:“PLAY_NOW”}] 1 https://launcher.eveonline.com/6-0-x/6.4.15/static/js/main.e753c9d1.chunk.js
Seems the server may not realize the play button click event came from the launcher?
Ran Process Monitor and noticed that LogLite was trying to talk to kubernetes.docker.internal
. Removed this entry from my hosts file, and the logs seem to indicate that the launcher is getting further along with launching exefile. Still seeing those network calls, going to try a pc restart.