Giter Club home page Giter Club logo

Comments (19)

liias avatar liias commented on July 2, 2024

Hi there @IkelAtomig

You are one of the very early adopters, specially for the Windows version, so unfortunately it's not really tested on different systems.

Right now, we don't have .msi or .exe installer (yet) available, so there's a poor man installation script (install.bat) instead.

In theory, just executing install.bat should just work and install Browsers (but not setting it as default browser automatically).

You can also run x86_64\browsers.exe directly to just test if the application starts correctly, but it seems you already tried that.

Could you open a terminal or command prompt and run the .exe or .bat file in there? Is there any output you could copy here?

Could you also give some general specifications:

  • Windows version
  • How many screens you have? Are they in non-traditional layout? (e.g not side-by-side)

Thanks!


FYI: The powershell script notifies Windows, and the user, that hey, you can set Browsers as default browser now, but you can also do it manually in Windows settings, assuming Browsers got installed in the first place. The powershell script is called by the install.bat file.

from browsers.

IkelAtomig avatar IkelAtomig commented on July 2, 2024

I am using Windows 11 22H2 Enterprise (Build 22621.1848). This is a Single screen device.

While running the .bat :

image

While running powershell script :

image

And after that tried opening .exe but nothing even on clicking 'Run Anyway' in Windows Smartscreen.

from browsers.

liias avatar liias commented on July 2, 2024

@IkelAtomig thank you for feedback!

Did you try opening the .exe via terminal?

Could you also check if there any logs at C:\Users\Ikel\AppData\Local\software.Browsers\logs\

from browsers.

IkelAtomig avatar IkelAtomig commented on July 2, 2024

Did you try opening the .exe via terminal?

Nothing happened when I tried. It just went to the next line waiting for a newer command.

The logs :

2023-06-29T19:26:02.3318009  INFO browsers: Starting Browsers
2023-06-29T19:26:02.331971  INFO browsers: Logging to C:\Users\Ikel\AppData\Local\software.Browsers\logs\browsers.log
2023-06-29T19:26:02.3329523  INFO browsers::communicate: No other instance of Browsers was running
2023-06-29T19:26:02.333084  INFO browsers::communicate: Started socket listener for new instances of Browser
2023-06-29T19:30:15.1857943  INFO browsers: Starting Browsers
2023-06-29T19:30:15.1858723  INFO browsers: Logging to C:\Users\Ikel\AppData\Local\software.Browsers\logs\browsers.log
2023-06-29T19:30:15.1862108  INFO browsers::communicate: No other instance of Browsers was running
2023-06-29T19:30:15.1863  INFO browsers::communicate: Started socket listener for new instances of Browser
2023-06-29T19:30:23.4966608  INFO browsers: Starting Browsers
2023-06-29T19:30:23.4967131  INFO browsers: Logging to C:\Users\Ikel\AppData\Local\software.Browsers\logs\browsers.log
2023-06-29T19:30:23.4969686  INFO browsers::communicate: No other instance of Browsers was running
2023-06-29T19:30:23.4970526  INFO browsers::communicate: Started socket listener for new instances of Browser
2023-06-29T19:38:56.3522993  INFO browsers: Starting Browsers
2023-06-29T19:38:56.3524209  INFO browsers: Logging to C:\Users\Ikel\AppData\Local\software.Browsers\logs\browsers.log
2023-06-29T19:38:56.3527475  INFO browsers::communicate: No other instance of Browsers was running
2023-06-29T19:38:56.352842  INFO browsers::communicate: Started socket listener for new instances of Browser
2023-06-29T19:40:43.9780107  INFO browsers: Starting Browsers
2023-06-29T19:40:43.9780721  INFO browsers: Logging to C:\Users\Ikel\AppData\Local\software.Browsers\logs\browsers.log
2023-06-29T19:40:43.9783896  INFO browsers::communicate: No other instance of Browsers was running
2023-06-29T19:40:43.9785018  INFO browsers::communicate: Started socket listener for new instances of Browser
2023-07-04T21:35:53.4443664  INFO browsers: Starting Browsers
2023-07-04T21:35:53.4444765  INFO browsers: Logging to C:\Users\Ikel\AppData\Local\software.Browsers\logs\browsers.log
2023-07-04T21:35:53.4447015  INFO browsers::communicate: No other instance of Browsers was running
2023-07-04T21:35:53.4448064  INFO browsers::communicate: Started socket listener for new instances of Browser
2023-07-04T21:36:17.5995953  INFO browsers: Starting Browsers
2023-07-04T21:36:17.5997134  INFO browsers: Logging to C:\Users\Ikel\AppData\Local\software.Browsers\logs\browsers.log
2023-07-04T21:36:17.6000117  INFO browsers::communicate: No other instance of Browsers was running
2023-07-04T21:36:17.6001123  INFO browsers::communicate: Started socket listener for new instances of Browser
2023-07-06T08:32:44.4228578  INFO browsers: Starting Browsers
2023-07-06T08:32:44.4229299  INFO browsers: Logging to C:\Users\Ikel\AppData\Local\software.Browsers\logs\browsers.log
2023-07-06T08:32:44.4236716  INFO browsers::communicate: No other instance of Browsers was running
2023-07-06T08:32:44.4237882  INFO browsers::communicate: Started socket listener for new instances of Browser
2023-07-06T08:36:59.0151671  INFO browsers: Starting Browsers
2023-07-06T08:36:59.0152199  INFO browsers: Logging to C:\Users\Ikel\AppData\Local\software.Browsers\logs\browsers.log
2023-07-06T08:36:59.0155766  INFO browsers::communicate: No other instance of Browsers was running
2023-07-06T08:36:59.0156517  INFO browsers::communicate: Started socket listener for new instances of Browser

from browsers.

liias avatar liias commented on July 2, 2024

@IkelAtomig thank you for reporting back!

The installation script should be fixed now in 0.4.0.

What's wrong with the application itself, I'm not sure yet.

Could you try installing 0.4.0 and run the app through start menu.
Also, could you have Task Manager open on the side and see if Browsers process is actually exiting pretty immediately or stays running.

from browsers.

IkelAtomig avatar IkelAtomig commented on July 2, 2024

This time it installed successfuly. I can't see any process in Task manager though. I think it closes immediately. I checked the Logs. It is the same as before. Nothing new.

Even setting it to Default browser and opening links doesn't do anything.

from browsers.

fidelix avatar fidelix commented on July 2, 2024

Same here. Application doesn't run. It's unusable in Windows atm, unfortunately.

from browsers.

liias avatar liias commented on July 2, 2024

Same here. Application doesn't run. It's unusable in Windows atm, unfortunately.

Hey. i haven't been able to reproduce this myself. Could you share your Windows version?

from browsers.

IkelAtomig avatar IkelAtomig commented on July 2, 2024

Anything new ?

from browsers.

liias avatar liias commented on July 2, 2024

Anything new ?

Unfortunately I have not managed to reproduce this myself.

Could you download the latest nightly at https://nightly.link/Browsers-software/browsers/workflows/ci/main/browsers-windows-artifacts.zip and run the .exe with these flags:

cmd /V /C 'set "BROWSERS_LOG_LEVEL=DEBUG" && browsers.exe https://github.com --reload'

Thanks for sticking around!

from browsers.

coromd avatar coromd commented on July 2, 2024

Application does not work for me either, instantly crashes without appearing at all. I'm also on Windows 11 22H2 Pro, single screen. Tried running the latest installer from the website as well as the nightly build linked above.

2023-08-28T18:19:47.274048-05:00  INFO browsers: Starting Browsers
2023-08-28T18:19:47.2741425-05:00  INFO browsers: Logging to C:\Users\Corom\AppData\Local\software.Browsers\logs\browsers.log
2023-08-28T18:19:47.2751006-05:00  INFO browsers::communicate: No other instance of Browsers was running
2023-08-28T18:19:47.2755952-05:00  INFO browsers::communicate: Started socket listener for new instances of Browser
2023-08-28T18:19:47.2767634-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "*.slack.com", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2772687-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "*.enterprise.slack.com", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2774955-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "*.slack.com", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2776719-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "*.enterprise.slack.com", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2779343-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "*.slack.com", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2780871-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "*.enterprise.slack.com", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2783078-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "linear.app", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.278484-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "notion.so", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2786232-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "www.notion.so", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.278824-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "open.spotify.com", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2789697-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "t.me", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2791291-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "workflowy.com", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2792908-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "zoom.us", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.279435-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "eu01web.zoom.us", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.279623-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "us02web.zoom.us", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2797774-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "us03web.zoom.us", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2799635-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "us04web.zoom.us", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2801578-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "us05web.zoom.us", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2803316-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "us06web.zoom.us", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:47.2805523-05:00 DEBUG basically_main: browsers::url_rule: parsed url matcher: UrlMatcher { scheme: "*", hostname: "us07web.zoom.us", path: "/**", query: "**", fragment: "*" }
2023-08-28T18:19:50.945577-05:00  INFO browsers: Starting Browsers
2023-08-28T18:19:50.9456569-05:00  INFO browsers: Logging to C:\Users\Corom\AppData\Local\software.Browsers\logs\browsers.log
2023-08-28T18:19:50.946627-05:00  INFO browsers::communicate: No other instance of Browsers was running
2023-08-28T18:19:50.9471442-05:00  INFO browsers::communicate: Started socket listener for new instances of Browser

from browsers.

IkelAtomig avatar IkelAtomig commented on July 2, 2024

I am no longer a windows user. Please don't mention me regarding this, unsubscribing from the issue and when tried to use it in Linux. I got an error message "Package conflict found". Fedora Workstation 38 KDE Plasma edition.

from browsers.

liias avatar liias commented on July 2, 2024

Hey. Sorry that you had shit experience with Browsers in both systems.

You could try the manual installation archive - browsers_linux.tar.gz file for Linux and execute the install.sh script.

For people who still have issues in Windows. Could you check in Windows Security if Windows reported any errors?
I created a new bug report on my discoveries #99

If you want to and get it working, feel free to report another bug for the Fedora installation package. Maybe someone can jump in with more rpm package experience and see if we can keep distro-agnostic rpms around.

from browsers.

IkelAtomig avatar IkelAtomig commented on July 2, 2024

I am really on to the rpm package if not, I am not testing it out. To be honest. It is fine that it didn't work out. It's a new app. So, yeah could expect stuff like this.

I really like Browser tamer - https://github.com/aloneguid/bt

I hope he had a port for Linux than on being windows alone. It is the ultimate tool. If you could. Possibly help that dev.

It is just best out of the box saying because I tried out a 4 to 5 of Browsers like App. I settled on Browser tamer. But sadly not on linux.

Might sound harsh - Maybe archive this repo and work with him.

from browsers.

IkelAtomig avatar IkelAtomig commented on July 2, 2024

For Windows security, It didn't show up something like that when I was there. I had controlled folder access ON. If it was something, It would have caught up my eyes.

from browsers.

IkelAtomig avatar IkelAtomig commented on July 2, 2024

image

Anyway, I did installed as you said. So, yeah. It seems to be working.

from browsers.

IkelAtomig avatar IkelAtomig commented on July 2, 2024

I tried to open a Zoom Meeting link in Firefox. It should head to the default profile in firefox. But rather it tries to creates a new profile or use the default profile that is always present along with the default ones.

Kind of messy with FF profiles. Don't know about Brave.

I could help sorting this out in my freetime and in a separate issue. But not now. I wanna uninstall Browsers now. How do I do that ?

from browsers.

liias avatar liias commented on July 2, 2024

I am really on to the rpm package if not, I am not testing it out. To be honest. It is fine that it didn't work out. It's a new app. So, yeah could expect stuff like this.

I really like Browser tamer - https://github.com/aloneguid/bt

I hope he had a port for Linux than on being windows alone. It is the ultimate tool. If you could. Possibly help that dev.

It is just best out of the box saying because I tried out a 4 to 5 of Browsers like App. I settled on Browser tamer. But sadly not on linux.

Might sound harsh - Maybe archive this repo and work with him.

Totally understand you. Before I started out I gathered a list of alternatives, feel free to check if there's anything that suits you better: https://www.craft.me/s/Ej60taKaZaUzzX

For Windows security, It didn't show up something like that when I was there. I had controlled folder access ON. If it was something, It would have caught up my eyes.

Alright, thanks for letting me know!

Anyway, I did installed as you said. So, yeah. It seems to be working.

Thanks. I wonder what's with the title bar appearing there. I hope there will be enough audience to test all the major distros one day.

I tried to open a Zoom Meeting link in Firefox. It should head to the default profile in firefox. But rather it tries to creates a new profile or use the default profile that is always present along with the default ones.

Kind of messy with FF profiles. Don't know about Brave. I could help sorting this out in my freetime and in a separate issue.

I haven't seen such issue before. If you see it in future, please do report it.

But not now. I wanna uninstall Browsers now. How do I do that ?

Makes sense, we're all busy.
To uninstall Browsers you can download and execute this script: https://raw.githubusercontent.com/Browsers-software/browsers/main/extra/linux/dist/uninstall.sh
In future releases, this will be part of the installation archive.

from browsers.

liias avatar liias commented on July 2, 2024

As most of the issues should be solved, I'm closing this issue and wait for someone to create a new one if they can reproduce it.

from browsers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.