• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle

  • So, Game Pass would have to pay per installation huh?

    Which is going to mean a lot fewer Unity-based games showing up, because no company is going to suddenly be okay with fees out of nowhere. Especially something that allows you, the user, by design to install something, try it, then delete it if you didn’t like it. Not only that, but gamepass is from pc and console. You find a game, love it, install it on console. Then discover you can mod it, so you install it on pc. Gamepass is now on the hook twice.

    Yeah, unity did not think this through. Even if that is unity working as intended, that’s still a stupid policy. Either games will now have to be more expensive, just in case, or have install licences, requiring even more dial-home to monitor.

    Add to that unity not saying whether or not it’s going to use dial-home as a counter, and that works for games written years ago. Indy developers are now going to have to think long and hard about advertising old games, or discounting them. I would imagine a few of them will be pulled from stores, just in case.

    There’s a lot of lack of detail here: like, how do you as a developer know how many installs there are?

    The free 200k limit, does that mean profit you made, or is that 200k sales? These two things are not the same.

    Time to revisit Goddot.


  • The last time I saw this was on a slow-failing HDD.

    Check a quick fsck might get you a few answers. You can find more info in the Linux manual. It could just be one or two bad blocks that you can recover and fix the problem (though, ofc, it’s time to backup your data).

    The other, slightly unusual time I’ve seen it is with mixed RAM. 16gb made of 2x6g and then 2x4gb did some real odd things to the system. If it’s not the disk, and your box will boot with one stick of ram, try it to see if it fixes the issue. It could be that your RAM speeds are off (or your like me and just put two sticks you had lying around, and it basically worked until it didn’t).

    An outlier, that I’ve not seen on modern machines is io/wait for a CD-ROM to spin up, even if your not accessing the CD-ROM. Normally caused by bad cabling. Based on the age of your machine, this is unlikely, but it might be worth unplugging devices to see if one is bad and not reporting properly.

    This is, if course, assuming dmsg is empty

    Final thought: see if your running SELinux. If you are, turn it off and try again. Those policies are complex, and something installed in a non-standard place could be causing SELinux to slow IO as it fills your logs with warnings.

    Hope that helps,