Rick Brewster Posted September 27, 2021 Share Posted September 27, 2021 This is a hotfix for the recently released version 4.3 update. Get the update Microsoft Store release You can purchase it here. This helps fund development and is an alternative or supplement to sending in a donation. If you already have it installed, the update should happen automatically within the next day or two. To get the update immediately, you can follow the instructions listed here. Classic Desktop release Download the installer directly (web installer for all CPUs and OSes). This is the recommended download if you don't have Paint.NET installed. It can also be used to update the app. If you already have it installed, you should be offered the update automatically within the next week or so, but you can also get it immediately by going to ⚙ Settings -> Updates -> Check Now. Offline Installers and Portable ZIPs are available over on GitHub. Changes since 4.3: Fixed an issue with using Explorer's "Open With" menu on Windows 7, 8.1, and some editions of Windows 10 Fixed image thumbnails in Explorer's Details View only having a generic document icon instead of the Paint.NET icon Fixed a spurious, harmless error in Settings -> Plugin Errors Fixed a race condition that could cause a crash Fixed not being able to use Ctrl+C to copy text from the Setup Downloader, which is especially important for troubleshooting Enjoy! 2 3 2 The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
BoltBait Posted September 27, 2021 Share Posted September 27, 2021 CodeLab v6.3 for Paint.NET v4.3.1+ Changes - Improve look of some icons (toe_head2001) - Fix File>New>Filetype generated code (BoltBait) - Fix File>New>Effect Advanced Pointer code (BoltBait) - Improve IEnumerable<T> name suggestions (toe_head2001) - Minor code refactoring and bug fixes (toe_head2001 and BoltBait) Download https://boltbait.com/pdn/codelab/ 2 2 Download: BoltBait's Plugin Pack | CodeLab | and a Free Computer Dominos Game Link to comment Share on other sites More sharing options...
user.by Posted September 28, 2021 Share Posted September 28, 2021 super good news, i tested and ok. 1 Link to comment Share on other sites More sharing options...
mark van tilburg Posted September 28, 2021 Share Posted September 28, 2021 You could check the download server tls version using SSL Server Test (Powered by Qualys SSL Labs) to see if it supports tls 1.2 To replicate my tls issue we have the following deployed on the company workstations to block all old ssl/tls version and only support tls 1.2 Below a screenshot of the tls/ssl settings created with iis crypto Nartac Software - IIS Crypto which is used to disable all other protocols. Link to comment Share on other sites More sharing options...
Rick Brewster Posted September 28, 2021 Author Share Posted September 28, 2021 @mark van tilburg ... so you can't run the installer because you're blocking the network activity from the installer? 🤔 You'll have to explain more about your scenario then. Please create a separate post for this. The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
TrevorOutlaw Posted September 28, 2021 Share Posted September 28, 2021 @Rick Brewster Thanks for the update! 1 Link to comment Share on other sites More sharing options...
Icezaza1 Posted October 3, 2021 Share Posted October 3, 2021 still crashed upon opening Link to comment Share on other sites More sharing options...
toe_head2001 Posted October 3, 2021 Share Posted October 3, 2021 @Icezaza1, this is an issue with certain locales, such as Thailand. It will be fixed in the next version. You can find a pre-release here: https://forums.getpaint.net/topic/118709-hi-i-have-a-problem-about-installing-the-latest-update-of-paintnet-431/?do=findComment&comment=586918 (September 25th, 2023) Sorry about any broken images in my posts. I am aware of the issue. My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
lynxster4 Posted October 3, 2021 Share Posted October 3, 2021 FYI @Rick Brewster. I wanted to use Gradient Mapping plugin yesterday with a custom preset color that I moved into the Gradient Mapping folder under Effects Presets in the paint.net User files. When I opened the plugin the custom preset did not show up in the drop-down list. I clicked Manage Presets and it took me to a new folder, where the (3) default presets were also located. See below: Is this intentional to get Gradient Mapping working? The plugin works, don't get me wrong, you just have to copy custom presets to this folder now. Maybe it's just my system, I don't know. I can't tell you when this folder showed up either, as I don't use Gradient Mapping that much. I'm assuming it's after you got it to work in the alpha versions. I did not upgrade till a lot of bugs got fixed...alpha version 7921. All subsequent upgrades installed fine. Thank you! My Art Gallery | My Shape Packs | ShapeMaker Mini Tut | Air Bubble Stained Glass Chrome Text with Reflections | Porcelain Text w/ Variegated Coloring | Realistic Knit PatternOpalescent Stained Glass | Frosted Snowman Cookie | Leather Texture | Plastic Text | Silk Embroidery Visit my Personal Website "Never, ever lose your sense of humor - you'll live longer" Link to comment Share on other sites More sharing options...
Rick Brewster Posted October 3, 2021 Author Share Posted October 3, 2021 @lynxster4, I don't know. I just got the plugin to work, I didn't change anything about the folders it used, but it's possible something was affected. @pyrochild will need to provide updated versions of his plugins to get everything working properly. I haven't heard or seen from him in awhile though. The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
lynxster4 Posted October 3, 2021 Share Posted October 3, 2021 That's okay @Rick Brewster. At least it still works. Could be just my sys also. Thanks for replying. My Art Gallery | My Shape Packs | ShapeMaker Mini Tut | Air Bubble Stained Glass Chrome Text with Reflections | Porcelain Text w/ Variegated Coloring | Realistic Knit PatternOpalescent Stained Glass | Frosted Snowman Cookie | Leather Texture | Plastic Text | Silk Embroidery Visit my Personal Website "Never, ever lose your sense of humor - you'll live longer" Link to comment Share on other sites More sharing options...
AndrewDavid Posted October 3, 2021 Share Posted October 3, 2021 Well done @lynxster4 It was not just your system. Mine shared the same folder structure and moving the presets to C:\Users\Andrew\Documents\paint.net User Files\Effect Presets\System.Private.CoreLib worked for me too. How the folder was created is a mystery, but we have to point the finger at @Rick Brewster I say that because of the name of the folder. It's actually an assembly reference. Link to comment Share on other sites More sharing options...
midora Posted October 3, 2021 Share Posted October 3, 2021 'System.Private.CoreLib' looks like that a method returns now a class name instead of the real name. Maybe ToString(). Link to comment Share on other sites More sharing options...
lynxster4 Posted October 3, 2021 Share Posted October 3, 2021 3 hours ago, AndrewDavid said: It was not just your system. Mine shared the same folder structure and moving the presets to C:\Users\Andrew\Documents\paint.net User Files\Effect Presets\System.Private.CoreLib worked for me too. Glad I could help. For anyone else who has this extra folder, you must move your custom presets into it. My Art Gallery | My Shape Packs | ShapeMaker Mini Tut | Air Bubble Stained Glass Chrome Text with Reflections | Porcelain Text w/ Variegated Coloring | Realistic Knit PatternOpalescent Stained Glass | Frosted Snowman Cookie | Leather Texture | Plastic Text | Silk Embroidery Visit my Personal Website "Never, ever lose your sense of humor - you'll live longer" Link to comment Share on other sites More sharing options...
ibluric Posted October 4, 2021 Share Posted October 4, 2021 Paint.NET won't work after i updated to the latest version it's the newest version and i don't know why it's happening, all i do is uninstall the program and reinstall it but the worst part is HOW it took me so long to see it loaded even 5 hours later, there is nothing happening please fix it because i'm sick of it Link to comment Share on other sites More sharing options...
null54 Posted October 4, 2021 Share Posted October 4, 2021 4 hours ago, ibluric said: Paint.NET won't work after i updated to the latest version On 10/2/2021 at 11:50 PM, toe_head2001 said: this is an issue with certain locales, such as Thailand. It will be fixed in the next version. You can find a pre-release here: https://forums.getpaint.net/topic/118709-hi-i-have-a-problem-about-installing-the-latest-update-of-paintnet-431/?do=findComment&comment=586918 Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint Shop Pro Filetype | RAW Filetype | WebP Filetype The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait Link to comment Share on other sites More sharing options...
Rick Brewster Posted October 4, 2021 Author Share Posted October 4, 2021 I'm pushing out a hotfix today (4.3.2) The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Rick Brewster Posted October 4, 2021 Author Share Posted October 4, 2021 4.3.2 is now available, which fixes the issue you're seeing, @ibluric : 1 The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts