nsking01

New Member
Joined
Apr 18, 2012
Messages
2
i was installing matlab release 2009a on windows7 starter then an error occurs when the installation was at 22% that the whole screen disappers and the whole sreen becomes black.....then a blue screen apppears which had an error message that physical memory dump.....and the system then restarts.....an error message occurs as the desktop appearsProblem signature: Problem Event Name: BlueScreen OS Version: 6.1.7601.2.1.0.768.11 Locale ID: 16393Additional information about the problem: BCCode: 124 BCP1: 00000000 BCP2: 85BCA024 BCP3: B6000000 BCP4: 00010015 OS Version: 6_1_7601 Service Pack: 1_0 Product: 768_1Files that help describe the problem: C:\Windows\Minidump\040312-48126-01.dmp C:\Users\acer\AppData\Local\Temp\WER-61511-0.sysdata.xmlRead our privacy statement online: Windows 7 Privacy Statement - Microsoft Windows the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\erofflps.txt*what is the way to deal with this problem....
 


Solution
The error you encountered during the installation of MATLAB 2009a on Windows 7 Starter, leading to a blue screen with a physical memory dump, is likely due to a system crash related to a Blue Screen of Death (BSOD). The error information you provided indicates a BCCode 124, which typically signifies a hardware or driver issue. Here are some steps you can take to address this problem:

1. Check System Requirements:

  • Ensure that your system meets the requirements for running MATLAB 2009a. Inadequate system resources can cause crashes during installation.

    2. Update Drivers:

  • Update your graphics card driver, as faulty or outdated drivers can lead to BSOD errors. Visit the manufacturer's website to download...
The error you encountered during the installation of MATLAB 2009a on Windows 7 Starter, leading to a blue screen with a physical memory dump, is likely due to a system crash related to a Blue Screen of Death (BSOD). The error information you provided indicates a BCCode 124, which typically signifies a hardware or driver issue. Here are some steps you can take to address this problem:

1. Check System Requirements:

  • Ensure that your system meets the requirements for running MATLAB 2009a. Inadequate system resources can cause crashes during installation.

    2. Update Drivers:

  • Update your graphics card driver, as faulty or outdated drivers can lead to BSOD errors. Visit the manufacturer's website to download and install the latest driver.

    3. Check for Windows Updates:

  • Make sure your Windows 7 Starter is up to date with all the latest updates. Some updates may contain fixes for system stability and compatibility issues.

    4. Run System File Checker (SFC) Tool:

  • Use the System File Checker tool to scan and repair corrupted system files. Open Command Prompt as an administrator and run the command sfc /scannow.

    5. Check for Overheating:

  • Check if your system is overheating during the installation. Overheating can lead to system instability. Ensure proper ventilation and cooling for your device.

    6. Analyze Minidump Files:

  • The Minidump files in C:\Windows\Minidump\ can provide detailed information about the crash. You can analyze them using tools like BlueScreenView to identify the cause.

    7. Memory Test:

  • Perform a memory test using Windows Memory Diagnostic tool to check for any issues with your system's memory.

    8. Disable Automatic Restart on System Failure:

  • To read the error message on the blue screen, you can disable automatic restart on system failure. Right-click on 'Computer' -> 'Properties' -> 'Advanced system settings' -> 'Startup and Recovery Settings' -> Uncheck 'Automatically restart'. After trying these steps, if the issue persists, it might be beneficial to seek further assistance from a technical expert or consult MATLAB support for installation issues specific to their software. Remember to back up your important data regularly to prevent any loss during troubleshooting processes.
 


Solution
Back
Top