Announcement

Collapse
No announcement yet.

Burnin Error: 0xc000007b with WinPE & UFD

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Burnin Error: 0xc000007b with WinPE & UFD

    I've setup the UFD PE version of burnin which starts up and when it trys to run burnin I get "The application was unable to start 0xc000007b click ok to close the application".

    I've made a new UFD with the 32 BIT version which runs but I'm guessing it wont test more than 4 GB RAM being 32 BIT?

    Could you also check this is right in my startnet file which runs but it doesnt format/partition any drive it just errors..

    wpeinit
    diskpart /s diskpart.txt
    select disk 0
    clean
    create partition primary
    select partition 1
    active
    format quick fs=ntfs
    assign letter=c
    "x:\Program Files\BurnInTest\bit.exe" –h -x -r -c lastused.bitcfg

    Can anyone help?
    Last edited by Andy@GamersPC; Jan-27-2012, 07:56 PM.

  • #2
    There is a PDF file here about how to make a WinPE build.
    http://www.passmark.com/ftp/BIT_WinPE.pdf

    Yes, the 32bit software can only test 4GB of RAM.

    Comment


    • #3
      Yeah that was the guide I was following I will try to make another 64 bit version. Does the startnet file look right for making the c: ?

      Comment


      • #4
        Your Startnet.cmd file does not look OK. I believe you need to move your disk partition commands into a diskpart.txt file:

        Startnet.cmd file would contain:
        wpeinit
        diskpart /s diskpart.txt
        "x:\Program Files\BurnInTest\bit.exe" –h -x -r -c lastused.bitcfg

        diskpart.txt file would contain:
        select disk 0
        clean
        create partition primary
        select partition 1
        active
        format quick fs=ntfs
        assign letter=c

        Note: This will of course detroy the data on disk 0.

        If this does not work, then maybe the problem is either a missing or incompatible dll. Specifically you need a compatible version of msvfw32.dll installed as per step 5 of our guide:
        http://www.passmark.com/ftp/BIT_WinPE.pdf

        Comment


        • #5
          diskpart now looks to work but I get

          x:\Program Files\BurnInTest\bit.exe" –h -x -r -c lastused.bitcfg is not compatible with the version of windows your running. Check your computers system information for whether or not you need x86 32 bit or x64 64 bit bit version of this program.

          I've checked Program Files\BurnInTest\bit.exe and it's using the 64 BIT version of burnin and the hardware and the CPU is 64 BIT supported.
          Last edited by Andy@GamersPC; Jan-30-2012, 01:35 PM.

          Comment


          • #6
            Originally posted by Andy@GamersPC View Post
            I've checked Program Files\BurnInTest\bit.exe and it's using the 64 BIT version of burnin and the hardware and the CPU is 64 BIT supported.
            You can safely ignore if the CPU supports 64bit or not. That only means it is capable of addressing more than 4GB of memory when using a 64bit Operating System. The message you are getting is because of one of the following:

            1. You are trying to run BIT.exe 64bit binary on a 32bit WinPE
            2. You are trying to run BIT.exe 32bit binary on a 64bit WinPE

            You need to match the BIT.exe architecture to that of the WinPE you are using.

            Comment


            • #7
              I've created it again calling it "11" and I get 0xc000007b when it tries to run bit.exe I've double checked and manually ran bit.exe from the command line before I created the ISO and it was the 64 BIT edition.

              Updating path to include dism, oscdimg, imagex
              C:\Program Files\Windows AIK\Tools\PETools\
              C:\Program Files\Windows AIK\Tools\PETools\..\AMD64;C:\Program Files\Windows
              AIK\Tools\PETools\..\x86
              C:\Program Files\Windows AIK\Tools\PETools\..\AMD64\Servicing;C:\Program File
              s\Windows AIK\Tools\PETools\..\x86\Servicing;

              C:\Program Files\Windows AIK\Tools\PETools>copype amd64 c:\11
              ================================================== =
              Creating Windows PE customization working directory
              c:\11
              ================================================== =
              1 file(s) copied.
              1 file(s) copied.
              1 file(s) copied.
              1 file(s) copied.
              1 file(s) copied.
              C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\bcd
              C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\boot.sdi
              C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\bootfix.bin
              C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\efisys.bin
              C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\efisys_noprompt.bin
              C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\etfsboot.com
              C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\fonts\chs_boot.ttf
              C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\fonts\cht_boot.ttf
              C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\fonts\jpn_boot.ttf
              C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\fonts\kor_boot.ttf
              C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\fonts\wgl4_boot.ttf
              11 File(s) copied
              C:\Program Files\Windows AIK\Tools\PETools\amd64\EFI\boot\bootx64.efi
              C:\Program Files\Windows AIK\Tools\PETools\amd64\EFI\microsoft\boot\bcd
              C:\Program Files\Windows AIK\Tools\PETools\amd64\EFI\microsoft\boot\fonts\c hs_bo
              ot.ttf
              C:\Program Files\Windows AIK\Tools\PETools\amd64\EFI\microsoft\boot\fonts\c ht_bo
              ot.ttf
              C:\Program Files\Windows AIK\Tools\PETools\amd64\EFI\microsoft\boot\fonts\j pn_bo
              ot.ttf
              C:\Program Files\Windows AIK\Tools\PETools\amd64\EFI\microsoft\boot\fonts\k or_bo
              ot.ttf
              C:\Program Files\Windows AIK\Tools\PETools\amd64\EFI\microsoft\boot\fonts\w gl4_b
              oot.ttf
              7 File(s) copied
              1 file(s) copied.
              Success
              Updating path to include peimg, cdimage, imagex
              C:\Program Files\Windows AIK\Tools\PETools\
              C:\Program Files\Windows AIK\Tools\PETools\..\AMD64

              c:\11>DISM /Mount-wim /WimFile:c:\11\winpe.wim /index:1 /MountDir:c:\11\mount
              Deployment Image Servicing and Management tool
              Version: 6.1.7600.16385
              Mounting image
              [==========================100.0%================== ========]
              The operation completed successfully.
              c:\11>DISM /image:c:\11\mount /Add-Package /PackagePath:"C:\Program Files\Window
              s AIK\Tools\PETools\amd64\WinPE_FPs\winpe-wmi.cab"

              Deployment Image Servicing and Management tool
              Version: 6.1.7600.16385
              Image Version: 6.1.7600.16385
              Processing 1 of 1 - Adding package WinPE-WMI-Package~31bf3856ad364e35~amd64~~6.1
              .7600.16385
              [==========================100.0%================== ========]
              The operation completed successfully.
              c:\11>DISM /image:c:\11\mount /Add-Package /PackagePath:"C:\Program Files\Window
              s AIK\Tools\PETools\amd64\WinPE_FPs\winpe-hta.cab"

              Deployment Image Servicing and Management tool
              Version: 6.1.7600.16385
              Image Version: 6.1.7600.16385
              Processing 1 of 1 - Adding package WinPE-HTA-Package~31bf3856ad364e35~amd64~~6.1
              .7600.16385
              [==========================100.0%================== ========]
              The operation completed successfully.
              c:\11>DISM /image:c:\11\mount /Add-Package /PackagePath:"C:\Program Files\Window
              s AIK\Tools\PETools\amd64\WinPE_FPs\winpe-scripting.cab"

              Deployment Image Servicing and Management tool
              Version: 6.1.7600.16385
              Image Version: 6.1.7600.16385
              Processing 1 of 1 - Adding package WinPE-Scripting-Package~31bf3856ad364e35~amd6
              4~~6.1.7600.16385
              [==========================100.0%================== ========]
              The operation completed successfully.
              c:\11>DISM /unmount-Wim /MountDir:c:\11\mount /Commit
              Deployment Image Servicing and Management tool
              Version: 6.1.7600.16385
              Image File : c:\11\winpe.wim
              Image Index : 1
              Saving image
              [==========================100.0%================== ========]
              Unmounting image
              [==========================100.0%================== ========]
              The operation completed successfully.
              c:\11>OSCDIMG -n -h -bc:\11\etfsboot.com c:\11\iso c:\11.iso
              OSCDIMG 2.55 CD-ROM and DVD-ROM Premastering Utility
              Copyright (C) Microsoft, 1993-2007. All rights reserved.
              Licensed only for producing Microsoft authorized content.

              Scanning source tree
              Scanning source tree complete (21 files in 9 directories)
              Computing directory information complete
              Image file is 201568256 bytes
              Writing 21 files in 9 directories to c:\11.iso
              100% complete
              Final image file is 201568256 bytes
              Done.
              c:\11>xcopy c:\11\iso\*.* f:\ /s /e /f
              C:\11\iso\bootmgr -> F:\bootmgr
              C:\11\iso\bootmgr.efi -> F:\bootmgr.efi
              C:\11\iso\boot\bcd -> F:\boot\bcd
              C:\11\iso\boot\boot.sdi -> F:\boot\boot.sdi
              C:\11\iso\boot\bootfix.bin -> F:\boot\bootfix.bin
              C:\11\iso\boot\efisys.bin -> F:\boot\efisys.bin
              C:\11\iso\boot\efisys_noprompt.bin -> F:\boot\efisys_noprompt.bin
              C:\11\iso\boot\etfsboot.com -> F:\boot\etfsboot.com
              C:\11\iso\boot\fonts\chs_boot.ttf -> F:\boot\fonts\chs_boot.ttf
              C:\11\iso\boot\fonts\cht_boot.ttf -> F:\boot\fonts\cht_boot.ttf
              C:\11\iso\boot\fonts\jpn_boot.ttf -> F:\boot\fonts\jpn_boot.ttf
              C:\11\iso\boot\fonts\kor_boot.ttf -> F:\boot\fonts\kor_boot.ttf
              C:\11\iso\boot\fonts\wgl4_boot.ttf -> F:\boot\fonts\wgl4_boot.ttf
              C:\11\iso\EFI\boot\bootx64.efi -> F:\EFI\boot\bootx64.efi
              C:\11\iso\EFI\microsoft\boot\bcd -> F:\EFI\microsoft\boot\bcd
              C:\11\iso\EFI\microsoft\boot\fonts\chs_boot.ttf -> F:\EFI\microsoft\boot\fonts\c
              hs_boot.ttf
              C:\11\iso\EFI\microsoft\boot\fonts\cht_boot.ttf -> F:\EFI\microsoft\boot\fonts\c
              ht_boot.ttf
              C:\11\iso\EFI\microsoft\boot\fonts\jpn_boot.ttf -> F:\EFI\microsoft\boot\fonts\j
              pn_boot.ttf
              C:\11\iso\EFI\microsoft\boot\fonts\kor_boot.ttf -> F:\EFI\microsoft\boot\fonts\k
              or_boot.ttf
              C:\11\iso\EFI\microsoft\boot\fonts\wgl4_boot.ttf -> F:\EFI\microsoft\boot\fonts\
              wgl4_boot.ttf
              C:\11\iso\sources\boot.wim -> F:\sources\boot.wim
              21 File(s) copied
              c:\11>


              disk part file has

              select disk 0
              clean
              create partition primary
              select partition 1
              active
              format quick fs=ntfs
              assign letter=c

              starnet file has

              wpeinit
              diskpart /s diskpart.txt
              "x:\Program Files\BurnInTest-64\bit.exe" –h -x -r -c lastused.bitcfg

              Comment


              • #8
                Did you copy in the 64bit version of msvfw32.dll as well?

                Comment


                • #9
                  Tried looking for msvfw64.dll or a 64 bit version of the file but couldnt find a 64 bit version of this and checked on microsoft.com and it said to put msvfw32.dll in the sysWOW64 folder aswell as system32 then it will work. This is what I did.

                  Thanks

                  Comment


                  • #10
                    The version of msvfw32.dll that I have been using to test 64-bit Windows 7/ WinPE 3.0 is 6.1.7600.16385, 141KB, from a 64-bit Windows 7 installation (\windows\system32). I place this in the system32 folder for the WinPE build.

                    Which version of the dll are you using and where did you get your dll from?

                    Comment


                    • #11
                      Thanks Ian. I was using an older version of the file. I've used the same version you stated and it now works.

                      Very happy
                      Last edited by Andy@GamersPC; Feb-01-2012, 01:34 PM.

                      Comment

                      Working...
                      X