avd Posted November 8, 2009 Share Posted November 8, 2009 Got the update prompt today, so installed v3.5. When I try to paste an image in, the program freezes and disables ALL functions-can't even exit, so have to use task manager to close it. Checked .net framework and it's v3.5 sp1 which I believe is what's required. System is running W XP with plenty of available disk space (60 gigs or so), though only 512mB ram. What am I doing wrong? Quote "Honor your errors as hidden intentions." Brian Eno Link to comment Share on other sites More sharing options...
vinny_the_hack Posted November 10, 2009 Share Posted November 10, 2009 I would like to piggyback on this issue since I seem to have the same problem. If this is not appropriate, please let me know. Since upgrading, paintdotnet frequently/usually goes into a loop (uses all available cpu cycles forever) after pasting the clipboard. Please note that it occurs frequently, not always. I don't know what's different about the times it doesn't go into a loop. Sometimes, after a few minutes, it will return control. Once, just for grins, I let it run on for about 20 minutes and eventually had to kill it using task manager. I should add that I have 768 MB of RAM, but this was not happening with the previous release. Quote Link to comment Share on other sites More sharing options...
david.atwell Posted November 10, 2009 Share Posted November 10, 2009 BoltBait reported a similar issue with the beta...he noted that hitting Escape to cancel the nonexistent dialog box returned control. Try that. :-) Quote The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.Amy: But how did it end up in there?The Doctor: You know fairy tales. A good wizard tricked it.River Song: I hate good wizards in fairy tales; they always turn out to be him. Link to comment Share on other sites More sharing options...
avd Posted November 11, 2009 Author Share Posted November 11, 2009 Tried hitting escape-but it didn't help. Any other thoughts out there? Quote "Honor your errors as hidden intentions." Brian Eno Link to comment Share on other sites More sharing options...
Greyhead Posted November 11, 2009 Share Posted November 11, 2009 I also have a problem with pasting but a different one to that already mentioned. When pasting an image as a new image, PDN asks me if I want to expand or keep the canvas size. It's going to be a new image, so that IS the new canvas size anyway... And then, no matter if you click expand or keep, it pastes the new image with one extra column of pixels (all transparent) to the left of the image, and occasionally one extra row at the bottom. Quote Link to comment Share on other sites More sharing options...
Lind_L_Tailor Posted November 12, 2009 Share Posted November 12, 2009 Yeah, i'm getting this too. And escape doesn't work for me either. Quote Link to comment Share on other sites More sharing options...
Mike Ryan Posted November 13, 2009 Share Posted November 13, 2009 There has to be a hardware problem with this, methinks. If those who are posting don't mind, please post the following information: OS Version: .NET version: Processor: Physical memory: UI DPI: Laptop / Dekstop: Manufacturer: Model: I am asking because I have had this same problem since early alpha releases and eventually considered it a problem with my hardware. Quote Link to comment Share on other sites More sharing options...
preciosa82 Posted November 13, 2009 Share Posted November 13, 2009 I've got the same problem. I tried escape as well and it didn't work. I had to close the program using alt+ctrl+del. I tried 3 more times and had the same issue. I knew I shouldn't have upgraded! Anyone figure out whats wrong and how to fix it? Thanks, Shirley Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted November 13, 2009 Share Posted November 13, 2009 Anyone figure out whats wrong and how to fix it? We're working on a fix. It's a rather elusive little bug. Quote 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...
mwexler Posted November 14, 2009 Share Posted November 14, 2009 That's great news to hear. Between the "improper format" bug, and this lockup bug (which I've hit a few times), it's been some painful days with paint.net. Quote Link to comment Share on other sites More sharing options...
theonlychad Posted November 14, 2009 Share Posted November 14, 2009 aye both me and boltbait have had this problem i don't think its a hardware issue because my computer is running the latest windows and has everything up to date and is less than a year old. I have only ran into this problem a few times and i haven't had any problems since upgrading to windows 7. Quote "Clearly it's a very serious and literal meaning. If you're not solving physics equations then get off my lawn!-Rick Brewster Paint.net Lead Developer" Link to comment Share on other sites More sharing options...
avd Posted November 14, 2009 Author Share Posted November 14, 2009 Answering Mike Ryan's post; OS Version: XPHome 2002 SP2 .NET version: 3.5 SP1 Processor: Celeron 2.6gHz Physical memory:512mB ram UI DPI: 96 Laptop / Desktop:Laptop Manufacturer:Dell Model:Inspiron 1150 Good to know a fix is being worked on. Cheers! Quote "Honor your errors as hidden intentions." Brian Eno Link to comment Share on other sites More sharing options...
Rick Brewster Posted November 15, 2009 Share Posted November 15, 2009 I am still unable to reproduce this. People have reported issues with pasting from Office (didn't say what version, I've tried 2003, 2007, 2010), and Greenshot. It never reproduces for me, whether it's on my Core i7 or a Core 2 Duo, or with thread affinity set to 1 CPU, or in a virtual machine, or in Win7 or XP or Vista or anywhere. Theoretically the CPU usage issue sounds like a classic inversion-of-priority issue. But that would require a spin-wait loop on the UI thread, as well as code that mucked with the thread priority. But, all threads involved in this should be at normal priority. Quote 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...
immewnity Posted November 15, 2009 Share Posted November 15, 2009 I am still unable to reproduce this. People have reported issues with pasting from Office (didn't say what version, I've tried 2003, 2007, 2010), and Greenshot. It never reproduces for me, whether it's on my Core i7 or a Core 2 Duo, or with thread affinity set to 1 CPU, or in a virtual machine, or in Win7 or XP or Vista or anywhere.Theoretically the CPU usage issue sounds like a classic inversion-of-priority issue. But that would require a spin-wait loop on the UI thread, as well as code that mucked with the thread priority. But, all threads involved in this should be at normal priority. Just keep pasting images on top of another, larger image. It seems to help if the original is opened from file, then to paste on from an image from the browser. That's not always the case, however, but it seems to help. Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted November 16, 2009 Share Posted November 16, 2009 I think I have a fix for the high CPU usage issue. I'm reverting back to the code that I used for Paint.NET v3.36. In v3.5 I was trying out a new asynchronous code model and it hasn't really proven itself to provide any real benefit. So, it's out (for the upcoming v3.5.1 update). For the issue where Paste into New Image is giving a "invalid format" (etc.) error, I figured that out too. Turns out that the code does this: 1) looks for an image on the clipboard, 2) creates a new image of that size, 3) calls the normal Edit->Paste command to finish up. The problem is that at (1), it was only looking for a bitmap/DIB, and not the other two formats that (3) allows (that is: EMF, and a special Paint.NET internal format that has a selection mask). Quote 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 November 16, 2009 Share Posted November 16, 2009 And, if you'd like to try out the fix, install this: http://www.getpaint.net/files/zip/test/ ... nstall.zip It's not an official beta build or anything; it isn't digitally signed, and isn't available anywhere other than via that link. Quote 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...
mwexler Posted November 17, 2009 Share Posted November 17, 2009 This is great news. I am pleased, since I pointed out that it was probably a format issue (viewtopic.php?f=10&t=32417) when we found that pasting to MSPaint worked in cases where the normal paint didn't. Nice catch! Thanks much for digging deep and figuring these out... For the issue where Paste into New Image is giving a "invalid format" (etc.) error, I figured that out too. Turns out that the code does this: 1) looks for an image on the clipboard, 2) creates a new image of that size, 3) calls the normal Edit->Paste command to finish up. The problem is that at (1), it was only looking for a bitmap/DIB, and not the other two formats that (3) allows (that is: EMF, and a special Paint.NET internal format that has a selection mask). Michael Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.