-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
external exception 80000004 #1063
Comments
how do I apply these patches? I cannot seem to find something to download and apply! |
You have to recompile Linux Kernel with patches or custom config, theres should be tutorial on Arch Wiki (applies to your OS too) |
ah damn I was hopping it was this involved. so there is no other way? |
You can try to install linux-lts package too, its 6.12.x version, so bug should not be there. |
Operating system
Endeavor OS
Description
windows 11 running in portainer, cannot install nomachine application. this is the first one I tried to install. I also tried winscp and I got the same error.
I did manage to install filezilla. Why is there only certain apps work?
My goal is to get RDP working and eventually install Photoshop with adobe creative cloud
Docker compose
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "11"
DISK_SIZE: "150G"
RAM_SIZE: "8G"
CPU_CORES: "4"
USERNAME: "lucian"
PASSWORD: "xxxxx"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
restart: always
stop_grace_period: 2m
Docker log
❯ Extracting Windows 11 image...
❯ Adding drivers to image...
❯ Adding win11x64.xml for automatic installation...
❯ Building Windows 11 image...
❯ Creating a 150G growable disk image in raw format...
❯ Booting Windows using QEMU v9.2.1...
3h3h3hBdsDxe: failed to load Boot0002 "UEFI QEMU QEMU HARDDISK " from PciRoot(0x0)/Pci(0xA,0x0)/Scsi(0x0,0x0): Not Found
BdsDxe: loading Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
BdsDxe: starting Boot0001 "UEFI QEMU DVD-ROM QM00013 " from PciRoot(0x0)/Pci(0x5,0x0)/Sata(0x0,0xFFFF,0x0)
❯ Windows started succesfully, visit http://localhost:8006/ to view the screen...
3h3h3hBdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,6E109933-10A6-4EFE-B1D6-92B73F3297CE,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,6E109933-10A6-4EFE-B1D6-92B73F3297CE,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
3h3h3hBdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,6E109933-10A6-4EFE-B1D6-92B73F3297CE,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,6E109933-10A6-4EFE-B1D6-92B73F3297CE,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
3h3h3hBdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,6E109933-10A6-4EFE-B1D6-92B73F3297CE,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,6E109933-10A6-4EFE-B1D6-92B73F3297CE,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered: