Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JS] Problem destroying WebView elements with CEF 127 #2384

Open
1 task done
RysonTV opened this issue Nov 30, 2024 · 1 comment
Open
1 task done

[JS] Problem destroying WebView elements with CEF 127 #2384

RysonTV opened this issue Nov 30, 2024 · 1 comment
Labels
Class: bug Something isn't working

Comments

@RysonTV
Copy link

RysonTV commented Nov 30, 2024

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

  • 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.
@RysonTV RysonTV added the Class: bug Something isn't working label Nov 30, 2024
@RysonTV RysonTV changed the title Problem destroying WebView elements with CEF 127 [JS] Problem destroying WebView elements with CEF 127 Nov 30, 2024
@RysonTV
Copy link
Author

RysonTV commented Dec 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant