first camera default values

Hi, I tried things in camera raw in extended cs5.5 and I can't work on how to reset the default settings. Everytime I open an image in raw it's clearly wrong. Can someone please help?


Welcome to the forum!

According to an excerpt of the book of Camera Raw controlspractice, control 'default' (circled in red in the image below) "provides a simple way to return to the default Camera Raw settings in the base Panel based on your current default settings (which can be changed)."

And here's a great introductory video on the version of Camera Raw that shipped with Photoshop CS5:

Tags: Photoshop

Similar Questions

  • Mr President, how can I enter two rows at the same time with different default values that only the first line to use see?

    Mr President.

    My worm jdev is 12.2.1

    How to enter two rows at the same time with different default values that only the first line to use see?

    Suppose I have a table with four fields as below

    "DEBIT" VARCHAR2(7) , 
      "DRNAME" VARCHAR2(50),
      "CREDIT" VARCHAR2(7) , 
      "CRNAME" VARCHAR2(50),
    

    Now I want that when I click on a button (create an insert) to create the first line with the default values below

    firstrow.png

    So if I click on the button and then validate the second row with different values is also inserted on commit.

    The value of the second row are like the picture below

    tworows.png

    But the second row should be invisible. It could be achieved by adding vc in the vo.

    The difficult part in my question is therefore, to add the second row with the new default values.

    Because I already added default values in the first row.

    Now how to add second time default values.

    Concerning

    Mr President

    I change the code given by expensive Sameh Nassar and get my results.

    Thanks once again dear Sameh Nassar .

    My code to get my goal is

    First line of code is

        protected void doDML(int operation, TransactionEvent e) {    
    
            if(operation != DML_DELETE)
                 {
                     setAmount(getPurqty().multiply(getUnitpurprice()));
                 } 
    
            if (operation == DML_INSERT )
                       {
                               System.out.println("I am in Insert with vid= " + getVid());
                           insertSecondRowInDatabase(getVid(),getLineitem(),"6010010","SALES TAX PAYABLE",
                            (getPurqty().multiply(getUnitpurprice()).multiply(getStaxrate())).divide(100));      
    
                           }
    
            if(operation == DML_UPDATE)
                              {                                                    
    
                                 System.out.println("I am in Update with vid= " + getVid());
                             updateSecondRowInDatabase(getVid(),
                                 (getPurqty().multiply(getUnitpurprice()).multiply(getStaxrate())).divide(100));      
    
                              }                      
    
            super.doDML(operation, e);
        }
        private void insertSecondRowInDatabase(Object value1, Object value2, Object value3, Object value4, Object value5)
                  {
                    PreparedStatement stat = null;
                    try
                    {
                      String sql = "Insert into vdet (VID,LINEITEM,DEBIT,DRNAME,AMOUNT) values " +
                 "('" + value1 + "','" + value2 + "','" + value3 + "','" + value4 + "','" + value5 + "')";  
    
                      stat = getDBTransaction().createPreparedStatement(sql, 1);
                      stat.executeUpdate();
                    }
                    catch (Exception e)
                    {
                      e.printStackTrace();
                    }
                    finally
                    {
                      try
                      {
                        stat.close();
                      }
                      catch (Exception e)
                      {
                        e.printStackTrace();
                      }
                    }
                  }  
    
                  private void updateSecondRowInDatabase(Object value1, Object value5)
                  {
                    PreparedStatement stat = null;
                    try
                    {
                      String sql = "update vdet set  AMOUNT='"+ value5+"' where VID='" + value1 + "'";                     
    
                      stat = getDBTransaction().createPreparedStatement(sql, 1);  
    
                      stat.executeUpdate();
                    }
                    catch (Exception e)
                    {
                      e.printStackTrace();
                    }
                    finally
                    {
                      try
                      {
                        stat.close();
                      }
                      catch (Exception e)
                      {
                        e.printStackTrace();
                      }
                    }                  
    
                  }
    

    Second line code is inside a bean method

        public void addNewPurchaseVoucher(ActionEvent actionEvent) {
            // Add event code here...
    
            BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
                   DCIteratorBinding dciter = (DCIteratorBinding) bindings.get("VoucherView1Iterator");
                   RowSetIterator rsi = dciter.getRowSetIterator();
                   Row lastRow = rsi.last();
                   int lastRowIndex = rsi.getRangeIndexOf(lastRow);
                   Row newRow = rsi.createRow();
                   newRow.setNewRowState(Row.STATUS_NEW);
                   rsi.insertRowAtRangeIndex(lastRowIndex +1, newRow);
                   rsi.setCurrentRow(newRow);
    
                   BindingContainer bindings1 = BindingContext.getCurrent().getCurrentBindingsEntry();
                   DCIteratorBinding dciter1 = (DCIteratorBinding) bindings1.get("VdetView1Iterator");
                   RowSetIterator rsi1 = dciter1.getRowSetIterator();
                   Row lastRow1 = rsi1.last();
                   int lastRowIndex1 = rsi1.getRangeIndexOf(lastRow1);
                   Row newRow1 = rsi1.createRow();
                   newRow1.setNewRowState(Row.STATUS_NEW);
                   rsi1.insertRowAtRangeIndex(lastRowIndex1 +1, newRow1);
                   rsi1.setCurrentRow(newRow1);
        }
    

    And final saveUpdate method is

        public void saveUpdateButton(ActionEvent actionEvent) {
            // Add event code here...
    
            BindingContainer bindingsBC = BindingContext.getCurrent().getCurrentBindingsEntry();      
    
                   OperationBinding commit = bindingsBC.getOperationBinding("Commit");
                   commit.execute(); 
    
            OperationBinding operationBinding = BindingContext.getCurrent().getCurrentBindingsEntry().getOperationBinding("Commit");
            operationBinding.execute();
            DCIteratorBinding iter = (DCIteratorBinding) BindingContext.getCurrent().getCurrentBindingsEntry().get("VdetView1Iterator");// write iterator name from pageDef.
            iter.getViewObject().executeQuery();  
    
        }
    

    Thanks for all the cooperation to obtain the desired results.

    Concerning

  • Tabular presentation - defining a line just to the first of the default value.

    Hi all

    How to set a default tabular form only in the first row?
    When I click on "add row" I want the new line have an empty value.

    Thanks in advance.

    Hello

    When you add a new line to the shape of the table, all existing lines must be recorded in the database. You can, therefore, to verify the existence of these files and set the value of a page hidden as a result element. The default value for an item of tabular presentation can then rest on this hidden item.

    This is possible by setting the Source used for "Always,...» "on the hidden item called, say, P1_DEPTNO_DEFAULT, and the Source to something like:

    DECLARE
     X NUMBER;
    BEGIN
     SELECT COUNT(*) INTO X FROM EMP WHERE DEPTNO = :P1_DEPTNO;
     IF X > 0 THEN
      RETURN '';
     ELSE
      RETURN :P1_DEPTNO;
     END IF;
    END;
    

    It is a Type of Source of "body of the PL/SQL function.

    In this example, we will check if there are all the records with a DEPTNO value that matches the P1_DEPTNO EMP. If there is, then the tabular presentation must contain at least one line already, so we return an empty string. If there is no record, the tabular presentation should be empty, so return us the value of P1_DEPTNO.

    The default settings on the DEPTNO column in tabular form would then be:

    Default type: (name of the application or page element) Element
    Default: P1_DEPTNO_DEFAULT

    Andy

  • For loop tunnel exit "Last value" output of default values

    Salvation OR community,

    Today, I came across a probem of LabVIEW stange. A tunnel of release of "Last value" to a for loop back the default values instead of the last real value. The code is below:

    Below as screenshots of probes 44 and 45.

    When the probe 44 contains al the data (all the planks are present (and the correct "Testrack Module" is used)) probe 45 is empty.

    I already tried to remove the complete thread and it rewire. The result was the same.

    However, I also tried to use registers with shift instead of the tunnels and the code works now (see below for the code).

    The used version of Labview is 2013 SP1.

    I hope you can help,

    Tim

    Edit: If the images are too small, you can drag it to a new tab, and they become the original size.

    Tim,

    My first assumption: the because the loop never executes as you pass an empty array to an entry of automatic indexation.

    Another option, which is difficult to see in the screenshot: are there two entries of tunnels over the probe nr 42?

    Norbert

  • [Bug] Controls created from primitives have the wrong default value

    I feel like the scene in South Park where MOM Kyles is in the Office of the Director and the Director asked "Hello, which seems to be"cheesing"you today?  Here's what's me cheesing today:

    When you create a control from a terminal to a primitive of the control's default value is not transmitted to the control is created as we are accustomed from subVIs.  Oh the label certainly will make you think that it is because it seems to be considered good style to write a small exhibition on the default inside the parentheses.

    For example, drop 'Get the tail' on a BD and a control of the size of the queue terminal max.  The control is created has value of-1 as you can imagine, and the label says "the maximum queue size (-1, the queue that is created in this case has an unlimited size.»  It seems as reasonable to do something)".  Okay, maybe my memory is not clear on the actual label, but something like that.  Now to the fact that the default value of the terminal is '-1' and the label contains (-1 blah blah blah), and the current value is '-1', you may suspect that the control's default value is '-1', but you'd be wrong.»»»  '0' is the default I32.

    This is not upward mostly because 1. most of the defaults tend to be default values by default (ie. false, 0, ") 2.  Usually, I first create constants and change the controls later that transfers by default.

    My recent encounter was in a VI that worked until I Inline it and then stopped working.  A man who was difficult to diagnose.  I thought WTF say you I can't create a queue of size 0, I have a control with a value '-1' sitting right here!  Finally, I realized that this feature fed to the default, then I tried "reset default" and to my surprise I saw the value of-1 to 0.  What? What? What?

    Darin.K,

    Thought you might like to know that I filed the request for Corrective Action - 441061 # in response to this post on the forum.  R & D is now aware of the issue.

  • How to set the default value for the digital control on front panel?

    How to set a default value for a numeric control of LabVIEW 2009 Front Panel? I have several input values that are actually configuration settings I want to settle with the default values of zero. I want them to be the values displayed when the façade first appears until the code is executed.

    I really want to use the Minimum and Maximum limits by default for this because I still want to be able to define acceptable limits for values.

    I would not be able to specify a default value of zero for these entries?

    Enter the desired value, then "right click...... of default data of value to operations. Save the VI.

  • Initialization of the default values of the elements VI

    Hi all

    I know how to set the default values on the front panel.  However, when I run a VI several times without closing, I need to re - initialize some values of the façade of their value at the end of the last execution in the default values used in the next series.  In general, I do that using the "Init" State in a state machine or a first image of a stacked sequence.  In both cases, I just created a bunch of local variables and sets the values to zero, or any other initial value they need.

    When I was in training 1 Core and Core 2 recently, the Professor showed us a way to reset these values without using local variables, as described above.  But, for the life of me, I don't remember what he says to do.

    Any help my rapidly aging memory jogging would be much appreciated.

    Thank you!

    Invoke the node on the VI reset default values.

  • I can't find my lexmark x 6100 all-in one series on my comptuor, it does not indicate the default value

    I CAN'T FIND MY PRINTER ALL - IN - ONE - PRINTER SERIES.  It is SAID IT is THERE, BUT SAYS NOT SET AS DEFAULT. What does that mean?

    Hello

    -What is the exact error message you see when you try to print?
    -This work was fine before? If so, what are the changes in software/hardware on the computer?
    -What version of windows you have?

    If she says that a printer is not set by default, this means that there is no recognized printer or the printer that is there is not yet defined as a default value. Here are some steps that might be tempted to solve these problems.

    Method 1: Diagnose and automatically fix problems printing and printer
    http://support.Microsoft.com/mats/printing_problems/
    This see below mentioned articles that may help you in the matter of fixing.

    Method 2: Solve printer problems.
    You can use the link as a reference which may help you fixing the issue below.
    http://Windows.Microsoft.com/en-us/Windows/help/printer-problems-in-Windows
    First of all, try to uninstall the printer drivers, then unplug the USB cable from the printer and then try to install drivers from the Brother Solutions and plugin site then the cable and then try to print.

    Method 3: Download the drivers from the Lexmark Web site
    You can also try to download the latest drivers for the printer from the lexmark support Web page and install.
    http://support.Lexmark.com/index?page=productSelection&channel=supportAndDownloads&locale=en&UserLocale=en_US

    I hope this information helps!

  • default values in the Subvi

    Hello

    Every time when main VI called Subvi, values/setting in Subvi, which are not connected with mainVI will return to the default values.

    How can I leave Subvi remember these values (what is changed in the last call of time) for the parameter in the call next time?

    Wei

    LV7.1

    Well, in the first, you have not only the control of 'y' linked to a terminal on the side of the connector.  Who does not remember, you do.  When the Subvi runs in code that has the value chain is, it uses the default value.

  • How can I return my screen to its default values after you run the Windows 7 color calibration?

    I decided to run the color calibration tool windows to try to optimize my monitor, but the quality came out worse than before. After trying several times and otherwise, to get a better picture I decided that I would just back to its default value. The problem is that I don't see an option for it. So, how can I reset my screen its initial values of before I tried calibration it?

    Thank you

    Using Windows 7 Pro 64-bit

    Windows (rstrui.exe) system restore would do it without data loss.

  • DELL INSPIRON 2320 - Natural Wireless Laser Keyboard 7000 - default value is | Caps lock | WE (turned on) in all fields of password

    Hi y ' All

    DELL INSPIRON 2320 - Natural Wireless Laser Keyboard 7000 - default is Caps Lock ON (active) only when the cursor is in a field of password.

    The game of keyboard mouse 7000 is great.

    However, when the cursor is in any field/bos where a password must came me in, CapLock default value (setting) is ON or activated.

    • This only happens only in a field/area requiring a password to enter... but it happens each unique time, any application or what connection Web site password field I can be located anywhere on the Internet.
    • Again, this is only a problem when the cursor is in a password field.
    • This (setting) can be reversed that, when the cursor is in an area of password, default (setting) will be | Caps Lock |  STOP =?

    In the BIOS settings, I only find a selection of NumLock setting.  In Centre of keyboard and Microsoft mouse, the only setting that I can locate offers the choice to enable or disable the use of the Caps Lock key... entirely.  So, when turned on, the default value is lock shift = WE only in a password box.  Know, I is not no accidentally redundant; I repeat this case specific to the question in order to stress that this is the only time only this question.

    Like most people, I have to enter the password often. This problem occurs if the "remember me" or "keep me logged in" is selected.

    It's much more irritating.

    Thank you for your considerations and possible solutions, if any.

    Bobby

    1. Dell Inspiron 2320
    2. Windows Pro V.7.0
    3. Microsoft Natural Wireless Laser Mouse 7000

    #      #      #

    end of post

    Hello

    To turn off the caps from the BIOS lock, you will need to contact the manufacturer of the BIOS.

    Note: Update of the BIOS can be a complicated process, and if an error occurs, your computer could be rendered unusable. Be sure to observe the instructions of the manufacturer.

    Reference:

    http://support.Microsoft.com/kb/894037?WA=wsignin1.0

    It will be useful.

  • Range between unbounded preceding: default value of the windowing clause: question

    from online article down: https://oracle-base.com/articles/misc/analytic-functions

    question relates to the part I have in bold below.

    image.png

    There are two things to note here.

    • The addition of the order_by_clause without a windowing_clause means that the query is now return an average race.
    • The default value for windowing_clause is "RANGE BETWEEN UNBOUNDED PRECEDING AND LINE CURRENT", not "ROWS BETWEEN UNBOUNDED PRECEDING AND LINE CURRENT. The fact that it is the BEACH means no LINES, it stops at the first occurrence of the value of the current row, even if it's several lines earlier. Accordingly, the duplicated lines are included in the average when the value of the wage. You can see in the two last records of the 20 Department and the records of the second and the third Department 30



    He mentions including duplicates if the salary is changed. I do not notice a salary in duplicates to change the display of the output, not in salary or individual pay on average (last two documents of the Department 20 for example, both treatments show 3000 respectively). Could someone please clarify this part of the article says it all.



    Watched again and I think I understand...

    Display duplicate is included only once in the average running not twice. What is he trying to tell me?

    I think it is correct but would not rather a bad assumption.

    AVG is not a good example. Just use count:

    SQL > select empno,.

    2 deptno,

    3 sal,

    4 count (*) on rows_cnt (partition by deptno stopped by rows of sal between prior 0 and 0 preceding).

    5 count (*) on range_cnt (partition by deptno arrested by sal ranged from 0 preceding and 0 preceding)

    6 of PEM

    7.

    EMPNO DEPTNO SAL ROWS_CNT RANGE_CNT

    ---------- ---------- ---------- ---------- ----------

    7934 10 1300 1 1

    7782 10 2450 1 1

    7839 10 5000 1 1

    7369 20 800 1 1

    7876 20 1100 1 1

    7566 20 2975 1 1

    7788 20 3000 1 2

    7902 20 3000 1 2

    7900 30 950 1 1

    7654 30 1250 1 2

    7521 30 1250 1 2

    EMPNO DEPTNO SAL ROWS_CNT RANGE_CNT

    ---------- ---------- ---------- ---------- ----------

    7844 30 1500 1 1

    7499 30 1600 1 1

    7698 30 2850 1 1

    14 selected lines.

    SQL >

    We hope now that you see the difference.

    SY.

  • Permanantly disabling "Install Google Toolbar" and change the default value for future updates

    I use Adobe products for years and, in general, is that Adobe produces some really useful tools for users of computers and productivity.  Thereby, ever time I get notice of an 'Adobe Flash Player' update I have to answer the same questions during the update / install process.  During the installation of the installation application ask if I want to install the toolbar 'Google', and the default value is Yes, then I have to uncheck the box before installation or I receive the software on my system I do not want or do not want.  In addition, towards the end of the update, the installation application provides three options on future updates:

    (1) download and install automatically

    (2) ask before installing

    (3) never install...

    And each installation I have to uncheck the installation of "Google Toolbar" and tell them that Adobe 'ask me... ' "before you download and install future updates.

    Is it possible permanently disable toolbar Google and by default my response to the update download and install question to always be 'Ask Me' first?  Adobe's witnesses crossing the machine during this process, so please do not suggest that it is not possible.  Adobe simply needs to modify the setup package to find these cookies and apply preferences users for the installation process instead of constantly trying to push unwanted applications and choices to the user.

    The displayed offers are based on the OS and the browser used.  If the two of you are essentially correct, for the browsers you use.

    If you opt in background updates, update option = allow Adobe to install updates (recommended), Flash Player will be updated within 24 hours of a new version is released.  If you use several browsers that use different types of Flash Player (for example, IE & Firefox) all drive types are updated within 24 hours of the new versions available.

    If you opt in notification updates, update = option Notify me when updates are available, the update notification generally appears within 7 days of an update is available and it is after that the system was restarted or that you log on/off voltage.   Opting to put up-to-date will launch the browser to a download page to download and install Flash Player.  If you use several browsers that use different types of Flash Player (for example, IE & Firefox) as the type of player who set the notification of update is updated.  The other type of player is not updated.

    Essentially, opting in the background updates will update all types of drive on the system within 24 hours and avoids downloading accidentally offers from third-party vendors.

    Note: there are slight differences for OS X updated behaivour but since you have Windows I described the behavior under Windows.

  • Dynamic action to select a default value

    I'm struggling with a concept of dynamic action. I'm trying to set the default values under certain circumstances.

    If no selection is made in groups of KPIS, I want one for the area of selection around the bulb.

    If no selection is made in high-level KPI, then I want the premiera 'selected' with the area around the bulb.

    My goal is to do two things here. First of all, visually indicate which item has been selected via a click or default action. And second, select first occurrence of KPI according to if something has clicked or if anything has been clicked again.

    Three scenarios I see:

    (1) user opens page 586: 'Safety and training' must be selected. And OSHA training should be chosen

    (2) click on 'Monitoring': monitoring must be chosen and should therefore "warning fire late" as the first in the category.

    (3) the user clicks 'Detectors of CO2' late under surveillance: surveillance remains selected in the KPI group and the selection moves the late fire alarms to CO2 detectors, late.

    When I say selected, I'm talking about the little box around the bulb. It would be even better if the box around the text went too if possible.

    And Yes, you are allowed to make changes to the application.

    Login to apex.oracle.com

    number of App 73911

    bulbcharts workspace

    user guestdev / charts

    TC-army wrote:

    I'm struggling with a concept of dynamic action. I'm trying to set the default values under certain circumstances.

    If no selection is made in groups of KPIS, I want one for the area of selection around the bulb.

    If no selection is made in high-level KPI, then I want the premiera 'selected' with the area around the bulb.

    My goal is to do two things here. First of all, visually indicate which item has been selected via a click or default action. And second, select first occurrence of KPI according to if something has clicked or if anything has been clicked again.

    Three scenarios I see:

    (1) user opens page 586: 'Safety and training' must be selected. And OSHA training should be chosen

    (2) click on 'Monitoring': monitoring must be chosen and should therefore "warning fire late" as the first in the category.

    (3) the user clicks 'Detectors of CO2' late under surveillance: surveillance remains selected in the KPI group and the selection moves the late fire alarms to CO2 detectors, late.

    When I say selected, I'm talking about the little box around the bulb. It would be even better if the box around the text went too if possible.

    And Yes, you are allowed to make changes to the application.

    Login to apex.oracle.com

    number of App 73911

    bulbcharts workspace

    user guestdev / charts

    The 'small box around the bulb' is the focus rectangle. It is in fact to choose a bulb before you click on it, not saying the current selection (click on a light bulb and then press tab to see this in action). For accessibility reasons, it is best to let this behavior of the browser by default alone.

    Maintaining the metaphor of the light bulb, I used dynamic actions and CSS to apply a glow effect to indicate the bulbs that exist currently "on". Details to follow when I have more time...

  • Default value loading the page fragment (jsff)

    Hello

    I use jdev 11.1.2.3.0 and I have an application that has a main page with links to launch fragments in a dynamic region.

    I use a session bean to populate the dynamic region

    One of the fragments has a selectoneradio control that is bound to a lookup table.

    The selected value is used to power a bean, who calls a stored procedure to create a record that is used elsewhere.

    I find that if you open the fragment and select one option other than the first item and go to an another jsff by clicking on a different link, then navigate back, still the previously selected item is selected, as opposed to the question that I would be default.

    I've been Googling away, but did not found a snippet of code that allows me to reset, or return to the first element in the set default control.

    Any suggestion would be appreciated.

    Yes, automatically send has been set to true.

    I found a solution to my problem, but it won't work for everyone.

    Because the list of items is linked, but the control itself doesn't have to be, I was able to set the default value directly in the value property of the control.

    Old code...

           
                               label = "#{bindings." SupplierSystemsLookup1.label}.
                               required = "#{bindings." SupplierSystemsLookup1.hints.mandatory}.
                               shortDesc = "#{bindings." SupplierSystemsLookup1.hints.tooltip}"id = 'sor1 '.
                               layout Binding = "#{backingBeanScope.SupplierChange.optSystems}" = "horizontal" "
                              

    inlineStyle = "margin: 0px 0px 15px 0px;" autoSubmit = "true" >

    New Code...

           
                               label = "#{bindings." SupplierSystemsLookup1.label}.
                               required = "#{bindings." SupplierSystemsLookup1.hints.mandatory}.
                               shortDesc = "#{bindings." SupplierSystemsLookup1.hints.tooltip}"id = 'sor1 '.
                               layout Binding = "#{backingBeanScope.SupplierChange.optSystems}" = "horizontal" "
                               inlineStyle = "margin: 0px 0px 15px 0px;" autoSubmit = "true" >
             

    Kind regards.

Maybe you are looking for

  • My phone (Samsung 551) will be able to use Firefox as their browser?

    Hello I don't know, not having the ability to know if the processor of my current phone (Samsung Galaxy 551, link provided for the http://www.gsmarena.com/samsung_galaxy_551-3515.php plug) can take supported Firefox. I hope he can because I certainly

  • Satellite Pro C650-153: film music begins "stutter" every 5, 10 seconds

    Recently my computer has problems to play movies and music. When I try to do that it's fine for the first 5 minutes. Then my computer music/film starts "stutter" every 5 to 10 seconds. The screen freezes for a second, and the rest of the film is play

  • How to treat you with button interrupts on the 537 ez - lite

    Sorry for the newbee question, but I'm just familiar with the jury of 537 ex - lite.  I want to use the buttons to cause an interruption and then this interruption with a service code.  What I have to write a separate VI to handle the interrupt, or I

  • Is it possible to program a wirelressly SingleBoard RIO with LabVIEW?

    I know I can use a TXRX/Ethernet to Wifi dongle. As far as I understand it, it can be used only for wireless data transfer and not for the programming Committee. Is there another way I could accomplish this task?

  • can't intall sims 2 on my pc

    Please help I tried as much as I know, I have Vista Home Basic and I can't install sims 2, it installed sims1 sims 2 works fine on another pc, sand I have all the right graffics and 32bits etc. for it BUT the 2 mistakes happen, something like this...