Dying Light Co-op not working
I can't connect to epic games servers, so I can't Play co-op and DLC. I am on steam Deck.
12 Replies
exotic-emerald•3y ago
I have the same issue. Even posted on github about this.
exotic-emerald•3y ago
GitHub
Can't use Dying Light DLCs, looks like it starts in offline mode · ...
Describe the bug When I installed the game I have selected the all dlc option. Also I can’t go online if that’s relevant. I have noticed in the log that legendary launch has the --offline flag. Her...
exotic-emerald•3y ago
@hardcore check the github issue for solution
optimistic-goldOP•3y ago
I have resulted my problem, I go to desktop mode, downloaded a browser (Firefox), and entered to my epic games account, after that I have launched heroic games launcher and Dying Light opened me a page in browser where I connected my epic games account.
Now I can play the Following DLC.
Before you can play co-op you will need to play like 30 minutes until game will not tell you that online mode is available.
Playing in desktop mode gives me some problems with control's, so I play in game mode of steam Deck
rival-black•3y ago
Unfortunately, none of this seems to work for me. installing firefox with winetricks and adding the registry key didn't work; no browser window will open and selecting any "open store" option in the DLCs tab will just display a generic "make sure you're connected to the internet" message
Even opening EGS on lutris and running the game from there didn't work. I'm clueless
modern-teal•3y ago
try installing ie8 in the prefix using winetricks, that workaround has worked for me when a game does not open the browser
it will probably be unresponsive (at least for me it always is) but you'll have a URL to copy in a real browser to do any auth process you need
rival-black•3y ago
thanks. I'll be sure to try that. do I need to change anything about the registry keys as well?
it's weird that it's considered a dll/component rather than an application by winetricks
modern-teal•3y ago
I've never had to change any registry key when installing ie8 with winetricks
maybe ie8 was so coupled to the system that more than an app it was a component haha
rival-black•3y ago
this worked - though I had to install ie8 in a different prefix from the default one for some reason
you're a godsend. thank you so much
quickest-silver•3y ago
I need to figure this bug out, why the hell cant wine-ge open links the browser and upstream can?
it's such a basic thing
component in question: winebrowser.exe
that's odd the code is indentical
I don't understand
why does it not work
xdg-open not working?
but that doesn't make any sense
yeah I litterally don't understand
just gonna chalk it up to wine 7.0 problems while we wait for wine-ge 8 to come out
modern-teal•3y ago
Wine-GE works fine for me if I use firefox as system's default browser, but it fails if I use Chrome or Opera for example
I think it's a problem with x64 vs x86, like browser and prefix not matching (can't really confirm this, just guessing)
if you change the registry to open... something like a text editor instead of a browser it works fine
you can even make winebrowser open a custom bash script for example and that works too, BUT if you make your script do something and then open the browser of your choice then it has the same issue, the script works (you can make it log something to a file for example to confirm) but then the browser does not open
quickest-silver•3y ago
interesting
wine 8.0 works with chrome as well
it's just really odd