From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7E7DC803E3 for ; Tue, 14 Mar 2017 09:55:17 -0700 (PDT) Received: by mail-it0-x22b.google.com with SMTP id m27so3406527iti.1 for ; Tue, 14 Mar 2017 09:55:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=1gjhYoqVukqDnN5+LGXo9yQVLifO2JTuF8cmTI6mNTs=; b=PDxBinO1EnKmB0L1t7/8ILymL1MT2ZWgpi4HNnm0r5/y2E2gpk6fvMRLh7j7wqY8O4 UDWZfpxXPypUg3e/eNyNVhMQlVdj5xnTcxYUHDuTWIvhdICFmHREQfpmM4pB6RrfU7AC +/QtiwD8upGAzehDSWQE2lV87O3UbHaVVME1sPjRna5cQEc5KDZdR8ydI43q6o2YuVqD eU0KTmtkWaNKncRLSTZi3tcPMz+w9ZQ1ieDhzcGakxaDxRf3rJNBIp9a9zskrTS0+hjj 22oKX/to4P8MwP9B3epaYMTWAXB2bGRo86vhgz239BXAC5ejnGZIzX+t0jeEKo7ULNoH JKOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=1gjhYoqVukqDnN5+LGXo9yQVLifO2JTuF8cmTI6mNTs=; b=Dp2cyQ3TQdGclPlrzeTOBG++evrMkuwng912v/Gd7NrzLvwapJAID+xexV6ExNTE1U lq9bXtizzq62sANW5A8iT6dVidvVELqume7GRNFFXEBu9saTABr6dSNu9R41oUFqy0PJ FGXiIgBKVkl0dJBo49CWtpNfoSX9tPF5IdTzsKnGONtts8D1SNXKcgasV9YleQuxxqod PGyGvjgJxXuMzJX1ztMLDaDHEdzGTcRaxZNZUxBSLMyB3iPlcVLg4cbKLDdaHy5p2qNq 0x+L05FOr65vXF08FByXzkxUIBSi9Mz3i7N+wb5Bna42cmtLEWwfhZzj8MGJhDEGN1H/ nZDw== X-Gm-Message-State: AFeK/H2EiLmxeO9/4Uoc+YhkHALLHubI/c/JfXPOzCImwlpm50tckt0WspT3vTcr7H3KX2eUvMw8TGVFOHj5Wg== X-Received: by 10.36.118.68 with SMTP id z65mr16584249itb.59.1489510516818; Tue, 14 Mar 2017 09:55:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.131.98 with HTTP; Tue, 14 Mar 2017 09:55:16 -0700 (PDT) From: Nikolay Bodunov Date: Tue, 14 Mar 2017 19:55:16 +0300 Message-ID: To: edk2-devel@lists.01.org, laurie.jarlstrom@intel.com X-Content-Filtered-By: Mailman/MimeDel 2.1.21 Subject: HII UEFI driver from Intel's lab training crashes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2017 16:55:17 -0000 Content-Type: text/plain; charset=UTF-8 Hello I tried to repeat creating HII UEFI driver (well-known MyWizardDriver) in Nt32Pkg, as in Intel's July 2013 training lab 9, from Laurie Jarlstrom, but after compilation and run under qemu-ovmf my driver craches. I cannot make it work. Win7x64 platform. Messages that I got in command window: ASSERT!: [HiiDatabase] c:\fw\edk2\MdePkg\Library\BaseLib\String.c (172): String != ((void *) 0) Failed to execute command .\SecMain [c:\fw\edk2\Build\NT32IA32\DEBUG_VS2010x86\IA32] What I tried (of course, I added [Components.IA32] in Nt32Pkg.dsc file): 1. Compile it under VS2010 and VS2015. Same results. 2. DEBUG and RELEASE versions. Same results. 3. Installed VS2010SP1. Same results (BTW, to avoid "Unresolved symbol" messages in build process all that required is to run build in VS2010 command window, not VS2010 64-bit command window). 4. My files created during the lab and files from the lab that were already provided by Intel. Same results. 5. EDK II source tree included in the lab materials and latest version from github. Same results. All .NET frameworks were removed from computer, then framework 4.0 was installed again. Before that, I compiled and run same driver, without real actions with HII (templates only fron DriverWizard, from previous lesson 8). All worked good, before I started to work with newly created HII options. Could anyone help? I suppose it's typical error beause of some tools settings, because I saw training video on youtube where all were worked good on Laurie's PC. -- With best regards, Nikolay Bodunov