If geeks love it, we’re on it

Dreamweaver crashes and won’t open again: How to fix it

Dreamweaver crashes and won’t open again: How to fix it

Every once in a long while, Dreamweaver will crash and won’t open again. No error message or anything—the splash screen just opens and then closes again when you try to launch it. This has happened to me on both Windows XP and Windows 7 on multiple hardware configurations in Dreamweaver CS3 and CS4.

What’s going on?

Dreamweaver has corrupted a file in your current site and when it tries to open that site, it flat-out dies. Every time it’s happened to me, it’s been a CSS file to blame. Here’s how to deal with it:

  1. Rename the folder the site you’re working on is in. That’ll let you reopen Dreamweaver. Yay!
  2. Close Dreamweaver. Make a new folder with the old folder’s name. Copy all your non-CSS files into it.
  3. Copy your CSS files back in one at a time until you find the one that crashes DW. Pro tip: You probably had it open when the trouble started.
  4. Get that CSS file out of there (cut-n-paste to your desktop) and make sure everything else works fine. If the CSS file is short, just start over. If you need it all, try this: open two Notepad files. Copy half the CSS file into one, and half in the other. Save and close them. Now start a new CSS file in Dreamweaver, and open the Notepad files and paste the two halves in.
  5. If that still crashes DW, try copying/pasting smaller pieces or consider just retyping the cursed thing from the Notepad file.

Whatever Dreameaver does to the CSS file to corrupt it is insidious and invisible. Just copy/pasting in and out of Notepad or some other text editor won’t consistently resolve the issue. Hopefully this helps. Good luck!

Comments

  1. Kwitko
    Kwitko It's not a bug, it's an undocumented feature to keep coders from writing bad CSS.
  2. UPSLynx
    UPSLynx Or, you know, you could just not use Dreamweaver and use a real API like Visual Studio.

    :troll:
  3. Thrax
    Thrax Or you could know that Visual Studio isn't an API.

    :troll:
  4. ardichoke
    ardichoke Real developers use vim and their brains

    :nerdtroll:
  5. _k
    _k I thought real developers used notepad and a cmd box.
  6. QuadWhore
    QuadWhore I got ninja'd by K. Real developers use notepad. I used notepad for 8 years.
  7. mertesn
    mertesn
    ardichoke wrote:
    Real developers use vim and their brains

    :nerdtroll:
    vim nothing. Use the original vi or GTFO. Also, Emacs is for babies.
  8. GHoosdum
    GHoosdum Does it corrupt the CSS in any visible way? In other words, if you know CSS, can you fix it? Or does it actually corrupt the file itself?
  9. Thrax
    Thrax Sounds like it corrupts the encoding of the file.
  10. Sledgehammer70
    Sledgehammer70 Sounds like a few people go owned... Nice read tho
  11. jared
    jared Yeah you really need to ditch Dreamweaver.

    If you like the IDE feel and are on OSX, you can try WebStorm
    http://net.tutsplus.com/tutorials/tools-and-tips/quick-tip-my-favorite-new-ide-web-storm/

    otherwise stick to Textmate ^_^
  12. UPSLynx
    UPSLynx FFFFFFFFFFFFFFFFFFFFF

    I MEANT IDE. Not API.

    Though you could technically say Visual Studio - API for .net apps.
  13. GHoosdum
    GHoosdum Notepad++ is my IDE. It hasn't corrupted a CSS file yet. ;)
  14. AlexDeGruven
    AlexDeGruven CS3 also has an awesome bug where, if your CSS file hits exactly at an 8k border (Any exact multiple of 8192 bytes), it will crash when trying to open the file.

    Open the file in notepad, add a space anywhere and save. Boom. Everything's fine again.
  15. ardichoke
    ardichoke With IDEs like this who needs enemies?

    Bluefish has never corrupted a file on me, or crashed for that matter :D
  16. Linc
    Linc @GHoosdum No, it's not visible. I'm not even sure where the corruption is happening; it could be in DW's site data.

    I use Coda at home on my Mac mini and it's infinitely superior in every way. I hate coming to the office on Monday and going back to Dreamweaver.
  17. Linc
    Linc @Alex Wow, I wonder if that's related to the problem I'm seeing here.
  18. AlexDeGruven
    AlexDeGruven
    Lincoln wrote:
    @Alex Wow, I wonder if that's related to the problem I'm seeing here.

    It definitely sounds like a different issue. There's no file corruption going on with the 8k bug from what I've seen.
  19. Orlando Web Designer Wow - Awesome Dreamweaver fix. I was working on a web redesign project for a client, and my Dreamweaver crashed. Could not open CSS file. Very frustrating. Changed folder name and copy CSS files over. Good to go. Thanks Guys! Orlando Web Design
  20. DC designer You just saved me a countless number of hours and frustration, so I thought a thank you was in order. Soo ... Thank you.
  21. Lee-Anne thank you so much for posting this. I spent so much time trying to figure it all out. I finally narrowed it down to 1 line in my css that was messing things up! so crazy! I just retyped that line and now it works fine. So thanks for posting this!
  22. Carmalita Your solution worked in seconds. Thanks so much.
  23. Straight_Man
    Straight_Man For what it is worth, I have never crashed DW CS6 that way.
  24. Dragos It's magic!!!
    I reinstall CS3 and Dreamweaver still not start, but when i put a bar in front of the working directory surprize!!!
    Many thanks, man!

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!