Application closes immediately after launch. #11
Labels
No labels
SFLCARS-commandline
SFLCARS-interface
SFLCARS-main
SFLCARS-server
SFLCARS-test
SFLCARS-utility
bug: confirmed
bug: unconfirmed
duplicate
enhancement
help wanted
invalid
not an issue
open to pr
p:linux
p:windows
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kennyrkun/SFLCARS#11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
sf::Event::EventType::Closedis being reported bydisplay->pollEvent();during the first few frames of the application being open.This could perhaps be due to the nature of the function. I suspect the function is of return type
intand returns 0 when no event has been captured. The enum code forsf::Event::EventType::Closedis I believe 0, thus causing the application to believe it is receiving a shutdown code. This will require further investigation.