You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to destroy a created WebView the CEF seems to crash completly with the .destroy() function. Even the client console is not available anymore. Game just closes by task manager. Login is builded in Vue 3 / Vuetify 3
The login window should close normally and all other subsequent WebViews should still work or be able to load.
Additional context
no Errors in Client log.
Operating system
Windows 10 Home
Version
16.2.25-rc.13
Crashdump ID
No response
Confirmation of issue's presence
By submitting this ticket, I affirm that I have verified the presence of this issue on the latest RC (Release Candidate) version available at the time of writing this ticket.
The text was updated successfully, but these errors were encountered:
I temporarily could fix the problem by adding an alt.setTimeout with 1000 between unfocus and destroy of the webview. Furthermore, the command "quit" in the client console causes the client to hang and does not close it.
Description of the problem
When i try to destroy a created WebView the CEF seems to crash completly with the .destroy() function. Even the client console is not available anymore. Game just closes by task manager. Login is builded in Vue 3 / Vuetify 3
https://prnt.sc/akPabWFCJxyb
Reproduction steps
https://prnt.sc/akPabWFCJxyb -> create a webview and destroy it after some time.
Expected behaviour
The login window should close normally and all other subsequent WebViews should still work or be able to load.
Additional context
no Errors in Client log.
Operating system
Windows 10 Home
Version
16.2.25-rc.13
Crashdump ID
No response
Confirmation of issue's presence
The text was updated successfully, but these errors were encountered: