Michael Hardeman

Results 8 comments of Michael Hardeman

I have opened a PR for to fix this issue https://github.com/ziacko/TinyWindow/pull/31 I only applied a band-aid `if (0) {}` for now, but at least the program builds and opens a...

I am experiencing this problem as well. Fresh install of 1.0.0(83). I don't see my movie library [Here is the log](https://pastebin.com/9kQsmeM7) from the server side of the tvOS login and...

/dev/random is a Unix only file. The scenario variable "system" allows you to build a windows version that links to advapi32.dll for random numbers. Try, "gnatmake -p libadacrypt.gpr -Xsystem=windows", setting...

I was able to play the game 1 time, but trying to launch it again leads to it crashing. The logs are quite strange... Proton Logs Here: https://filebin.net/96b7nxeu1hld0spc The game...

@Blisto91 game has successfully launched three times in a row with that option. Thanks :+1:

> ulimit -Hn ``` $ ulimit -Hn 16384 ```

@kisak-valve Is this better? ``` $ ulimit -Hn 1048576 $ ulimit -Sn 524288 ```