-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Upgrade from 5.33, OpenFilePath=* not work any more? #971
Comments
I found |
I think this regression started on v0.8.0 / 5.50.0. It's fixed for me on v0.9.6 / 5.51.6, see also #1175 (reply in thread). |
This bug reproduced on 5.55.6, Now neither |
If it didn't occur with Classic 5.55.5, then there is a chance this will be fixed on next v5.55.7:
|
We can also reproduce it on 5.55.5, version 5.53.3 is fine. |
In this case, please report which is the exact release that introduced the regression (including each pre-release in the middle). |
The first version to reproduce this problem is 5.55.0 |
What you need is . does work for files but not directories I tested with |
PS: you may also run into issues when you have folders in the sandbox in the location of open paths, so try clearing the sandbox if the issue persists |
We tried:
We tried |
Let's tidy up the timeline:
So Also, maybe in some version between 5.50.2 and 5.55.0, Thanks :-) |
I see... with the last verbose issue report I coudl replicate the issue, It only apples to the following locations: a fix for that will be included in the built 1.0.8 |
PS: |
OK, Thanks :-) |
I just upgraded from 5.33 to 5.50.2, then I found that the new version no longer correctly recognizes the
OpenFilePath=*
andOpenPipePath=*
instructions.I tried to modify them to
OpenFilePath=*.*
andOpenPipePath=*.*
The problem was alleviated.But when I tried to use WinRAR to perform decompression in a sandbox configured with
OpenFilePath=*.*
andOpenPipePath=*.*
, these configurations still did not take effect (the decompressed files were thrown into the sandbox) .How can I keep the same behavior as
OpenFilePath=*
andOpenPipePath=*
in version 5.33?Thanks :-)
The text was updated successfully, but these errors were encountered: