streamlink-twitch-gui icon indicating copy to clipboard operation
streamlink-twitch-gui copied to clipboard

streamlink-twitch-gui does not run with Mandatory ASLR switched on.

Open psychonz opened this issue 6 years ago • 1 comments

Checklist

  • [x] This is a bug report.
  • [ ] This is a feature request.
  • [x] I understand the difference between Streamlink and Streamlink Twitch GUI.
  • [x] I tried solving my issue by reading the project's wiki first.
  • [x] I have read the contribution guidelines and used the search function to find already existing threads.

Description

Streamlink-Twitch-Gui does not execute while Windows Defender Security Centre exploit protection setting for "Force randomisation of images (Mandatory ASLR)" is switched on. The program throws an error message: The application was unable to start correctly (0xc000007b). Press OK to close the application.

Expected / Actual behavior

Streamlink-twitch-gui should run with Mandory ASLR switched on.

Reproduction steps

  1. Go to the Windows Defender Security Centre settings.
  2. Go to the App & browser control section.
  3. Scroll down and click on "Exploit protection settings."
  4. Turn on Mandatory ASLR.
  5. Reboot.
  6. Run Streamlink-twitch-gui

Environment details

Operating system and version: Microsoft Windows 10 Pro version 10.0.16299 Build 16299 Streamlink Twitch GUI version: Occurs on both version v1.4.1 and v1.5.0 Streamlink version: 0.11.0 Configuration details: Mandatory ASLR switched on.

psychonz avatar Apr 03 '18 07:04 psychonz

Occurs on both version v1.4.1 and v1.5.0

Streamlink Twitch GUI is based on NW.js and both of these releases are using NW.js v0.26.6, which includes Chromium 62.0.3202.94 and Node 9.1.0.

All that can be done here is upgrading to a more recent NW.js version. https://nwjs.io/blog/

bastimeyer avatar Apr 06 '18 20:04 bastimeyer