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

Windows 7 UI now broken #1384

Closed
lenient-f opened this issue Dec 11, 2023 · 9 comments
Closed

Windows 7 UI now broken #1384

lenient-f opened this issue Dec 11, 2023 · 9 comments
Labels
in/compatibility TYPE: a report about in/compatibility stale ATTRIBUTE: this issue has not had recent activity

Comments

@lenient-f
Copy link

What happened:
Nothing happens when clicking Open App from Notifier in tray, nor from start-menu.

What did you expect to happen?:
Launching of app.

How did you reproduce it?:
Restart doesn't matter. Reproduced on two separate Win 7 64bit machines, today.

Debug Information:

Portmaster-start log:
{"Created":1702326417,"Modified":1702326417,"Expires":1704918417,"Deleted":0}S
executing start/portmaster-start version 1.0.13 on windows amd64
[pmstart] 2023/12/11 20:26:58 starting C:\ProgramData\Safing\Portmaster\updates\windows_amd64\app\portmaster-app_v0-2-6\portmaster-app_v0-2-6.exe --data C:\ProgramData\Safing\Portmaster
[pmstart] 2023/12/11 20:26:58 app/portmaster-app.zip failed with: unknown exit code exit status 0xc0000139

@lenient-f lenient-f added the bug TYPE: a report on something that isn't working label Dec 11, 2023

This comment was marked as outdated.

@Raphty

This comment was marked as outdated.

@csadam

This comment was marked as outdated.

@Raphty
Copy link
Member

Raphty commented Dec 12, 2023

you can also use your browser

if you cant enable devmode in the UI you can edit the config.json
image

add

{
  "core": {
    "devMode": true
  },
}

and then open

http://127.0.0.1:817/

in your browser

@Raphty Raphty changed the title Opening App from Notifier or otherwise, now broken on Windows 7 64bit, after todays update. Windows 7 UI now broken Dec 28, 2023
@Raphty Raphty added in/compatibility TYPE: a report about in/compatibility and removed bug TYPE: a report on something that isn't working labels Dec 28, 2023

This comment was marked as off-topic.

@Ncrypt3dit
Copy link

Ncrypt3dit commented Jan 5, 2024

you can also use your browser

if you cant enable devmode in the UI you can edit the config.json image

add

{
  "core": {
    "devMode": true,
  },
}

and then open

http://127.0.0.1:817/

in your browser

Apologies noob here.
Can you show your entire config.json file, cause anytime I change/add your above code to my json, my core.exe exits/crashes upon start.

Edit:
Seems like it did not like the , after true
Working now. Thank you.

For anyone else (noob like me) fresh Portmaster install config,json

{
  "core": {
    "devMode": true
  },
  
  "spn": {
    "enable": false
  }
}

@Raphty
Copy link
Member

Raphty commented Jan 6, 2024

@Ncrypt3dit thanks for the comment. I edited my post now as well.

Copy link

This issue has been automatically marked as inactive because it has not had activity in the past two months.

If no further activity occurs, this issue will be automatically closed in one week in order to increase our focus on active topics.

@github-actions github-actions bot added the stale ATTRIBUTE: this issue has not had recent activity label Mar 11, 2024
Copy link

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.

If the issue has not been resolved, you can find more information in our Wiki or continue the conversation on our Discord.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in/compatibility TYPE: a report about in/compatibility stale ATTRIBUTE: this issue has not had recent activity
Projects
None yet
Development

No branches or pull requests

4 participants