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

[実行時エラー] ウィンドウの任意のリサイズ Window::Resize() をすると灰色の画面のまま #13

Closed
Reputeless opened this issue Jul 7, 2022 · 1 comment
Labels
runtime error Issues when running app
Milestone

Comments

@Reputeless
Copy link
Collaborator

エラーの内容 | Describe the runtime error
Web 最新版、Windows + Google Chrome, ウィンドウの任意のリサイズ Window::Resize(1280, 720); をすると灰色の画面のままです。

再現方法 | To Reproduce
再現コード: https://gist.github.com/Reputeless/62de5ce914b8ba8f4e8b470c998b359c

発生環境(デスクトップの場合) | Desktop (please complete the following information):

  • OS: Windows 11
  • バージョン | Version: v0.6.4r0
  • GPU: GeForce RTX 3070
  • ブラウザ (Web 版) | Browser: Google Chrome

備考 | Additional context
他の環境では未検証です。

@Reputeless Reputeless added the runtime error Issues when running app label Jul 7, 2022
@nokotan
Copy link
Owner

nokotan commented Jul 8, 2022

Related: Fix runtime exit while calling glfwSetWindowSize

emscripten 側に glfwSetWindowSize 呼び出し中にランタイムが終了してしまう問題を確認できました。
暫定的な回避策はすでに実装できています。

@nokotan nokotan added this to the v0.6.4r2 milestone Jul 10, 2022
@nokotan nokotan closed this as completed Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runtime error Issues when running app
Projects
Status: Done
Development

No branches or pull requests

2 participants