You are not logged in.

#1 2025-08-31 07:52:38

Halano
Member
From: Egypt
Registered: 2023-02-07
Posts: 69
Website

[SOLVED] wine-10.13 (could not load kernel32.dll)

wine --version
wine-10.13
winecfg
002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc0e93f
wine: could not load kernel32.dll, status c0000135

what's wrong with last wine build ?

Last edited by Halano (2025-08-31 20:37:06)


.:HalanoTheSmartMoth:.

Offline

#2 2025-08-31 10:20:15

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,315

Re: [SOLVED] wine-10.13 (could not load kernel32.dll)

Did 10.12 work for you ?

Please post the output of lscpu .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2025-08-31 12:34:10

Halano
Member
From: Egypt
Registered: 2023-02-07
Posts: 69
Website

Re: [SOLVED] wine-10.13 (could not load kernel32.dll)

10.1 was the previous version it was working
After updating to 10.13 this problem happens

lscpu

Architecture:                x86_64
  CPU op-mode(s):            32-bit, 64-bit
  Address sizes:             36 bits physical, 48 bits virtual
  Byte Order:                Little Endian
CPU(s):                      2
  On-line CPU(s) list:       0,1
Vendor ID:                   GenuineIntel
  Model name:                Intel(R) Core(TM)2 CPU         E8400  @ 3.00GHz
    CPU family:              6
    Model:                   23
    Thread(s) per core:      1
    Core(s) per socket:      1
    Socket(s):               1
    Stepping:                10
    CPU(s) scaling MHz:      100%
    CPU max MHz:             2667.0000
    CPU min MHz:             2000.0000
    BogoMIPS:                5999.72
    Flags:                   fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe sysc
                             all nx lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 sss
                             e3 cx16 xtpr pdcm sse4_1 xsave lahf_lm pti tpr_shadow flexpriority vpid dtherm vnmi
  Model name:                Intel(R) Core(TM)2 Duo CPU     E8400  @ 3.00GHz
    CPU family:              6
    Model:                   23
    Thread(s) per core:      1
    Core(s) per socket:      1
    Socket(s):               1
    Stepping:                10
    CPU(s) scaling MHz:      100%
    CPU max MHz:             2667.0000
    CPU min MHz:             2000.0000
    BogoMIPS:                5999.72
    Flags:                   fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe sysc
                             all nx lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 sss
                             e3 cx16 xtpr pdcm sse4_1 xsave lahf_lm pti tpr_shadow flexpriority vpid dtherm vnmi
Virtualization features:
  Virtualization:            VT-x
Caches (sum of all):
  L1d:                       64 KiB (2 instances)
  L1i:                       64 KiB (2 instances)
  L2:                        6 MiB (1 instance)
NUMA:
  NUMA node(s):              1
  NUMA node0 CPU(s):         0,1
Vulnerabilities:
  Gather data sampling:      Not affected
  Ghostwrite:                Not affected
  Indirect target selection: Not affected
  Itlb multihit:             KVM: Mitigation: Split huge pages
  L1tf:                      Mitigation; PTE Inversion; VMX EPT disabled
  Mds:                       Vulnerable: Clear CPU buffers attempted, no microcode; SMT disabled
  Meltdown:                  Mitigation; PTI
  Mmio stale data:           Not affected
  Old microcode:             Vulnerable
  Reg file data sampling:    Not affected
  Retbleed:                  Not affected
  Spec rstack overflow:      Not affected
  Spec store bypass:         Vulnerable
  Spectre v1:                Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:                Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
  Srbds:                     Not affected
  Tsa:                       Not affected
  Tsx async abort:           Not affected

.:HalanoTheSmartMoth:.

Offline

#4 2025-08-31 12:46:40

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,084

Re: [SOLVED] wine-10.13 (could not load kernel32.dll)

Offline

#5 2025-08-31 16:42:27

Halano
Member
From: Egypt
Registered: 2023-02-07
Posts: 69
Website

Re: [SOLVED] wine-10.13 (could not load kernel32.dll)

I've compiled wine-10.14.tar.xz from winehq and it's working I believe it's Arch repository CI problem idk
I'll continue using this version until this problem gone.


.:HalanoTheSmartMoth:.

Offline

#6 2025-08-31 18:21:48

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,166

Re: [SOLVED] wine-10.13 (could not load kernel32.dll)

I believe it's Arch repository CI problem idk

No, it's the wine bug Scimmia linked which affects users w/ pre sandybridge CPUs, https://en.wikipedia.org/wiki/Advanced_ … Extensions

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#7 2025-08-31 20:40:41

Halano
Member
From: Egypt
Registered: 2023-02-07
Posts: 69
Website

Re: [SOLVED] wine-10.13 (could not load kernel32.dll)

seth wrote:

No, it's the wine bug Scimmia linked which affects users w/ pre sandybridge CPUs, https://en.wikipedia.org/wiki/Advanced_ … Extensions

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

oh I didn't notice links posted by Scimmia the bug is traced
Thanks & hope it get fixed soon.


.:HalanoTheSmartMoth:.

Offline

Board footer

Powered by FluxBB