Jump to content

toe_head2001

Administrator
  • Posts

    5,020
  • Joined

  • Last visited

  • Days Won

    155

Everything posted by toe_head2001

  1. Slashes seem to work fine. The crash is actually caused by the 0.6 in the Default box. When switching to the Checkbox, CodeLab attempts to Parse the 0.6 as an integer. Fixed for the next release: if (int.TryParse(ControlDef.Text, out int result) && result > 0)
  2. Somehow your paint.net installation became broken. You can 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 can install paint.net anew.
  3. @Quaza, please try to disable Hardware Acceleration in paint.net. That should prevent the crash.
  4. The crash log you posted doesn't match this description. It shows paint.net crashes nearly immediately after launching. See this thread for relevant discussion (COMException 0x8876017C): https://forums.getpaint.net/topic/112846-crashes-immediately-on-startup-after-later-windows-update-0x8876017c/ Do you have another crash log from when you tried to click Save? You should also remove Norton Security from your system, because it's literally garbage to be disposed of.
  5. Please click on "Show Details", and post the contents here.
  6. Somehow your paint.net installation became broken. You can 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 can install paint.net anew.
  7. What's listed in the Plugin Browser are the plugins you have installed. Those are loaded from disk. The downloaded Index provides a list of plugins you don't have installed.
  8. Did the plugins just disappeared from the menus within paint.net, or did the .dll files also disappear from the paint.net/Effects folder too? Ah yes, the McCafé from McDonald's.
  9. Sorry, there is not. Yeah, if something is blocking the connections, there's nothing we can do. Theses days, the Plugin Browser downloads the Index from github.io using a TLS connection over remote port 443. If I remember correctly, paint.net downloads updates from dotpdn.com.
  10. That exactly how you'd do it: with the Alpha Mask plugin. The mask image would essentially be your top layer. Run the plugin after merging the two layers together.
  11. Sorry, but this is not the place to solicit coding gigs.
  12. I not sure what that means. Can you provide some more details?
  13. You can make all pixels opaque using the Transparency plugin.
  14. Sorry, Paint.net plugins can't modify selections, nor selection tools. What does "ticking" mean?
  15. Sometimes other software hooks into Direct2D, and can causes issues with paint.net. Usually it's gaming utilities, but could be other types of programs. A quick way to test if other software is inferring is to go into Windows Safe Mode, and see if the issue persists while running paint.net. Let us know what you find out. Post a list of running processes if you aren't sure.
  16. Looks like you should disable (or remove) the ByteFence software on your computer. It's clearly interfering with paint.net.
  17. Try using the 'Nearest Neighbor' resampling method.
  18. Paint.net does not support CMYK. Free alternatives that do support CMYK are GIMP and Krita.
  19. So, it gets stuck when pasting? Let us know when you've updated to the most recent version of paint.net. We don't support old versions.
×
×
  • Create New...