Jump to content

toe_head2001

Administrator
  • Posts

    5,020
  • Joined

  • Last visited

  • Days Won

    155

Everything posted by toe_head2001

  1. What happens when you try to download it?
  2. Most consumer printers don't have white ink, and when a printer does support white ink, it's crazy expensive. I suggest going to a local print shop; it would be cheaper.
  3. Sounds like you have an existing paint.net installation that has become broken. Please use this utility to remove the broken installation: https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed Afterwards, you should be able to install paint.net anew.
  4. Try following this guide: https://www.lifewire.com/how-to-add-printer-in-windows-4588169 Once Windows see the printer, paint.net should see it too.
  5. You can use the Zip plugin. https://forums.getpaint.net/topic/31996-zip-archive-filetype-plugin
  6. Hi, which texture format does Does Dark Souls use in its DDS files? Which texture format did you try to use?
  7. Sounds like you're missing the update for Windows 7 that added support for modern versions TLS. That particular update was release many years ago. You should really run Windows Update.
  8. What happens when you try to download the pack?
  9. I see this in the log: DEBUG: Error 2203: Database: C:\WINDOWS\Installer\inprogressinstallinfo.ipi. Cannot open database file. System error -2147287037 Do you have any sort of third-party anti-malware software running? Those can interfere with installations sometimes. I don't think any of those actually use the Windows Installer (MSI). For example, I know Notepad++ uses an NSIS installer.
  10. It means an Error (any fatal error) occurred during installation. To see the specific error code/message, you have to run the MSI with verbose logging. If you're technically inclined and comfortable with that, here's the command: msiexec /i paint.net.4.3.12.winmsi.x64.msi /L*V %UserProfile%\Desktop\pdn.log As you can see, it will place a log file on your desktop. The needed MSI file can be found here: https://github.com/paintdotnet/release/releases MSI error code can be found here: https://docs.microsoft.com/en-us/windows/win32/msi/error-codes
  11. Hi @mpoirier Sounds like you have an existing paint.net installation that has become broken. Please use this utility to remove the broken installation: https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed Afterwards, you should be able to install paint.net anew.
  12. Probably not. I suggest sending a message to @ArgusMagnus, which will also send an email notification to him. He may be unaware his QR plugin is broken.
  13. No support for doc comments yet. It's something I've wanted to do for a while, but hasn't been a priority. Should be fairly straightforward to implement though.
  14. Hey, look at that... color previews in the auto complete box. Sorry, your browser doesn't support embedded videos. EDIT: Tooltips too!
  15. Sounds like you should talk to Microsoft Support again, but this time, don't mention paint.net.
  16. Can you verify that the service is running? Or that it can be started.
  17. Seems like you answered your own question... Install the available Windows Updates, and then try again.
  18. I made some templates a few years ago, but they are out-of-date now. Fixing them hasn't been a priority for me (or anyone else apparently).
  19. Please try using the offline installer. https://github.com/paintdotnet/release/releases
  20. You are most likely behind on Windows Updates. Specifically an update that provides modern versions of TLS.
  21. Please try using the offline installer. https://github.com/paintdotnet/release/releases
  22. Serveral months ago Visual Studio Code added this thing called Rainbow Braces. The feature is available in the regular Visual Studio with extensions: Viasfora or Rainbow Braces. Now that I've become accustom to these rainbow braces, I wanted them in CodeLab too. So... the next version of CodeLab will have an option for Rainbow Braces!
  23. In Paint.NET v4.2, many formats (including BMP) were switched over to the newer WIC encoders/decoders. You may need to start using WIC in your application, or re-encode your bitmap files with a different program.
×
×
  • Create New...