Marechal-L / Dark-Souls-III-Archipelago-client

This is the Dark Souls III client made for the multiworld randomizer Archipelago
MIT License
1 stars 9 forks source link

DS3 crashes on stream #18

Closed nex3 closed 8 months ago

nex3 commented 8 months ago

When I try to stream the Dark Souls 3 window to Discord when the Archipelago mod is installed, whether it's connected to the server or not, it crashes immediately with the following window:

image

Marechal-L commented 8 months ago

Hi, I also encountered this issue a long time ago and I asked Br00ty to refresh my memories. This was related to the AP mod running along modengine and we fixed this by setting blockNetworkAccess to true in the modengine.ini. Another way to share your game was to share the entire screen which doesn't seem to make it crash.

Please let me know if it resolved your issue

nex3 commented 8 months ago

I am running it along with ModEngine, but blockNetworkAccess=1 is already set and it's still crashing. I can share my screen, but I'd much prefer to share my application window if possible.

Marechal-L commented 8 months ago

Sorry I just tried and the param should be set to 0 as follow blockNetworkAccess=0.

I don't know what's happening here but AP mod and Discord probably try to access the same part of the "low level hook to block game from ever connecting to the internet" mentioned by modEngine.

nex3 commented 8 months ago

Confirm that blockNetworkAccess=0 works.