1401
Gamedev and linux (treebrary.pone.social)
submitted 8 months ago* (last edited 8 months ago) by uis@lemmy.world to c/linux@lemmy.ml
top 50 comments
sorted by: hot top controversial new old
[-] BarrierWithAshes@kbin.social 154 points 8 months ago

I remember a gamedev complaining about this on Twitter but the outcome he came to was that he hated that Linux users submitted bug reports, stating the OS itself was broken and he refused to help any of them.

[-] 0x0@social.rocketsfall.net 75 points 8 months ago

I remember threads like this from back when Valve was pushing Steam Machines. Won't name names, but there were very successful developers throwing tantrums once the bug reports started to flood in. Many weren't prepared to actually provide support and spent years regretting it (according to postmortems.) I managed to get a refund on one game after the developer's Twitter rant went completely off the rails re: Linux being unfit for desktop. Weird that they were 100% fine with Linux when it meant getting my $15, $20, or $30. Makes you think!

load more comments (3 replies)
[-] TigrisMorte@kbin.social 58 points 8 months ago

You shouldn't remember the ravings of idiot minds.

[-] BarrierWithAshes@kbin.social 28 points 8 months ago

Only recalled cause of this dev doing effectively the inverse.

[-] TigrisMorte@kbin.social 16 points 8 months ago

I was not faulting you. I was advising best practices.

[-] leo85811nardo@lemmy.world 38 points 8 months ago

Good devs are good regardless of context, they may have their personal preferences but in the end welcome bug reports and feature requests, especially the helpful ones because it helps the project. Bad devs are dicks regardless of context as well, all they care about is review rate and other numbers appear in the scoreboard

[-] uis@lemmy.world 19 points 8 months ago

Professionals have standards.

[-] davet@discuss.tchncs.de 29 points 8 months ago

IIRC it was Planetary Annihilation and the guy ranting wasn't even a programmer.

[-] buzziebee@lemmy.world 7 points 8 months ago

Yeah this article is a nice juxtaposition to that deranged rant. Hopefully if more game devs see it they'll appreciate the Linux gaming community a bit more.

[-] MonkderZweite@feddit.ch 5 points 8 months ago

stating the OS itself was broken

A dependency was missing, betcha?

load more comments (1 replies)
[-] WatTyler@lemmy.sdf.org 123 points 8 months ago

Reflecting on my first year running solely Linux (as opposed to dual-booting), I think that this culture comes from the fact that, on Linux, problems can more often than not be solved. If not solved, then at least understood. When you want to change something on Windows, or something breaks, you have far less room to maneuver.

When I was a Windows user, I'd barely ever submitted a bug report for anything, in spite of being very tech-literate. It felt hopeless, as my entire experience with the OS was that if a fix would come, it'd have to be done by someone else.

Linux treating its users like adults, produces users who are more confident and more willing to contribute.

[-] Pantherina@feddit.de 26 points 8 months ago

This is true. I also dont even know how to report actual Android bugs. On Windows its true, its simply a big "f you"

[-] deweydecibel@lemmy.world 11 points 8 months ago

Android bugs go to the maintainers of that specific device or of the custom ROM installed on it.

Using the unaltered version that was installed on the device when you bought it? Reports go to the manufacturer usually.

Unless it's a carrier branded version, like a Verizon or Tracfone provided phone, in which case bug reports go to them. But frankly, don't bother, and for the love of all things holy spend a little more money and stop buying carrier branded phones.

For custom ROMs, bug reports go to wherever the maintainers of that ROM ask bug reports be submitted. Usually Git, XDA forums, their website, or their Discord/Telegram channel. And fuck that last one, because hiding bug reports and other information in non-indexed places like Discord is making this more difficult for everyone.

[-] Pantherina@feddit.de 4 points 8 months ago* (last edited 8 months ago)

GrapheneOS, basically AOSP for the bugs of concern. So no, the reports would go upstream to Google I guess.

Btw not everyone lives in the US ;D

[-] 0xD@infosec.pub 7 points 8 months ago* (last edited 8 months ago)

You can do the exact same thing in Windows, just think of the SysInternals Suite and its power. It's just that people on Linux expect problems, while the overwhelming majority of people on Windows/MacOS is using their device expecting it to work and if it doesn't they go do something else or buy another device.

Also this completely untrue notion that you cannot fix Windows or play around with its internals is very prevalent, to the point that it's a meme, so people don't even try.

[-] Chais@sh.itjust.works 11 points 8 months ago* (last edited 8 months ago)

But I have to fight the stupid OS to give me useful information. I have to install 3^(rd) party stuff. By default you only get this useless error reporting tool. Even if you report an error your likely to never hear from anyone and the chance of the error being fixed is virtually nonexistent.

On Linux the necessary information is usually readily available. The worst offender in my experience is Steam itself. You can get logs from games fairy easily. But if Steam misbehaves things can get more complicated.

load more comments (6 replies)
[-] Bitrot@lemmy.sdf.org 90 points 8 months ago

This went in a different direction than I expected, in a good way.

[-] hunter2@sh.itjust.works 66 points 8 months ago

Interesting take. I wonder if the amount of platform dependent bugs is generally that low for games. I'm a developer, but not a game developer. I would assume that platform dependent stuff comes into play a lot more, when using shiny new tech like direct storage, which is probably used more by AAA titles and less by indie games?

[-] uis@lemmy.world 43 points 8 months ago* (last edited 8 months ago)

You don't get many platform-specific bugs if you use cross-platform libraries like SDL2 for OpenGL/Vulkan context creation and human interface.

[-] Sonotsugipaa@lemmy.dbzer0.com 30 points 8 months ago

With my limited experience with Vulkan and multiple targeted platforms, I can confirm that AAAAAAAAAAAAAAAAAAAAAA

[-] ugo@feddit.it 28 points 8 months ago

In my somewhat limited but relevant experience, the amount of platform specific bugs is indeed that low. I mean, there’s of course a layer of platform-specific low level stuff which is highly subject to platform specific issues, but once you go above that layer and into game code proper, most bugs are just bugs.

I didn’t fix 400 “Linux-only” bugs, but I did fix dozens of “seems Linux specific” and “only happened when at least one Linux client was connected” bugs, and a grand total of 2 were caused by platform differences. And of those two, zero were Linux specific. The platform difference in this case was about how different compilers optimise non-crashy types of UB.

Of course, we don’t want UB at all so the fix is to remove it.

[-] skullgiver@popplesburger.hilciferous.nl 21 points 8 months ago* (last edited 7 months ago)

[This comment has been deleted by an automated system]

[-] teawrecks@sopuli.xyz 9 points 8 months ago

The difference is money. Vulkan is an incredibly terse spec compared to dx12. You'd think that would make it much more consistent to work with, but really, it's all it can do to keep up with msft and IHVs who pour money into coaxing AAA devs to use dx12. Then, even when the app gets something wrong and causes issues for end users, the IHV just makes a special case in the driver to correct it, because having a big important dx12 title run correctly on their hw is important to sell units.

Meanwhile, the same IHVs barely bother to support anything beyond the basic vulkan requirements, because it doesn't gain them anything to do more. If a vulkan game experiences issues, IHVs don't care because it won't sell well anyway.

load more comments (3 replies)
[-] Elderos@lemmings.world 18 points 8 months ago

I made games primarily for Windows which we also compiled for Linux. It is mostly input/output stuff, aka hardware issues. That is, audio issues, input issues, storage issues, dependency issues. Modern game engine mostly handle the rest. It wasn't such a big deal to fix, but most gamedev lacked experience with Linux, and most projects are already over budget and late, so fixing Linux for an extra 2-5% of sales didn't make much sense at small scale. Proton kind off fixed all of this tho.

[-] Ottomateeverything@lemmy.world 13 points 8 months ago

If you're an engine developer, it's a reasonably common problem.

If you're a game developer using a cross platform engine, it's pretty uncommon, as the engine developer has already accounted for most of it.

If you're somewhere in the middle, it's probably somewhere in the middle.

It surprises me how many indie devs avoid some of the higher level / more popular engines for this reason alone. But I assume they just must enjoy that sort of stuff much more than I.

[-] moon_matter@kbin.social 7 points 8 months ago* (last edited 8 months ago)

It surprises me how many indie devs avoid some of the higher level / more popular engines for this reason alone. But I assume they just must enjoy that sort of stuff much more than I.

The problem with indie devs is purely a lack of knowledge and resources. They don't feel comfortable testing and packaging binaries for distribution on Linux. A decent number of them are also self-taught and actually have almost no exposure to desktop Linux at all. So it's actually a much higher hurdle than you think.

[-] Blaster_M@lemmy.world 12 points 8 months ago

This game runs on the Godot engine, so it has a common base to work with.

[-] lukas@lemmy.haigner.me 47 points 8 months ago

Source: https://www.reddit.com/r/gamedev/comments/qeqn3b/despite_having_just_58_sales_over_38_of_bug/

Please link to the source in the future. Pictures without alt tags are an inaccessible medium for people with impaired vision. Screen readers don't ship with an OCR.

load more comments (3 replies)
[-] MonkderZweite@feddit.ch 41 points 8 months ago

Isn't this one pretty old already? I'm sure i saw this on Reddit when it was still usable.

[-] FooBarrington@lemmy.world 15 points 8 months ago

I think the top metadata says 2 years (2a)

load more comments (1 replies)
[-] Mandy@sh.itjust.works 36 points 8 months ago

remember the other several occasions where developers hated actually getting feedback from these linux users cause they actually would have to fix their shit? but not many actually did

cause i remember, they only care as far as money goes

load more comments (2 replies)
[-] Adalast@lemmy.world 36 points 8 months ago

A. If you haven't played ΔV, do it. One of the most amazing games out there imho. So good in fact that I just went to find a Δ on the internet so I could use it and not disrespect the dev and the game. B. He is such an amazing dude. I don't know him personally, but I do know that when Ukraine was invaded he made the game free for months on Steam so people in Ukraine could get it and have something too distract themselves from the conflict. A+ move in my book right there. I had already bought the game at that point, but I wish I could buy it again just to support him further. C. Reading this almost makes me think it would be a good tactical move to offer early access games at a steep discount on Linux if it has this great of an effect. Pay back the "free" QA kindness of the community.

[-] lambda@programming.dev 15 points 8 months ago
[-] Adalast@lemmy.world 4 points 8 months ago

Lol, thanks. It was late.

[-] Makussu@feddit.de 6 points 8 months ago

You know what? I will buy it again for you right now!

[-] MycoBro@lemmy.world 32 points 8 months ago

Do y’all know how many times I got https://wiki.archlinux.org/ as an answer to my question? Used to piss me off but then I learned how to use the wiki. Lol. Thanks arch iRc!

[-] WindowsEnjoyer@sh.itjust.works 19 points 8 months ago

Arch Wiki is invaluable at this point.

And I don't mean just Arch Linux (BtwOS), I mean countless amount of sysadmins, platforms engineers, developers, SREs and so on that uses it.

[-] hiddenSin@lemmy.world 27 points 8 months ago

Could we do crossposts? This one is in two of my communities. If it was a crosspost then it would be only one post. Less spam.

[-] jadedwench@lemmy.world 24 points 8 months ago* (last edited 8 months ago)

Image transcription. Pasted from source, Reddit Post

Despite having just 5.8% sales, over 38% of bug reports come from the Linux community

Article

38% of my bug reports come from the Linux community My game - ΔV: Rings of Saturn (shameless plug) - is out in Early Access for two years now, and as you can expect, there are bugs. But I did find that a disproportionally big amount of these bugs was reported by players using Linux to play. I started to investigate, and my findings did surprise me.

Let’s talk numbers. Percentages are easy to talk about, but when I read just them, I always wonder - what is the sample size? Is it small enough for the percentage to be just noise? As of today, I sold a little over 12,000 units of ΔV in total. 700 of these units were bought by Linux players. That’s 5.8%. I got 1040 bug reports in total, out of which roughly 400 are made by Linux players. That’s one report per 11.5 users on average, and one report per 1.75 Linux players. That’s right, an average Linux player will get you 650% more bug reports.

A lot of extra work for just 5.8% of extra units, right?

Wrong. Bugs exist whenever you know about them, or not. Do you know how many of these 400 bug reports were actually platform-specific? 3. Literally only 3 things were problems that came out just on Linux. The rest of them were affecting everyone - the thing is, the Linux community is exceptionally well trained in reporting bugs. That is just the open-source way. This 5.8% of players found 38% of all the bugs that affected everyone. Just like having your own 700-person strong QA team. That was not 38% extra work for me, that was just free QA!

But that’s not all. The report quality is stellar. I mean we have all seen bug reports like: “it crashes for me after a few hours”. Do you know what a developer can do with such a report? Feel sorry at best. You can’t really fix any bug unless you can replicate it, see it with your own eyes, peek inside and finally see that it’s fixed.

And with bug reports from Linux players is just something else. You get all the software/os versions, all the logs, you get core dumps and you get replication steps. Sometimes I got with the player over discord and we quickly iterated a few versions with progressive fixes to isolate the problem. You just don’t get that kind of engagement from anyone else.

Worth it? Oh, yes - at least for me. Not for the extra sales - although it’s nice. It’s worth it to get the massive feedback boost and free, hundred-people strong QA team on your side. An invaluable asset for an independent game studio.

load more comments (1 replies)
[-] kurodriel@lemmy.world 23 points 8 months ago

This made me so happy, you wouldn't imagine.

load more comments (1 replies)
[-] sumpfsocke@feddit.de 14 points 8 months ago

Okay now how many of the other reports were windows specific problems?

[-] Sentau@feddit.de 5 points 8 months ago* (last edited 8 months ago)

~~I am guessing all of them is it was game running through proton~~

Edit : the game seems to have a linux native version

[-] Sneakyweasel90@lemmy.world 5 points 8 months ago
[-] Pantherina@feddit.de 5 points 8 months ago

This is so true. You somehow learn to find and report bugs, also in a way that makes sense.

load more comments
view more: next ›
this post was submitted on 01 Nov 2023
1401 points (98.7% liked)

Linux

45530 readers
1171 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS