Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

Notices

Windows

Windows forum sponsored by

For all of your Windows problems

Go Back   EduGeek.net Forums > Technical > Windows
Reply
 
LinkBack Thread Tools Search Thread Language
Old 14-08-2008, 02:48 PM   #16
 
mattx's Avatar
 
Join Date: Jan 2007
Posts: 2,240
uk uk city of london
Thanks: 14
Thanked 79 Times in 61 Posts
Rep Power: 26 mattx is a name known to allmattx is a name known to allmattx is a name known to allmattx is a name known to allmattx is a name known to allmattx is a name known to all
Default

This is a complete cock-up of the Adobe coders - needless to say I am not even going to bother writing my own fix for their incompetence, I have quickly removed ver 9 on the PCs I have re-imaged so far over the holidays.
Adobe are now up in my top 5 of my ever increasing shit list.
[ Sophos still way out in front ]
  Reply With Quote
Old 14-08-2008, 02:51 PM   #17
 
mattx's Avatar
 
Join Date: Jan 2007
Posts: 2,240
uk uk city of london
Thanks: 14
Thanked 79 Times in 61 Posts
Rep Power: 26 mattx is a name known to allmattx is a name known to allmattx is a name known to allmattx is a name known to allmattx is a name known to allmattx is a name known to all
Default This is the flaw in more detail.

Daniel Gorman explains it well !!

Daniel Gorman - 7:00am Jul 22, 08 PST (#13 of 17)

So here is the flaw... Since i dont see many people saying WHAT the flaw is.

==== THIS IS WITH ROAMING PROFILE CRASHES! ====

Adobe's program iterates the network path from left to right, skipping the first word: \\Server\Folder1\Folder2\Folder3\APPLICATION DATA as it searches a user's profile for the APPLICATION DATA folder.

So starting at FOLDER1 it checks to see if it can "create" a folder. It doesnt do it, but it tries to check its access. If your not in the users profile at this point, the program MOST LIKELY cannot because its a directory NOT owned by the user. THe previous folders is something you wouldn't give NORMAL users access to.

After the program FAILS to "create" its folder because it cannot -
The program Crashes:
*R6025 - Pure Virtual function call
* The exception unknown software exception (0x40000015) occurred in the application at location 0x2e80f5e3
* C++ runtime error
* WINDOWS NAME Collision error.
=== ITS ALL OF THESE! Same error, different points in the crashing ===

Solution?
I create a network drive DIRECTLY to the profile, then I update the registery to make that the WINDOWS APPDATA path. ALL of this is done on the user logon scripts. So it was just "solved" one day, except for a new drive letter appearing.

(Added to login script)
net use l: \\SERVER\USER PROFILE TREE\USER PROFILE
REG ADD "HKEY_CURRENT_USER\software\Microsoft\windows\Curr entVersion\Explorer\User Shell Folders" /v AppData /t REG_EXPAND_SZ /d "l:\Application Data" /f

For our work we use: \\SERVER\USER PROFILE TREE\%USERNAME%\%COMPUTERNAME% - so each user has SEPERATE data per computer they are on.

ADOBE - PLEASE update your code so it doesnt iterate like this! If it does RESUME on error, to see if its recoverable before the END of the interation. These are simple mistakes...

THIS will also fix the SIMILAR / SAME(?) BUG in ROXIO products.
  Reply With Quote
Old 14-08-2008, 03:20 PM   #18
 
Michael's Avatar
 
Join Date: Dec 2005
Location: Birmingham
Posts: 2,181
uk uk england
Thanks: 28
Thanked 167 Times in 135 Posts
Rep Power: 40 Michael is a splendid one to beholdMichael is a splendid one to beholdMichael is a splendid one to beholdMichael is a splendid one to beholdMichael is a splendid one to beholdMichael is a splendid one to beholdMichael is a splendid one to behold
Default

Well I can confirm I've deployed Adobe Reader 9 in four networks which all use roaming profiles. I deployed the MSI on a computer basis, seeing as all users require Adobe Reader to view PDFs.

I personally create a profile share called profiles$ and give Everyone - Full Control. What permissions have you allocated to wherever your roaming profiles are stored? It definitely seems the problem you have is permissions related.
  Reply With Quote
Old 14-08-2008, 04:18 PM   #19
 
mattx's Avatar
 
Join Date: Jan 2007
Posts: 2,240
uk uk city of london
Thanks: 14
Thanked 79 Times in 61 Posts
Rep Power: 26 mattx is a name known to allmattx is a name known to allmattx is a name known to allmattx is a name known to allmattx is a name known to allmattx is a name known to all
Default

It's to do with folder re-direction, not roaming profiles.
  Reply With Quote
Old 14-08-2008, 04:34 PM   #20
 
SteveMC's Avatar
 
Join Date: Feb 2006
Location: Isle of Wight, UK
Posts: 69
uk uk isle of wight
Thanks: 8
Thanked 10 Times in 9 Posts
Rep Power: 7 SteveMC will become famous soon enough
Send a message via MSN to SteveMC
Default

Quote:
Originally Posted by mattx View Post
It's to do with folder re-direction, not roaming profiles.
So does that mean that, so long as we aren't redirecting the Application Data folder, it should be ok?

Stephen
  Reply With Quote
Old 14-08-2008, 04:39 PM   #21
 
Michael's Avatar
 
Join Date: Dec 2005
Location: Birmingham
Posts: 2,181
uk uk england
Thanks: 28
Thanked 167 Times in 135 Posts
Rep Power: 40 Michael is a splendid one to beholdMichael is a splendid one to beholdMichael is a splendid one to beholdMichael is a splendid one to beholdMichael is a splendid one to beholdMichael is a splendid one to beholdMichael is a splendid one to behold
Default

Quote:
It's to do with folder re-direction, not roaming profiles.
Thanks for clarifying where the problem is. I do use Folder Redirection, but I don't redirect the Application Data folder. I don't see the need. Is there a reason you redirect it?
  Reply With Quote
Old 15-08-2008, 12:08 PM   #22
 
gshaw's Avatar
 
Join Date: Sep 2007
Posts: 313
uk uk essex
Thanks: 10
Thanked 13 Times in 12 Posts
Rep Power: 6 gshaw will become famous soon enoughgshaw will become famous soon enough
Default

More poor coding from Adobe... one on my hit-list of crap software writers along with Sage and countless others
  Reply With Quote
Old 16-08-2008, 08:58 PM   #23
 
tomlin's Avatar
 
Join Date: May 2006
Location: Frimley, Surrey
Posts: 36
Thanks: 1
Thanked 2 Times in 2 Posts
Rep Power: 6 tomlin is on a distinguished road
Default

Adobe have finaly put up version 9 of their Customization Wizard

Adobe - Acrobat : For Windows : Adobe Customization Wizard 9
  Reply With Quote
The Following User Says Thank You to tomlin For This Useful Post:
SYNACK (16-08-2008)
Old 16-08-2008, 10:41 PM   #24
 
leco's Avatar
 
Join Date: Nov 2006
Location: West Yorkshire
Posts: 291
uk uk yorkshire
Thanks: 129
Thanked 5 Times in 5 Posts
Rep Power: 5 leco is on a distinguished road
Default

Quote:
Originally Posted by tomlin View Post
Adobe have finaly put up version 9 of their Customization Wizard

Adobe - Acrobat : For Windows : Adobe Customization Wizard 9
Thanks for this, but has anyone tried it yet, does it work for GPO deployment?
  Reply With Quote
Old 16-08-2008, 10:44 PM   #25
 
FN-GM's Avatar
 
Join Date: Jun 2007
Location: Rochdale, Lancashire
Posts: 4,927
uk
Thanks: 157
Thanked 162 Times in 156 Posts
Rep Power: 38 FN-GM is a splendid one to beholdFN-GM is a splendid one to beholdFN-GM is a splendid one to beholdFN-GM is a splendid one to beholdFN-GM is a splendid one to beholdFN-GM is a splendid one to beholdFN-GM is a splendid one to behold
Send a message via Skype™ to FN-GM
Default

I have deployed it via GPO but not customised it, will be an advantage to take control
  Reply With Quote
Old 16-08-2008, 11:25 PM   #26
 
bizzel's Avatar
 
Join Date: Jul 2007
Location: Durham
Posts: 431
uk uk durham city
Thanks: 48
Thanked 76 Times in 24 Posts
Rep Power: 16 bizzel is just really nicebizzel is just really nicebizzel is just really nicebizzel is just really nicebizzel is just really nice
Send a message via Skype™ to bizzel
Default

It's buggy so we stuck with 8.1.2 for the moment. If you're trying out 9, try this bloat-free version from MSFN - FileForum | Adobe Reader Lite
  Reply With Quote
The Following User Says Thank You to bizzel For This Useful Post:
leco (17-08-2008)
Old 17-08-2008, 12:10 PM   #27
 
leco's Avatar
 
Join Date: Nov 2006
Location: West Yorkshire
Posts: 291
uk uk yorkshire
Thanks: 129
Thanked 5 Times in 5 Posts
Rep Power: 5 leco is on a distinguished road
Default

Quote:
Originally Posted by bizzel View Post
It's buggy so we stuck with 8.1.2 for the moment. If you're trying out 9, try this bloat-free version from MSFN - FileForum | Adobe Reader Lite
We are still with 7 as version 8 did all sorts of damage. Thanks for the link, will try that when I'm back at school in September.
  Reply With Quote
Reply

Register now for FREE and post messages!


Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Image Verification
  I agree to forum rules 

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adobe Reader 8.1.1 will not load? adamf Windows 13 05-09-2008 10:45 AM
Adobe Reader 9 ahuxham General Chat 4 25-06-2008 11:56 AM
Adobe Acrobat Reader 8 tomscaper Educational Software 11 19-01-2007 05:36 PM
Adobe Reader 8 john Educational Software 5 04-01-2007 09:13 PM
Adobe Reader 7.0.x tarquel Windows 2 17-08-2005 05:43 PM



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search Thread
Search Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 09:23 PM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright EduGeek.net