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

[bug] Toolbar not showing #3

Closed
TheRealBix opened this issue Sep 23, 2020 · 12 comments
Closed

[bug] Toolbar not showing #3

TheRealBix opened this issue Sep 23, 2020 · 12 comments
Labels
bug Something isn't working

Comments

@TheRealBix
Copy link

RegAsm : warning RA0000 : Lorsqu'un assembly non signé est inscrit avec /codebase, il peut interférer avec d'autres applications installées sur le même ordinateur. Le commutateur /codebase doit uniquement être utilisé avec des assemblys signés. Affectez à votre assembly un nom fort et l'inscrire à nouveau. Succesfully registered deskband Everything Toolbar - GUID: {aa01acb3-6ccc-497c-9ce6-9211f2edfc10} Inscription des types réussie Appuyez sur une touche pour continuer...

This is what is told when launching the install.cmd file.
Installation seems to be fine tho as "Everything Toolbar" is available in right click menu.

Enabling the toolbar does nothing except opening "ghost windows" :
image

I have version 2004 of Windows, .NET framework version seems to be superior to 4.8

@srwi srwi added the bug Something isn't working label Sep 24, 2020
@IIEleven11
Copy link

I'm having the same issue. I tried downlaoding dev pack 4.7 and tried cloning the repo. Visual studio is telling me I am missing the Everything toolbar.pfx file though. I can see it in solution explorer I believe. I just cant get to it in file explorer.
image

@srwi
Copy link
Owner

srwi commented Oct 2, 2020

I am using the pfx-file to sign the assembly. You can disable signing in the project properties under the "Signing" tab. It should build then.

I have tried to get to the root of this issue already but I'm not getting anywhere. I appreciate your effort in helping out!

@TheRealBix
Copy link
Author

Hi, I've just tried installing it on Sandbox, same result
image

Sorry for not beeing that useful

@srwi
Copy link
Owner

srwi commented Oct 3, 2020

@IIEleven11 I added a debug project so we can actually debug the application. Could you do me a favor and pull the latest changes, set the EverythingToolbar.Debug project as startup project (right click the project) and run it with the debug configuration?

@TheRealBix Don't worry about it. Anything helps!

@IIEleven11
Copy link

IIEleven11 commented Oct 6, 2020 via email

@IIEleven11
Copy link

So i recieved an "Everythingtoolbar.dll not found." So I went and pasted it in the correct file and ran the debugger again. I also disabled signing and got this screnshot. Just fyi i'm on third level c++ in college. So I dont know how to use Git real well. And as far as debugging this, I am not too sure how to go about things beyond putting a missing file in the right place. But hey if I can do anything else to help let me know. I still have not been able to get it to function properly. It boots me out of explorer.exe everytime i run it in Visual studio as well.
image

@srwi
Copy link
Owner

srwi commented Oct 6, 2020

@IIEleven11

When building the solution every project gets built. In this case the main project failed to build because the NLog package has not been installed. That's why no EverythingToolbar.dll was created. To fix that navigate to Tools > NuGet package manager > Manage NuGet packages for solution... and click the Restore button in the top right. If the restore button doesn't appear just search for "NLog" in the Browse tab and install it for the EverythingToolbar project. Also please check again if signing is disabled for that project.

The first error in your error list stems from the fact that you pasted an outdated EverythingToolbar.dll into the bin folder.

Restarting explorer.exe is intended so VS can overwrite the EverythingToolbar.dll which would otherwise be locked.

You don't actually have to debug anything. I am just curious if it throws any unhandled exceptions when running it on your machine.

srwi added a commit that referenced this issue Oct 6, 2020
@srwi
Copy link
Owner

srwi commented Oct 6, 2020

Could you try the latest release 0.2.3 and see if it fixes this issue?

@srwi
Copy link
Owner

srwi commented Oct 6, 2020

It appears that version 0.2 and 0.2.1 were broken for some. After removing version 0.2/0.2.1 make sure to restart windows explorer (or reboot your computer). Then install the latest version.

@mandyzhou
Copy link

Confirming that 0.2.3 fixes the issue for me.

@srwi
Copy link
Owner

srwi commented Oct 6, 2020

Awesome. Thank you!

@srwi srwi closed this as completed Oct 6, 2020
@srwi srwi pinned this issue Oct 6, 2020
@IIEleven11
Copy link

image
Looks good! I did get the .pfx error though. So I went and disabled signing and 100% error free. I used everything to look for the .pfx and couldnt find it on my PC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants