I uninstalled and reinstalled CS3 and that seemed to do the trick. I still cant open files thru the network (another issue) but at least this has resolved the problem for me so far. I dont think that this should be the answer but I guess it will do for now.
I spoke too soon its back.
Aidan
Just installed CS3 on a brand new computer - opened In design - and in a few minutes In design freezes and then without any warning closes - reinstalled CS3 - again same freezes - then disappear without any message. Not happy at all. Will switch back to the CS2. CS3 not ready yet. Thanks a lot to Adobe for its good programs, but for CS3, thou I did spent a good money for it. Do anybody can help us in that?
When it disappears, it does not appear in the taskbar and does not show up in the "applications" tab of task manager. You have to kill the InDesign.exe process before it will open again.
I've not had a chance to explore this issue in depth, however we're running in an all-Windows environment, files are being opened from our DFS fileserver, and computers are running the latest updates from Microsoft and Adobe. We haven't tried updating drivers/etc, but will be since this is pretty annoying...
I've just been browsing this forum to find messages relating to InDesign mysteriously disappearing from the screen or not responding.
This is what is happening to us. We are an architecture practice of 1,200 users, all working on PCs and all have just been upgraded to CS3 InDesign. Everyone is experiencing this. I'm responsible for CS3 support and training and we have so many calls about this.
We have also reported it to our contact at Adobe but they don't have a solution at the moment. Although they did say they should be able to fix it for the next version 4!
Are there any other PC users out there who have reported this to Adobe? Any other responses?
Bob
Peter
Using the little app located here: <http://www.compendiumdev.co.uk/forcedisplay/> I was able to force the display of all sorts of windows belonging to background windows processes, but couldn't find anything belonging to InDesign except one "window" of zero size (i.e. invisible even after forcing. Seems safe to say (as far as I can see) that the missing window isn't just "offscreen" or "hidden".
I know this is a user-to-user forum, and yes, I have filed a bug report, but I do wish someone from Adobe would respond to this *somewhere*.
However something new has appeared, it no longer restores my documents after disappearing. After killing the process and relaunching Indesign, the documents quickly flashs on the screen as if it is going to recover documents and then closes it leaving Indesign empty.
I am not sure if it has anything to due with recent Adobe updates. I have the lastest and "greatest" from Adobe.
It's a royal PITA.
The trial versions are designed to stop working if you tamper with them or with the system in certain ways. Resetting the system clock is one of the things that will kill the trial immediately. This also means, unfortunately, that it may not be predictable what updating or other system changes have in terms of an effect on program operation. If the trial is truly dead, I think there is no way to recover it on that computer short of a full format and re-installation.
However, that shouldn't be taken to mean that all hope is lost. Hunt through the event viewer and see if anything was logged there that might help. You should also, I think, try renaming the the InDesign recovery folder. This is a hidden folder, typically found at C:\Documents and Settings\<User>\Local Settings\Application Data\Adobe\InDesign\Version 5.0\Caches\InDesign Recovery
If there was a problem with a file that crashed, renaming this folder will remove the recovery data and allow InDesign to restart without trying to automatically restore the damaged file.
Peter
I get the fuschia page and then a window and all of a sudden poof, it is gone. Can't find it on taskmaster, can't find it anywhere.
Downloaded the update but no luck there either.
I sure hope this changes. I am on a deadline.
PLEASE HELP ME!!!!
You're not crazy, if you open a document through Windows Explorer, this will eventually happen to you. I wouldn't look for a solution soon though. There has to be enough people complaining about it to make it worth their while. And since the workaround is to open a file normally, Adobe can just say it's a Windows concern. Sorry for the defeatism, but you can't fight the machine.
There's no excuse. They should issue a fix for this.
All 4 of the designers where I work (myself being one of them) are experiencing this issue and we're clearly not in the minority here.
At first i thought it was some funky setting on our PC's from our IT dept. causing it, but clearly that's not the case either.
Until they fix this, Adobe can suck it.
Until people report what is happening, provide some configuration details, and it can be shown that it is reproducible, there is nothing that can be fixed. If you want to help, file a report.
Peter
How many monitors do you have? Do you run them at the native resolutions? Have you tried updating the video drivers?
In order to get help you need to provide information about your system -- type of hardware, video, monitors, OS version, etc.
Peter
I'd tried everything, but setting the default printer to adobe pdf was
what did it. Not only did it solve this "disappearing program" problem
for In Design,
Does anyone else want to try this?
I have and I've openeded about 30 InDesign files through explorer today without InDesigin "Dissapearing", which I've never been able to do since installing CS3..
I wrote the following AppleScript to quickly save my open documents and quit InDesign when I experience this. Feel free to use it, though no warranty is implied. Just copy the following text from your browser, Launch ScriptEditor.app, paste, and run. The Save for later reuse.
tell application "Adobe InDesign CS3"
set nDocuments to (count documents)
set myCount to 0
repeat while myCount < nDocuments
tell active document
if saved then
save
close
else
set myResult to my getTimeStamp()
save to ((path to desktop folder as text) ¬
& "SavedDoc_" & myResult & ".indd") as text
close
delay 1 --Ensures unique time stamp
end if
end tell
set myCount to myCount + 1
end repeat
set nBooks to (count book)
set myCount to 0
repeat while myCount < nBooks
tell active book
save
close
end tell
set myCount to myCount + 1
end repeat
quit
end tell
on getTimeStamp()
set timeStamp to the current date
set nMonth to month of timeStamp as number
if (nMonth < 10) then
set nMonth to "0" & (nMonth as text)
end if
set nYear to year of timeStamp
set nDay to the day of timeStamp
if (nDay < 10) then
set nDay to "0" & nDay
end if
set nHour to hours of timeStamp
if (nHour < 10) then
set nHour to "0" & nHour
end if
set nMinute to the minutes of timeStamp
if nMinute < 10 then
set nMinute to "0" & nMinute
end if
set nSecond to the seconds of timeStamp
if nSecond < 10 then
set nSecond to "0" & nSecond
end if
return {nYear, nMonth, nDay, nHour, nMinute, nSecond}
end getTimeStamp
Mac forum is across the hall two doors down on the left. <g>
Bob
That may be a splendid solution over on the Mac side, but if you look closely at the top of the page you'll see this is the Windows platform forum, so the issues are almost certainly not the same as those introduced with Leopard. :)
I'll see if I can write a VBScript equivalent this week when I've got a minute.
Keith
Thanks for letting me vent!!
Barbara
Adobe Engineering is investigating solutions. Your frustration is heard and your patience appreciated.
Any suggestions?
Barbara
It may be a different problem, but the nett result to the user is the same - the application doesn't crash, there are no crash logs generated, the UI disappears, but the process continues to run in Task Manager.
If this works, great! If not, then move the folder back and try other avenues of troubleshooting.
--
Matthew Laun
Adobe Systems, Tier 3 Support Engineer