ACR 6.1 problem: presets are resetting settings

Hi all,
First post in these forums.  I've been using ACR for years and have been using Photoshop CS5 for a few weeks with no problems.  I've now installed ACR 6.1...
Here's the problem that is driving me nuts: when I apply a preset to an image, ALL settings are affected, even if the preset only includes information on one setting.  The settings that are NOT specified in the preset XMP file are basically zeroed - not even to my default setting, but to 'factory defaults'.
For example, I have a preset that only sets Split Toning. When I apply it, the split toning gets set and all other ACR settings not specified in the preset are reset - exposure, noise reduction, vignetting etc... everything EXCEPT local adjustments.
I have even checked the contents of the preset XMP files to make sure they only contain the relevant settings and they all look good to me.  Here's the contents of the above preset:
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.2-c020 1.124078, Tue Sep 11 2007 23:21:40        ">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about=""
    xmlns:crs="http://ns.adobe.com/camera-raw-settings/1.0/">
   <crs:Version>6.1</crs:Version>
   <crs:SplitToningShadowHue>5</crs:SplitToningShadowHue>
   <crs:SplitToningShadowSaturation>3</crs:SplitToningShadowSaturation>
   <crs:SplitToningHighlightHue>0</crs:SplitToningHighlightHue>
   <crs:SplitToningHighlightSaturation>0</crs:SplitToningHighlightSaturation>
   <crs:SplitToningBalance>0</crs:SplitToningBalance>
   <crs:HasSettings>True</crs:HasSettings>
  </rdf:Description>
</rdf:RDF>
</x:xmpmeta>
Any help is much appreciated!
Paul
Message was edited by: Paul T from NZ (subject edited)

Hi,
I couldn't see any Adobe related process in the task manager. I tried 
to open PS and from there activated Updates. The app manager was 
launched which I also could see in the task manager. After closing the 
app manager and PS no Adobe task was running.
I tried to logout and login in again but the problem remained. Finally 
I rebooted OS X and after that I successfully was able to update to 
ACR 6.1.
I also tried to run AdobePatchInstaller with PS open. In that case AAM 
displayed a message that PS was open and had to be closed i.e. a 
totally expected behaviour compared to the previous error message I 
got before reboot.
Regards,
Lars
18 maj 2010 kl. 06.56 skrev Pronil Sengupta <[email protected]>:
Hi,
>
While you get this error to close "Adobe Application Manager" which 
all Adobe CS5 produts are in launched state? Can you please check 
the task manager if there is two entries of the launched product? In 
case there is no Adobe CS5 product launched, is in task manager any 
Adobe CS5 product listed? If there are close them all and try again. 
Also please check if there is any Adobe screen such as 
serialization, Adobe ID or anything related to Adobe is open.
>
Regards,
Pronil
>

Similar Messages

  • FlowN Problem - tasks are reset before initiaiton

    I'm using flowN to create a number of parallel tasks for a user to work with each element of an array. I'm using the concat() method to generate the correct name and array element for each task.
    I had to alter the payload information in the user task wizard (Jdeveloper BPEL designer) because it won't let me supply the expression to look up individual array elements as part of a payload.
    The tasks are all being correctly set up in the setUserDefinedAttributes section of the user task:
    <completeSectionVar>
    <task>
    <title>Complete Section: Evidence of Demand and Overall Marketability of the Course </title>
    <assigneeUsers>fkafka</assigneeUsers>
    <assigneeGroups/>
    <acquiredBy/>
    <owner/>
    <payload>
    <type>mandatory</type>
    <name>Evidence of Demand and Overall Marketability of the Course </name>
    <description>Marketing information and evidence</description>
    <section-help>Market research: competitors, market demand. Projected student numbers, anticipated student entry profiles and employment prospects. Admission/entry qualifications. Marketing plan </section-help>
    <section-data/>
    </payload>
    <conclusion/>
    but checking the next step, the SetSystemDefinedAttributes section, all the user tasks generated have been set back to contain the same information - the info from the first node in the array:
    <oraBPMTaskMessage>
    <part name="payload" >
    <task>
    <title>Complete Section: Name of Proposed Course</title>
    <assigneeUsers>fkafka</assigneeUsers>
    <assigneeGroups/>
    <acquiredBy/>
    <owner/>
    <payload>
    <type>mandatory</type>
    <name>Name of Proposed Course</name>
    <description>The name of the proposed course</description>
    <section-help/>
    <section-data/>
    </payload>
    <conclusion/>
    <state/>
    <subState/>
    <processId>BPELProcessTestFlowN</processId>
    <processName>BPELProcessTestFlowN</processName>
    <processVersion>1.1</processVersion>
    <instanceId>425</instanceId>
    <domainId>default</domainId>
    <processOwner>bpeladmin</processOwner>
    <taskId/>
    <taskNumber/>
    <versionNumber/>
    <versionReason/>
    <taskGroupId/>
    I've tried looking at the raw XML format data from the Audit view in BPEL PM, but all I can find is that the FlowN index starts at the highest number and works down. Everything seems to iterate through nicely until the last setting of the first node's task, when there are many settings of variables to the data in the 1st node. I don't know why or what I'm doing wrong here - any help or pointers would be most useful...
    FlowN code is as follows:
    <bpelx:flowN name="FlowN_1" N="ora:countNodes('getUncompletedSections_getUncompletedSections_OutputVariable','getUncompletedSectionsResponse','/ns1:getUncompletedSectionsResponse/section')" indexVariable="FlowN_1_Variable">
    <sequence name="Sequence_3">
    <assign name="setXpathVariables">
    <copy>
    <from expression="concat('/ns1:getUncompletedSectionsResponse/section[', bpws:getVariableData('FlowN_1_Variable'), ']')"/>
    <to variable="xpathSection"/>
    </copy>
    <copy>
    <from expression="concat('/ns1:getUncompletedSectionsResponse/section[', bpws:getVariableData('FlowN_1_Variable'), ']/name')"/>
    <to variable="xpathSectionName"/>
    </copy>
    </assign>
    <assign name="setName">
    <copy>
    <from expression="bpws:getVariableData('getUncompletedSections_getUncompletedSections_OutputVariable','getUncompletedSectionsResponse',bpws:getVariableData('xpathSectionName'))"/>
    <to variable="name"/>
    </copy>
    </assign>
    <scope name="completeSection" variableAccessSerializable="no" xmlns:taskactionhandler="http://xmlns.oracle.com/pcbpel/taskservice/taskActionHandler" xmlns:bpelx="http://schemas.oracle.com/bpel/extension" xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:bpel="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:taskmngr="http://xmlns.oracle.com/pcbpel/taskservice/taskmanager" xmlns:task="http://xmlns.oracle.com/pcbpel/taskservice/task" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ora="http://schemas.oracle.com/xpath/extension" xmlns:wf="http://schemas.oracle.com/bpel/extension/workflow" wf:key="completeSectionVar;taskConfigcompleteSection.xml;SimpleUserActivity;Complete Section: &lt;%bpws:getVariableData('name')%&gt;;bpws:getVariableData('getUncompletedSections_getUncompletedSections_OutputVariable', 'getUncompletedSectionsResponse', '/ns1:getUncompletedSectionsResponse/section');;;;;">
    <variables>
    <variable name="oraBPMTaskMessage" messageType="taskmngr:taskMessage"/>
    <variable name="oraBPMTaskErroredFaultMessage" messageType="taskmngr:taskErroredMessage"/>
    <variable name="oraBPMTemporaryVariable" type="xsd:string"/>
    </variables>
    <correlationSets>
    <correlationSet name="oraBPMTaskIdCor" properties="taskmngr:taskId"/>
    </correlationSets>
    <sequence>
    <assign name="setUserDefinedAttributes">
    <copy>
    <from expression="concat(&quot;Complete Section: &quot;,concat('/ns1:getUncompletedSectionsResponse/section[', bpws:getVariableData('FlowN_1_Variable'), ']/name'))"/>
    <to variable="completeSectionVar" query="/task:task/task:title"/>
    </copy>
    <copy>
    <from expression="bpws:getVariableData('getUncompletedSections_getUncompletedSections_OutputVariable', 'getUncompletedSectionsResponse', concat('/ns1:getUncompletedSectionsResponse/section[', bpws:getVariableData('FlowN_1_Variable'), ']'))"/>
    <to variable="completeSectionVar" query="/task:task/task:payload"/>
    </copy>
    <copy>
    <from expression="string('fkafka')"/>
    <to variable="completeSectionVar" query="/task:task/task:assigneeUsers[1]"/>
    </copy>
    <copy>
    <from expression="concat(ora:getProcessURL(), string('/taskConfigcompleteSection.xml'))"/>
    <to variable="completeSectionVar" query="/task:task/task:taskType"/>
    </copy>
    </assign>
    <assign name="setSystemDefinedAttributes">
    <copy>
    <from expression="ora:getInstanceId()"/>
    <to variable="completeSectionVar" query="/task:task/task:instanceId"/>
    </copy>
    <copy>
    <from expression="ora:getProcessId()"/>
    <to variable="completeSectionVar" query="/task:task/task:processName"/>
    </copy>
    <copy>
    <from expression="ora:getProcessId()"/>
    <to variable="completeSectionVar" query="/task:task/task:processId"/>
    </copy>
    <copy>
    <from expression="ora:getProcessVersion()"/>
    <to variable="completeSectionVar" query="/task:task/task:processVersion"/>
    </copy>
    <copy>
    <from expression="ora:getDomainId()"/>
    <to variable="completeSectionVar" query="/task:task/task:domainId"/>
    </copy>
    <copy>
    <from expression="ora:getProcessOwnerId()"/>
    <to variable="completeSectionVar" query="/task:task/task:processOwner"/>
    </copy>
    <copy>
    <from expression="string('SINGLE_APPROVAL')"/>
    <to variable="completeSectionVar" query="/task:task/task:pattern"/>
    </copy>
    <copy>
    <from expression="false()"/>
    <to variable="completeSectionVar" query="/task:task/task:hasSubTasks"/>
    </copy>
    <copy>
    <from variable="completeSectionVar"/>
    <to variable="oraBPMTaskMessage" part="payload"/>
    </copy>
    </assign>
    <scope name="initiateTask">
    <faultHandlers>
    <catch faultName="taskmngr:taskErroredFault" faultVariable="oraBPMTaskErroredFaultMessage">
    <assign name="readErroredTask">
    <copy>
    <from variable="oraBPMTaskErroredFaultMessage" part="payload"/>
    <to variable="oraBPMTaskMessage" part="payload"/>
    </copy>
    </assign>
    </catch>
    </faultHandlers>
    <sequence>
    <invoke name="initiateTask" partnerLink="TaskManagerService" portType="taskmngr:TaskManager" operation="initiateTask" inputVariable="oraBPMTaskMessage" outputVariable="oraBPMTaskMessage"/>
    </sequence>
    </scope>
    <sequence>
    <invoke name="initiateTaskActionHandler" partnerLink="TaskActionHandler" portType="taskactionhandler:TaskActionHandler" operation="initiate" inputVariable="oraBPMTaskMessage">
    <correlations>
    <correlation set="oraBPMTaskIdCor" initiate="yes" pattern="out"/>
    </correlations>
    </invoke>
    <receive name="receiveUpdatedTask" partnerLink="TaskActionHandler" portType="taskactionhandler:TaskActionHandlerCallback" operation="onTaskCompleted" variable="oraBPMTaskMessage" createInstance="no">
    <correlations>
    <correlation set="oraBPMTaskIdCor" initiate="no"/>
    </correlations>
    </receive>
    </sequence>
    <assign name="readUpdatedTask">
    <copy>
    <from variable="oraBPMTaskMessage" part="payload"/>
    <to variable="completeSectionVar"/>
    </copy>
    </assign>
    </sequence>
    </scope>
    <switch name="taskSwitch" xmlns:bpelx="http://schemas.oracle.com/bpel/extension" xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:tt="http://xmlns.oracle.com/pcbpel/taskservice/tasktype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <case condition="bpws:getVariableData('completeSectionVar', '/task:task/task:state') = 'COMPLETED' and bpws:getVariableData('completeSectionVar', '/task:task/task:conclusion') = 'ACCEPT'">
    <bpelx:annotation>
    <bpelx:pattern>Task outcome is ACCEPT
    </bpelx:pattern>
    </bpelx:annotation>
    <sequence>
    <assign name="copyPayloadFromTask">
    <copy>
    <from variable="completeSectionVar" query="/task:task/task:payload"/>
    <to variable="getUncompletedSections_getUncompletedSections_OutputVariable" part="getUncompletedSectionsResponse" query="/ns1:getUncompletedSectionsResponse/section"/>
    </copy>
    </assign>
    </sequence>
    </case>
    <case condition="bpws:getVariableData('completeSectionVar', '/task:task/task:state') = 'COMPLETED' and bpws:getVariableData('completeSectionVar', '/task:task/task:conclusion') = 'REJECT'">
    <bpelx:annotation>
    <bpelx:pattern>Task outcome is REJECT
    </bpelx:pattern>
    </bpelx:annotation>
    <sequence>
    <assign name="copyPayloadFromTask">
    <copy>
    <from variable="completeSectionVar" query="/task:task/task:payload"/>
    <to variable="getUncompletedSections_getUncompletedSections_OutputVariable" part="getUncompletedSectionsResponse" query="/ns1:getUncompletedSectionsResponse/section"/>
    </copy>
    </assign>
    </sequence>
    </case>
    <otherwise>
    <sequence>
    <assign name="copyPayloadFromTask">
    <copy>
    <from variable="completeSectionVar" query="/task:task/task:payload"/>
    <to variable="getUncompletedSections_getUncompletedSections_OutputVariable" part="getUncompletedSectionsResponse" query="/ns1:getUncompletedSectionsResponse/section"/>
    </copy>
    </assign>
    </sequence>
    </otherwise>
    </switch>
    </sequence>
    </bpelx:flowN>

    For each person that reads this:
    Please could you reply with at least one of the the following:
    1. You didn't understand what I said at all
    2. You don't understand what the problem is
    3. You understand the problem but don't have any suggestion for a solution
    4. You understand the problem but your solution for it has been covered already
    5. You understand the problem and have a possible solution
    6. You have seen this problem before and solved it
    7. You have seen this problem before and are trying to solve it
    8. You can see that I have made a ridiculous error
    9. You can't be bothered to read the entire post because I have gone into too much detail initially.
    I'm not being sarcastic, this would really help me understand why I've had so many views of the post with no responses.
    Thanks in advance,
    Dan

  • What are the settings required to block a particular IP to make connection on particular port no running on another IP?

    Problem:
    -   What are the settings required to block a particular IP to make connection on particular port no running on another IP?
    Environment:
    Operating System            : - Windows XP Service
    Pack 1
    System type                     : - 32 – bit Operating System
    Description: - We
    have requirement to block Port access from particular IP. It is specific requirement for a machine.
    We have service which is running on
    Server with IP: - 10.14.15.116 on
    Port Number 3366 and we need to
    block Client Machine IP: - 10.14.15.114 to make
    any connections with server on this port. Not even client machine
    should be able to telnet on server on port 3366.
     I
    will be really thankful.
    For any kind of input which can assist us to complete the requirement.

    Does it allow in same way with firewall setting in Windows Server 2008?
    I will read in details shared link, but as a matter of urgency; kindly let us know, if we can follow some concise instruction to do above activity.
     I
    will be really thankful

  • Having horrible service with 4GLTE I have had 3G for several weeks (I am not the only person I know having this problem), I have reset my network settings and it did not resolve the issue.  I am also unable to send SMS and text messages without them eithe

    Having horrible service with 4GLTE I have had 3G for several weeks (I am not the only person I know having this problem), I have reset my network settings and it did not resolve the issue.  I am also unable to send SMS and text messages without them either failing or not sending at all.  Is there an outage in the Cleveland, Ohio area (zip codes 44129, 44134, 44137) or anything else I can do to resolve this issue?

    Not that I'm a Verizon employee, but I have experience in the field. An LTE tower will only extend up to, on a perfect day, with no elevation, 6-7 miles. On a typical day, you will be lucky at four (4) miles. The three ZIP codes you've given are all within about a 12 mile radius. That would mean that 2-3 towers are currently down at the same time, and Verizon would know about it within the hour. Being it's Cleveland, I'm sure they would receive numerous calls regarding an outage of that size.
    My point is that if you're having issues in all three ZIP codes, chances are it's a phone issue. If you're handset is simply not receiving LTE, but still receiving 3G, that would signify a SIM card issue. You need to get your SIM card replaced.

  • HT5642 Upgraded this morning. All worked fine for about 30min then "no service". Still the same problem and a reset of the device only fixes the problem for 15min. then we are back to no service?? When will apple fix this???

    Upgraded this morning. All worked fine for about 30min then "no service". Still the same problem and a reset of the device only fixes the problem for 15min. then we are back to no service?? When will apple fix this???

    Tried to reset network settings ...only fixes it for 15min. Did a firmware restore and a clean new phone setup. no settings restore. still have network service after around 60min. still running 6.1. i do get a prompt that i have to update settings to LTE. Have not excepted the settings as yet. Cellular data is still set to 3G....

  • I am having some huge problems with my colorspace settings. Every time I upload my raw files from my Canon 5D mark II or 6D the pics are perfect in color. That includes the back of my camera, the pic viewer on my macbook pro, and previews. They even look

    I am having some huge problems with my colorspace settings. Every time I upload my raw files from my Canon 5D mark II or 6D the pics are perfect in color. That includes the back of my camera, the pic viewer on my macbook pro, and previews. They even look normal when I first open them in photoshop. I will edit, save, and then realize once i've sent it to myself to test the color is WAY off. This only happens in photoshop. I've read some forums and have tried different things, but it seems to be making it worse. PLEASE HELP! Even viewing the saved image on the mac's pic viewer is way off once i've edited in photoshop. I am having to adjust all my colors by emailing myself to test. Its just getting ridiculous.

    Check the color space in camera raw, the options are in the link at the bottom of the dialog box. Then when saving make sure you save it to the srgb color space when sending to others. Not all programs understand color space and or will default to srgb. That won't necessarily mean it will be accurate, but it will put it in the ballpark. Using save for web will use the srgb color space.

  • The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    If the mouse clicks something on its own then it looks like you have a hardware problem with the trackpad or possibly the battery that is right underneath the trackpad.
    I have read that the battery can swell and that would put pressure on the trackpad.

  • TS1398 my wi-fi has full bars, says i am conected but never puts a check by the name of network,i have reset settings and it still does the same thing. i dont think it is my wi-fi because my other computers are able to get on just fine. please help.

    wi-fi has full bars, says i am conected but never puts a check by the name of network,i have reset settings and it still does the same thing. i dont think it is my wi-fi because my other computers are able to get on just fine. please help.

    There are two ends to a wifi network. Try rebooting your router.

  • After updating to ios 5, my calendar sometimes freezes when entering a new event. I have tried syncing but it doesn't fix the problem. Are there any bug fixes for this? Any ideas would be great thanks, I don't really want to have to reset everything!

    After updating to ios 5, my calendar sometimes freezes when entering a new event. I have tried syncing but it doesn't fix the problem. Are there any bug fixes for this? Any ideas would be great thanks, I don't really want to have to reset everything!

    Try to reset the iPod by  pressing the home and sleep button for about 10sec, until the Apple logo comes back again. You will not lose data doing a reset, but it can clear some glitches after installing new software or apps.

  • HT201177 I am having some problems with downloading, possibly settings are incorrect, esp. flashplayer upgrade will not install - i have iMac 8.1 osx v10.5.8 - processor: 3.06 ghz intel core2 duo mem: 2 gb 800 mhz ddr2 sdram

    I am having some problems with downloading, possibly settings are incorrect, esp. flashplayer upgrade will not install - i have iMac 8.1 osx v10.5.8 - processor: 3.06 ghz intel core2 duo mem: 2 gb 800 mhz ddr2 sdram - i am considering making an appt with Apple store nearby since we have a few in vicinity but thought i would give the online support a try.

    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl ash
    You can check here what version of Flash player you actually have installed:  http://kb2.adobe.com/cps/155/tn_15507.html
    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS.
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/909/cpsid_90906.html
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.

  • Settings are reset after every update...

    every time i update my ipod, all of the settings are reset (language, clicker, backlight, everything)... EVERY time...
    why does this happen???
    i've downloaded and am running the latest ipod and itunes software...
    please help!!!

    That shouldn't happen -- first thing I'd try is to restore the iPod back to factory conditions with the firmware updater (choose "restore") and then completely resync. Then make your setting changes and my hunch is they will "stick".

  • What are the settings for capturing video from Canon HV20

    Hi All,
    I want to capture video from Canon HV20 with Premiere Elements 11. What kind of settings should I use to capture the video with full information?
    Here is what I did:
    1) According the manual, I went to Capture settings panel (Edit > Project Settings > Capture) and selected HDV as capture format, because my video is at high definition.
    2) In addition, I checked "Capture to Timeline" and "Split Scenes by cotent".
    Are these settings enough?
    Thanks.

    HV20user
    Sounds reasonable, using Add Media/HDV Camcorder, but....
    Have you reviewed the Adobe write up on Premiere Elements 11 DV and HDV capture firewire into it.
    http://help.adobe.com/fr_FR/premiereelements/using/WS5CDA0F91-60F1-4b79-ABF6-E9E75F498DB2. html#WS2AF26FB5-4C63-4c46-9DB3-7249558F6528
    The mention of Get Media instead of Add Media makes me wonder if the video's instructor was demo'ing from Premiere Elements 10, but...
    Major factors have always included having Premiere Elements project preset set correctly to correspond to your camera settings...For HDV data capture firewire...
    NTSC HDV HDV 1080p30 or PAL HDV HDV 1080p25 depending on if you are targeting a NTSC or PAL area where frame rates are typically a consideration.
    I had not done any DV or HDV data capture firewire into Premiere Elements. But, Premiere Elements 11's take over of the project preset setting would encourage me to encourage you to verify your project settings before the capture.
    There are probably many more, but the following is online discussion of one Canon HV20 issue
    http://forum.videohelp.com/threads/316970-video-capture-problems-HV20-camcorder-is-control led-but-no-video-capture
    If you experience difficulty with the HDV capture fireware into Premiere Elements 11, you might consider what some others have done in this regard, that is, use HDVSplit for the capture firewire and then import the split (.m2t) clips "Add Media" into Premiere Elements 11 with the appropriate HDV HDV 1080p (1440 x 1080 HD anamorphic 16:9) project preset.
    Please update us on your progress when you get a chance.
    Thanks.
    ATR

  • Problem: THX Config resetting after each pc rest

    Setup: I'm using the console from the original install disc, but the driver is the latest web-download driver, version 02.09.006 from 9th of oct. 2006. I'm using the original consoles because they are much more intuiti've and I can even set more things than whats in the clear web-driver installation. Windows XP Pro my OS by the way with 5. speaker system. Problem: The thx console settings with speaker location and facing is ALWAYS change between pc restarts. On top of that I always see very silly data there, like front left speaker distance 0.meter, the other is .4meter, angle is also totally different, so its just really messy numbers are there. Sometimes I swap over from 5. speakers to headphones when its not appropriate to listen the sound loudly but that shouldnt make the settings totally messed up every time either. So I dont feel that I'm doing something wrong, but the settings are not saved and not "standard" either, just messed up settings most of the time when I start up the thx control center to setup/double check?the speaker locations. What could couse the problem please?

    I've got the exact same problem as H0PE. My setup is an X-Fi XtremeGamer-card using the default 6 ch outputs, combined with 5. speakers (obviously). I'm using the latest drivers downloaded from Creative.com. Still the bass/treble controls keep resetting, along with the various speaker settings that H0PE mentioned. I hope there's some kind of solution to this, as it's very annoying.

  • Workspace is messed up and presets are lost

    Hi I am using Audition 2014.2.
    Sometimes, almost every day, when I open Audition the workspace is messed up and every  pannel is pushed to the upper left corner of the window.
    The same time, all the presets are lost and the Presets list of the effects rack is empty.
    I can reestalish it by deleting the folder "user/xxx/AppData/roaming/adobe/audition", but after a while the annoying problems reaapear.
    Thanks,
    Daniel

    You have to stop your computer trashing the folder for whatever reason - Audition doesn't do this.
    Make sure that you are using it as an administrator user, and that you haven't got some sort of protection scheme in place for supposedly protecting your settings - they regularly trash stuff you actually want...

  • Camera on iPhone4 doesn't work, when you use either the icon on the screen all you get the the shutter. I am unable take pictures. Has anyone had the same problem and are there any solutions?

    The camera on my iPhone 4 isn't working and hasn't for quite sometime. I have updated the phone to IOS 6 and it hasn't made any difference.
    When you use the icon that appears at the bottom of the screen or the camera icon on the main screen all you see is the camera shutter.I have tried to restore the camera and that hasn't made any difference. I have spoken to Apple support and they sent me a support site to check out, but there isn't any specific solution for my problem. Has anyone had a similar problem and is there a solution?

    Try:
    - Reset the iPhone. Nothing will be lost
    Reset iPhone: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPhone.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

Maybe you are looking for

  • Custom Tag Capitalization Problem..

    All,           OS: Windows 2000           App Server: Weblogic 6.0 sp 2           JDK: 1.3 (and tried 1.3.1)           I have a set of custom tags that run fine when I use them on an app server (such as Enhydra) with JDK 1.2.2, but when I switch to J

  • HT1549 I can't mount on to a volume

    I am in major need of help. I used to be able to mount on different volumes that were on my server from any account. I was having trouble with permissions on the volume and played around with them.I put no access to anyone but then changed it back to

  • Trouble with RMI?

    We have during the last month started to get problems where the Vadis application stops working. We can't figure out the cause of this. Recent additions to the application is that we have started to use RMI for our client communication - currently we

  • Camera Pro 2.2.4 for the N8 - Info on Screen?

    hello, When I take photos  i get a translucent screen with Exposure, Apeture Shutter Speed and Digital Zoom appearing over my photo. How do I stop this from happening.  It just started... Thanks, VeePee Nokia 3395 Nokia 6600 Nokia N95 8GB Nokia N8 (A

  • Reading menu props for menus stored in repository

    Hi All, I need to come up with a way to read the roles on a menu item when the menu is stored in the database. The company I work for use to run a pl/sql routine that pulled this data from the tables in the repository. This no longer works becasue th