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

Issues with window resizing and closing on MacOS #6992

Open
5 tasks
kopolop opened this issue Sep 27, 2022 · 4 comments · May be fixed by #7361
Open
5 tasks

Issues with window resizing and closing on MacOS #6992

kopolop opened this issue Sep 27, 2022 · 4 comments · May be fixed by #7361

Comments

@kopolop
Copy link

kopolop commented Sep 27, 2022

Please ensure you have given all the following requested information in your report.

Issue details

We encountered two issues related to application windows on MacOS:

  • When the app window is resized, the app very often (but not always) crashes
  • When the app window is closed, sometimes the app does not quit, but the window cannot be reopened. WindowListener's closeRequested is not triggered.

Reproduction steps/code

  • Resize an app window, the app crashes with exception "failed assertion `A command encoder is already encoding to this command buffer"
  • Move the app window around a little bit, minimize, reopen the app window, then close the app window (by clicking the X button, or press Command Q). Observe that the app is not quit, but the window cannot be reopened.

Version of libGDX and/or relevant dependencies

libgdx = 1.11.0
roboVM version = 2.3.16
com.badlogicgames.gdx:gdx-lwjgl3-glfw-awt-macos extension is used.

Stacktrace

Please select the affected platforms

  • Android
  • iOS
  • HTML/GWT
  • Windows
  • Linux
  • [ x] macOS
@crykn
Copy link
Member

crykn commented Sep 27, 2022

Probably related to #6987.

@Thakor-Yashpal
Copy link

#2322

@tommyettinger
Copy link
Member

@Thakor-Yashpal You are not being helpful right now. I also have some suspicions that you are a bot, or are acting in an atypical way for a legitimate human user. Please send a picture of a cute cat to confirm that you are human. I also just like cats.

@MobiDevelop
Copy link
Member

Unable to reproduce on my Intel Mac, #6987 suggests that these issues may only exist on ARM Macs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants