Krognol / discordify

Discord rich presence app for Spotify
MIT License
4 stars 0 forks source link

discordify.exe doesn't open. #6

Closed toneehh closed 6 years ago

toneehh commented 6 years ago

I tried building the file and it built with no errors (I think at least, I've never done this before) but when I try to open discordify.exe in the debug folder, nothing happens.

1>------ Rebuild All started: Project: discordify, Configuration: Debug Any CPU ------ 1> discordify -> C:\Users\Toni\discordify\discordify\bin\Debug\discordify.exe ========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========

https://i.imgur.com/GJee6bi.png

Krognol commented 6 years ago

Try placing the discord-rpc-w32.dll from the lib folder in your Debug folder.

toneehh commented 6 years ago

Still doesn't work. I tried running as an admin too, nothing.

Krognol commented 6 years ago

Can you try downloading one of the release builds and see if they launch?

Jonathing commented 6 years ago

I have the same problem. I opened the Discordify.exe application and I look into Task Manager. It closes itself after about 2 seconds. I'm going to try debugging it and see if I get anything.

Jonathing commented 6 years ago

I found the cause of the issue, or at least what Visual Studio says to be the cause. It looks like not everything is being exported into the Debug folder when it is built. https://i.imgur.com/Vsg1rIT.png

Jonathing commented 6 years ago

When I put the Resources folder in the Debug folder, the application loads! https://i.imgur.com/TUScKbX.png