Problems with printing after upgrading to Win 8.1 and/ or explorer 11

I just upgraded to Win 8.1 and now some things I want to print are not formatted properly. I've updated the drivers and the print doctor doesn't find anything wrong. The issue I see is when trying to print a shipping label, the label components are overlapping. On another computer it is fine and prints fine. Help?

Hi FishingGuy58,
Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
I see that you are having some printing issues since you upgraded to Windows 8.1.  So I can better assist you, Please respond with the Printer Model number.
How Do I Find My Model Number?
Once I have the information I can better research the issue and with any luck, come up with a resolution to this issue.
Thank you for your time.
Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
W a t e r b o y 71
I work on behalf of HP

Similar Messages

  • Problem with printing after upgrade

    Hi, all.
    I recently upgrade from 4.10 to 5.0 sp6a, and have this problem.
    When i print anything, it doesnt start on the printer until i get out the
    program.
    The programas are all in clipper. This did not happend before with 4.10,
    and the programs
    hasnt been changed, the captures are the same. Any idea?
    Thanks
    Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

    Leonardo,
    Your problem is probably client related and due to the fact how the
    capture command may behave differently based on the client OS and the
    Novell client version.
    Did you swap the workstations or upgrade the Novell client at the same
    time you changed the server?
    In any case, we need more detailed information on how your client side
    operates:
    1) What client OS are you using?
    2) What client version?
    3) Did you change anything on the client side?
    4) How are you capturing your printer ports?
    Marcel Cox
    Novell Support Connection SysOp
    http://support.novell.com/forums/

  • Problems with printing after upgrade to 4.0

    I can't use the Properties tab on my print button since upgraded to 4.0 . Worked fine before and works with IE and my printer functions fine. When I hit the Property tab I get a windows error Prop Res DLL not loaded.

    That's a fault with Firefox 4.0.
    http://support.mozilla.com/en-US/kb/Installing+a+previous+version+of+Firefox
    ftp://ftp.mozilla.org/pub/firefox/releases/

  • I am having problems with mail after upgrading to mountain lion. Is there a way to go back to lion?

    I am having problems with mail after upgrading to mountain lion. Is there a way to go back to lion?

    It would always be easier to fix the Mail problems.

  • Problems with Mail after upgrading to 10.9.1

    I am running into problems with Mail after installing 10.9.1. I had NO problems with Mail prior to this update.
    Problems I have encountered so far are:
    - I don't receive some e-mails on my Gmail account.
    - I have sent e-mails that supposedly got "sent" but do not show up in my Sent box both on mail and on web Gmail. My Outbox is empty also.
    Has anyone encountered the same problems and found a solution?
    Thanks in advance!

    Yes Paul I have, but no solution. I cannot send email. My ISP uses a smtp mail server for sending and It will not log in. Have had ISP on phone and checked all settings. Can only put it down to Mavericks.
    It worked OK for a week after upgrading then stopped. So now having to use web mail to send email.
    Strange thing is I receive mail OK, just cant send.

  • Problem with iTunes after upgrading

    Hey guys my name is jake and my issue is so:
    i've upgraded my iTunes to the latest version 7.4.3 yesterday and on the same day i've installed quick time 6.5 codec for some work i needed.
    now i dont know if the quick time install is relate to it but since then my itunes wont open. it just errors me and ask me if i want to send or not to send eroor report
    when running quicktime( the one came with itunes) it says buffer overrun detected
    i tried reinstalling itunes few times and tried to install it on older version
    nothing has worked. also removed the ipod driver and reinstalled it
    havent worked either.
    any advices?
    thanks ahead
    Jake

    I recently upgraded to the latest that was offered and I think it was 7.4.1. Have they made a newer one since then??
    Anyways, I had a problem immediately. I have a large majority of my music on an external hard drive, and some downloaded music on my computer. After upgrading, itunes would not work, and I discovered that when I unplugged the external hard drive (which contains most of my music) itunes did work and played what was already on my laptop. Everytime I try to plug my external hard drive back in, the same problem occurs: itunes freezes and I have to shut my computer down. I also noticed that it says I have something like 6000 songs and 347 GB! I don't know how many gigs 6000 songs might be depending on length, but there is no way I have 347 gigs of music since I have nowhere near that amount of space on my hard drive and external hard drive nor do I have that much music anyways...no CLUE what is going on here.
    I'm afraid to delete itunes and reinstall it because I don't want the downloaded music on my computer to be deleted and I don't currently hve a place to back it up. Have you found any solutions/know what's going on with me??

  • [SOLVED] Problem with murmur after upgrading to 1.2.3-4

    I've been running Murmur on my server for a long time without problems. The last version I had running was 1.2.3-3. After upgrading to 1.2.3-4, the already-running murmurd process crashed after a while (some hours after the upgrade, after constant use) and I'm unable to restart it. The message I get is:
    :: Starting murmur [BUSY]
    <W>2012-01-07 22:06:11.133 Initializing settings from /etc/murmur.ini (basepath /etc)
    <W>2012-01-07 22:06:11.134 OpenSSL: OpenSSL 1.0.0f 4 Jan 2012
    <W>2012-01-07 22:06:11.134 SSL: Adding recommended CA StartCom Certification Authority
    <W>2012-01-07 22:06:11.134 SSL: Adding recommended CA AAA Certificate Services
    <W>2012-01-07 22:06:11.135 SSL: Adding recommended CA UTN-USERFirst-Client Authentication and Email
    <C>2012-01-07 22:06:11.135 Successfully switched to uid 1007
    <F>2012-01-07 22:06:11.230 ServerDB: Failed initialization: unable to open database file Error opening database
    [DONE]
    and in murmur.log nothing gets written. Downgrading to 1.2.3-3 works, but I thought I'd look for the cause of the problem.
    After poking around a bit, I noticed that my murmur database (/var/lib/murmur/murmur.sqlite) belongs to a nonexistent user with a UID of 86 and a GID of 86, as well as the whole /var/log/murmur/ directory. I also noticed that a new murmur user and group with UID and GID of 1007 and 1000 exists on the system now. It seems that running:
    sudo chown -R murmur:murmur /var/lib/murmur/ /var/log/murmur/
    fixes the problem. Perhaps the update deleted my pre-existing murmur user and group and recreated them?
    Edit: Guess I should mark this as [SOLVED].
    Edit edit:
    Also turns out the whole /var/lib/murmur/ directory has to belong to murmur, not just the sqlite file.
    Last edited by n17ikh (2012-01-08 03:22:39)

    I had the same problem and fixed it like you.

  • Wifi problem with Mac after upgrade to Mavericks

    I just upgraded to Mavericks but something wrong with my wifi.
    i can get internet through LAN link from Airport but not through wifi even i can receive an IP address
    i tried connect to hotspot with my iphone5s and it works.
    Other devices can use wifi just fine through Airport, just not my Mac using Mavericks
    In conclusion,
    Airport should be fine because my other devices works.
    Mac wifi should be fine too because i can connect using hotspot.
    so why it's not working when i connect Mac to Airport?

    I was having problems connecting to Wifi with my Macbook Pro (!2010), after upgrading to Mavericks. I was on the phone repeateadly with AT&T because I have Uverse. Testing everything (channels, signal strength) and had techs come out to check the line, ports, switches, etc. When I hardwired the Mac into the Uverse router, it worked fine. This rulled out any problems with the line in.
    I considered getting a repeater but then I read that repeaters are not really good and it is better to reconfigure a router to act as an access point on the network. Plunked down about $80 for a Belkin AC750 router at Best Buy. In the setup it has an option to set it up as an access point only. Clicked that, connected it to my Motorola NVG510 Uverse modem and then connected to the Belkin router from my Mac. Voila!  It's been a solid 11+ Mbs ever since (my plan maxes at 12Mbs). Connection is still solid and life if good even though it ***** to plunk down another $80 for a second router. But it was worth it just to get rid of the headaches.
    I think the wifi capabilities of the Motorola NVG510 modem are the cause of a lot of problems with AT&T Uverse issues, particularly for Mac owners. I think it was also causing my Airport Expresses to drop occasionally.... Few minutes of music then drop... music drop.... All gone now.
    I don't know if you are on Uverse but if so, I highly recommend configuring a second router as an acces point (it can be any old router you still might have - the setup is just a bit trickier because you have to do it manually).
    Good luck.

  • Problem with colors after upgrading to Lion

    After upgrading to Lion, I could no longer distinguish between very light greys (e.g., #f8f8f8) and white (#ffffff) on my laptop monitor. The difference is readily apparent on many websites.
    If I plug my laptop into an external monitor, the problem goes away, and stays away even AFTER unplugging it.
    Neither recalibrating the color profile nor rebooting have any effect.
    Any ideas?

    iPhoto is not part of Lion. It comes with a Mac. So, the version you own is the one that came with your Mac. If you want the newest version, you'll have to purchase it from the App Store.

  • Problem with contacts after upgrading to iOS 7 (iphone 5)

    After upgrading to iOS 7 (iphone 5), the contacts (loaded from icloud) in greek language aren't sorted!!! They are under the # symbol!! Anyone has a solution. I didnt have this problem with previous iOS versions!!!!

    My phone was fine after I connected to iTunes. It appeared in recovery mode and then it downloaded the update, installed and all was fine.
    Regards,
    Jeevan.

  • Is anyone having problems with keynote after upgrading to Lion?

    After upgrading my system to Lion, my keynote presentations are becoming a nightmare. They crash all the time, and are becoming significantly slower, not just due to the autosave but after making just a few movements the beach ball appears and takes forever for me to be able to edit the document again. When I try to put into presentation mode the computer stops, sometimes I even lost the images inside the saved prasentation, and when I tried to recover from the auto saved versions, they were corrupted also. I talked to the apple support here in Brazil and after running all kinds procedures to check and fix the disk and hardware even in the safe mode, it still remained with the same problem. Another suggestion was to reinstall the keynote, and I even bought a new version from the app store even though the old one was updated. Again, nothing changed. Does anyone have the same problem or knows what to do?

    Hi Thomas - listen, I want to tell you that we aren't necessarily all in the same boat...what I mean is that this problem almost ruined my business and I spent a long time reading the dozen or so threads in this board, and tried solutions people suggested in each one. I had two separate problems...the first was like yours, and it was indeed solved by the time machine save setting mentioned above. The other was that I couldn't get an object selected with a click of the mouse every tenth time or so...I had to click onto a different slide and then come back to mine. I started turning off every single piece of hardware and software one by one, in search of a conflict. It turns out that my Apple Magic Mouse was the problem. I switched it to a plain MS wireless mouse and problem solved. *****, but it let's me continue. My point is that too many people are using Keynote just fine for any of us to throw in the towel and say it's universally and irreversibly broken. There are different bugs in play, but you have to go on the assumption that there's a way out if you can spot what's not quite right. Sorry I don't have your specific solution, but this mindset is what saved me from jumping ship to PPT.

  • Problems with plugins after upgrading to win8

    Hi
    I made the upgrade to Windows 8 and now several PS plugins causes Photoshop CS6 to "Stop Working And need to close". I have uninstalled
    and reinstalled plugins and still the same problem. As this happens with different plugins from different vendors I am led to believe this is
    not a 3rd party problem, but rather a problem with PS in win8. Happens with plugins from Niksoft and RedGiant. Needless to say I have
    all the latest software and updates - legally purchased.
    I haven't done much research into this, posting here is my first step after googeling didn't help. Is this a common problem? Does anyone
    know a fix to this? It's of such importance that I am already considering reinstalling win7.

    As an update on this,
    After I installed the latest Windows Update system fix packages that were released today most of the plugins now work. I am not 100% sure I can credit MS with fixing this, as I fiddled with alot with my graphics card trying to make this work at the same time as I updated. I will have to do some more testing on this to able to say exactly what was the problem.
    I'm installing win7+ps on a virtual machine so I can use that when absolutely needed for the plugins still not working - guess I can live with that until certain 3rd party vendors sort things out.
    Allright Noel, I get your point  - but you have to be downright difficult to be reading my initial question as if I was seeking support on 3rd party software as such.

  • Problems with 8310 after upgrading to V4.5

    Alright I will start with my phone it has locked up and my alarm  doesnt work all the time. I have taken the battery out and restarted it, this sometimes works but then it is back to not working again. My husbands phone is much worse it crackles real bad then it turns off. We werent having any problems with these phones until we did the upgrade. Is there someway to fix it?
    Thanks
    Jenn

    Sorry Made mistake.... Disregard first post
    TRY THIS
    Had some problems after upgrade from tiger to leopard ...Clicked on mail and It wouldnt open.
    Had to click on tool bar on top window/message viewer to see my inbox and stuff, then force quit to get out... plus email didnt work
    checked all POP settings which were correct( I know cuz I looked at my macbook pro's POP settings and did the same on Imac)
    Anyhow...called apple care ...EZ fix
    Quit mail if yer on.
    Go to Home folder/Library/mail/shiftClick on messageRules.plist And messageRulesplist.backup
    Drag and drop messageRules.plist And messageRulesplist.backup to desktop... then highlight preferences folder and drag into that folder
    If yer POP settings r right this should work
    It did fer me!!!
    Good luck
    Message was edited by: soboo
    Message was edited by: soboo

  • Problems with Mail after upgrading to 10.5.6

    I was using my mail program without problems, until I upgraded to v 10.5.6 - when I tried to 'get new mail' I received the following message:
    There may be a problem with the mail server or network. Check the settings for the account or try again.
    The server error encountered was: The connection to the server on port 110 timed out.
    I contacted my email provider (shaw.ca) and there are no problems with their server. So, I added another email account to check if it was the program, and I'm getting the same response with the new account I added.
    Has anyone come across this issue? Any advice? Thank you!!

    Sorry Made mistake.... Disregard first post
    TRY THIS
    Had some problems after upgrade from tiger to leopard ...Clicked on mail and It wouldnt open.
    Had to click on tool bar on top window/message viewer to see my inbox and stuff, then force quit to get out... plus email didnt work
    checked all POP settings which were correct( I know cuz I looked at my macbook pro's POP settings and did the same on Imac)
    Anyhow...called apple care ...EZ fix
    Quit mail if yer on.
    Go to Home folder/Library/mail/shiftClick on messageRules.plist And messageRulesplist.backup
    Drag and drop messageRules.plist And messageRulesplist.backup to desktop... then highlight preferences folder and drag into that folder
    If yer POP settings r right this should work
    It did fer me!!!
    Good luck
    Message was edited by: soboo
    Message was edited by: soboo

  • Problems with playback after upgrading to 4.4.2.

    After upgrading my Apple TV 2nd generation to iOS 4.4.2 a great amount of my HD content won't play.
    I get this message: An erorr occurred loading this content. Try again later.
    The problem is only associated with HD video, but not every HD video file. All of this content played fined the until upgrading. 

    I have seen this on mine from time to time.  Since the updates, streaming has been messed up.

Maybe you are looking for

  • I'm trying to activate my original Iphone for a few weeks

    My daughter dropped my 3G in the toilet- and so of course it is toast.  I ordered a new 4S- but they are backordered- so I was told I could place my current sim card into my original Iphone.  When I do- it shows a picture of cord to be plugged into 

  • Profit center determination in case of stock transfer

    Dear SAP GURU, We are having many plants. The sale is made from depo. The goods are transferred from plant to depo and depo books the sales invoice. All plant and depos are defined as profitcenter.  In this case we want to book the profit to the paln

  • How do I create package groups from a set of packages?

    Hello, Suppose I have a set of packages to be grouped together so that I can do pacman -S <pkg_group_name> to install all the packages in that group, how do I do this? Thanks for your help, Anand

  • ABAP Proxy generation from JAVA

    Hi, Is it possible to generate ABAP proxy classes from JAVA? If possible then how do we call them during runtime from JAVA? Here is what I am trying to do. I have XSD  ( Open Travel  Standards schemas). I want to generate ABAP proxy classes for these

  • Condition type EK01 missing in pricing procedure A V (error message V1206)

    Hi gurus, We get error message "condition type EK01 missing in pricing procedure A V" when creating a Billing request from a SErvice Order through TX-DP90. We reviewed customizing regarding this issue: ODP4 - SD Document linked to condition EK01 (thi