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

Crash on alt+tab in custom start ship selection menu #6040

Open
Maks2103 opened this issue Feb 4, 2025 · 1 comment
Open

Crash on alt+tab in custom start ship selection menu #6040

Maks2103 opened this issue Feb 4, 2025 · 1 comment

Comments

@Maks2103
Copy link

Maks2103 commented Feb 4, 2025

Observed behaviour

Game crashes when trying to switch windows while on the custom start tab, in ship customization page

Image

Image

Expected behaviour

Game working properly and simply resuming after re-focusing on its window

Steps to reproduce

Open custom start menu, select ship customization, try to alt+tab to another window/desktop and back to Pioneer

My pioneer version (and OS):
Pioneer version: release from 03.02.2025
OS: WIndows 10 x64

My output.txt (required) and game save (optional, but recommended)
output.txt

@sturnclaw
Copy link
Member

CC @Gliese852 - ui.beginTable() will return false if the OS window is minimize (as an optimization); you'll need something along the lines of if not beginTable(...) then return end to stop submitting table contents if the table returns false.

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

No branches or pull requests

2 participants