meetrevision / revision-tool

A tool to personalize ReviOS to your needs
GNU General Public License v3.0
298 stars 39 forks source link

Tool not opening on latest stable 23h2 W11 #76

Closed fernbacher closed 8 months ago

fernbacher commented 8 months ago

Describe the bug The tool opens in task manager/process explorer as expected, but it hangs with conhost as the issue it looks like, i thought about changing the font on CMD as it might have hanged on that but it didn't work

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Desktop'
  2. Click on 'Revision Tool'
  3. Scroll down to 'Nothing'
  4. See error

Expected behavior It should open, it used to open on the version before this one of windows, i am currently on 22631.3155 windows 11 stable, last time i was on the version before this, the tool worked

Screenshots image

Desktop (please complete the following information):

fernbacher commented 8 months ago

Update: 1.8.0 tool works properly, the 1.8.1 does not open, i've just tested.

irkella commented 8 months ago

Can also confirm that 1.8.1 will not open on Windows 11 Pro 23H2. No issues with 1.8.0.

melo936 commented 8 months ago

conhost has nothing to do with the problem. It appears, because we added a CLI support in recent versions.

Since the ReviOS 23.12 release, we have decided to integrate a custom system package for removing system components, and Revision Tool 1.8.1 now checks if the ReviOS package is available in the packages list. I assume you are not using a playbook from the meetrevision/playbook release page, and it is a custom one or directly git cloned then zipped as an apbx file which won't work. The system package gets build by GitHub Actions whenever we publish a new release, therefore, you must fork the repo, add your own TOKEN and create a new release to build the playbook correctly.

In order to fix it, simply reapply the latest playbook from the meetrevision/playbook releases page.

irkella commented 8 months ago

conhost has nothing to do with the problem. It appears, because we added a CLI support in recent versions.

Since the ReviOS 23.12 release, we have decided to integrate a custom system package for removing system components, and Revision Tool 1.8.1 now checks if the ReviOS package is available in the packages list. I assume you are not using a playbook from the meetrevision/playbook release page, and it is a custom one or directly git cloned then zipped as an apbx file which won't work. The system package gets build by GitHub Actions whenever we publish a new release, therefore, you must fork the repo, add your own TOKEN and create a new release to build the playbook correctly.

In order to fix it, simply reapply the latest playbook from the meetrevision/playbook releases page.

I am on ReviOS 23.12, directly from meetrevision/playbook.

melo936 commented 8 months ago

I am on ReviOS 23.12, directly from meetrevision/playbook.

Could you reapply this?

melo936 commented 8 months ago

Fixed by 1.8.2