There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

steam

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

RickyRigatoni , in Do you think the steam search is bad?
@RickyRigatoni@lemmy.ml avatar

The only thing that I don’t like about the search is that the tags are crowd-sourced so you get a lot of games tagged as genres they aren’t.

AdmiralShat , (edited )

Like When Subnautica was tagged as both Roguelike and Soulslike

Edit: apparently you can’t respond to DMs from places you’ve been banned, FUCK COMMUNISTS FUCK CHINESE APOLOGISTS FUCK RUSSIAN APOLOGISTS

DeeBeeDouble , (edited ) in Flatpak Steam crashes on startup
@DeeBeeDouble@lemmy.ml avatar

Did you also delete the steam user data when reinstalling it? Regardless, I found a Github issue that looks very similar to yours. Apparently this was caused by a beta update? But this was about 4 months ago? Weird.

Anyway, the suggested fix was to first reset steam with flatpak run com.valvesoftware.Steam --resetAnd then opt out of any potential beta: com.valvesoftware.Steam -clearbeta

Not sure if this really is the same issue, but it’s definitely worth a try.

Edit: Seems like on some systems, removing the package xdg-desktop-portal-gnome also fixed it. Don’t know if it also applies to the flatpak, but just try it. Just remember to install the package again if it doesn’t fix it. It may be needed for some other things.

Dirk OP ,
@Dirk@lemmy.ml avatar

Did you also delete the steam user data when reinstalling it?

On one page I found a set of rm commands for resetting Steam issues and adapted it to the Flatpak version.


<span style="color:#323232;">rm -r ~/.var/app/com.valvesoftware.Steam/.local/share/Steam/                    
</span><span style="color:#323232;">rm -r ~/.var/app/com.valvesoftware.Steam/.steam/
</span><span style="color:#323232;">rm ~/.var/app/com.valvesoftware.Steam/.steampath
</span><span style="color:#323232;">rm ~/.var/app/com.valvesoftware.Steam/.steampid
</span><span style="color:#323232;">rm -r ~/.var/app/com.valvesoftware.Steam/.cache/nvidia/GLCache/
</span>

flatpak run com.valvesoftware.Steam --reset

Resetting it like this seems to work a bit. The Steam interface started up one time and after logging in and restarting it, it now does the same thing as before.

Seems like on some systems, removing the package xdg-desktop-portal-gnome also fixed it.

It is not installed.


<span style="color:#323232;">$ pacman -Ss xdg-desktop | grep installed
</span><span style="color:#323232;">extra/xdg-desktop-portal 1.16.0-3 [installed]
</span><span style="color:#323232;">extra/xdg-desktop-portal-gtk 1.14.1-1 [installed]
</span>

I can’t remove those because botha are directly and/or indirectlz dependencies for Flatpak.

DeeBeeDouble ,
@DeeBeeDouble@lemmy.ml avatar

Okay, well then we’ll need to investigate further.

On one page I found a set of rm commands for resetting Steam issues and adapted it to the Flatpak version.

While these commands will delete most of the steam stuff, just in case you didn’t know, for any flatpak you can run flatpak uninstall --delete-data to delete all user data for uninstalled apps. Or, if you don’t want to uninstall the app first, just deleting ~/.var/app/the app you want to delete the data of will also do the trick. That, just as a small side note.

Resetting it like this seems to work a bit. The Steam interface started up one time and after logging in and restarting it, it now does the same thing as before.

That’s something at least. Why don’t we try something? Maybe the beta version will fix it? When you have the steam client open, try switching to the beta version of it. You can do that by opening the steam settings, go to interface and select the beta. If that also doesn’t work, try launching it with -no-cef-sandbox, as that also fixed it for some people.

Dirk OP ,
@Dirk@lemmy.ml avatar

Thanks for your help!

flatpak uninstall --delete-data

Okay, not it gets weird. I uninstalled Steam with deleting the data. Then I reinstalled it and now does die the double GetWin32Stats: display was not open yet, good with several seconds of “hangign” again after all the initialization stuff and it then crashes again as described but in addition to that it also now hangs for several seconds at CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize.

The weird thing is: now I can’t even start/reset it with flatpak run com.valvesoftware.Steam --reset anymore.


<span style="color:#323232;">[...]
</span><span style="color:#323232;">GetWin32Stats: display was not open yet, good
</span><span style="color:#323232;">GetWin32Stats: display was not open yet, good
</span><span style="color:#323232;">steamwebhelper.sh[159]: Runtime for steamwebhelper: defaulting to /home/dirk/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
</span><span style="color:#323232;">steamwebhelper.sh[159]: Running under Flatpak, disabling sandbox
</span><span style="color:#323232;">steamwebhelper.sh[159]: CEF sandbox already disabled
</span><span style="color:#323232;">CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize
</span><span style="color:#323232;">src/steamUI/steamuisharedjscontroller.cpp (540) : Failed creating offscreen shared JS context
</span><span style="color:#323232;">src/steamUI/steamuisharedjscontroller.cpp (540) : Fatal assert; application exiting
</span><span style="color:#323232;">08/18 11:32:52 Init: Installing breakpad exception handler for appid(steam)/version(1690583737)/tid(152)
</span><span style="color:#323232;">assert_20230818113252_28.dmp[273]: Uploading dump (out-of-process)
</span><span style="color:#323232;">/tmp/dumps/assert_20230818113252_28.dmp
</span><span style="color:#323232;">dirk ~ $
</span><span style="color:#323232;">assert_20230818113252_28.dmp[273]: Finished uploading minidump (out-of-process): success = yes
</span><span style="color:#323232;">assert_20230818113252_28.dmp[273]: response: CrashID=bp-ccf87007-b170-434a-ad01-b780e2230818
</span><span style="color:#323232;">assert_20230818113252_28.dmp[273]: file ''/tmp/dumps/assert_20230818113252_28.dmp'', upload yes: ''CrashID=bp-ccf87007-b170-434a-ad01-b780e2230818''
</span>

-no-cef-sandbox

This unfortunately makes no difference.

DeeBeeDouble , (edited )
@DeeBeeDouble@lemmy.ml avatar

I’m starting to think that your flatpak runtimes might be corrupted.

You can try reinstalling the one used by steam. Uninstall with

flatpak remove org.freedesktop.Platform/x86_64/22.08

And then install it again with

flatpak install org.freedesktop.Platform/x86_64/22.08

To eliminate any other potential issues I’d recommend deleting the steam user folder as well before launching it again. Like I told you earlier.

Edit: It’s hilarious, I find many people having the exact same issue but never with the Flatpak version. Some even use the Flatpak version as a workaround. Very weird.

Dirk OP ,
@Dirk@lemmy.ml avatar

I’m starting to think that your flatpak runtimes might be corrupted.

I am using Pixelorama and Airshipper as Flatpaks without any issues. The only application that does not work is Steam.

flatpak remove org.freedesktop.Platform/x86_64/22.08

I could not uninstall it because Pixelorama and Airshipper needed it (as well as Steam, of course). So I removed all of them before, then removed the package and reinstalled it. Then I started up Steam and it crashed again with the same error message and behavior. It loaded Steam, the update messages were shown, the steam popups popped up, but at the end, well, this again:


<span style="color:#323232;">GetWin32Stats: display was not open yet, good
</span><span style="color:#323232;">GetWin32Stats: display was not open yet, good
</span><span style="color:#323232;">steamwebhelper.sh[5479]: Runtime for steamwebhelper: defaulting to /home/dirk/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
</span><span style="color:#323232;">steamwebhelper.sh[5479]: Running under Flatpak, disabling sandbox
</span><span style="color:#323232;">steamwebhelper.sh[5479]: CEF sandbox already disabled
</span><span style="color:#323232;">CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize
</span><span style="color:#323232;">src/steamUI/steamuisharedjscontroller.cpp (540) : Failed creating offscreen shared JS context
</span><span style="color:#323232;">src/steamUI/steamuisharedjscontroller.cpp (540) : Fatal assert; application exiting
</span><span style="color:#323232;">08/18 23:36:47 Init: Installing breakpad exception handler for appid(steam)/version(1690583737)/tid(5473)
</span><span style="color:#323232;">assert_20230818233647_29.dmp[5780]: Uploading dump (out-of-process)
</span><span style="color:#323232;">/tmp/dumps/assert_20230818233647_29.dmp
</span><span style="color:#323232;">dirk ~ $
</span><span style="color:#323232;">assert_20230818233647_29.dmp[5780]: Finished uploading minidump (out-of-process): success = yes
</span><span style="color:#323232;">assert_20230818233647_29.dmp[5780]: response: CrashID=bp-9ef905ea-c25f-429b-9f2a-2ce832230818
</span><span style="color:#323232;">assert_20230818233647_29.dmp[5780]: file ''/tmp/dumps/assert_20230818233647_29.dmp'', upload yes: ''CrashID=bp-9ef905ea-c25f-429b-9f2a-2ce832230818''
</span>

I also tried flatpak run com.valvesoftware.Steam --reset again as it allowed me to start Steam once. But no, same result. Hangs for quite some time at the first GetWin32Stats: display was not open yet, good and circa the same duration onn CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize and them mentions a nonexistent log file.

I wonder if there is a clean way to thoroughly remove all and everything coming from Flatpak. At this point I don’t even care if there is any data lost …


<span style="color:#323232;">$ flatpak list
</span><span style="color:#323232;">Name                            Anwendungskennung                                        Version            Zweig                 Installation
</span><span style="color:#323232;">Pixelorama                      com.orama_interactive.Pixelorama                         0.11.1             stable                system
</span><span style="color:#323232;">Steam                           com.valvesoftware.Steam                                  1.0.0.78           stable                system
</span><span style="color:#323232;">Airshipper                      net.veloren.airshipper                                   0.10.0             stable                system
</span><span style="color:#323232;">Freedesktop Platform            org.freedesktop.Platform                                 22.08.14           22.08                 system
</span><span style="color:#323232;">i386                            org.freedesktop.Platform.Compat.i386                                        22.08                 system
</span><span style="color:#323232;">Mesa                            org.freedesktop.Platform.GL.default                      23.1.4             22.08                 system
</span><span style="color:#323232;">Mesa (Extra)                    org.freedesktop.Platform.GL.default                      23.1.4             22.08-extra           system
</span><span style="color:#323232;">nvidia-535-98                   org.freedesktop.Platform.GL.nvidia-535-98                                   1.4                   system
</span><span style="color:#323232;">Mesa                            org.freedesktop.Platform.GL32.default                    23.1.4             22.08                 system
</span><span style="color:#323232;">Mesa (Extra)                    org.freedesktop.Platform.GL32.default                    23.1.4             22.08-extra           system
</span><span style="color:#323232;">nvidia-535-86-05                org.freedesktop.Platform.GL32.nvidia-535-86-05                              1.4                   system
</span><span style="color:#323232;">nvidia-535-98                   org.freedesktop.Platform.GL32.nvidia-535-98                                 1.4                   system
</span><span style="color:#323232;">openh264                        org.freedesktop.Platform.openh264                        2.1.0              2.2.0                 system
</span>

It’s hilarious, I find many people having the exact same issue but never with the Flatpak version. Some even use the Flatpak version as a workaround. Very weird.

Yeah … And it even makes no sense either. It started up before and let me log in but the next start it crashed and now it always crashes no matter what I do. There seems also no-one else in the world affected by this.

DeeBeeDouble ,
@DeeBeeDouble@lemmy.ml avatar

All this is seriously so weird…

Okay, so the runtimes were fine, good to know. Btw, you can remove runtimes without first removing the apps that depend on them. They just won’t work any more until you install it again.

I wonder if there is a clean way to thoroughly remove all and everything coming from Flatpak. At this point I don’t even care if there is any data lost …

Not an official one, but this should do the trick if you really want to delete everything. If you want to, you could back up the user files for your other Flatpaks first.

1.flatpak uninstall --all --delete-data

2.Remove flatpak with your package manager

3.sudo rm -rf /var/lib/flatpak /var/cache/flatpak ~/.local/share/flatpak ~/.cache/flatpak ~/.local/share/flatpak ~/.cache/flatpak /etc/flatpak

4.Reboot

5.Install flatpak again

6.Add flathub

7.Install steam

If that also doesn’t work, I’m 95% certain it has to be one of your system packages. Weird that a system package would break any Flatpaks though… What distro are you using anyway?

Dirk OP ,
@Dirk@lemmy.ml avatar

Btw, you can remove runtimes without first removing the apps that depend on them.

I tried first, but it just complained that Steam (and the other two Flatpaks) needed the package and it aborted the removal process.

Anyways, I uninstalled all Flatpaks as you described, removed the directories, removed the Flatpak package, did a reboot, ran a full system update and installed Flatpak and did another reboot just to be sure and just installed Steam this time.

It starts getting hilarious. Same, Friggin. Result. Installation works without any issues, update works without any issues, the popups show, the console output looks fine, and then this again at the end:


<span style="color:#323232;">GetWin32Stats: display was not open yet, good
</span><span style="color:#323232;">GetWin32Stats: display was not open yet, good
</span><span style="color:#323232;">steamwebhelper.sh[5479]: Runtime for steamwebhelper: defaulting to /home/dirk/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
</span><span style="color:#323232;">steamwebhelper.sh[5479]: Running under Flatpak, disabling sandbox
</span><span style="color:#323232;">steamwebhelper.sh[5479]: CEF sandbox already disabled
</span><span style="color:#323232;">CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize
</span><span style="color:#323232;">src/steamUI/steamuisharedjscontroller.cpp (540) : Failed creating offscreen shared JS context
</span><span style="color:#323232;">src/steamUI/steamuisharedjscontroller.cpp (540) : Fatal assert; application exiting
</span><span style="color:#323232;">08/19 00:40:11 Init: Installing breakpad exception handler for appid(steam)/version(1690583737)/tid(5473)
</span><span style="color:#323232;">assert_20230819004011_29.dmp[5779]: Uploading dump (out-of-process)
</span><span style="color:#323232;">/tmp/dumps/assert_20230819004011_29.dmp
</span><span style="color:#323232;">dirk ~ $
</span><span style="color:#323232;">assert_20230819004011_29.dmp[5779]: Finished uploading minidump (out-of-process): success = yes
</span><span style="color:#323232;">assert_20230819004011_29.dmp[5779]: response: CrashID=bp-5698e954-748a-45d6-a5d4-7aa7a2230818
</span><span style="color:#323232;">assert_20230819004011_29.dmp[5779]: file ''/tmp/dumps/assert_20230819004011_29.dmp'', upload yes: ''CrashID=bp-5698e954-748a-45d6-a5d4-7aa7a2230818''
</span>

I’m 95% certain it has to be one of your system packages.

Since everything regarding Flatpak was removed, including all caches, configuration files and data I am pretty sure that it has to do something specificially with the Steam Flatpak because my system as a whole works properly and and all other Flatpaks I have installed also work properly …

What distro are you using anyway?

I’m on Arch. I have listed all involved application’s version numbers at the end of my original post.

Edit: Not sure if it helps, but here’s the full installation/update output:

nopaste.net/QJI3c2Amz5

DeeBeeDouble ,
@DeeBeeDouble@lemmy.ml avatar

I am pretty sure that it has to do something specificially with the Steam Flatpak

That is also possible. But then why is it working for everyone else? I used the steam flatpak multiple times today with no issues. I guess you could also ask the same question for the system package issue theory.

How about the package manager version? Is that working? That could give some hints on whether it’s the system or the Flatpak package.

Arch, yes. This is what all the people who had to remove xdg Desktop portal use. How could they remove it if it’s a dependency of flatpak? Maybe they don’t have flatpak.

If you have too much time on your hands, you could try another fresh arch installation on another hard-drive. If it works there, we know it has to be a system package. If it doesn’t, it’s probably the Flatpak.

Dirk OP , (edited )
@Dirk@lemmy.ml avatar

But then why is it working for everyone else?

That’s the question here :) Flatpak it self can’t be the issue because other Flatpaks work. My system can’t be the issue because my system works. And yes, the Steam Flatpak on it’s own also can’t be the issue because then more people would be affected and I would find something during web research.

How about the package manager version?

There isn’t really a Steam version in the repos but only in multilib. So I enabled it and installed steam from there. It also crashes. The only difference is that there are some fontconfig things it cannot understand.


<span style="color:#323232;">GetWin32Stats: display was not open yet, good
</span><span style="color:#323232;">GetWin32Stats: display was not open yet, good
</span><span style="color:#323232;">steamwebhelper.sh[19338]: Runtime for steamwebhelper: defaulting to /home/dirk/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
</span><span style="color:#323232;">steamwebhelper.sh[19338]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
</span><span style="color:#323232;">Fontconfig warning: line 5: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element
</span><span style="color:#323232;">Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 80: saw unknown, expected number
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/10-yes-antialias.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/48-spacing.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
</span><span style="color:#323232;">Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
</span><span style="color:#323232;">CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize
</span><span style="color:#323232;">src/steamUI/steamuisharedjscontroller.cpp (540) : Failed creating offscreen shared JS context
</span><span style="color:#323232;">src/steamUI/steamuisharedjscontroller.cpp (540) : Fatal assert; application exiting
</span><span style="color:#323232;">08/19 01:26:26 Init: Installing breakpad exception handler for appid(steam)/version(1690583737)/tid(19319)
</span><span style="color:#323232;">assert_20230819012626_30.dmp[19438]: Uploading dump (out-of-process)
</span><span style="color:#323232;">/tmp/dumps/assert_20230819012626_30.dmp
</span><span style="color:#323232;">dirk ~ $
</span><span style="color:#323232;">assert_20230819012626_30.dmp[19438]: Finished uploading minidump (out-of-process): success = yes
</span><span style="color:#323232;">assert_20230819012626_30.dmp[19438]: response: CrashID=bp-175add07-33af-421a-a870-828612230818
</span><span style="color:#323232;">assert_20230819012626_30.dmp[19438]: file ''/tmp/dumps/assert_20230819012626_30.dmp'', upload yes: ''CrashID=bp-175add07-33af-421a-a870-828612230818''
</span>

So it’s Steam in combination with my system. This time the mentioned dump is there but it does not contain any information I could use/understand.

This is what all the people who had to remove xdg Desktop portal use. How could they remove it if it’s a dependency of flatpak?

When reinstalling Flatpak it asked for xdg-desktop-portal-impl to be installed and offered multiple packages that provide it.


<span style="color:#323232;">dirk ~ $ pacman -Ss xdg-desktop-portal | grep installed
</span><span style="color:#323232;">extra/xdg-desktop-portal 1.16.0-3 [installed]
</span><span style="color:#323232;">extra/xdg-desktop-portal-gtk 1.14.1-1 [installed]
</span>

It also worked earlier during testing (at least one time it started up and let me log in but subsequently it crashed on any of the further tries) so all dependencies are satisfied.

DeeBeeDouble ,
@DeeBeeDouble@lemmy.ml avatar

Okay… Now that you have the non flatpak steam, could you remove flatpak and xdg-desktop-portal*?

Reboot and launch steam again.

This is the last idea I have for now… If this also doesn’t help, it is probably a different issue than this and this, and you should report it to valve.

Dirk OP ,
@Dirk@lemmy.ml avatar

Thanks for all your help with this. Unfortunately Steam still scrashes. The xdg-pdesktop-portal packages aren’t installed. Only the Flatpak package seems to have them as hard dependency.

Valve said they won’t give any support here because I’m not using Ubuntu with Gnome.

So no more Steam games for me, I guess …

DeeBeeDouble ,
@DeeBeeDouble@lemmy.ml avatar

This just can’t be…

After some deep digging, I found one last Idea. Try launching steam with the -vgui flag and let me know if that works.

Dirk OP ,
@Dirk@lemmy.ml avatar

This just can’t be…

Yep. This makes no sense at all. But I have no idea what to try anymore.

Try launching steam with the -vgui flag

Unfortunately this does not change the behavior. It still does the same thing as described before.

DeeBeeDouble ,
@DeeBeeDouble@lemmy.ml avatar

Well that’s that then. I also have no idea what to try anymore… I guess you’ll just have to wait until some random update fixes the issue. Sorry.

Edit: Since you reinstalled everything, I think it could be some cache on your system that went bad. That would explain why both the Flatpak and native versions don’t work and why the rest of your system works. But I have no idea where that cache might be…

Dirk OP ,
@Dirk@lemmy.ml avatar

Yep … It magically broke so it hopefully will magically be fixed 😀

Thanks for all your support on this!

FlembleFabber , in Oh, I love this game!

Arrrrr

laaledesiempre , in New feature: enhanced verification

i love this. now i’m sure about the game, my computer . my entire life is now verified, in 5D 3h 3m whole world ll be verified too

algotritm , in What Steam achievement are you most proud of?

I think the ones I’m most proud of are beating Journey of the Prairie King in Stardew Valley and the 100% achievements in Spelunky HD and Spelunky 2. Grinded several hundred hours for those

smokeymcpott ,

Tell me your secrets! I got to the boss fight in Journey of the Prairie King in SDV and it was freaking impossible!

ChristianWS ,

The game saves between each area, so you can beat an area, exit Journey of the Prairie King, continue the day normally in Stardew Valley and sleep. If you die you can just restart the day

algotritm ,

Wow, I wish I had known this

algotritm ,

It isn’t really any secret, I just went by the Saloon most days to play and see how far I’d get :p After a while I got into some nice flow and just made it through. I’m sure you’ll make it too! :)

CorrodedCranium OP ,
@CorrodedCranium@leminal.space avatar

Any tips for someone who has been debating on getting into Stardew Valley?

algotritm ,

Not sure, the game is very chill in the sense that you can make progress by doing almost anything, so there isn’t really any way to go wrong. The wiki is very well made as well. I usually have it open in the background when playing.

The only warning I have to offer is to avoid optimising too much to get money. You end up optimising the fun away after a bit if the only thing you do is water your crops :p

CorrodedCranium OP ,
@CorrodedCranium@leminal.space avatar

I get you I started playing Harvest Moon again and spent a lot of time trying to maximize efficiency

CarnivorousCouch , (edited ) in Free weekend game: Marauders

Marauders is fun! Solid gameplay loop. It is more basic than Tarkov in a mechanical sense, but this means it’s easier to convince your friends to play and easier to jump in and out of. It’s still a more tactical and methodical shooter than a lot of what you find in the mainstream. There is also a pretty unique space flight mechanic as part of the raiding process that the devs are still working on.

I’ve gotten my money’s worth for sure. I think I’m around 130 hours played so far, and I could see myself putting in at least twice that as development continues. More if my friends keep at it too.

booty , in What Steam achievement are you most proud of?
@booty@hexbear.net avatar

Maybe this one. Many many hours. So much grinding. Like 100 blitzball wins in a row. Sphere grid completely filled in 7 times. Completely unnecessary, I don’t recommend pursuing this achievement.

Tikiporch , in overwatch 2 a few hours after launch

Optimistic future?

hal_5700X , in overwatch 2 a few hours after launch
@hal_5700X@lemmy.world avatar

I see no problems.

B3_CHAD , in Overwatch 2 is the first game I see that does not have an Artwork page... I wonder why.
@B3_CHAD@lemmy.dbzer0.com avatar

Rule 34.

sammer510 , in I'm in this picture and I don't like it

Dozens and dozens of games on my Steam account and for weeks all I’ve been playing for is a pirated modded version of an RTS from 2006 💀

Farman ,

Supremme commander?

PraiseTheSoup ,

I was thinking AoE 3 but then I realized nobody would be playing that when AoE 2 is so easily accessible these days.

sammer510 ,

Rise of the Witch King

gerryflap , in I'm in this picture and I don't like it
@gerryflap@feddit.nl avatar

Personally I’ve gotten better at this. I’ve managed to control a bit better how much I buy, and I’ve been playing quite a lot of different games in the past year. It’s definitely hard to suppress the monkey brain during a Steam sale tho

SGforce , in What's up with all the $99 games with a 95+% discount on Steam?

The reason it might not be on sale when you look it up yourself is that a lot of jurisdictions don’t allow fake sales and price manipulation so they’re forced to keep them at full price as the sale gets voided.

Quazatron , in The valve store has closed
@Quazatron@lemmy.world avatar

This is the first time I’ve heard about it. Now where am I going to buy the Half-Life T-shirt I never knew I needed?

Phegan , in Anyone else tested the new recording feature?

I have, it’s pretty good so far. The editor needs expanded tools, but otherwise it’s a damn good beta

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines