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

[Bug] Could not save profile! on Windows Server Datacenter 2022 #1594

Closed
2 tasks done
Bluscream opened this issue Oct 13, 2023 · 14 comments
Closed
2 tasks done

[Bug] Could not save profile! on Windows Server Datacenter 2022 #1594

Bluscream opened this issue Oct 13, 2023 · 14 comments
Labels

Comments

@Bluscream
Copy link

Bluscream commented Oct 13, 2023

Checklist

  • I have used the search function to see if someone else has already submitted the same bug report.
  • I will describe the problem with as much detail as possible.

App version

3.7.3 x64

Windows version

10.0.20348.587

Steps to reproduce

download
install
start
save

Expected behavior

save

Actual behavior

{Path Not Found}
The path %hs does not exist.

Status: 0xC000003A

Logs


@Bluscream Bluscream added the bug label Oct 13, 2023
@ven-ox
Copy link

ven-ox commented Oct 13, 2023

Same bug in here like the last bug it seems last versions have many issues; I will stick with older versions for now.

@Bluscream
Copy link
Author

More bugs:

@Bluscream
Copy link
Author

Same bug in here like the last bug it seems last versions have many issues; I will stick with older versions for now.

Which version do you use? For me last version that works is 3.7

@henrypp
Copy link
Owner

henrypp commented Oct 13, 2023

you have encrypted/compressed profile? if yes, change to plain

@Bluscream
Copy link
Author

you have encrypted/compressed profile? if yes, change to plain

tried that already, didn't fix it.

@henrypp
Copy link
Owner

henrypp commented Oct 13, 2023

STATUS_INVALID_IMAGE_HASH 0xC0000428L displayed only when hash is incorrect, but hash is checking only when profile type is compressed or encrypted, no other way

@Bluscream
Copy link
Author

STATUS_INVALID_IMAGE_HASH 0xC0000428L displayed only when hash is incorrect, but hash is checking only when profile type is compressed or encrypted, no other way

i have had compressed first but changed to plain after

@ghost
Copy link

ghost commented Oct 14, 2023

STATUS_INVALID_IMAGE_HASH 0xC0000428L displayed only when hash is incorrect, but hash is checking only when profile type is compressed or encrypted, no other way

i have had compressed first but changed to plain after

{Path Not Found}
The path %hs does not exist.
Status: 0xC000003A

I solved it this way:
Run installer as administrator
Select this option during installation: Store settings in application directory ( portable mode )

@Maypehl
Copy link

Maypehl commented Oct 14, 2023

STATUS_INVALID_IMAGE_HASH 0xC0000428L displayed only when hash is incorrect, but hash is checking only when profile type is compressed or encrypted, no other way

i have had compressed first but changed to plain after

{Path Not Found} The path %hs does not exist. Status: 0xC000003A

I solved it this way: Run installer as administrator Select this option during installation: Store settings in application directory ( portable mode )

Thank you! That solved it for me. I was getting all kinds of errors both on 3.7.2 and 3.7.3, which caused it to fail reaching the update server, save any changes and remembering the profile I've imported.

I was forced to stay on 3.7.1, which did not have those issues, but portable mode fixed it all!
Not running any Antiviruses here btw. Windows Defender is disabled with registry edits, yet I still had all those issues for some reason.

@nyanpasu64
Copy link

Using procmon I found that it was trying to access files in C:\Users\nyanpasu64\AppData\Roaming\Henry++\simplewall, which failed to be created. After creating Henry++ by hand, simplewall created the simplewall subdirectory by itself.

I think you forgot to use a recursive directory creation routine after moving application data to a subdirectory.

@henrypp
Copy link
Owner

henrypp commented Oct 21, 2023

Now it is fixed, thanks @nyanpasu64

simplewall.zip

@NixonSchool
Copy link

NixonSchool commented Oct 25, 2023

I downloaded the old version 3.7 then updated it from the app itself, and the issue was gone...😶

@bino1x1
Copy link

bino1x1 commented Oct 25, 2023

STATUS_INVALID_IMAGE_HASH 0xC0000428L displayed only when hash is incorrect, but hash is checking only when profile type is compressed or encrypted, no other way

i have had compressed first but changed to plain after

{Path Not Found} The path %hs does not exist. Status: 0xC000003A

I solved it this way: Run installer as administrator Select this option during installation: Store settings in application directory ( portable mode )

I Have Same bug, in windows 11 PRO 23h2. I try em portable mode.

@bino1x1
Copy link

bino1x1 commented Oct 25, 2023

Yes, tried a portable mode, this bug {Path Not Found} The path %hs does not exist. Status: 0xC000003A, are dispear. Fixed. In normal instalation, have this bug.

@henrypp henrypp closed this as completed Oct 27, 2023
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