| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 376 online users. » 0 Member(s) | 372 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
What Happened to the "Rep...
Forum: General Forum
Last Post: garioch7
03-25-2026, 04:03 AM
» Replies: 2
» Views: 192
|
Request HBSP Pro Version ...
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: garioch7
03-24-2026, 03:25 AM
» Replies: 4
» Views: 878
|
USB Bootable stick Drive ...
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: admin
03-23-2026, 04:13 PM
» Replies: 28
» Views: 1,820
|
Old confused dude lmao
Forum: Hasleo Disk Clone (Free Windows Migration and Disk/Partition Cloning Software)
Last Post: admin
03-23-2026, 12:09 PM
» Replies: 3
» Views: 330
|
Do filters work for Syste...
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: admin
03-20-2026, 12:58 PM
» Replies: 1
» Views: 309
|
Can Members Bookmark Repl...
Forum: General Forum
Last Post: serengeti92
03-20-2026, 03:51 AM
» Replies: 3
» Views: 587
|
After backup and restore,...
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: garioch7
03-19-2026, 06:35 AM
» Replies: 6
» Views: 884
|
Feature REQUESTS
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: admin
03-17-2026, 11:17 AM
» Replies: 619
» Views: 692,879
|
Imaging Performance Testi...
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: admin
03-16-2026, 12:23 PM
» Replies: 45
» Views: 10,910
|
Hasleo Backup Suite V5.6....
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: admin
03-14-2026, 01:37 PM
» Replies: 534
» Views: 636,508
|
|
|
| Application error 0xc000007b |
|
Posted by: rrussell - 10-07-2017, 03:26 AM - Forum: EasyUEFI
- Replies (3)
|
 |
Hi, guys -
We're interested in using your command line utility to detect custom USB keys and automatically reboot to them from our application. It's written in C# against .NET version 4.5.2.
I've installed a "trial" of your Enterprise software.
When I run either EasyUEFI.exe *or* EasyUEFIC.exe from the command line, or using the application shortcut, everything is fine.
When I copy your EasyUEFIC.exe and supporting DLLs to our application's folder and set up a new Process to spawn for it, I get a popup saying "EasyUEFIC.exe - Application Error" and "The application was unable to start correctly (oxc000007b). Click OK to close the application." And sure enough, it quits, even before producing any sort of log.
In general, I'm doing this:
Code: System.Diagnostics.Process shellpro = new System.Diagnostics.Process();
System.Diagnostics.ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo();
startInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;
startInfo.WorkingDirectory = System.Environment.CurrentDirectory;
startInfo.FileName = "EasyUEFIC.exe");
startInfo.Arguments = "--list-efi";
startInfo.UseShellExecute = false;
startInfo.Verb = "runas";
startInfo.LoadUserProfile = true;
startInfo.RedirectStandardOutput = true;
startInfo.RedirectStandardError = true;
startInfo.CreateNoWindow = true;
shellpro.ErrorDataReceived += Shellpro_ErrorDataReceived;
shellpro.StartInfo = startInfo;
// this is where the error crops up.
shellpro.Start();
...
The idea is we will capture the UEFI boot devices and parse it out for our particular USB key.
I've tried it with and without "runas" and LoadUserProfile.
I've tried it changing the command to "cmd.exe" with parameters "/c EasyUEFIC.exe", and even inside a batch file.
This code was working when a coworker handed it to me, running against EasyUEFI version 1.7.0.1, but his trial license had expired and I downloaded 3.0 instead.
Running Windows Version 10.0.15063 Build 15063
Any suggestions?
|
|
|
| Error Intalling Windows 10 on GPT Hard drive |
|
Posted by: mrtonn - 08-10-2017, 10:32 AM - Forum: WinToHDD
- Replies (1)
|
 |
Hi,
I'm using Windows7(x64) right now and want to install Windows10(x64) on my second hardisk (using GPT partition), but it shown error " Disk type cannot be identified. (0x03E6003800850000)". I tried to change my hardisk type to MBR and the installation is begin.
my question is why i cant install it on hardisk with GPT partition? is it possible to install it on GPT partition while using Windows7?
When I intall it on MBR hardisk, I've been waiting for a while but it only displays 0%, how long does it take to install it?
|
|
|
|