mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 23:25:58 +03:00
[GH-ISSUE #24] Injection causes Spotify to crash #23
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @YehudaEi on GitHub (Mar 30, 2022).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/24
Hi,
I tried today to inject the DLL into Spotify and the software suddenly closed.
Even when I tried to open the software using the injection exe, it closed immediately.
I think they released a software update that blocks the injection.
@Rafiuth commented on GitHub (Mar 30, 2022):
Can you check your Spotify version? (
...on the top left corner -> Help -> About)The latest Soggfy release (v2.2.8) should work with v1.1.78-v1.1.81.
@YehudaEi commented on GitHub (Mar 31, 2022):
v1.1.81.604
@lferraro commented on GitHub (Nov 12, 2022):
Latest versions (current v2.3) of the Soggy installer will download and install a working Spotify client. If you alread have your client, I suggest to uninstall it and rely on the one coming with the Soggy installation. This worked for me.
Remeber to revise and customize your settings in order to get best quality audio streaming for your spotify account type.
@Mifo001 commented on GitHub (Oct 8, 2023):
Ensure Execution Policy is Set to RemoteSigned:
Before you can run the script, you need to ensure your PowerShell execution policy allows scripts to run. Search for Powershell in a similar way to the "Command Prompt" Open PowerShell as an administrator and run: Type the followling:
Set-ExecutionPolicy RemoteSigned
Then press enter, then select Y for yes, then just trying installing Soggfy again.
Hope it helps