Live data from Hacker News

Game dev: Linux users were only 0.1% of sales but 20% of crashes and tickets

twitter.com

81–90 of 415 posts

Re: Game dev: Linux users were only 0.1% of sales but 20% of crashes and tickets

#81

Earlier quoted context omitted.

Why use not Electron? Take a look at vscode it has plugins and it seems to work everywhere.

Unfortunately DAW and VST plugins are not something you can make in Electron

Can you please explain why?

Re: Game dev: Linux users were only 0.1% of sales but 20% of crashes and tickets

#82
post #48

Earlier quoted context omitted.

I first started using linux in 1998 with RedHat 5.2, installed from a CD off a magazine. At almost any point in my time using linux there was something "temporarily broken" that would eventually get fixed/improve some time down the road (modems, sound cards, wifi, power-management modes, GPUs, etc), at which point it didn't take long for something new to break. There are of course those calm eras of peace in between…

Ha, I started with Slackware around the same time (downloaded over 2 days to about 10 floppies). When I got bored of fixing stuff I moved to Ubuntu. It pretty much just works now except when I break it (which is often). Point being I could just install and run with zero issues.

yes it's not as bad as it used to be, but installing ubuntu on any random laptop (i.e. not one bought specifically because it's known to be well supported by linux) is still a crapshoot of at least something minor not working 100% (like a touch screen or some other "weird" feature).

It is rarely something truly fundamental but it happened just often enough for me not to want to bother and just pay 2x for a MacBook Pro every 5 years (a trivial expense for a well-compensated software developer).

Re: Game dev: Linux users were only 0.1% of sales but 20% of crashes and tickets

#84
post #62

I work for a small company that produces a DAW and VST plugins. Supporting Linux is a huge amount of work compared to Windows and Mac. The main issue is that 'Linux' is not a thing you can support. You have to pick the distros you want to support, and then once you've picked a distro, what versions you want to support. And you need to use the C++ version that ships with that distro, so if you want to support old vers…

The DAW isn't Bitwig is it? (just because your username has the same amount of syllables ;) If so, then PLEASE keep up the great work supporting Linux. I was only able to ditch my Mac a year ago because I switched from Ableton Live to Bitwig!

Not BitWig

Re: Game dev: Linux users were only 0.1% of sales but 20% of crashes and tickets

#85
post #2

This sounds like complaining about users being able to report bugs.

Do you run a business, say software? Or even a non-technical business like window washing or pet walking? If .1% of your pet walking clients made 20% of the complaints, what would you do?

Wait what? What if only 0.5% of your costumers complain?

Or that 0.1% of the pet you walk are cats and 99.9 dogs, and you get complaints that you are bad at walking with cats and bad at walking with dogs. Is it good use of the metric to conclude that the cats are the problem?

Re: Game dev: Linux users were only 0.1% of sales but 20% of crashes and tickets

#86
it would be nice if companies could ship to linux and just say ' yeah good luck on that' and do some fixes where they feel the time is well spent. but unfortunately that's also not acceptable in the market, so it's either full on or nothing for many.

Re: Game dev: Linux users were only 0.1% of sales but 20% of crashes and tickets

#87
post #62

I work for a small company that produces a DAW and VST plugins. Supporting Linux is a huge amount of work compared to Windows and Mac. The main issue is that 'Linux' is not a thing you can support. You have to pick the distros you want to support, and then once you've picked a distro, what versions you want to support. And you need to use the C++ version that ships with that distro, so if you want to support old vers…

Why use not Electron? Take a look at vscode it has plugins and it seems to work everywhere.

[deleted]

Re: Game dev: Linux users were only 0.1% of sales but 20% of crashes and tickets

#88
post #67
post #61

Earlier quoted context omitted.

What skills/tech you use for Android games is "Linux" specific and would transfer from/to a desktop Linux system or other Linux platform? (instead of being Android-specific, or specific to an engine etc)

Anything from Android can be forked into any number of Linux distros you want to make. So none of it is Android-specific, really. For example Android software worked on Jolla's Sailfish OS.

Sailfish has a crappy Android simulation layer. You don't really want that on the Desktop. Android and Desktop Linux are completely different platforms, except maybe for the graphics APIs (Vulkan/OpenGL).

Re: Game dev: Linux users were only 0.1% of sales but 20% of crashes and tickets

#89

Earlier quoted context omitted.

Unfortunately DAW and VST plugins are not something you can make in Electron

Can you please explain why?

Because the plugins embeds into existing native applications and uses existing native SDKs.

Re: Game dev: Linux users were only 0.1% of sales but 20% of crashes and tickets

#90
post #50

Earlier quoted context omitted.

"gfx driver related" code is unlikely to be shared between Windows, Linux and OSX ...

Then redirecting those issues to the right mailing list could still be very welcome by someone. IMO issues does not need to be fixed by the game developers and drv developers might be happy to have them and some code that reproduces them. Not sure why the game dev complains here.

Because dealing with the users who experience the problems costs more than they make in sales? If every additional Linux sale costs you more than it makes?

There's being a good citizen. There's wanting to offer support to a small set of customers. Then there's losing money. At some point, you just can't afford to service the long tail.

Post reply on HN