QGIS won't install plug-ins (working on Mac with QGIS 3.24.2-Tisler) - plugins

I'm new to using QGIS.
I'm trying to install an autosave plug-in (not always the best at remembering to save my work).
I've tried autoSaver (https://plugins.qgis.org/plugins/autoSaver/) but get the below error:
[screenshot][1]
[1]: https://i.stack.imgur.com/oWKyr.png
I've also tried the Automatic Backup Plug-in in the QGIS menu.
No luck, any ideas?
Thanks!

Related

"Unable to create project" error in Unity hub 3.1.2

I've been having some issues with Unity so I installed the latest hub but now I can't create any new projects and I don't know what to do. Does anyone know how I can solve this?
Here is what happens when I try to create a new project
Check the version on the top, this happened to me when I uninstalled the editor and installed a previous version. There's a drop down menu where you can select the correct editor version.
This is a path issue. All paths should be select.
enter image description here
In macos it is for permissions, I solved it by following these two tutorials
Enable root user
https://www.maketecheasier.com/enable-root-user-mac/
Execute Unity Hub as root user
https://es.wikihow.com/abrir-aplicaciones-con-privilegios-de-ra%C3%ADz-en-una-Mac#:~:text=Es%20posible%20abrir%20cualquier%20aplicaci%C3%B3n,a%20la%20aplicaci%C3%B3n%20o%20computadora.
When the editor is installed in a non-C drive, the editor has no right to create objects in any path
Unistall Unity Editor and install it in C:*
https://forum.unity.com/threads/if-unity-hub-didnt-be-installed-in-c-you-cannot-create-project.1375554/
report bug

Neovim Fugitive Merginal: Errors out when toggled on

Just installed Merginal (which is a addon to Fugitive) for Neovim and am getting this error when toggling the buffer (:Merginal):
I have my git setup properly and am able to use all other features of Fugitive. Anyone run into this before?
Thank you,
#torek has the correct suggestion.
If you are using Plug to install your plugins, its not pulling the latest code. Therefore:
Go to my_plugins or where ever your Plug plugins are installed.
Remove the vim-merginal repo completely
git clone https://github.com/idanarye/vim-merginal.git

notepad++ unable to install or update plugins with the new plugin admin

I installed notepad++ recently which came with the new plugin admin. After that I am unable to install new or update existing plugins.
Any idea what the issue could be? I tried "Run as administrator"and also pasting the dll directly to C:\ProgramData\Notepad++\plugins but nothing works.
Here are the app details.
Notepad++ v7.6.1 (64-bit)
Build time : Dec 12 2018 - 01:22:05
Path : C:\Program Files\Notepad++\notepad++.exe
Admin mode : ON
Local Conf mode : OFF
OS : Windows 10 (64-bit)
Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll
1) to install plugins manually copy the dlls in folder \Plugins\ but stored in individual folders (having same name than file.dll)
note. plugin Admin place for plugins is C:\ProgramData\Notepad++\plugins
2)Plugin Admin, if you can see this entry in Menu, I understand you have the Setup version and during installation "Don't use %APPDATA%" checkbox was disabled.
You have to:
Tick the checkboxes of plugins to install
Click "Install"
Click "YES" when asking about restart the app
if this doesn't work, are you receiving any message?
I was able to get this working with a 32-bit version. I was trying to install a 32-bit compatible plugin and that did not work with a 64-bit version.
I had to manually copy the dll to C:\ProgramData\Notepad++\plugins.
I had similar problems, mine were caused by my company introducing WIndows 10 (64bit) and enforcing UAC.
Problem was, that proxy-information was not persisted in NPP, I also couldn't specify my proxy-credentials in the Updater-Proxy-dialog.
Solution was not using %APPDATA% during installation, then run NPP in administrator-mode (now proxy-credentials are persisted).
After restarting NPP in non-administrative mode, Plugin-Admin worked like charm.
Did a quick write-up here how to remedy this:
https://blog.2smart4u.de/2019/07/notepad-windows-10-uac-plugin-nightmare.html
the default plugin folder has the dll. if you get it installed on another machine and can create the plug can copy the folder from that location, go back to old location, close the program then drop the folder in the default location then open up u should now see the plug in.

NETBEANS 7.2 is not working

i installed netbeans 7.2 on windows 8, after that i double clicked on icon to start it, it displays loading cached objects and after 5 seconds it disappear with out opening any thing.
please let me know how to fix this problem.
thanks in advance
Please give more information:
What package of netbeans have you loaded?
Are you using a clean installation or have you imported settings from other installations?
Did you add any modules / plugins?
Have you made any changes?
Please have a look into your logfiles. You can find it in <NB user dir>/var/log/messages.log.
On windows 7+ it's usually here:
C:\Users\<YOUR NAME>\AppData\Roaming\NetBeans\<NETBEANS VERSION>\var\log\messages.log
A first thing you can try: Rename (so you can restore it again) your NetBeans user dir and start again. This will create a new directory with default settings. If it doesn't fail your problem is likely based on your settings.

Type Conversion to Dalvik format failed: Unable to execute dex: wrapper was not properly loaded first

I have had all sorts of bizarre errors, like the one in the title, happen when I am using the Android SDK and AVD Manager with Eclipse. Generally I just unplug the phone and plug it back in or close and reopen Eclipse but it is frustrating. Apparently Conversion to Dalvik format failed: Unable to execute dex: wrapper was not properly loaded first doesn't allow me to compile my app, i think it is because I was trying to run the emulator with some suggestions from emulator is so slow to no avail. thought i should add im running eclipse 3.5.2 on Ubuntu 11.04
Just restart the eclipse and run the project. The error arises while installing a new target version. After completion of the installation it will get fix automatically. Else restart eclipse.
I met with the same error on my Macbook. I tried one of the methods explained at this link http://techmologies.blogspot.com/2009/05/conversion-to-dalvik-format-failed-with_06.html and solved the problem.
Put the following 2 lines in the eclipse.ini file:
-vm
C:\Program Files\Java\jdk1.6.0_07\bin\javaw.exe
Please modify the 2nd line according to the actual situation.
If you have upgraded your SDK, and if you have not updated ADT plugin it will show this error. Please check it once by updating ADT plugin
I made a new installation of Eclipse in different folder(with the same SDK folder) and imported the code to the workspace & it started to work again.