How do I fix 7zip error - Not implemented - when trying to edit a .msix file? - 7zip

When I try to modify a file in a .msix package I am trying to edit, I am getting a "Not Implemented" error, followed by "Cannot update file '<directory'". I could not find anything online about this specific problem and 7zip works fine with .zips. Does anyone know how to fix this? I am following this tutorial: https://beebom.com/how-get-windows-11-paint-app-windows-10/
I tried restarting, running as administrator, and basically any other 'easy solution' on the web I could find. I also tried installing WinZip but that turned out not to work and also be behind a paywall. There was nothing else I was able to find, unfortunately. I tried using MSIX package editor on the windows store but I also need to delete some files which that software cannot do.

Related

How do i get python to run again?

i just started learning python. today i tried to do some problems along with tutorials. somehwere along the way i do not know what i clicked to make it all stop working. originally it said it couldnt find my file, no matter what i typed in the code. i tried clicking projects and making a new file but ended up deleting the files. I then tried to redownload it from the python website to restore factory settings and it says "verify that you have access to that directory. all code i write in google research collab works but once i put it in python i cant get anything to run.
i tried to reset python and also went to google to find what i did wrong. i think i somehow broke the path but i dont know to what

PowerShell PackageManagement not found

I'm trying to avoid having to restore my PC and get it back to where I was. I was recently going to delete a folder using Shift+Del, but without paying too close attention I hit Shift+Del on the modules folder in C:\ProgramFiles\WindowsPowerShell\Modules.
I had re-imported PowerShellGet, PackageManagement, as well as Pester.
I thought I was in the clear but I keep running into issues, I have to always Re-Import PowershellGet. Then I get another error.
Get-PSRepository : The term 'PackageManagement\Get-PackageSource' is not recognized as the name of a cmdlet, function, script file.
Even after doing Import-PackageManagement I still get that error.
If I do (Get-Module -List Available -Name PackageManagement).Exportedcmdlets it shows that Get-PackageSource is there.
I'm really not sure what I need to do to fix this.
I have uninstalled and reintalled WMF 5.1, but the issue persists.
I am running Windows 8.1
PowerShell is an open source project. You can download the modules from github. That link also describes how to get from PowerShell Gallery, which may work for you.
Main PowerShell repo
PackageManagement (aka Oneget)
The issue seems to be with PackageManagement, 1.1.4.0. I deleted that reimported PackageManagement based on what i read here. https://github.com/OneGet/oneget/issues/195
It seems to be working now.

code::blocks can't create files

I just barely installed Code::Blocks so that I can learn how to program in fortran with a real IDE (with debugging and other fun things). But I'm running into a puzzling problem while trying to get it to work--Code::Blocks seems to be unable to create any files at all.
Info: I'm running Linux Mint 17 and built Code::Blocks from source (version 13.12 for Debian, which seemed like the closest I could get). When I try to create a new project, it gives the following error for every single file in the project:
Warning
Couldn't save project path/filename
(Maybe the file is write-protected?)
This is when I run code::blocks from the terminal as a super user. When I simply run Code::Blocks without super user, I get the following:
Error
Couldn't create the project directory
path/
No idea what's going on here, and I can't find a similar question. Help?
I finally found the answer.
Do not create new file or new project in C
Try to create in other disks.
Folders situated in C are protected folders
and you can save your file or save as file just fine
I was facing the same problem but after following this below procedure I was able to run the program
Procedure:
In code-block go to the Setting, click on Tool chain executable then click on auto detect
This will solve the problem
One possible cause for your problem is that you specified an invalid path to a new project when starting one.
If you see "Invalid file path" in the "Resulting filename field", you generally should not hit "Next".
Below is a screenshot showing how your dialog should look when you've filled in the file path properly:
In case anyone is curious, I overlooked this initially in CodeBlocks 17.2 on Windows 10 before finding this question and posting this answer.
Linux mint 19.1 with a fresh install of Code::Blocks 16.01.
I was getting the same message as below when trying to create a project and the dialog box never showed the "invalid path" message.
"Couldn't create the project directory: /home/mydir/Code/CppTraining/HelloWorld/"
I found I was able to create the path after I removed one level of subfolders. It seems code::blocks doesn't like project paths to have more than one or two levels of subfolders?
If you're flipping back and forth from Linux to Windows, this problem may occur and it's extremely frustrating as a Linux user to debug.
Windows doesn't understand that the tilde "~/" means your home folder, so you actually have to type "C:\Users\<yourusername>\<path>"
, instead of just typing "~/<path>"
Hope this helps anyone that has run into this.

Installer is unable to instantiate the file ...\KEY_XE.reg. The file does not appear to exist

I keep getting this error when trying to install Oracle Express edition on Windows 64. I searched online and the only posts I found were for a missing registry entry. The actual file is missing in my case. I have uninstalled, rebooted, and re-installed several times.
All you need is :"Just click OK" and throw it away. It is not a blocking issue to install it.

Can't open CSS files in Visual Web Developer Express

I've checked for other with the same problem and found only three suggestions (reinstall, remove an update and restore files associations).
I haven't installed any updates, i've tried to reinstall the whole shabang (successfully) and i tested to restore the file ass'es. All to no avail.
When i click on the CSS-files i still get the message:
"The operation could not be completed. Undefined error.
That goes for all the projects and only CSS files (as far as i can see). The sites work properly as before. It's just the IDE that can't open the darned files! Suggestions?
This was really strange. The solution proved to be to install Web Standards from Scott Hanselman, remove it and THEN install it again. Truly strange indeed.

Resources