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

crash when doing a google search #42

Closed
michabbb opened this issue Jul 13, 2018 · 24 comments
Closed

crash when doing a google search #42

michabbb opened this issue Jul 13, 2018 · 24 comments

Comments

@michabbb
Copy link

michabbb commented Jul 13, 2018

i enter g?something :

13-07-2018-02-39-52

13-07-2018-02-40-16

seem like it has something todo with rights .

os: windows 10
browser: chrome

thanks for any help

@oliverschwendener
Copy link
Owner

Where did you install ueli?

@michabbb
Copy link
Author

the installer saved it to C:\Program Files\ueli

@oliverschwendener
Copy link
Owner

What happens if you open Command Prompt and execute the following command?

start "" "https://google.com/search?q=test"

@michabbb
Copy link
Author

first i get this:

13-07-2018-06-12-29

and the cmd shows me: Zugriff verweigert

@michabbb
Copy link
Author

the funny thing is, i remeber the first day of using ueli, it worked. in the meantime i got a windows update and maybe chrome too, i don´t know. so it´s very strange that this stopped working.

@oliverschwendener
Copy link
Owner

Do you have a default browser defined in the Windows settings?

image

@michabbb
Copy link
Author

yes i have, it looks the same: i use chrome

@oliverschwendener
Copy link
Owner

Ok never mind.

The problem seems to be on operating system level and not in ueli. You should be able to open up a web page from the command line with the command I mentioned before. This is how ueli opens up web pages with your default browser.

@oliverschwendener
Copy link
Owner

What happens if you change your default browser?

@michabbb
Copy link
Author

michabbb commented Jul 15, 2018

when i switch to edge, it´s working. back to chrome: same error. stupid... i guess i have to google a bit 😕
btw.. same error even the cmd is started as admin.....

@oliverschwendener
Copy link
Owner

Then I guess it has something to do with your chrome installation

@michabbb
Copy link
Author

michabbb commented Jul 15, 2018

but: this is working: explorer "http://google.com" without any problems 🤔 and even it says "explorer", the default browser is used here.

@michabbb
Copy link
Author

don´t know if it has something todo with it:

i am using a insider build of win10: Version 1803 (Build 17692.1004)

@oliverschwendener
Copy link
Owner

Can you downgrade?

@michabbb
Copy link
Author

@oliverschwendener guess i can, but why should i change my OS because of THIS ? 😏 the next WIN update will come, insider build or not. so at the end, i cannot stay the rest of my life at an older version only because i want a search working with ueli, hopefully u understand this 😏 maybe explorer is working for you and all others, too - i don´t know - if yes, i might be worth a change - that´s up 2 you.
anyway, thank you very much taking time to debug this 🙏

@oliverschwendener
Copy link
Owner

Of course I don't expect you to stay on an old version of Windows only to be able to google with ueli:) Nevertheless I consider this issue as closed now because I suspect it only affects the insider build.

@michabbb
Copy link
Author

@oliverschwendener do you see any problems changing

start "" "https://google.com/search?q=test"

to

explorer "https://google.com/search?q=test"

@oliverschwendener
Copy link
Owner

Hmm maybe this is the proper way to open up web pages/files/folders. I think I will change this in the next release. Thank you for your research!

@oliverschwendener
Copy link
Owner

What happens if you execute following command in cmd:

start explorer "https://google.com/search?q=test"

?

@michabbb
Copy link
Author

works 😏

@oliverschwendener
Copy link
Owner

Allright, then this is the way :)

@oliverschwendener
Copy link
Owner

@michabbb What happens if you execute this command from cmd:

powershell -Command "& {[Diagnostics.Process]::Start('https://google.com/search?q=test')}"

Do you still get this error?

@michabbb
Copy link
Author

michabbb commented Dec 2, 2019

the issue is closed for me since a long time, I actually don't use ueli any longer for Google search, but I can try....

@michabbb
Copy link
Author

michabbb commented Dec 3, 2019

@oliverschwendener your command is working. but anyway.. with your latest version i don´t have any problems (so far).

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

No branches or pull requests

2 participants