A string of bad

Anyone know what that means... hp\tmp\src\setup\UnloadIntent\unload.msi... It creates an error 1706... It will not stop... I can't find what he's looking for.

For starters it follow these steps:

  1. Click Start and click Run.
  2. In this box, type: 'eventvwr '.
  3. Look for the date and time when the error occurred.
  4. If there is a red circle with an X in it copy the data in your next reply.

Double click on one of the msi errors.
then to the right in the documents of theres 2 2 arrows on a button.
Press this button, and then press 'CTRL + V' in your next reply.

Tags: Notebooks

Similar Questions

  • Converting a string to a Date using an insert after trigger.

    Hi people:

    I have a table that has a column (called DATE_FED) that must be registered in the format string.

    Once all data insertion after trigger is triggered that copies of some columns in another table.

    The problem is that the insert after trigger will not work because the table is copied in stores DATE_FED data in a Date format.

    I'm trying to understand how to use the TO_DATE function to convert the NEW. Data DATE_FED to a Date format and the trigger does not work.

    Here is the trigger, as it is currently worded:

    Create or replace TRIGGER "FARM". "' BALES_FED_PAST_TRIG ' AFTER INSERT"FARM ". ' ' BALES_FED_PASTURE ' 'OLD' NEWS like 'NEW' FOR EACH LINE REFERENCING OLD declare

    BEGIN

    insert into BALES_STORAGE (BALES_LOST_SUBTRACTED, HARVESTING, CUTTING, STACKYARD, DATE_MOVED, FED_ID, BALE_YEAR) values (: new.) BALES_FED,: new. CULTURE: new. CUTTING: new. STACKYARD,: new. DATE_FED,: new. FED_ID,: new. BALE_YEAR);

    END;

    This trigger worked until I had to change the column type of DATE_FED from the Date to a string.

    I tried things like:

    TO_DATE (DATE_FED): = GCNEW. DATE_FED;    in a statement, but I don't get it.

    Summary:

    I need an insert after trigger to convert NEW. DATE_FED (a string) again. DATE_FED (a Date).

    Tables:

    BALES_FED_PASTURE is the table, the trigger to run.

    BALES_STORAGE is the table the trigger is to copy certain columns.

    I thank very you much for any help.

    Matthew

    FriendlyTooo wrote:

    I have a table that has a column (called DATE_FED) that must be registered in the format string.

    If you book the date in a format string. Bad design. In any case, what is this format? Register you as hh24:mi:ss dd/mm/yyyy or DD-me-YYYY, or... You what it is, you must use this format in your trigger:

    insert into BALES_STORAGE (BALES_LOST_SUBTRACTED, HARVESTING, CUTTING, STACKYARD, DATE_MOVED, FED_ID, BALE_YEAR) values (: new.) BALES_FED,: new. CULTURE: new. CUTTING: new. STACKYARD, TO_DATE(:new.) DATE_FED, "whatever-format-is"),: new. FED_ID,: new. BALE_YEAR);

    SY.

  • dll memory allocation issues

    Hello

    I recently had trouble with a program that calls a dll that I write in C. The dll uses LabView functions for the memory manager to allocate and free memory for a string of Labview in an ErrorCluster.

    I know there has been a lot of posts on this topic, but none seemed exactly applies to my case.

    At the start of the vi, everything works well in the beginning, only when it ends and restart, LabView crashes. It seems as if LabView crashes as soon as it tries to free memory (amended) of th Errorcluster.

    Starngely what it always crashes. The program could be running 2 - 3 times in a row, then fall for the third time.

    I managed to reproduce the error in a small program. VI and the dll code are attached.

    I hope that I did not lack a post that already addresses this problem.

    Thanks for your help/advice

    There is nothing intrinsically wrong about changing the string handles in a LabVIEW DLL, but you must confirm to the Protocol.

    There is a very likely potential problems with your C code.

    Yoou should really ensure good packing your definition of cluster of error with

    #pragma pack (1)

    #pragma pack()

    for 32-bit Windows. Otherwise you can get by with the alignment as LabVIEW for Windows problems use packing byte to its data structures, but your C compiler will probably try to align the code string and the error on the limits of 4 bytes, resulting in your DLL corrupt pointer real string handle bad.

    In addition to this your handling and the copy of the Stiring is VERY low and therefore prone to errors.

    Instead your SetError() function might look more like this:

    MgErr SetError(LVError *thisError, LVBoolean thisStatus, int32_t thisCode, char *thisSource)
    {
    int newsize = StrLen (thisSource);
    MgErr err;

    Set status and Code
    thisError-> status = thisStatus;
    thisError-> code = thisCode;

    If (thisError-> source)
    ERR = DSSetHandleSize (thisError-> source, newsize + sizeof (int32));
    on the other
    {
    thisError-> source = DSNewHClr (newsize + sizeof (int32));
    If (! thisError-> source)
    ERR = mFullErr;
    }
    If (! err)
    {
    MoveBlock (thisSource, LStrBuf (*(thisError->source)), newsize);
    LStrLen (*(thisError->source)) = newsize;
    }
    return err;
    }

    and it could be even simpler:

    MgErr SetError(LVError *thisError, LVBoolean thisStatus, int32_t thisCode, char *thisSource)
    {
    int newsize = StrLen (thisSource);
    MgErr err;

    Set status and Code
    thisError-> status = thisStatus;
    thisError-> code = thisCode;

    ERR = NumericArrayResize (uB, 1, & (thisError-> source), newsize);
    If (! err)
    {
    MoveBlock (thisSource, LStrBuf (*(thisError->source)), newsize);
    LStrLen (*(thisError->source)) = newsize;
    }
    return err;
    }

  • Anyone have an example on pickering 40-575 matrix to define a model of close several relay?

    Anyone have an example on pickering 40-575 matrix to define a model of close several relay?

    I try to use a loop to set a relay at some point but he saw open relay closed when you set the relay in the table.

    Thanks in advance.

    Ah, see page 71 of the help file for this string of bad default.  The documentation is pretty good

    http://downloads.pickeringtest.info/downloads/documentation/help/pi40iv/LabVIEW/pi40iv_LVfunctionRef...

  • Slow queries in executable on the Surface of Win8

    Having a problem with an executable file using LV 2013 and connectivity toolkit.  Exe works fine on my Win7 32 bit machine and the code works well in development on Win 8 Surface mode.  Functioning as an EXE file on the same winning 8 Surface is extremely slow (factor of 20 or so slower that the mode of development on the machine either EXE or on Win7 machine).

    I see a variety of positions "to do something special with EXE using connectivity tools" but they are all<2006 and="" the="" exe="" works="" fine="" on="" win7="" machine="" so="" i'm="" thinking="" they="" "something="" specials"="" are="" not="">

    Pointing to a localhost MySQL database. Database contains about 15 tables and no table has more than 10 k lines.  Does nothing exotic in queries and there is not many of them, like going from databases. Multiple queries (but maybe not all of them, I'm not sure) involving different tables are slow.

    Have tried (all to no effect):

    1] connecting to a remote instance of MySQL with the same data

    2] recompile the EXE file

    [3] restart of the Surface

    Am trying another Surface. Will also try to compile on the Surface (it is currently compiled on Win7-32 and settles to the Surface of Win8 64).

    Any thoughts?

    Solved.  It turns out that it was a combination of a string of bad connection and not degenerated errors and multiple reconnection attempts.

    It was useful; I'll post it here in the interest of sharing: https://www.connectionstrings.com/mysql-connector-odbc-5-2/

  • Service Dell UPS 2700W battery warning

    Yesterday, one of our Dell UPS 2700W pulled an alarm and the error log reports as 149 alarm.  According to the manual, here's the description:

    "Has a string of bad battery."
    detected and consequently, summer
    the charger is off.

    The recommended action is to "Communicate with your service representative."  I was wondering if anyone can shed some light on this error message.  What exactly does that mean and can I do short of Dell in fact call for help.

    I appreciate any help or suggestions.  For now, the backlight on the display front is orange instead of blue and the there is a battery icon will blink with a line through it.

    In addition, the Dell UPS management software shows that everything is working normally, so I'm confused.

    Hello Delled

    The error is a mistake General battery. Make sure the firmware is version 1.12 or later and reinstall the battery. Next, you need to clear the error from the console of the inverter. If the error returns then the battery will probably be replaced.

    Thank you

    http://support.Dell.com/support/topics/global.aspx/support/KCS/document?c=us&docid=425818

  • Connection.Open () hangs

    We have a Windows Server 2008R2 with the installed Oracle 64-bit client.

    I have confirmed that it is functional and configured correctly by creating a test.udl and successfully test the connection.

    Even if I copy the string connection of the test.udl (including user and password information) and paste it into an ASP.Net page, when I call MaConnexion. Open() page crashes.

    Static pages work fine on the webserver, as do the ASP.Net pages that do NOT try to connect to a database.

    I checked that everything is 64-bit (client application pool, OS, oracle).

    No error is ever returned.  I tried wrappoing the MaConnexion. Open() in a try block, nothing helps.  From the browser, the page crashes just minutes and thereafter, you get the standard page cannot be displayed error.  I don't know if it's oracle or IIS or what, but I am at a loss with no seek error message, no db asp.net pages works very well and the udl test successfully.

    Any help would be greatly appreciated.

    If you comment on 'MaConnexion. Open()' on the page then it crashes?

    If you deliberately set a string of bad connection in the page then it crashes?

    If you deliberately set an incorrect provider in the connection string name then it crashes?

    I want to know whether OraOLEDB is causing this problem and if connection to the database of user10875959 causes this problem.

    Good to know that your problem is solved by setting the PATH variable.

    I don't know if my case has user10875959 business relationship.

    In my case in the old days:

    1. IIS process charge the old value of the 'PATH '.
    2. Install Oracle changes the value of the 'PATH '.
    3. A new method of load the new value of the 'WAY' and it can connect to the database.
    4. a child process started by IIS seems to use the old value of the 'PATH' copied from IIS and it can 'not' connect to the database. The reason may be that OraOLEDB10 does not find OraOleDbPus10.dll and it shows the "invisible" error dialog box
    5. 'Reboot' force IIS to take in charge the new value of the 'PATH '.
  • Space, Boundfiller, etc.

    Hey Gang,

    I burned a bunch of time trying to figure this point and I'm offended!

    Oracle 11 GR EE 2 with all the goodies on Linux

    The Table-

      CREATE TABLE "VIA"."DUST_TMP" 
       ( "MEASURE_DT" TIMESTAMP (6), 
      "GEOM" "MDSYS"."SDO_GEOMETRY" , 
      "HEADING" NUMBER, 
      "SPEED" NUMBER
       ) SEGMENT CREATION IMMEDIATE 
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS NOLOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) ;
    

    The data-

    2011-02-26 17:12:46.000,34.072221999999996,-117.790046,67,58
    2011-02-26 17:12:46.000,34.072221999999996,-117.790046,67,58
    2011-02-26 17:12:47.000,34.072315000000003,-117.78976900000001,67,58
    2011-02-26 17:12:47.000,34.072315000000003,-117.78976900000001,67,58
    2011-02-26 17:12:49.000,34.072454,-117.788935,67,58
    2011-02-26 17:12:51.000,34.072454,-117.788935,67,58
    2011-02-26 17:12:49.000,34.072454,-117.788935,67,58
    2011-02-26 17:12:50.000,34.072454,-117.788935,67,58
    2011-02-26 17:12:51.000,34.072454,-117.788935,67,58
    2011-02-26 17:12:50.000,34.072454,-117.788935,67,58
    

    -The control file

    options(
    direct=false,
    rows=1000,
    load=10
    )
    load data
    infile 'dataset.csv' "str '\r\n'"
    append into table dust_temp
    fields terminated by ','
    OPTIONALLY ENCLOSED BY '"' AND '"'
    trailing nullcols
               ( MEASURE_DT TIMESTAMP 'yyyy-mm-dd hh24:mi:ss.ff',
                 a1 boundfiller,
                 a2 boundfiller,
                 HEADING,
                 a3 boundfiller,
                speed  "(:a3 * 1609.344) / 3600",
                 GEOM  expression "via.f_make_2dpoint(:a1,a2,8307)"
               )
    

    -The log file

    SQL*Loader: Release 11.2.0.1.0 - Production on Wed Jan 7 16:28:18 2015
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    Control File:   inrix.ctl
    Data File:  Dataset.csv
      File processing option string: "str '
    '"
      Bad File:     Dataset.bad
      Discard File:  none specified
    
     (Allow all discards)
    
    Number to load: 10
    Number to skip: 0
    Errors allowed: 50
    Bind array:     1000 rows, maximum of 256000 bytes
    Continuation:    none specified
    Path used:      Conventional
    
    Table DUST_TMP, loaded from every logical record.
    Insert option in effect for this table: APPEND
    TRAILING NULLCOLS option in effect
    
       Column Name                  Position   Len  Term Encl Datatype
    ------------------------------ ---------- ----- ---- ---- ---------------------
    MEASURE_DT                          FIRST     *   ,  O(") DATETIME yyyy-mm-dd hh24:mi:ss.ff
                                                          O(")
    A1                                   NEXT     *   ,  O(") CHARACTER
      (BOUNDFILLER FIELD)                                 O(")
    A2                                   NEXT     *   ,  O(") CHARACTER
      (BOUNDFILLER FIELD)                                 O(")
    HEADING                              NEXT     *   ,  O(") CHARACTER
                                                          O(")
    A3                                   NEXT     *   ,  O(") CHARACTER
      (BOUNDFILLER FIELD)                                 O(")
    SPEED                                NEXT     *   ,  O(") CHARACTER
                                                          O(")
        SQL string for column : "(:a3 * 1609.344) / 3600"
    GEOM                                                      EXPRESSION
        SQL string for column : "via.f_make_2dpoint(:a1,a2,8307)"
    
    value used for ROWS parameter changed from 1000 to 165
    Record 1: Rejected - Error on table INRIX_DUST_TMP, column GEOM.
    ORA-00984: column not allowed here
    

    So, one may wonder why I'm going through this torture?  The daughter of the source is > 550 million lines

    I initially loaded the file and just pulled in the LAT & long and the speed in MPH (we use m/s) management.

    You try to run a query to update on all 550 million will FORVER lines not to mention the construction of the spatial index and the index of key pri and will really tax the system.

    So I thought, do all the conversion on the input.  The function will happily create the geometry of the point, and then by converting mph in m/s is a little simple math.

    So what I am lost is the notion of the boundfiller and the order of the columns (I think).

    Little help from you sqlldr guru?

    See you soon.

    I found the problem... To what you have to do is ask the universe and he'll tell you.

    GEOM  expression "via.f_make_2dpoint(:a1,a2,8307)"
    

    Note the colon missing before "a2".

  • Why CRLF are treated differently when called via bridgetalk?

    I stumbled upon another mystery: when I run a script directly in ExtendScript, he interpreters '\r' as a CRLF. Yet, when I called him by bridgetalk, the '\r' was left as text.

    This strange behavior is if I set the target to photoshop or not. Can someone tell me why please?

    Here's the unit test (CS6, Windows 10)

    -L' script call:

    #target bridge

    var bt = new BridgeTalk;
    BT. Target = "photoshop."
    var myPath = "~ / Desktop/testCarriageReturnSubstitution.jsx ';"
    var ScriptFile = new queue (myPath);
    fOpen var = scriptFile.open ('r');
    script var = scriptFile.read ();
    $.writeln (script);
    BT. Body = script;

    BT. Send();

    -Test script:

    #target photoshop

    var badString = ' \rTitle\rCity, State - USA December 2015 ";

    var nouvelleChaine = badString.replace ('\n', "\n");

    $.writeln (badString);

    $.writeln (newString);

    The runtime directly via ExtendScript result:

    Title

    City, State - USA December 2015

    Result: not defined

    Result when called via the calling script:

    Result: true

    \rTitle\rCity, State - USA December 2015

    Thank you

    / Tim

    Thank you, Uwe for responding! I tried that before posting, and the result was '\\r '. It seems bridgetalk converts these escape characters to the text.

    I found another thread (Re: \n doesn't work does not correctly) addressing the question, pointing way back to CS2 times! Wonder why Adobe does not solve the problem, and/or documenting this bug to save us some headaches, or maybe they he documented in a dark place.

    Workaround to this problem is to use decodeURI and use the hexadecimal code for these special characters. In my original unit test, I have changed the script photoshop for the following:

    #target photoshop
    var title = "title text";
    var CityState = "San Francisco, California";
    var badString = ' \r'+Title+'\r'+CityState;
    var goodString is decodeURI (Title + "%0d" + CityState);.

    $.writeln (' string bad encoding: ', badString);
    $.writeln (' string right encoding: ', goodString);

    Result:

    A string of bad encoding: \rTitle Text\rSan Francisco, California

    Right channel coding: title text

    San Francisco, California

  • pulling my hair out for a signature valid pdf

    Using Acrobat 9 Pro with a new server certificate to a different certification authority that I tried to put a signature invalid in a pdf file. For some reason any acrobat gives me the "Signature is invalid" message with a red cross. When I open the Details dialog box of the certificate I see a "!" down with the message "the path of the certificate selected contains errors: invalid policy constraint. I'm not really sure what it means? the constraints are not valid? Then I read acrobat can do a log during the validation process, so I was wondering if it would help, I had something like that (I've edited a few pieces to protect my client):

    20110913195706Z:

    20110913195706Z: validation chart cert with 1 channels

    20110913195706Z: validation of string: CertChain_ [edit] length = 5

    20110913195706Z: - ChainBuilder -

    20110913195706Z: certificate of treatment: DN: cn = [edit] CA - G2, o = [change], c = NL Series: [change]

    20110913195706Z: audit time = 20110913131236 + 0200

    20110913195706Z: certificate of treatment: DN: cn = [change] - G2, o = [change], c = NL Series: [change]

    20110913195706Z: audit time = 20110913131236 + 0200

    20110913195706Z: certificate of treatment: DN: cn = [change] - G2, o = [change], c = NL Series: [change]

    20110913195706Z: audit time = 20110913131236 + 0200

    20110913195706Z: certificate of treatment: DN: cn = [change] - G2, o = [change], c = NL Series: [change]

    20110913195706Z: audit time = 20110913131236 + 0200

    20110913195706Z: certificate of treatment: DN: cn = [change], OU = [change], o = [change], l = [change], st = [change], c = NL Series: [change]

    20110913195706Z: audit time = 20110913131236 + 0200

    20110913195706Z: added string flags badly 0x200 generator

    20110913195706Z: end of string Validation.  TroubleFlags: 200

    20110913195706Z:

    I am particularly interested if someone knows what that this line "added string flags badly 0x200 generator" means?

    Any help is greatly appreciated!

    Hi lullolullo,

    You came to the right place. Signature validation begins with trust. If you do not trust the signer, or one of the certificates in the chain of signature, then nothing happens. A signature string looks like this:

    Big Time CA root Cert

    Intermediate CA

    End entity (the signatory, or in this case, you)

    You must assign trust at least one of the certificates in the signature string. You can either add trust via the dialog manage identities approved or by a preference where you can inherit trust from the Windows certificate store (Windows only, not Mac). To see the string in the signature you want to do the following:

    • Right mouseclick on the signature
    • Select Show Signature properties in the pop-up menu
    • Click view certificate in the Signature Properties dialog box
    • The string is displayed in the tree view on the left side of the dialog box

    If you select the trust tab, and then different certificates in the output string, you will be able to see what is the anchor of trust.

    Enough confidence, to Restrictions of strategy. When a certification authority (CA) issues certificates, they will often add the certificate policy extension. You can find this by selecting the Details tab, and then scroll the list box for the certificate policies. Politics is a long number in dotted line that acts as a marker for a specific set of rules. The rules themselves tend to be published online in a "Certificate Practice Statement" document, but becomes a bit beyond the scope of your problem. The rule can mean something as all certificates under this political constraint problems are communicated to the employees of the company XYZ and must be a hardware token. This is an example of something you might see but I do not say it the exact scenario that appeal to you.

    The root CA generally do not have an extension of certificate policy, but all the certificates under it make sense that this string obeys a set of specific rules.

    On the application of the rules. Let's say you have this Big Time, which issues certificates for IBM, Microsoft, Apple and Adobe. Each of these strings contain a different certification policy. Now, let's say that I trust it Big Time, which means that each signature that created this channel until Big Time would be reliable and valid. Now let's say I want to only trust the signatures coming from my fellow Adobe employees. What I would do, is add a policy of Restriction to the trust setting, which makes the more granular trust.

    Towards the top, where is Restriction policy. The strategies on the display of the certificate tab. When you view the certificate itself that is designated as the anchor of trust do you see something in the area of Group Policy Restrictions? I mean something data in the certificate policies field edition which seems to be gray. If Yes, then the signatory certificate and other certificates in the chain must have the numbered in certificate policy Extension.

    If the restriction is there, you can remove it by going in the dialog Manage approved identities , you can get from the menu Advanced . From there, you will need to select certificates from the drop-down list display. Find the certificate that corresponds to the anchor of the trust, selected in the drop-down list, and then click Edit Trust . Finally, select the policy Restrictions on the dialog box change the Certificate Trust. However, I'm not, and advise you to break any policy of the company if they want the restriction in place.

    Steve

  • ... is "expected a string object" or "bad parameters."

    When I combine pdf document 'A' (10 pages) with pdf document 'B' (50 pages), I get 1 2 warnings: 'string object expected' or 'bad settings.' The document that results from 'C' is (in this example) 59 pages with lack of page 1 of the document 'B '.

    This suggests that your 'B' file is corrupted and specifically, that corruption is on the first page. There are no that you can do to solve this problem. If you created this document, and you still have the original file that you used to create the PDF file, I re - create the document and see if that fixes the problem. If it is not the case, then the chances are that something you have included on this page is causing this problem (may be for example a corrupted image, or a corrupt police).

  • Can't export an internal error has occurred: bad argument #1 to 'find' (string expected, got the draw)

    Cannot export

    An internal error has occurred: bad argument #1 to 'find' (string expected, got the draw)

    No one can tell you anything. Your track is not the least useful info like what is exported from which program on which system and so on.

    Mylenium

  • At the start of Lightroom, I get this error message "bad argument to"loadstring"#1 (string expected, got Boolean). Someone knows how to fix this?

    When you try to access my library, I get an error message stating "bad argument #1 to 'loadstring' (string expected, got Boolean).

    I have already uninstalled and reinstalled Lightroom and it always appears.

    It may be a bad plugin. Try disabling all plugins, then by restarting LR.  To disable the plugins:

    1 file > plug-in Manager

    2. Select a plugin in the left column.

    3. in the right column, scroll down to the Status section.

    4. If necessary, expand the section status by clicking on the triangle to the left of the 'status '.

    5. click on disable.

  • bad connect to Sql * more via command and cannot log on to the designer (need for connection string)

    I installed Oracle Developer with success, but having bad connect to Sql more than command line, also unable to connect via the developer tools, I get a TNS: Connect timeout occurred. This happens also for the "Plus" Sql for Windows.

    Oracle Forms connect error.png


    However, I can connect via the Sql Plus command window when it is executed from "Start-> all programs", but not when I first run the command window:

    sqlplus error.PNG


    I have a good Oracle 11 g install on Windows 7 and a good developer Sql install so I can connect to databases, but something does not work when you try to connect through these tools. Although Sql Plus works when called from 'Start-> all programs'

    sqlplus scott/tiger - don't use SQL * Net, you can connect like this even with the listener is stopped.

    Developer SQL can ONLY connect using SQL * Net & can be blocked by the firewall

    to connect using sqlplus & SQL * Net, you need to invoke it as below

    sqlplus scott/tiger@orcl

  • points to the string displayed influence bad points on the smart object

    I found a curious problem, in that I can't reproduce in a whole new file, but the file that has occurred and when you drag the ER in another image, it seems to be persistent:

    When you try to make a chain of a dynamic object by grabbing and dragging a point angle moves rather than diametrically opposed.

    And if after being in perspective changing some grab-able points seem to lie in different places than displayed.

    The question is not really a problem, but mystifying, so if someone could elucidate on how I made this apparent confusion don't please.

    Unfortunately, the Forum does not allow for the display of layered image formats...

    Edit: Photoshop 12.0.4 on OS X 10.6.7

    > Have you filed a bug report?

    No, there are other bugs reported older that I prefer to see fixed before this one.

    It would be sad if you and I were the only guys who fell on this 'feature' :))

Maybe you are looking for

  • Classic game "astral world 2000"?

    Greetings, In the year 2000 and 2001, I used to enjoy a game called Astral World 2000, I think.  It was a "browser" abstract game requiring a connection through the web and the annual subscription.  Certainly, he has closed its doors and off the serv

  • Thank you Apple!

    Hello I want to thank all the employees of the company Apple. I've never seen such a client big and friendly support service in my life. I bought my first Iphone 1.5 years. Before I have used other brand phones. But now I see why Apple is the largest

  • WD My Passport stopped

    Hi all My Ultra WD 1 TB Passport stopped working when I tried to use it under windows. It used to work fine on my mac, the latest version and I sed time machine to back up. Now, on windows, it is recognized but I don't see the files more. Can someone

  • E5-772 Acer Recovery Management not opening point 8.1 Windows

    Hello I tried to get rid of a hijacker rather bad for several weeks and after many attempts, try to remove such malware, support removal programs. I decided to reset my computer by default. When I tried to use recovery management, as long as I got la

  • BlackBerry Smartphones memory expantion

    Hi guys! I would like to know if I can use a 4 GB memory MICROPHONE of my BB instead of tha memory 1 GB there now. It goes back and forth like any problem for example in tha BB speed?