Jump to content

AmberHelios

Members
  • Content Count

    2763
  • Joined

  • Last visited

Posts posted by AmberHelios


  1. Hi,

    BCCode: 124 is a Hardware Failure though software such as BIOS, low level chipset drivers, drivers,
    and even security programs can cause it.

    Check this thread for information on using BlueScreenView, MyEventViewer, and other methods
    to troubleshoot BlueScreens - top 3 replies.

    http://social.answers.microsoft.com/Forums/en-US/w7repair/thread/c675b7b8-795f-474d-a1c4-6b77b3fcd990
     

    Since it's a relatively new build hardware, BIOS, low level chipset drivers are among the things you should check.

     

    This is usually heat related, defective hardware, memory or even processor though it is "possible" that it is driver related (rare). Remove ALL power and reseat all cards, memory and cables (on both ends) - actually remove and replace - do not just snug.
    Make sure the system has adequate ventilation
    Carefully inspect the motherboard and other cards for damage.
    Pay attention to the fatal hardware error implication.
    You may need a real computer shop or the System maker's Support.
     
    There have been a few instances where Norton/Symantec and other antivirus/security programs have caused this error.
     
    BCCode: 124   0x00000124

    The WHEA_UNCORRECTABLE_ERROR bug check has a value of 0x00000124.
    This bug check indicates that a fatal hardware error has occurred. This bug check uses the error data that is provided by the Windows Hardware Error Architecture (WHEA). 

    http://www.faultwire.com/solutions-fatal_error/The-system-encountered-an-uncorrectable-hardware-error-0x00000124-*1289.html
     
    Hope this helps 
     
    Rgds Iago

  2. Ive answered your pm but for others 

     

    the launcher contains no malicious code, its safe to use.

     

    https://www.virustotal.com/en/file/323da04bdbfc9ccdb4fa64e17e499fa66bfe3cd04e8514e2a334fb7854f43da8/analysis/1437750088/

     

    the HEUR means heuristic detection 

     

    its quite funny when you look at the avg detection for heuristic it quite often finds its own temporary files and deletes them as malicious code.

     

    most Win32/Heur are false positives if you do any development of object based languages to compile applications 9 times out of ten it will show up as a virus as its unknown code.an actual scan of the file records in no viruses

     

     

    http://www.avgthreatlabs.com/ww-en/virus-and-malware-information/content/win32-heur/


  3. Hmm. Just yesterday I did an completely clean install of Arma2OA and DayZMod via Steam and fired it up with no issues at all. *shrugs*

     

    its to do with steam not always adding the registry values for ca due to permissions. if the registry entries are there it will run combined ok if they are not then it does not know where arma2 is to load. 


  4. R4Z0R49 has asked me to create a server browser for vanilla DayZ mod servers, Working with admins from some of the vanilla server this is what we have so far.

     

    Two of the big problems we always see from new and old players

     

    1. trying to find a vanilla server to play on.

    2. trying to work out the addons folder.

     

    Hopefully the launcher should help in both case's.

     

    This is a test version you guys can try.

     

    Install DayZMod on steam.

    1. Download arma2

    2. Start arma2

    3. Download arma2OA

    4. Start arma2OA

    5. Download DayZMod 

    6. Install launcher

     


     

    Drop us some feedback/thoughts.

    • Like 4

  5. Hey, I was wondering if I can run DayZ on my computer

    GeForce 8600 GT 

    Intel® Core2 Duo CPU        E6850  @ 3.00ghZ

    4.00 GB RAM 

    1680 x 1050, 60 Hz

    Windows 8.1

    Thank you for your time

     

    Hi welcome to the forums,

     

    Try reading a few of the sticky topics. Merged with mega thread on subject.

     

    it should run but won't be great FPS

    • Like 1

  6.  

     
    if (getPlayerName == "kichilron") then {

    player addMagazine "item_Weisswurst";

    };

     

    if (getPlayerName == "Baker") then {	removeAllItems player;	player addWeapon "Makarov";	player addMagazine "8Rnd_9x18_Makarov";	_Secondary = currentWeapon player;	player addEventHandler ["fired", {if (alive player) then { player SetDamage 1.1;};}];	cutText [format["You think about your actions"], "PLAIN DOWN"];	sleep 4;	cutText [format["the PITA you have been"], "PLAIN DOWN"];	sleep 4;	cutText [format["noone can take this shit any longer..."], "PLAIN DOWN"];	sleep 2;	cutText [format["Goodbye Baker!"], "PLAIN DOWN"];	player playmove "ActsPercMstpSnonWpstDnon_suicide1B";	sleep 8.4;	player fire _Secondary;};

    rgds 

    Amber

×