Debugging Consistent Blank App On Remote Machine #2621
Replies: 3 comments 11 replies
-
Those are annoying to identify. Good candidates are those you already mentioned
Another one if you trust the user of the Laptop is to provide a debug build |
Beta Was this translation helpful? Give feedback.
-
Thanks for this feedback, that hardens my assumptions. I've opened a PR #2627 which adds the flag to disable the integrity checks. Furthermore Wails now handles WebView2 process crashes. If the main process crashes and we can't recover from that, an error message is shown and the application is closed after clicking ok. If the renderer process fails and a chromium error page is shown, we now make sure to show the window and the webview2 control. Would it be possible for you @AlbinoDrought to give that a try? That would be awesome. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately:
Approximate log: (kind 1 ==
This is an oddball issue. Because it is difficult to exactly reproduce, it is very frustrating to solve. I would like to clarify that I am reopening this discussion to track my own effort on this issue: I don't expect Wails contributors to expend effort on this when it doesn't impact them or their wider user base. My current plan of attack:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I have an app written in Wails. It works great!
Unfortunately, on one otherwise-regular Windows 10 laptop, the app opens to a blank screen. The Go code is running successfully and the OnStartup event is received. I'm not able to reproduce this issue locally, and I don't have direct access to the problematic machine.
At the time of writing, this issue is still unresolved. Any tips are appreciated.
Here's what I've done that hasn't solved the issue:
CreateWebResourceResponse Error: An attempt was made to reference a token that does not exist.
(this message was appearing in logs)Here's what I've done that hasn't been tested yet:
Here's what I haven't tried yet:
Beta Was this translation helpful? Give feedback.
All reactions