Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerSHELL's Permission Denied (Again) #23

Closed
JeanShuralyov opened this issue Jun 20, 2023 · 5 comments
Closed

PowerSHELL's Permission Denied (Again) #23

JeanShuralyov opened this issue Jun 20, 2023 · 5 comments
Labels
Bug Case is about a glitch.

Comments

@JeanShuralyov
Copy link
Contributor

Description

Please provide a short description of what you have encountered below.

Apparently, somewhere along the road, the powerSHELL permission got removed from the start.cmd file. We have to restore it back.

Expected Behavior

Please specify the expected behavior of your usage below.

start.cmd can run without permission denial. Reference: https://superuser.com/questions/106360/how-to-enable-execution-of-powershell-scripts

powershell.exe -noprofile -executionpolicy bypass -file .\script.ps1

Current Behavior

Please specify the current behavior of software below.

Permission denied. Have to manually add that -executionpolicy bypass into start.cmd.

Steps to Reproduce (COMPULSORY)

Please specify all the steps required to re-produce the problem.
  1. Download sources.zip version v0.6.0.
  2. Install FFMPEG and VC redistributable dependencies.
  3. Run tests\benchmark.cmd.
  4. Observe the error.

Attachments

Please drag and drop the necessary data files (e.g. screenshot, logs, etc)
below.
@hollowaykeanho
Copy link
Owner

Issue confirmed: d64c62f#diff-8c766ef448b8c2cf31a240ec14ec7d65e15f7be65b5b9e4a65bb9285391502f4

The above commit accidentally removed bypass permission from the start.cmd .

@hollowaykeanho hollowaykeanho added the Bug Case is about a glitch. label Jun 20, 2023
@hollowaykeanho
Copy link
Owner

patch def344c accepted and signed. merging back to main branch.

@hollowaykeanho
Copy link
Owner

patch merged. Pending release.

@JeanShuralyov
Copy link
Contributor Author

So fast.

@hollowaykeanho
Copy link
Owner

Resolved.

Repository owner locked as resolved and limited conversation to collaborators Jun 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Case is about a glitch.
Projects
Status: [DELIVERED] 0.7.0 & The Past
Development

No branches or pull requests

2 participants