Skip to content
#

games

Here are 3,731 public repositories matching this topic...

PySimpleGUI
klieret
klieret commented May 28, 2019

Type of Issues (Enhancement, Error, Bug, Question)

Bug:

  1. Initialize Window
  2. Show it (window.Read())
  3. Run window.Disable()
  4. The whole desktop environment freezes, nothing is clickable anymore
  5. Change to tty terminal and kill application
  6. Things are normal again

Operating System

Ubuntu 16.04 LTS 64 bit

Python version

Python 3.5.2

PySi

James-Frowen
James-Frowen commented Dec 25, 2020

Describe the bug
An Exception thrown in FinishLoadScene will cause loadingSceneAsync to not be cleared. This means FinishLoadScene will be called every frame assuming the error keeps being throw.

To Reproduce

  1. Throw inside one of the FinishLoadScene override methods
  2. Load a Scene on the server using ServerChangeScene
  3. FinishLoadScene methods be called every frame
warzone2100
past-due
past-due commented Feb 9, 2021

Describe the feature you'd like
At the bottom of loadResearch, after research.json and pre-reqs are loaded + processed, it would be nice to have a pass that detects cyclic research dependencies (i.e. in RESEARCH.pPRList).

Describe why do you think it is needed
It's currently possible to accidentally create research dependency cycles. This is obviously no good.

Detecting this,

optick
bombomby
bombomby commented Jan 21, 2019

Add a filter to select a subset of threads.
Use SearchBox control with DelayedTextChanged event.
Hide all of the threads on the Timeline not containing specified string (should be case-insensitive).
Use space next to the Header row on the Timelne for the search box.

Code in: ThreadView.xaml.cs

zx64
zx64 commented Dec 1, 2018

From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with it

When building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in m_config.c that does free(prefdir) as changing these to SDL_free(prefdir) resolved the issue.

I'm not sure what to do about `GetDefaultConfi

Improve this page

Add a description, image, and links to the games topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the games topic, visit your repo's landing page and select "manage topics."

Learn more