Anatoliy Kashkin
Anatoliy Kashkin
@sharkwouter I have thought that `Error creating thread: Resource temporarily unavailable` error is weird and should not happen, but I forgot that maximum background thread count was unlimited before. Try...
@sharkwouter > In the meantime it still slows my machine to a crawl, because of the disk usage. I don't have an SSD in this machine. I'm not sure what...
@sharkwouter What distro are you using? If you can, try to build latest version from `dev` branch and experiment with thread count: ```bash git clone https://github.com/tkashkin/GameHub.git --single-branch -b dev --depth=1...
@markmorris Weird. Which version did you download and which distro are you using? Run `com.github.tkashkin.gamehub --version` and post its output here. Run `com.github.tkashkin.gamehub --gdb` to run it with a debugger...
@markmorris Run `sudo apt install gdb` and try to run `com.github.tkashkin.gamehub --gdb` again.
@markmorris > Can no longer get it to crash when running gdb. That's weird. Does it crash when running without gdb or has it stopped crashing at all? I also...
@markmorris it doesn't seem it's a weak machine, I'm not sure why does it lag in your case. Do you have any ideas of what may be a bottleneck in...
I have added some optimizations and removed sleeps while loading games. It may freeze UI more than before at the start, but should load everything and be usable faster. It...
> Can confirm all of those. The syncing notification still shows for a long time, but the games show up pretty much directly (~3s). Do you think it's better this...
@neuromancer, @hogarthj any updates on GameHub packages?