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

do not work with windows 10 #279

Closed
czhang03 opened this issue May 4, 2015 · 16 comments
Closed

do not work with windows 10 #279

czhang03 opened this issue May 4, 2015 · 16 comments
Labels
Milestone

Comments

@czhang03
Copy link

czhang03 commented May 4, 2015

No description provided.

@qianlifeng
Copy link
Member

Didn't install windows 10, maybe I will take a look at this after Window 10 release 😄

@alterdaemon
Copy link

For me it's working fine under Windows 10 (last three builds on fast channel)

@deltaidea
Copy link

Windows 10 Pro, build 10130, Wox works as expected.

@Shen-Shuyi
Copy link

win10 family works OK, but always error when startup with win10 open

@skotzko
Copy link

skotzko commented Sep 15, 2015

@qianlifeng any update on this? Still doesn't work on Win10 after release.

@alterdaemon
Copy link

@skotzko what's the problem exactly? I can confirm that beta version works on the current release as it has been working on technical versions too.

@skotzko
Copy link

skotzko commented Sep 15, 2015

@dgutkowsky I just reinstalled the beta on Win10 (by downloading latest Github release and moving the unzipped beta folder to Program Files x86) and once I launch Wox, it has no built in plugins at all (e.g. there is no program search, can't launch settings, etc). Maybe I installed wrong?

@alterdaemon
Copy link

@skotzko maybe it is the case, can't tell why you have problems... just be sure, it is local, not the problem of Wox itself.

@skotzko
Copy link

skotzko commented Sep 15, 2015

@dgutkowsky hmm, okay. Is that the correct install approach? There are no instructions so wasn't 100% sure. Tried the choco install earlier which didn't work, guessing it's the old version.

@alterdaemon
Copy link

@skotzko I am running it portable, no installer. Be sutre that you firewall does not block the Wox and Everything (it makes connections on localhost)

@skotzko
Copy link

skotzko commented Sep 15, 2015

@dgutkowsky Hmm. This is so weird. It's unzipped, given administrator access, and explicitly allowed through the Windows Firewall.

@alterdaemon
Copy link

@skotzko sorry to hear that, I must say I can't imagine using Windows without Wox anymore ;)

@skotzko
Copy link

skotzko commented Sep 15, 2015

Yeah, this is frustrating. Clear install instructions would be much appreciated, as all the documentation has nothing on this.

@skotzko
Copy link

skotzko commented Sep 15, 2015

Okay, I figured it out. Here's how to fix it when installing the beta:

Problem 1 Fix: Getting Wox Beta to see its assemblies

  1. The ZIP folder is blocked by Windows for security reasons when downloaded.
  2. Right click on the ZIP folder (before extracting), click Properties. Then select "Unblock".
  3. Hit "Apply".
  4. Extract the folder.

wox

This will fix the issue of being able to run Wox--after inspecting the logs after the error, it was clear that Wox could find its plugins but could not load the plugin assemblies because they were blocked.

Problem 2 fix: Getting Wox beta to start at system startup

Now to the second issue: having Wox actually start up with Windows. First, I unzipped it to C:\Program Files, but no matter what I did (including settings tweaks), Wox woudln't start with Windows. The fix is to make the unzipped folder live in a folder that doesn't require elevated permissions to write to. So:

  1. Copy the folder to a non-System folder (i.e. a folder that does not require elevated permissions to write to). I put it in C:\Documents.
  2. Run Wox and everything is happy.

This issue, as far as I can tell, is because Wox is designed in such a way that it writes data back to the folder where it is contained, and so this requires admin permission to do anything (including start Wox at system startup). Hence, it wouldn't start at startup even though the settings were correct.

I may have some pieces of this off, but wanted to post the fix I got to work here so others can find it.

@alterdaemon
Copy link

good for you!

@bao-qian bao-qian added the bug label Nov 3, 2015
@bao-qian bao-qian modified the milestones: V1.3.0, V1.2.0 Nov 3, 2015
@bao-qian bao-qian mentioned this issue Jan 2, 2016
5 tasks
@bao-qian
Copy link
Member

Hi guys, good news.
Although you still need to put Wox under %userprofile%, but you shouldn't need to manually unblock it now.
Please try build 1.2.787.
If problem indeed resolved, please tell me. if not, please reopen this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants