Fantastic work, so easy to use. Thank you, and all your backers!
birdbert
Recent community posts
System details (the distro is basically equivalent to Debian):
{ "cpu": { "manufacturer": "Intel®", "brand": "Core™ i7-6500U", "vendor": "GenuineIntel", "speed": "2.50", "cores": 4 }, "graphics": { "controllers": [ { "model": "HD Graphics 520 ", "vendor": "Intel Corporation", "vram": 256 }, { "model": "Device 9d24 ", "vendor": "Intel Corporation", "vram": 4 } ] }, "osInfo": { "platform": "linux", "arch": "x64", "distro": "PureOS", "release": "9", "codename": "amber", "logofile": "linux" },
Error message:
May 17, 2020, 22:24:57 [INFO] Now running! May 17, 2020, 22:24:57 [INFO] Exited! May 17, 2020, 22:24:57 [WARN] Exit code 0x1 (1) for (TimeOut_Linux.x86_64) May 17, 2020, 22:24:57 [ERROR] Had error: Exit code 0x1 (1) for (TimeOut_Linux.x86_64) May 17, 2020, 22:24:57 [ERROR] No messages for standard error May 17, 2020, 22:24:57 [ERROR] → Standard error: empty May 17, 2020, 22:24:57 [ERROR] → Standard output =============== May 17, 2020, 22:24:57 [ERROR] Found path: /home/user/.config/itch/apps/timeout/TimeOut_Linux.x86_64 May 17, 2020, 22:24:57 [ERROR] =================================
I have a 64-bit Linux machine, no 32-bit libraries available, so I regularly install games that fail on launch.
Is this something that Itch can resolve, or is it dependent on the developer? I can't imagine I'll get much success leaving requests on three-year-old games, so is there any way to filter for strictly-64-bit Linux?
Of course all the games I can play are brilliant. Thanks!
This is really helpful, thanks! I couldn't figure out how to combine exclusions, or use non-tag exclusions, for example a single filter for:
> not tagged pixel-art and not tagged visual-novel and not action genre and not platformer genre
It also occurred to me that OR might be better (quicker?) in some cases:
> genre adventure or genre role-playing
...I'm not sure if building a whole query language is in-scope though :)