Ok finally decoded it, this seems to be a rendering issue
------------------
System Information
------------------
Time of this report: 9/22/2022, 10:50:29
Machine name: DESKTOP-7DQUNQC
Machine Id: {A38D79EE-59DD-4135-B56F-638F999B5629}
Operating System: Windows 10 Pro 64-bit (10.0, Build 19043) (19041.vb_release.191206-1406)
Language: English (Regional Setting: English)
System Manufacturer: HP
System Model: HP EliteBook 840 G3
BIOS: N75 Ver. 01.10 (type: UEFI)
Processor: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz (4 CPUs), ~2.5GHz
Memory: 8192MB RAM
Available OS Memory: 8088MB RAM
Page File: 8062MB used, 3610MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 12
DX Setup Parameters: Not found
User DPI Setting: 96 DPI (100 percent)
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
Miracast: Available, with HDCP
Microsoft Graphics Hybrid: Not Supported
DirectX Database Version: 1.0.8
DxDiag Version: 10.00.19041.1741 64bit Unicode
------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Input Tab: No problems found.
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.19041.0001
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.19041.0001
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.19041.0001
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.19041.0001
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,10.00.19041.0001
Video Capture Sources:
HP HD Camera,0x00200000,1,2,ksproxy.ax,10.00.19041.0746
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,10.00.19041.0001
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,10.00.19041.0001
WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.19041.0746
--------------------------------------------
Media Foundation Enabled Hardware Categories
--------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]
EnableEncoders = 1
EnableDecoders = 1
-------------------------------------
Media Foundation Byte Stream Handlers
-------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
<file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]
--------------------------------
Media Foundation Scheme Handlers
--------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
---------------
EVR Power Information
---------------
Current Setting: {651288E5-A7ED-4076-A96B-6CC62D848FE1} (Balanced)
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 0
---------------
Diagnostics
---------------
Windows Error Reporting:
+++ WER0 +++:
Fault bucket 1583869490661074995, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0
[22/09/2022 10:45:29 am] Organising filesystem[22/09/2022 10:45:29 am] Organising filesystem[22/09/2022 10:45:29 am] java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)
at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.data.Settings.validateMemory(Settings.java:389)
at com.atlauncher.data.Settings.validate(Settings.java:300)
at com.atlauncher.App.loadSettings(App.java:724)
at com.atlauncher.App.main(App.java:281)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna14792396577916101910.dll: Access is denied [in thread "main"]
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)
at java.base/java.lang.Runtime.load0(Runtime.java:785)
at java.base/java.lang.System.load(System.java:1979)
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015)
at com.sun.jna.Native.<clinit>(Native.java:221)
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)
at oshi.software.os.windows.WindowsOperatingSystem.<clinit>(WindowsOperatingSystem.java:109)
at oshi.SystemInfo.createOperatingSystem(SystemInfo.java:104)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.SystemInfo.getOperatingSystem(SystemInfo.java:98)
at com.atlauncher.utils.OS.is64Bit(OS.java:308)
at com.atlauncher.data.Settings.<init>(Settings.java:93)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
at com.google.gson.internal.ConstructorConstructor$4.construct(ConstructorConstructor.java:140)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:211)
at com.google.gson.Gson.fromJson(Gson.java:991)
at com.google.gson.Gson.fromJson(Gson.java:929)
at com.atlauncher.App.loadSettings(App.java:692)
... 1 more
[22/09/2022 10:45:29 am] ATLauncher Version: 3.4.20.1[22/09/2022 10:45:29 am] App Arguments: [][22/09/2022 10:45:29 am] JVM Arguments: ["-Djna.nosys\u003dtrue","-Djava.net.preferIPv4Stack\u003dtrue","-Dawt.useSystemAAFontSettings\u003don","-Dswing.aatext\u003dtrue"][22/09/2022 10:45:29 am] Java Version: Java 18 (18.0.2)[22/09/2022 10:45:29 am] Java Path: C:\Program Files\Java\jdk-18.0.2[22/09/2022 10:45:29 am] 64 Bit Java: true[22/09/2022 10:45:29 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory[22/09/2022 10:45:29 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:45:29 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:45:29 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:45:29 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:45:29 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:45:29 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:45:29 am] at com.atlauncher.App.logSystemInformation(App.java:427)[22/09/2022 10:45:29 am] at com.atlauncher.App.main(App.java:337)[22/09/2022 10:45:29 am] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"][22/09/2022 10:45:29 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:45:29 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:45:29 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:45:29 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)[22/09/2022 10:45:29 am] at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)[22/09/2022 10:45:29 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:45:29 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:45:29 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:45:29 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:45:29 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:45:29 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:45:29 am] at com.atlauncher.data.Settings.validateMemory(Settings.java:389)[22/09/2022 10:45:29 am] at com.atlauncher.data.Settings.validate(Settings.java:300)[22/09/2022 10:45:29 am] at com.atlauncher.App.loadSettings(App.java:724)[22/09/2022 10:45:29 am] at com.atlauncher.App.main(App.java:281)[22/09/2022 10:45:29 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.App.logSystemInformation(App.java:427)
at com.atlauncher.App.main(App.java:337)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"]
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)
at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.data.Settings.validateMemory(Settings.java:389)
at com.atlauncher.data.Settings.validate(Settings.java:300)
at com.atlauncher.App.loadSettings(App.java:724)
at com.atlauncher.App.main(App.java:281)
[22/09/2022 10:45:29 am] RAM Available: Unknown[22/09/2022 10:45:29 am] Launcher Directory: **USERSDIR**[22/09/2022 10:45:29 am] java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native[22/09/2022 10:45:29 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:45:29 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:45:29 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:45:29 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)[22/09/2022 10:45:29 am] at oshi.hardware.platform.windows.WindowsGraphicsCard.<clinit>(WindowsGraphicsCard.java:49)[22/09/2022 10:45:29 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106)[22/09/2022 10:45:29 am] at com.atlauncher.App.logSystemInformation(App.java:448)[22/09/2022 10:45:29 am] at com.atlauncher.App.main(App.java:337)[22/09/2022 10:45:29 am] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna14792396577916101910.dll: Access is denied [in thread "main"][22/09/2022 10:45:29 am] at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)[22/09/2022 10:45:29 am] at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395)[22/09/2022 10:45:29 am] at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234)[22/09/2022 10:45:29 am] at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176)[22/09/2022 10:45:29 am] at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)[22/09/2022 10:45:29 am] at java.base/java.lang.Runtime.load0(Runtime.java:785)[22/09/2022 10:45:29 am] at java.base/java.lang.System.load(System.java:1979)[22/09/2022 10:45:29 am] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045)[22/09/2022 10:45:29 am] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015)[22/09/2022 10:45:29 am] at com.sun.jna.Native.<clinit>(Native.java:221)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:45:30 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:45:30 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:45:30 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)[22/09/2022 10:45:30 am] at oshi.software.os.windows.WindowsOperatingSystem.<clinit>(WindowsOperatingSystem.java:109)[22/09/2022 10:45:30 am] at oshi.SystemInfo.createOperatingSystem(SystemInfo.java:104)[22/09/2022 10:45:30 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:45:30 am] at oshi.SystemInfo.getOperatingSystem(SystemInfo.java:98)[22/09/2022 10:45:30 am] at com.atlauncher.utils.OS.is64Bit(OS.java:308)[22/09/2022 10:45:30 am] at com.atlauncher.data.Settings.<init>(Settings.java:93)[22/09/2022 10:45:30 am] at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)[22/09/2022 10:45:30 am] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)[22/09/2022 10:45:30 am] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)[22/09/2022 10:45:30 am] at com.google.gson.internal.ConstructorConstructor$4.construct(ConstructorConstructor.java:140)[22/09/2022 10:45:30 am] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:211)[22/09/2022 10:45:30 am] at com.google.gson.Gson.fromJson(Gson.java:991)[22/09/2022 10:45:30 am] at com.google.gson.Gson.fromJson(Gson.java:929)[22/09/2022 10:45:30 am] at com.atlauncher.App.loadSettings(App.java:692)[22/09/2022 10:45:30 am] at com.atlauncher.App.main(App.java:281)[22/09/2022 10:45:30 am] java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)
at oshi.hardware.platform.windows.WindowsGraphicsCard.<clinit>(WindowsGraphicsCard.java:49)
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106)
at com.atlauncher.App.logSystemInformation(App.java:448)
at com.atlauncher.App.main(App.java:337)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna14792396577916101910.dll: Access is denied [in thread "main"]
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)
at java.base/java.lang.Runtime.load0(Runtime.java:785)
at java.base/java.lang.System.load(System.java:1979)
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015)
at com.sun.jna.Native.<clinit>(Native.java:221)
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)
at oshi.software.os.windows.WindowsOperatingSystem.<clinit>(WindowsOperatingSystem.java:109)
at oshi.SystemInfo.createOperatingSystem(SystemInfo.java:104)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.SystemInfo.getOperatingSystem(SystemInfo.java:98)
at com.atlauncher.utils.OS.is64Bit(OS.java:308)
at com.atlauncher.data.Settings.<init>(Settings.java:93)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
at com.google.gson.internal.ConstructorConstructor$4.construct(ConstructorConstructor.java:140)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:211)
at com.google.gson.Gson.fromJson(Gson.java:991)
at com.google.gson.Gson.fromJson(Gson.java:929)
at com.atlauncher.App.loadSettings(App.java:692)
at com.atlauncher.App.main(App.java:281)
[22/09/2022 10:45:30 am] Showing splash screen and loading everything[22/09/2022 10:45:30 am] Checking for updated files![22/09/2022 10:45:33 am] Finished downloading updated files![22/09/2022 10:45:34 am] Launcher finished loading everything[22/09/2022 10:45:34 am] Launcher opening[22/09/2022 10:45:34 am] Made By Bob*[22/09/2022 10:45:34 am] *(Not Actually)[22/09/2022 10:45:34 am] Setting up Bottom Bar[22/09/2022 10:45:34 am] Finished Setting up Bottom Bar[22/09/2022 10:45:34 am] Setting up Tabs[22/09/2022 10:45:35 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory[22/09/2022 10:45:35 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:45:35 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:45:35 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:45:35 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:45:35 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:45:35 am] at com.atlauncher.gui.tabs.settings.JavaSettingsTab.<init>(JavaSettingsTab.java:105)[22/09/2022 10:45:35 am] at com.atlauncher.gui.tabs.SettingsTab.<init>(SettingsTab.java:52)[22/09/2022 10:45:35 am] at com.atlauncher.gui.LauncherFrame.setupTabs(LauncherFrame.java:228)[22/09/2022 10:45:35 am] at com.atlauncher.gui.LauncherFrame.<init>(LauncherFrame.java:99)[22/09/2022 10:45:35 am] at com.atlauncher.App.lambda$main$3(App.java:387)[22/09/2022 10:45:35 am] at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)[22/09/2022 10:45:35 am] at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)[22/09/2022 10:45:35 am] at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)[22/09/2022 10:45:35 am] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"][22/09/2022 10:45:35 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:45:35 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:45:35 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:45:35 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:45:35 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:45:35 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:45:35 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:45:35 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)[22/09/2022 10:45:35 am] at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)[22/09/2022 10:45:35 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:45:35 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:45:35 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:45:35 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:45:35 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:45:35 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:45:35 am] at com.atlauncher.data.Settings.validateMemory(Settings.java:389)[22/09/2022 10:45:35 am] at com.atlauncher.data.Settings.validate(Settings.java:300)[22/09/2022 10:45:35 am] at com.atlauncher.App.loadSettings(App.java:724)[22/09/2022 10:45:35 am] at com.atlauncher.App.main(App.java:281)[22/09/2022 10:45:35 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.gui.tabs.settings.JavaSettingsTab.<init>(JavaSettingsTab.java:105)
at com.atlauncher.gui.tabs.SettingsTab.<init>(SettingsTab.java:52)
at com.atlauncher.gui.LauncherFrame.setupTabs(LauncherFrame.java:228)
at com.atlauncher.gui.LauncherFrame.<init>(LauncherFrame.java:99)
at com.atlauncher.App.lambda$main$3(App.java:387)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"]
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)
at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.data.Settings.validateMemory(Settings.java:389)
at com.atlauncher.data.Settings.validate(Settings.java:300)
at com.atlauncher.App.loadSettings(App.java:724)
at com.atlauncher.App.main(App.java:281)
[22/09/2022 10:45:35 am] Finished Setting up Tabs[22/09/2022 10:45:35 am] Showing Launcher[22/09/2022 10:45:54 am] Child accounts cannot login without being part of a family.[22/09/2022 10:46:02 am] Error acquiring accessToken[22/09/2022 10:46:02 am] com.atlauncher.network.DownloadException: https://xsts.auth.xboxlive.com/xsts/authorize request wasn't successful: Response{protocol=http/1.1, code=401, message=Unauthorized, url=https://xsts.auth.xboxlive.com/xsts/authorize}[22/09/2022 10:46:02 am] at com.atlauncher.network.Download.execute(Download.java:321)[22/09/2022 10:46:02 am] at com.atlauncher.network.Download.asClassWithThrow(Download.java:136)[22/09/2022 10:46:02 am] at com.atlauncher.network.Download.asClassWithThrow(Download.java:161)[22/09/2022 10:46:02 am] at com.atlauncher.utils.MicrosoftAuthAPI.getXstsToken(MicrosoftAuthAPI.java:106)[22/09/2022 10:46:02 am] at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.acquireXsts(LoginWithMicrosoftDialog.java:214)[22/09/2022 10:46:02 am] at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.acquireXBLToken(LoginWithMicrosoftDialog.java:207)[22/09/2022 10:46:02 am] at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.acquireAccessToken(LoginWithMicrosoftDialog.java:201)[22/09/2022 10:46:02 am] at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.lambda$startServer$0(LoginWithMicrosoftDialog.java:150)[22/09/2022 10:46:02 am] at net.freeutils.httpserver.HTTPServer.serve(HTTPServer.java:2268)[22/09/2022 10:46:02 am] at net.freeutils.httpserver.HTTPServer.handleMethod(HTTPServer.java:2204)[22/09/2022 10:46:02 am] at net.freeutils.httpserver.HTTPServer.handleTransaction(HTTPServer.java:2145)[22/09/2022 10:46:02 am] at net.freeutils.httpserver.HTTPServer.handleConnection(HTTPServer.java:2105)[22/09/2022 10:46:02 am] at net.freeutils.httpserver.HTTPServer$SocketHandlerThread$1.run(HTTPServer.java:1905)[22/09/2022 10:46:02 am] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)[22/09/2022 10:46:02 am] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)[22/09/2022 10:46:02 am] at java.base/java.lang.Thread.run(Thread.java:833)[22/09/2022 10:46:02 am] com.atlauncher.network.DownloadException: https://xsts.auth.xboxlive.com/xsts/authorize request wasn't successful: Response{protocol=http/1.1, code=401, message=Unauthorized, url=https://xsts.auth.xboxlive.com/xsts/authorize}
at com.atlauncher.network.Download.execute(Download.java:321)
at com.atlauncher.network.Download.asClassWithThrow(Download.java:136)
at com.atlauncher.network.Download.asClassWithThrow(Download.java:161)
at com.atlauncher.utils.MicrosoftAuthAPI.getXstsToken(MicrosoftAuthAPI.java:106)
at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.acquireXsts(LoginWithMicrosoftDialog.java:214)
at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.acquireXBLToken(LoginWithMicrosoftDialog.java:207)
at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.acquireAccessToken(LoginWithMicrosoftDialog.java:201)
at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.lambda$startServer$0(LoginWithMicrosoftDialog.java:150)
at net.freeutils.httpserver.HTTPServer.serve(HTTPServer.java:2268)
at net.freeutils.httpserver.HTTPServer.handleMethod(HTTPServer.java:2204)
at net.freeutils.httpserver.HTTPServer.handleTransaction(HTTPServer.java:2145)
at net.freeutils.httpserver.HTTPServer.handleConnection(HTTPServer.java:2105)
at net.freeutils.httpserver.HTTPServer$SocketHandlerThread$1.run(HTTPServer.java:1905)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
[22/09/2022 10:46:44 am] Added Microsoft Account EnderWizard234[22/09/2022 10:46:44 am] Changed account to EnderWizard234[22/09/2022 10:46:44 am] Downloading skin for EnderWizard234[22/09/2022 10:47:05 am] Preparing for launch![22/09/2022 10:47:09 am] Launching pack Minecraft 1.19.2 for Minecraft 1.19.2[22/09/2022 10:47:09 am] Logging into Minecraft![22/09/2022 10:47:09 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory[22/09/2022 10:47:09 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:47:09 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:09 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:47:09 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:47:09 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:47:09 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:47:09 am] at com.atlauncher.mclauncher.MCLauncher.getArguments(MCLauncher.java:285)[22/09/2022 10:47:09 am] at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:88)[22/09/2022 10:47:09 am] at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:71)[22/09/2022 10:47:10 am] at com.atlauncher.data.Instance.lambda$launch$22(Instance.java:1027)[22/09/2022 10:47:10 am] at java.base/java.lang.Thread.run(Thread.java:833)[22/09/2022 10:47:10 am] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"][22/09/2022 10:47:10 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)[22/09/2022 10:47:10 am] at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)[22/09/2022 10:47:10 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:47:10 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:10 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:47:10 am] at com.atlauncher.data.Settings.validateMemory(Settings.java:389)[22/09/2022 10:47:10 am] at com.atlauncher.data.Settings.validate(Settings.java:300)[22/09/2022 10:47:10 am] at com.atlauncher.App.loadSettings(App.java:724)[22/09/2022 10:47:10 am] at com.atlauncher.App.main(App.java:281)[22/09/2022 10:47:10 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.mclauncher.MCLauncher.getArguments(MCLauncher.java:285)
at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:88)
at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:71)
at com.atlauncher.data.Instance.lambda$launch$22(Instance.java:1027)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"]
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)
at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.data.Settings.validateMemory(Settings.java:389)
at com.atlauncher.data.Settings.validate(Settings.java:300)
at com.atlauncher.App.loadSettings(App.java:724)
at com.atlauncher.App.main(App.java:281)
[22/09/2022 10:47:10 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory[22/09/2022 10:47:10 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:47:10 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:10 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:47:10 am] at com.atlauncher.mclauncher.MCLauncher.getArguments(MCLauncher.java:295)[22/09/2022 10:47:10 am] at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:88)[22/09/2022 10:47:10 am] at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:71)[22/09/2022 10:47:10 am] at com.atlauncher.data.Instance.lambda$launch$22(Instance.java:1027)[22/09/2022 10:47:10 am] at java.base/java.lang.Thread.run(Thread.java:833)[22/09/2022 10:47:10 am] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"][22/09/2022 10:47:10 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)[22/09/2022 10:47:10 am] at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)[22/09/2022 10:47:10 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:47:10 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:10 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:47:10 am] at com.atlauncher.data.Settings.validateMemory(Settings.java:389)[22/09/2022 10:47:10 am] at com.atlauncher.data.Settings.validate(Settings.java:300)[22/09/2022 10:47:10 am] at com.atlauncher.App.loadSettings(App.java:724)[22/09/2022 10:47:10 am] at com.atlauncher.App.main(App.java:281)[22/09/2022 10:47:10 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.mclauncher.MCLauncher.getArguments(MCLauncher.java:295)
at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:88)
at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:71)
at com.atlauncher.data.Instance.lambda$launch$22(Instance.java:1027)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"]
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)
at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.data.Settings.validateMemory(Settings.java:389)
at com.atlauncher.data.Settings.validate(Settings.java:300)
at com.atlauncher.App.loadSettings(App.java:724)
at com.atlauncher.App.main(App.java:281)
[22/09/2022 10:47:10 am] Launching Minecraft with the following arguments (user related stuff has been removed): [USERSDIR\runtimes\minecraft\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\javaw, -XX:-OmitStackTraceInFastThrow, -Xms512M, -Xmx4096M, -XX:MetaspaceSize=256M, -Duser.language=en, -Duser.country=US, -Dfml.log.level=INFO, -Dlog4j.configurationFile=USERSDIR\assets\log_configs\client-1.12.xml, -XX:+UnlockExperimentalVMOptions, -XX:+UseG1GC, -XX:G1NewSizePercent=20, -XX:G1ReservePercent=20, -XX:MaxGCPauseMillis=50, -XX:G1HeapRegionSize=32M, -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Dos.name=Windows 10, -Dos.version=10.0, -Xss1M, -Djava.library.path=USERSDIR\temp\natives-8be67149e15848c3b247e73e4636d5ae, -Dminecraft.launcher.brand=ATLauncher, -Dminecraft.launcher.version=3.4.20.1, -cp, USERSDIR\libraries\com\mojang\logging\1.0.0\logging-1.0.0.jar;USERSDIR\libraries\com\mojang\blocklist\1.0.10\blocklist-1.0.10.jar;USERSDIR\libraries\com\mojang\patchy\2.2.10\patchy-2.2.10.jar;USERSDIR\libraries\com\github\oshi\oshi-core\5.8.5\oshi-core-5.8.5.jar;USERSDIR\libraries\net\java\dev\jna\jna\5.10.0\jna-5.10.0.jar;USERSDIR\libraries\net\java\dev\jna\jna-platform\5.10.0\jna-platform-5.10.0.jar;USERSDIR\libraries\org\slf4j\slf4j-api\1.8.0-beta4\slf4j-api-1.8.0-beta4.jar;USERSDIR\libraries\org\apache\logging\log4j\log4j-slf4j18-impl\2.17.0\log4j-slf4j18-impl-2.17.0.jar;USERSDIR\libraries\com\ibm\icu\icu4j\70.1\icu4j-70.1.jar;USERSDIR\libraries\com\mojang\javabridge\1.2.24\javabridge-1.2.24.jar;USERSDIR\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar;USERSDIR\libraries\io\netty\netty-common\4.1.77.Final\netty-common-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-buffer\4.1.77.Final\netty-buffer-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-codec\4.1.77.Final\netty-codec-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-handler\4.1.77.Final\netty-handler-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-resolver\4.1.77.Final\netty-resolver-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-transport\4.1.77.Final\netty-transport-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-transport-native-unix-common\4.1.77.Final\netty-transport-native-unix-common-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-transport-classes-epoll\4.1.77.Final\netty-transport-classes-epoll-4.1.77.Final.jar;USERSDIR\libraries\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar;USERSDIR\libraries\com\google\guava\guava\31.0.1-jre\guava-31.0.1-jre.jar;USERSDIR\libraries\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;USERSDIR\libraries\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar;USERSDIR\libraries\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;USERSDIR\libraries\com\mojang\brigadier\1.0.18\brigadier-1.0.18.jar;USERSDIR\libraries\com\mojang\datafixerupper\5.0.28\datafixerupper-5.0.28.jar;USERSDIR\libraries\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar;USERSDIR\libraries\com\mojang\authlib\3.11.49\authlib-3.11.49.jar;USERSDIR\libraries\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar;USERSDIR\libraries\org\apache\httpcomponents\httpclient\4.5.13\httpclient-4.5.13.jar;USERSDIR\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;USERSDIR\libraries\org\apache\httpcomponents\httpcore\4.4.14\httpcore-4.4.14.jar;USERSDIR\libraries\it\unimi\dsi\fastutil\8.5.6\fastutil-8.5.6.jar;USERSDIR\libraries\org\apache\logging\log4j\log4j-api\2.17.0\log4j-api-2.17.0.jar;USERSDIR\libraries\org\apache\logging\log4j\log4j-core\2.17.0\log4j-core-2.17.0.jar;USERSDIR\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\com\mojang\text2speech\1.13.9\text2speech-1.13.9.jar;USERSDIR\libraries\com\mojang\text2speech\1.13.9\text2speech-1.13.9-natives-windows.jar;USERSDIR\libraries\net\minecraft\client\1.19.2\client-1.19.2.jar, net.minecraft.client.main.Main, --username, REDACTED, --version, 1.19.2, --gameDir, USERSDIR\instances\Minecraft1192, --assetsDir, USERSDIR\assets, --assetIndex, 1.19, --uuid, REDACTED, --accessToken, REDACTED, --userType, msa, --versionType, release, --width=854, --height=480][22/09/2022 10:47:10 am] Failed to initialize Discord integration[22/09/2022 10:47:10 am] java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native[22/09/2022 10:47:10 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:10 am] at net.arikia.dev.drpc.DiscordEventHandlers.<init>(DiscordEventHandlers.java:16)[22/09/2022 10:47:10 am] at net.arikia.dev.drpc.DiscordEventHandlers$Builder.<init>(DiscordEventHandlers.java:53)[22/09/2022 10:47:10 am] at com.atlauncher.App.ensureDiscordIsInitialized(App.java:395)[22/09/2022 10:47:10 am] at com.atlauncher.data.Instance.lambda$launch$22(Instance.java:1056)[22/09/2022 10:47:10 am] at java.base/java.lang.Thread.run(Thread.java:833)[22/09/2022 10:47:10 am] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna14792396577916101910.dll: Access is denied [in thread "main"][22/09/2022 10:47:10 am] at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)[22/09/2022 10:47:10 am] at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395)[22/09/2022 10:47:10 am] at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234)[22/09/2022 10:47:10 am] at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176)[22/09/2022 10:47:10 am] at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)[22/09/2022 10:47:10 am] at java.base/java.lang.Runtime.load0(Runtime.java:785)[22/09/2022 10:47:10 am] at java.base/java.lang.System.load(System.java:1979)[22/09/2022 10:47:10 am] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045)[22/09/2022 10:47:10 am] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015)[22/09/2022 10:47:10 am] at com.sun.jna.Native.<clinit>(Native.java:221)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)[22/09/2022 10:47:10 am] at oshi.software.os.windows.WindowsOperatingSystem.<clinit>(WindowsOperatingSystem.java:109)[22/09/2022 10:47:10 am] at oshi.SystemInfo.createOperatingSystem(SystemInfo.java:104)[22/09/2022 10:47:10 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:10 am] at oshi.SystemInfo.getOperatingSystem(SystemInfo.java:98)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.is64Bit(OS.java:308)[22/09/2022 10:47:10 am] at com.atlauncher.data.Settings.<init>(Settings.java:93)[22/09/2022 10:47:10 am] at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)[22/09/2022 10:47:10 am] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)[22/09/2022 10:47:10 am] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)[22/09/2022 10:47:10 am] at com.google.gson.internal.ConstructorConstructor$4.construct(ConstructorConstructor.java:140)[22/09/2022 10:47:10 am] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:211)[22/09/2022 10:47:10 am] at com.google.gson.Gson.fromJso
n(Gson.java:991)[22/09/2022 10:47:10 am] at com.google.gson.Gson.fromJson(Gson.java:929)[22/09/2022 10:47:10 am] at com.atlauncher.App.loadSettings(App.java:692)[22/09/2022 10:47:10 am] at com.atlauncher.App.main(App.java:281)[22/09/2022 10:47:10 am] java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at net.arikia.dev.drpc.DiscordEventHandlers.<init>(DiscordEventHandlers.java:16)
at net.arikia.dev.drpc.DiscordEventHandlers$Builder.<init>(DiscordEventHandlers.java:53)
at com.atlauncher.App.ensureDiscordIsInitialized(App.java:395)
at com.atlauncher.data.Instance.lambda$launch$22(Instance.java:1056)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna14792396577916101910.dll: Access is denied [in thread "main"]
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)
at java.base/java.lang.Runtime.load0(Runtime.java:785)
at java.base/java.lang.System.load(System.java:1979)
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015)
at com.sun.jna.Native.<clinit>(Native.java:221)
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)
at oshi.software.os.windows.WindowsOperatingSystem.<clinit>(WindowsOperatingSystem.java:109)
at oshi.SystemInfo.createOperatingSystem(SystemInfo.java:104)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.SystemInfo.getOperatingSystem(SystemInfo.java:98)
at com.atlauncher.utils.OS.is64Bit(OS.java:308)
at com.atlauncher.data.Settings.<init>(Settings.java:93)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
at com.google.gson.internal.ConstructorConstructor$4.construct(ConstructorConstructor.java:140)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:211)
at com.google.gson.Gson.fromJson(Gson.java:991)
at com.google.gson.Gson.fromJson(Gson.java:929)
at com.atlauncher.App.loadSettings(App.java:692)
at com.atlauncher.App.main(App.java:281)
[22/09/2022 10:47:13 am] at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)[22/09/2022 10:47:13 am] at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388)[22/09/2022 10:47:13 am] at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232)[22/09/2022 10:47:13 am] at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174)[22/09/2022 10:47:13 am] at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2389)[22/09/2022 10:47:13 am] at java.base/java.lang.Runtime.load0(Runtime.java:755)[22/09/2022 10:47:13 am] at java.base/java.lang.System.load(System.java:1953)[22/09/2022 10:47:13 am] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045)[22/09/2022 10:47:13 am] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015)[22/09/2022 10:47:13 am] at com.sun.jna.Native.<clinit>(Native.java:221)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154)[22/09/2022 10:47:13 am] at oshi.hardware.common.AbstractCentralProcessor.<init>(AbstractCentralProcessor.java:74)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsCentralProcessor.<init>(WindowsCentralProcessor.java:66)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61)[22/09/2022 10:47:13 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:13 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68)[22/09/2022 10:47:13 am] at ac.c(SourceFile:75)[22/09/2022 10:47:13 am] at ac.a(SourceFile:82)[22/09/2022 10:47:13 am] at ac.a(SourceFile:75)[22/09/2022 10:47:13 am] at ac.c(SourceFile:52)[22/09/2022 10:47:13 am] at ac.a(SourceFile:82)[22/09/2022 10:47:13 am] at ac.<init>(SourceFile:52)[22/09/2022 10:47:13 am] at q.<init>(SourceFile:34)[22/09/2022 10:47:13 am] at q.h(SourceFile:274)[22/09/2022 10:47:13 am] at net.minecraft.client.main.Main.a(SourceFile:159)[22/09/2022 10:47:13 am] at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:13 am] [main/WARN] Failed retrieving info for group processor[22/09/2022 10:47:13 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsGraphicsCard.<clinit>(WindowsGraphicsCard.java:49)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106)[22/09/2022 10:47:13 am] at ac.b(SourceFile:76)[22/09/2022 10:47:13 am] at ac.a(SourceFile:82)[22/09/2022 10:47:13 am] at ac.a(SourceFile:76)[22/09/2022 10:47:13 am] at ac.c(SourceFile:52)[22/09/2022 10:47:13 am] at ac.a(SourceFile:82)[22/09/2022 10:47:13 am] at ac.<init>(SourceFile:52)[22/09/2022 10:47:13 am] at q.<init>(SourceFile:34)[22/09/2022 10:47:13 am] at q.h(SourceFile:274)[22/09/2022 10:47:13 am] at net.minecraft.client.main.Main.a(SourceFile:159)[22/09/2022 10:47:13 am] at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:13 am] [main/WARN] Failed retrieving info for group graphics[22/09/2022 10:47:13 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:47:13 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:13 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:47:13 am] at ac.a(SourceFile:77)[22/09/2022 10:47:13 am] at ac.a(SourceFile:82)[22/09/2022 10:47:13 am] at ac.a(SourceFile:77)[22/09/2022 10:47:13 am] at ac.c(SourceFile:52)[22/09/2022 10:47:13 am] at ac.a(SourceFile:82)[22/09/2022 10:47:13 am] at ac.<init>(SourceFile:52)[22/09/2022 10:47:13 am] at q.<init>(SourceFile:34)[22/09/2022 10:47:13 am] at q.h(SourceFile:274)[22/09/2022 10:47:13 am] at net.minecraft.client.main.Main.a(SourceFile:159)[22/09/2022 10:47:13 am] at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:13 am] [main/WARN] Failed retrieving info for group memory[22/09/2022 10:47:18 am] [main/INFO] Building optimized datafixer[22/09/2022 10:47:23 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:23 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:23 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:23 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:23 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:23 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:23 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:23 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154)[22/09/2022 10:47:23 am] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154)[22/09/2022 10:47:23 am] at oshi.hardware.common.AbstractCentralProcessor.<init>(AbstractCentralProcessor.java:74)[22/09/2022 10:47:23 am] at oshi.hardware.platform.windows.WindowsCentralProcessor.<init>(WindowsCentralProcessor.java:66)[22/09/2022 10:47:23 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61)[22/09/2022 10:47:23 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:23 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68)[22/09/2022 10:47:23 am] at ac.c(SourceFile:75)[22/09/2022 10:47:23 am] at ac.a(SourceFile:82)[22/09/2022 10:47:23 am] at ac.a(SourceFile:75)[22/09/2022 10:47:23 am] at ac.c(SourceFile:52)[22/09/2022 10:47:23 am] at ac.a(SourceFile:82)[22/09/2022 10:47:23 am] at ac.<init>(SourceFile:52)[22/09/2022 10:47:23 am] at q.<init>(SourceFile:34)[22/09/2022 10:47:23 am] at q.a(SourceFile:266)[22/09/2022 10:47:23 am] at net.minecraft.client.main.Main.a(SourceFile:211)[22/09/2022 10:47:23 am] at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:23 am] [Render thread/WARN] Failed retrieving info for group processor[22/09/2022 10:47:23 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106)[22/09/2022 10:47:23 am] at ac.b(SourceFile:76)[22/09/2022 10:47:23 am] at ac.a(SourceFile:82)[22/09/2022 10:47:23 am] at ac.a(SourceFile:76)[22/09/2022 10:47:23 am] at ac.c(SourceFile:52)[22/09/2022 10:47:23 am] at ac.a(SourceFile:82)[22/09/2022 10:47:23 am] at ac.<init>(SourceFile:52)[22/09/2022 10:47:23 am] at q.<init>(SourceFile:34)[22/09/2022 10:47:23 am] at q.a(SourceFile:266)[22/09/2022 10:47:23 am] at net.minecraft.client.main.Main.a(SourceFile:211)[22/09/2022 10:47:23 am] at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:23 am] [Render thread/WARN] Failed retrieving info for group graphics[22/09/2022 10:47:23 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:47:23 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:23 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:47:23 am] at ac.a(SourceFile:77)[22/09/2022 10:47:23 am] at ac.a(SourceFile:82)[22/09/20
22 10:47:23 am] at ac.a(SourceFile:77)[22/09/2022 10:47:23 am] at ac.c(SourceFile:52)[22/09/2022 10:47:23 am] at ac.a(SourceFile:82)[22/09/2022 10:47:23 am] at ac.<init>(SourceFile:52)[22/09/2022 10:47:23 am] at q.<init>(SourceFile:34)[22/09/2022 10:47:23 am] at q.a(SourceFile:266)[22/09/2022 10:47:23 am] at net.minecraft.client.main.Main.a(SourceFile:211)[22/09/2022 10:47:23 am] at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:23 am] [Render thread/WARN] Failed retrieving info for group memory[22/09/2022 10:47:23 am] [Render thread/INFO] [STDERR]: java.lang.NoClassDefFoundError: Could not initialize class com.mojang.blaze3d.systems.RenderSystem[22/09/2022 10:47:23 am] [Render thread/INFO] [STDERR]: at ac.a(SourceFile:66)[22/09/2022 10:47:23 am] [Render thread/INFO] [STDERR]: at efu.a(SourceFile:2359)[22/09/2022 10:47:23 am] [Render thread/INFO] [STDERR]: at efu.a(SourceFile:2354)[22/09/2022 10:47:23 am] [Render thread/INFO] [STDERR]: at net.minecraft.client.main.Main.a(SourceFile:214)[22/09/2022 10:47:23 am] [Render thread/INFO] [STDERR]: at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:23 am] Oh no. Minecraft crashed. Please check the logs for any errors and provide these logs when asking for support.[22/09/2022 10:47:23 am] Checking for updated files![22/09/2022 10:47:31 am] Copied Log to clipboard.
When signing into a microsoft account, for some reason microsoft thinks that almost-adults are kids and they need to be "administered" by a parent. idk **** bruh
[17:26:18] [main/WARN]: Failed retrieving info for group processor[17:26:18] [main/WARN]: Failed retrieving info for group processorjava.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna12695711931890324748.dll: Access is denied at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176) ~[?:?] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?] at java.lang.Runtime.load0(Runtime.java:785) ~[?:?] at java.lang.System.load(System.java:1979) ~[?:?] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.(Native.java:221) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractCentralProcessor.(AbstractCentralProcessor.java:74) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsCentralProcessor.(WindowsCentralProcessor.java:66) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68) ~[oshi-core-5.8.5.jar:5.8.5] at ac.c(SourceFile:75) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:75) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) [1.19.2.jar:?] at ac.(SourceFile:52) [1.19.2.jar:?] at q.(SourceFile:34) [1.19.2.jar:?] at q.h(SourceFile:274) [1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:159) [1.19.2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:51) [1.19.2.jar:?][17:26:18] [main/WARN]: Failed retrieving info for group graphicsjava.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsGraphicsCard.(WindowsGraphicsCard.java:49) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106) ~[oshi-core-5.8.5.jar:5.8.5] at ac.b(SourceFile:76) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:76) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) [1.19.2.jar:?] at ac.(SourceFile:52) [1.19.2.jar:?] at q.(SourceFile:34) [1.19.2.jar:?] at q.h(SourceFile:274) [1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:159) [1.19.2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:51) [1.19.2.jar:?]Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna12695711931890324748.dll: Access is denied [in thread "main"] at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176) ~[?:?] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?] at java.lang.Runtime.load0(Runtime.java:785) ~[?:?] at java.lang.System.load(System.java:1979) ~[?:?] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.(Native.java:221) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractCentralProcessor.(AbstractCentralProcessor.java:74) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsCentralProcessor.(WindowsCentralProcessor.java:66) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68) ~[oshi-core-5.8.5.jar:5.8.5] at ac.c(SourceFile:75) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:75) ~[1.19.2.jar:?] ... 7 more[17:26:18] [main/WARN]: Failed retrieving info for group memoryjava.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsGlobalMemory.(WindowsGlobalMemory.java:60) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80) ~[oshi-core-5.8.5.jar:5.8.5] at ac.a(SourceFile:77) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:77) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) [1.19.2.jar:?] at ac.(SourceFile:52) [1.19.2.jar:?] at q.(SourceFile:34) [1.19.2.jar:?] at q.h(SourceFile:274) [1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:159) [1.19.2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:51) [1.19.2.jar:?]Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna12695711931890324748.dll: Access is denied [in thread "main"] at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176) ~[?:?] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?] at java.lang.Runtime.load0(Runtime.java:785) ~[?:?] at java.lang.System.load(System.java:1979) ~[?:?] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.(Native.java:221) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna
.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractCentralProcessor.(AbstractCentralProcessor.java:74) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsCentralProcessor.(WindowsCentralProcessor.java:66) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68) ~[oshi-core-5.8.5.jar:5.8.5] at ac.c(SourceFile:75) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:75) ~[1.19.2.jar:?] ... 7 more[17:26:23] [main/INFO]: Building optimized datafixer[17:26:27] [Render thread/WARN]: Failed retrieving info for group processorjava.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractCentralProcessor.(AbstractCentralProcessor.java:74) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsCentralProcessor.(WindowsCentralProcessor.java:66) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68) ~[oshi-core-5.8.5.jar:5.8.5] at ac.c(SourceFile:75) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:75) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) [1.19.2.jar:?] at ac.(SourceFile:52) [1.19.2.jar:?] at q.(SourceFile:34) [1.19.2.jar:?] at q.a(SourceFile:266) [1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:211) [1.19.2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:51) [1.19.2.jar:?]Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna12695711931890324748.dll: Access is denied [in thread "main"] at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176) ~[?:?] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?] at java.lang.Runtime.load0(Runtime.java:785) ~[?:?] at java.lang.System.load(System.java:1979) ~[?:?] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.(Native.java:221) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractCentralProcessor.(AbstractCentralProcessor.java:74) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsCentralProcessor.(WindowsCentralProcessor.java:66) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68) ~[oshi-core-5.8.5.jar:5.8.5] at ac.c(SourceFile:75) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:75) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.(SourceFile:52) ~[1.19.2.jar:?] at q.(SourceFile:34) ~[1.19.2.jar:?] at q.h(SourceFile:274) ~[1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:159) ~[1.19.2.jar:?] ... 1 more[17:26:27] [Render thread/WARN]: Failed retrieving info for group graphicsjava.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGraphicsCard at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106) ~[oshi-core-5.8.5.jar:5.8.5] at ac.b(SourceFile:76) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:76) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) [1.19.2.jar:?] at ac.(SourceFile:52) [1.19.2.jar:?] at q.(SourceFile:34) [1.19.2.jar:?] at q.a(SourceFile:266) [1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:211) [1.19.2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:51) [1.19.2.jar:?]Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"] at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsGraphicsCard.(WindowsGraphicsCard.java:49) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106) ~[oshi-core-5.8.5.jar:5.8.5] at ac.b(SourceFile:76) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:76) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.(SourceFile:52) ~[1.19.2.jar:?] at q.(SourceFile:34) ~[1.19.2.jar:?] at q.h(SourceFile:274) ~[1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:159) ~[1.19.2.jar:?] ... 1 more[17:26:27] [Render thread/WARN]: Failed retrieving info for group memoryjava.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80) ~[oshi-core-5.8.5.jar:5.8.5] at ac.a(SourceFile:77) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:77) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) [1.19.2.jar:?] at ac.(SourceFile:52) [1.19.2.jar:?] at q.(SourceFile:34) [1.19.2.jar:?] at q.a(SourceFile:266) [1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:211) [1.19.2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:51) [1.19.2.jar:?]Caused by: java.lang.Ex
ceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"] at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsGlobalMemory.(WindowsGlobalMemory.java:60) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80) ~[oshi-core-5.8.5.jar:5.8.5] at ac.a(SourceFile:77) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:77) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.(SourceFile:52) ~[1.19.2.jar:?] at q.(SourceFile:34) ~[1.19.2.jar:?] at q.h(SourceFile:274) ~[1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:159) ~[1.19.2.jar:?] ... 1 more[17:26:28] [Render thread/INFO]: [STDERR]: java.lang.NoClassDefFoundError: Could not initialize class com.mojang.blaze3d.systems.RenderSystem[17:26:28] [Render thread/INFO]: [STDERR]: at ac.a(SourceFile:66)[17:26:28] [Render thread/INFO]: [STDERR]: at efu.a(SourceFile:2359)[17:26:28] [Render thread/INFO]: [STDERR]: at efu.a(SourceFile:2354)[17:26:28] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.a(SourceFile:214)[17:26:28] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(SourceFile:51)[17:26:28] [Render thread/INFO]: [STDERR]: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\lwjglHp\3.3.1-build-7\lwjgl.dll: Access is denied [in thread "Render thread"][17:26:28] [Render thread/INFO]: [STDERR]: at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)[17:26:28] [Render thread/INFO]: [STDERR]: at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395)[17:26:28] [Render thread/INFO]: [STDERR]: at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234)[17:26:28] [Render thread/INFO]: [STDERR]: at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176)[17:26:28] [Render thread/INFO]: [STDERR]: at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)[17:26:28] [Render thread/INFO]: [STDERR]: at java.base/java.lang.Runtime.load0(Runtime.java:785)[17:26:28] [Render thread/INFO]: [STDERR]: at java.base/java.lang.System.load(System.java:1979)[17:26:28] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.loadSystem(Library.java:179)[17:26:28] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.loadSystemFromLibraryPath(Library.java:169)[17:26:28] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.loadSystem(Library.java:124)[17:26:28] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.loadSystem(Library.java:63)[17:26:28] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.(Library.java:51)[17:26:28] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.MemoryUtil.(MemoryUtil.java:100)[17:26:28] [Render thread/INFO]: [STDERR]: at dzn.(SourceFile:8)[17:26:28] [Render thread/INFO]: [STDERR]: at eal.(SourceFile:51)[17:26:28] [Render thread/INFO]: [STDERR]: at eas.(SourceFile:19)[17:26:28] [Render thread/INFO]: [STDERR]: at eas.(SourceFile:23)[17:26:28] [Render thread/INFO]: [STDERR]: at eas.(SourceFile:11)[17:26:28] [Render thread/INFO]: [STDERR]: at com.mojang.blaze3d.systems.RenderSystem.(SourceFile:46)[17:26:28] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.a(SourceFile:202)[17:26:28] [Render thread/INFO]: [STDERR]: ... 1 more
1
FINALLY, minecraft 1.19.2 works on the official minecraft launcher without any issue but have to use a diffrent acc
0
ign: enderwizard234
0
Hi, i will help!
0
even mmc doesnt work again. at this point i give up.
1
Yo multimc work
0
Ok finally decoded it, this seems to be a rendering issue
------------------
System Information
------------------
Time of this report: 9/22/2022, 10:50:29
Machine name: DESKTOP-7DQUNQC
Machine Id: {A38D79EE-59DD-4135-B56F-638F999B5629}
Operating System: Windows 10 Pro 64-bit (10.0, Build 19043) (19041.vb_release.191206-1406)
Language: English (Regional Setting: English)
System Manufacturer: HP
System Model: HP EliteBook 840 G3
BIOS: N75 Ver. 01.10 (type: UEFI)
Processor: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz (4 CPUs), ~2.5GHz
Memory: 8192MB RAM
Available OS Memory: 8088MB RAM
Page File: 8062MB used, 3610MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 12
DX Setup Parameters: Not found
User DPI Setting: 96 DPI (100 percent)
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
Miracast: Available, with HDCP
Microsoft Graphics Hybrid: Not Supported
DirectX Database Version: 1.0.8
DxDiag Version: 10.00.19041.1741 64bit Unicode
------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Input Tab: No problems found.
--------------------
DirectX Debug Levels
--------------------
Direct3D: 0/4 (retail)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)
---------------
Display Devices
---------------
Card name: Intel(R) HD Graphics 520
Manufacturer: Intel Corporation
Chip type: Intel(R) HD Graphics Family
DAC type: Internal
Device Type: Full Device (POST)
Device Key: Enum\PCI\VEN_8086&DEV_1916&SUBSYS_8079103C&REV_07
Device Status: 0180200A [DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER]
Device Problem Code: No Problem
Driver Problem Code: Unknown
Display Memory: 4172 MB
Dedicated Memory: 128 MB
Shared Memory: 4044 MB
Current Mode: 1366 x 768 (32 bit) (60Hz)
HDR Support: Not Supported
Display Topology: Internal
Display Color Space: DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709
Color Primaries: Red(0.589844,0.349609), Green(0.329102,0.554688), Blue(0.152344,0.118164), White Point(0.312500,0.328125)
Display Luminance: Min Luminance = 0.500000, Max Luminance = 270.000000, MaxFullFrameLuminance = 270.000000
Monitor Name: Generic PnP Monitor
Monitor Model: unknown
Monitor Id: BOE0697
Native Mode: 1366 x 768(p) (60.012Hz)
Output Type: Internal
Monitor Capabilities: HDR Not Supported
Display Pixel Format: DISPLAYCONFIG_PIXELFORMAT_32BPP
Advanced Color: Not Supported
Driver Name: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdumdim64.dll,C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd10iumd64.dll,C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd10iumd64.dll,C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd12umd64.dll
Driver File Version: 30.00.0101.1340 (English)
Driver Version: 30.0.101.1340
DDI Version: 12
Feature Levels: 12_1,12_0,11_1,11_0,10_1,10_0,9_3,9_2,9_1
Driver Model: WDDM 2.1
Hardware Scheduling: Supported:False Enabled:False
Graphics Preemption: Triangle
Compute Preemption: Thread
Miracast: Supported
Detachable GPU: No
Hybrid Graphics GPU: Integrated
Power P-states: Not Supported
Virtualization: Not Supported
Block List: DISABLE_HWSCH
Catalog Attributes: Universal:False Declarative:True
Driver Attributes: Final Retail
Driver Date/Size: 03-02-2022 05:30:00, 1702664 bytes
WHQL Logo'd: Yes
WHQL Date Stamp: Unknown
Device Identifier: {D7B78E66-5A56-11CF-B076-1CA0A8C2D335}
Vendor ID: 0x8086
Device ID: 0x1916
SubSys ID: 0x8079103C
Revision ID: 0x0007
Driver Strong Name: oem44.inf:5f63e534f36b7c6d:iSKLD_w10_DS:30.0.101.1340:PCI\VEN_8086&DEV_1916
Rank Of Driver: 00CF2001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
DXVA2 Modes: DXVA2_ModeMPEG2_VLD DXVA2_ModeMPEG2_IDCT DXVA2_ModeVC1_D2010 {E07EC519-E651-4CD6-AC84-1370CCEEC851} {BCC5DB6D-A2B6-4AF0-ACE4-ADB1F787BC89} DXVA2_ModeWMV9_IDCT DXVA2_ModeVC1_IDCT DXVA2_ModeH264_VLD_NoFGT DXVA2_ModeH264_VLD_Stereo_Progressive_NoFGT DXVA2_ModeH264_VLD_Stereo_NoFGT DXVA2_ModeH264_VLD_Multiview_NoFGT {C528916C-C0AF-4645-8CB2-372B6D4ADC2A} {91CD2D6E-897B-4FA1-B0D7-51DC88010E0A} {442B942A-B4D9-4940-BC45-A882E5F919F3} {97688186-56A8-4094-B543-FC9DAAA49F4B} {1424D4DC-7CF5-4BB1-9CD7-B63717A72A6B} {C346E8A3-CBED-4D27-87CC-A70EB4DC8C27} {FFC79924-5EAF-4666-A736-06190F281443} {2364D06A-F67F-4186-AED0-62B99E1784F1} {28566328-F041-4466-8B14-8F5831E78F8B} {8C56EB1E-2B47-466F-8D33-7DBCD63F3DF2} DXVA2_ModeHEVC_VLD_Main {75FC75F7-C589-4A07-A25B-72E03B0383B3} DXVA2_ModeHEVC_VLD_Main10 {07CFAFFB-5A2E-4B99-B62A-E4CA53B6D5AA} {76988A52-DF13-419A-8E64-FFCF4A336CF5} {50925B7B-E931-4978-A12A-586630F095F9} {B69C20E0-2508-8790-0305-875499E0A2D0} {49761BEC-4B63-4349-A5FF-87FFDF088466}
Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
D3D9 Overlay: Supported
DXVA-HD: Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled
MPO MaxPlanes: 3
MPO Caps: RGB,YUV,BILINEAR,HIGH_FILTER,STRETCH_YUV,STRETCH_RGB
MPO Stretch: 5.000X - 0.334X
MPO Media Hints:
MPO Formats: YUY2,R16G16B16A16_FLOAT,R10G10B10A2_UNORM,R8G8B8A8_UNORM,B8G8R8A8_UNORM
PanelFitter Caps: RGB,YUV,BILINEAR,HIGH_FILTER,STRETCH_YUV,STRETCH_RGB
PanelFitter Stretch: 5.000X - 0.334X
Component Drivers:
Driver Name: Unknown
Driver Version: Unknown
Driver Date: Unknown
Driver Provider: Unknown
Catalog Attributes: N/A
Driver Name: Unknown
Driver Version: Unknown
Driver Date: Unknown
Driver Provider: Unknown
Catalog Attributes: N/A
-------------
Sound Devices
-------------
Description: Speakers (Conexant ISST Audio)
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: INTELAUDIO\FUNC_01&VEN_14F1&DEV_50F4&SUBSYS_103C8079&REV_1001
Manufacturer ID: N/A
Product ID: N/A
Type: N/A
Driver Name: CHDRT64ISST.sys
Driver Version: 9.0.232.90 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 03-12-2021 05:30:00, 2433320 bytes
Other Files:
Driver Provider: Conexant
HW Accel Level: Emulation Only
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX(tm) 2.0 Listen/Src: No, No
I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No
---------------------
Sound Capture Devices
---------------------
Description: Internal Microphone (Conexant ISST Audio)
Default Sound Capture: Yes
Default Voice Capture: Yes
Driver Name: CHDRT64ISST.sys
Driver Version: 9.0.232.90 (English)
Driver Attributes: Final Retail
Date and Size: 03-12-2021 05:30:00, 2433320 bytes
Cap Flags: 0x1
Format Flags: 0xFFFFF
---------------------
Video Capture Devices
Number of Devices: 1
---------------------
FriendlyName: HP HD Camera
Category: Camera
SymbolicLink: \\?\usb#vid_04ca&pid_7054&mi_00#6&2fda0d4&0&0000#{e5323777-f976-4f5b-9b55-b94699c46e44}\global
Location: Front
Rotation: 0
Manufacturer: DETNR019I89OHU
HardwareID: USB\VID_04CA&PID_7054&REV_0009&MI_00,USB\VID_04CA&PID_7054&MI_00
DriverDesc: HP Universal Camera Driver
DriverProvider: Realtek
DriverVersion: 10.0.14393.11237
DriverDateEnglish: 11/29/2016 00:00:00
DriverDateLocalized: 29-11-2016 00:00:00
Service: rtsuvc
Class: Image
DevNodeStatus: 180200A[DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER]
ContainerId: {00000000-0000-0000-FFFF-FFFFFFFFFFFF}
ProblemCode: No Problem
BusReportedDeviceDesc: HP HD Camera
Parent: USB\VID_04CA&PID_7054\200901010001
DriverProblemDesc: n/a
UpperFilters: n/a
LowerFilters: n/a
Stack: \FileSystem\KLIF,\Driver\ksthunk,\Driver\rtsuvc,\Driver\ACPI,\Driver\usbccgp
ContainerCategory: Imaging
SensorGroupID: n/a
MFT0: n/a
DMFT: n/a
CustomCaptureSource: n/a
DependentStillCapture: n/a
EnablePlatformDMFT: n/a
DMFTChain: n/a
EnableDshowRedirection: n/a
FrameServerEnabled: n/a
AnalogProviders: RsProvider
ProfileIDs: n/a
-------------------
DirectInput Devices
-------------------
Device Name: Mouse
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: Keyboard
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: Synaptics HID-Compliant Touch pad Device
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x06CB, 0x000F
FF Driver: n/a
Device Name: Synaptics HID-Compliant Touch pad Device
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x06CB, 0x000F
FF Driver: n/a
Device Name: HP Wireless Button Driver
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x0001, 0x0001
FF Driver: n/a
Poll w/ Interrupt: No
-----------
USB Devices
-----------
----------------
Gameport Devices
----------------
------------
PS/2 Devices
------------
+ Standard 101/102-Key or Microsoft Natural PS/2 Keyboard for HP Hotkey Support
| Matching Device ID: ACPI\HPQ8002
| Upper Filters: HpqKbFiltr
| Service: i8042prt
| Driver: HpqKbFiltr.sys, 6/14/2022 12:08:52, 56392 bytes
| Driver: i8042prt.sys, 12/7/2019 14:37:56, 118272 bytes
| Driver: kbdclass.sys, 12/7/2019 14:37:56, 71480 bytes
|
+ HID-compliant mouse
| Vendor/Product ID: 0x06CB, 0x000F
| Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
| Service: mouhid
| Driver: mouhid.sys, 12/7/2019 14:37:56, 35328 bytes
| Driver: mouclass.sys, 12/7/2019 14:37:56, 67600 bytes
|
+ Synaptics SMBus TouchPad
| Matching Device ID: acpi\syn3037
| Upper Filters: SynTP
| Service: i8042prt
| Driver: SynTP.sys, 11/22/2017 11:26:32, 639576 bytes
| Driver: Smb_driver_Intel_Aux.sys, 11/22/2017 11:26:10, 51288 bytes
| Driver: Smb_driver_AMDASF_Aux.sys, 11/22/2017 11:26:06, 50776 bytes
| Driver: SynRMIHID_Aux.sys, 11/22/2017 11:26:28, 66136 bytes
| Driver: SynTPAPI.dll, 11/22/2017 11:26:32, 277592 bytes
| Driver: SynCOM.dll, 11/22/2017 11:26:10, 778840 bytes
| Driver: pca-manta.bin, 11/22/2017 11:02:08, 231456 bytes
| Driver: calibration.bin, 11/22/2017 11:02:08, 92 bytes
| Driver: SynTPRes.dll, 11/22/2017 11:26:50, 19212888 bytes
| Driver: SynTPCpl.dll, 11/22/2017 11:26:42, 3945048 bytes
| Driver: SynCntxt.rtf, 11/22/2017 11:02:08, 12658407 bytes
| Driver: SynZMetr.exe, 11/22/2017 11:26:58, 1896536 bytes
| Driver: SynMood.exe, 11/22/2017 11:26:28, 1920088 bytes
| Driver: SynTPEnh.exe, 11/22/2017 11:26:46, 3965528 bytes
| Driver: Tutorial.exe, 11/22/2017 11:27:06, 1907800 bytes
| Driver: InstNT.exe, 11/22/2017 11:21:36, 327768 bytes
| Driver: SynISDLL.dll, 11/22/2017 11:26:24, 357464 bytes
| Driver: SynUnst.ini, 11/22/2017 11:02:10, 1867671 bytes
| Driver: SynRemoveUserSettings.dat, 11/22/2017 11:02:08, 1315 bytes
| Driver: SynTPHelper.exe, 11/22/2017 11:26:50, 218712 bytes
| Driver: SynTPEnhService.exe, 11/22/2017 11:26:46, 255576 bytes
| Driver: StaticImg.html, 11/22/2017 11:02:08, 968 bytes
| Driver: StaticImg.png, 11/22/2017 11:02:08, 107143 bytes
| Driver: SynSysDetect.js, 11/22/2017 11:02:08, 1589 bytes
| Driver: Syn2FingerScrolling.wmv, 11/22/2017 11:02:08, 650659 bytes
| Driver: Syn3FingerFlick.wmv, 11/22/2017 11:02:08, 774019 bytes
| Driver: Syn4FingerFlick.wmv, 11/22/2017 11:02:08, 795115 bytes
| Driver: Syn4FFlickVNB.wmv, 11/22/2017 11:02:08, 717383 bytes
| Driver: SynSmartSense.wmv, 11/22/2017 11:02:08, 345343 bytes
| Driver: SynSmartSenseNB.wmv, 11/22/2017 11:02:08, 340930 bytes
| Driver: Syn4FingerFlickUpDown.wmv, 11/22/2017 11:02:08, 1264895 bytes
| Driver: Syn4FingerFlickUpDownNB.wmv, 11/22/2017 11:02:08, 1222781 bytes
| Driver: Syn4FingerFlickLeftRight.wmv, 11/22/2017 11:02:08, 1201694 bytes
| Driver: Syn4FingerFlickLeftRightNB.wmv, 11/22/2017 11:02:08, 938952 bytes
| Driver: Syn3FingerPress.wmv, 11/22/2017 11:02:08, 149361 bytes
| Driver: SynEdgeMotion.wmv, 11/22/2017 11:02:08, 790425 bytes
| Driver: SynLinearScrolling.wmv, 11/22/2017 11:02:08, 486299 bytes
| Driver: SynMomentum.wmv, 11/22/2017 11:02:08, 231541 bytes
| Driver: SynMomentumScrolling.wmv, 11/22/2017 11:02:08, 1513885 bytes
| Driver: SynPinchZoom.wmv, 11/22/2017 11:02:08, 361085 bytes
| Driver: SynBlackScreen.wmv, 11/22/2017 11:02:08, 14729 bytes
| Driver: SynPivotRotate.wmv, 11/22/2017 11:02:08, 609629 bytes
| Driver: SynTwistRotate.wmv, 11/22/2017 11:02:10, 535667 bytes
| Driver: SynCoverGesture.wmv, 11/22/2017 11:02:08, 633185 bytes
| Driver: SynChiralRotate.wmv, 11/22/2017 11:02:08, 321969 bytes
| Driver: SynChiralScrolling.wmv, 11/22/2017 11:02:08, 1776645 bytes
| Driver: SynCoastingScrolling.wmv, 11/22/2017 11:02:08, 880823 bytes
| Driver: SynPointing.wmv, 11/22/2017 11:02:08, 89721 bytes
| Driver: SynPalmCheck.wmv, 11/22/2017 11:02:08, 278039 bytes
| Driver: SynSensitivity.wmv, 11/22/2017 11:02:08, 183903 bytes
| Driver: SynWindowConstrained.wmv, 11/22/2017 11:02:10, 250401 bytes
| Driver: SynSlowMotion.wmv, 11/22/2017 11:02:08, 255951 bytes
| Driver: SynConstrainedMotion.wmv, 11/22/2017 11:02:08, 1174655 bytes
| Driver: SynTapping.wmv, 11/22/2017 11:02:08, 67389 bytes
| Driver: SynButtons.wmv, 11/22/2017 11:02:08, 190451 bytes
| Driver: SynTouchStykSelect.wmv, 11/22/2017 11:02:10, 84183 bytes
| Driver: SynTouchStykButton.wmv, 11/22/2017 11:02:10, 95259 bytes
| Driver: SynTouchStykSensitivity.wmv, 11/22/2017 11:02:10, 183909 bytes
| Driver: SynEdgeMotionDragging.wmv, 11/22/2017 11:02:08, 174015 bytes
| Driver: SynEdgeMotionFixedSpeed.wmv, 11/22/2017 11:02:08, 174015 bytes
| Driver: SynEdgeMotionPointing.wmv, 11/22/2017 11:02:08, 157579 bytes
| Driver: SynEdgeMotionPressure.wmv, 11/22/2017 11:02:08, 67539 bytes
| Driver: SynNoButtons.wmv, 11/22/2017 11:02:08, 28715 bytes
| Driver: SynTapZones.wmv, 11/22/2017 11:02:08, 215105 bytes
| Driver: SynLinearHScrolling.wmv, 11/22/2017 11:02:08, 527389 bytes
| Driver: Syn2FingerHScrolling.wmv, 11/22/2017 11:02:08, 626005 bytes
| Driver: SynTapHoldToDrag.wmv, 11/22/2017 11:02:08, 62001 bytes
| Driver: SynTapLockingDrag.wmv, 11/22/2017 11:02:08, 95259 bytes
| Driver: Syn1FingerClickNB.wmv, 11/22/2017 11:02:08, 141143 bytes
| Driver: Syn1FingerClickDrag.wmv, 11/22/2017 11:02:08, 338125 bytes
| Driver: Syn2FingerClickDrag.wmv, 11/22/2017 11:02:08, 471371 bytes
| Driver: Syn2FingerFlickNB.wmv, 11/22/2017 11:02:08, 675403 bytes
| Driver: Syn2FingerFlickLR.wmv, 11/22/2017 11:02:08, 502795 bytes
| Driver: Syn2FingerHScrollingNB.wmv, 11/22/2017 11:02:08, 617787 bytes
| Driver: Syn2FingerScrollingNB.wmv, 11/22/2017 11:02:08, 634223 bytes
| Driver: Syn3FingerFlickNB.wmv, 11/22/2017 11:02:08, 749365 bytes
| Driver: Syn3FingerPressNB.wmv, 11/22/2017 11:02:08, 141143 bytes
| Driver: Syn4FingerFlickNB.wmv, 11/22/2017 11:02:08, 1243838 bytes
| Driver: SynButtonsNB.wmv, 11/22/2017 11:02:08, 182233 bytes
| Driver: SynChiralRotateNB.wmv, 11/22/2017 11:02:08, 313751 bytes
| Driver: SynChiralScrollingNB.wmv, 11/22/2017 11:02:08, 1760209 bytes
| Driver: SynCoastingScrollingNB.wmv, 11/22/2017 11:02:08, 872605 bytes
| Driver: SynCoverGestureNB.wmv, 11/22/2017 11:02:08, 633185 bytes
| Driver: SynEdgeMotionDraggingNB.wmv, 11/22/2017 11:02:08, 165797 bytes
| Driver: SynEdgeMotionFixedSpeedNB.wmv, 11/22/2017 11:02:08, 165797 bytes
| Driver: SynEdgeMotionPointingNB.wmv, 11/22/2017 11:02:08, 149361 bytes
| Driver: SynEdgeMotionPressureNB.wmv, 11/22/2017 11:02:08, 62003 bytes
| Driver: SynLinearHScrollingNB.wmv, 11/22/2017 11:02:08, 519171 bytes
| Driver: SynMomentumScrollingNB.wmv, 11/22/2017 11:02:08, 1482533 bytes
| Driver: SynPinchZoomNB.wmv, 11/22/2017 11:02:08, 350007 bytes
| Driver: SynPivotRotateNB.wmv, 11/22/2017 11:02:08, 535667 bytes
| Driver: SynTapHoldToDragNB.wmv, 11/22/2017 11:02:08, 56465 bytes
| Driver: SynTapLockingDragNB.wmv, 11/22/2017 11:02:08, 100797 bytes
| Driver: SynTwistRotateNB.wmv, 11/22/2017 11:02:10, 527449 bytes
| Driver: SynPointingNB.wmv, 11/22/2017 11:02:08, 84183 bytes
| Driver: Syn2FingerMomentumVHScrolling.wmv, 11/22/2017 11:02:08, 895723 bytes
| Driver: Syn2FingerMomentumVHScrollingNB.wmv, 11/22/2017 11:02:08, 862177 bytes
| Driver: Syn2FingerMomentumVScrolling_win8.wmv, 11/22/2017 11:02:08, 597933 bytes
| Driver: Syn2FingerMomentumVScrollingNB_win8.wmv, 11/22/2017 11:02:08, 586882 bytes
| Driver: Syn2FingerMomentumHScrolling_win8.wmv, 11/22/2017 11:02:08, 575831 bytes
| Driver: Syn2FingerMomentumHScrollingNB_win8.wmv, 11/22/2017 11:02:08, 564780 bytes
| Driver: Syn2FingerVHCoasting.wmv, 11/22/2017 11:02:08, 1794763 bytes
| Driver: Syn2FingerVHCoastingNB.wmv, 11/22/2017 11:02:08, 3445345 bytes
| Driver: Syn2FingerVCoasting_win8.wmv, 11/22/2017 11:02:08, 919145 bytes
| Driver: Syn2FingerHCoasting_win8.wmv, 11/22/2017 11:02:08, 1003421 bytes
| Driver: Syn2FingerVCoastingNB_win8.wmv, 11/22/2017 11:02:08, 933191 bytes
| Driver: Syn2FingerHCoastingNB_win8.wmv, 11/22/2017 11:02:08, 847921 bytes
| Driver: SynMomentumVHScrolling.wmv, 11/22/2017 11:02:08, 1408837 bytes
| Driver: SynMomentumVHScrollingNB.wmv, 11/22/2017 11:02:08, 1389179 bytes
| Driver: SynVHCoasting.wmv, 11/22/2017 11:02:10, 1955445 bytes
| Driver: Syn2FingerHScrolling_win8.wmv, 11/22/2017 11:02:08, 432126 bytes
| Driver: Syn2FingerHScrollingNB_win8.wmv, 11/22/2017 11:02:08, 421117 bytes
| Driver: SynChiralScrolling_win8.wmv, 11/22/2017 11:02:08, 819031 bytes
| Driver: SynChiralScrollingNB_win8.wmv, 11/22/2017 11:02:08, 741716 bytes
| Driver: SynLinearHScrolling_win8.wmv, 11/22/2017 11:02:08, 376913 bytes
| Driver: SynLinearHScrollingNB_win8.wmv, 11/22/2017 11:02:08, 354811 bytes
| Driver: SynLinearScrolling_win8.wmv, 11/22/2017 11:02:08, 354811 bytes
| Driver: SynLinearScrollingNB_win8.wmv, 11/22/2017 11:02:08, 332709 bytes
| Driver: SynPivotRotate_win8.wmv, 11/22/2017 11:02:08, 498534 bytes
| Driver: SynPivotRotateNB_win8.wmv, 11/22/2017 11:02:08, 365880 bytes
| Driver: SynTwistRotate_win8.wmv, 11/22/2017 11:02:10, 421135 bytes
| Driver: SynTwistRotateNB_win8.wmv, 11/22/2017 11:02:10, 410084 bytes
| Driver: SynEdgePulls.wmv, 11/22/2017 11:02:08, 1247447 bytes
| Driver: Syn4FingerFlick_win8.wmv, 11/22/2017 11:02:08, 598023 bytes
| Driver: Syn4FingerFlickNB_win8.wmv, 11/22/2017 11:02:08, 564870 bytes
| Driver: Syn2FingerScrolling.html, 11/22/2017 11:02:08, 3216 bytes
| Driver: Syn2FingerFlick.html, 11/22/2017 11:02:08, 3212 bytes
| Driver: Syn3FingerFlick.html, 11/22/2017 11:02:08, 3212 bytes
| Driver: Syn4FingerFlick.html, 11/22/2017 11:02:08, 3212 bytes
| Driver: Syn4FingerFlickUpDown.html, 11/22/2017 11:02:08, 3218 bytes
| Driver: Syn4FingerFlickLeftRight.html, 11/22/2017 11:02:08, 3221 bytes
| Driver: Syn3FingerPress.html, 11/22/2017 11:02:08, 3212 bytes
| Driver: SynEdgeMotion.html, 11/22/2017 11:02:08, 3210 bytes
| Driver: SynMomentum.html, 11/22/2017 11:02:08, 3208 bytes
| Driver: SynPinchZoom.html, 11/22/2017 11:02:08, 3209 bytes
| Driver: SynRotating.html, 11/22/2017 11:02:08, 3208 bytes
| Driver: SynTwistRotate.html, 11/22/2017 11:02:10, 3211 bytes
| Driver: SynCoverGesture.html, 11/22/2017 11:02:08, 3212 bytes
| Driver: SynAccessibility.html, 11/22/2017 11:02:08, 3221 bytes
| Driver: SynSmartSense.html, 11/22/2017 11:02:08, 3210 bytes
| Driver: SynButtons.html, 11/22/2017 11:02:08, 3207 bytes
| Driver: SynClicking.html, 11/22/2017 11:02:08, 3208 bytes
| Driver: SynMultiFingerGestures.html, 11/22/2017 11:02:08, 3219 bytes
| Driver: SynPalmCheck.html, 11/22/2017 11:02:08, 3209 bytes
| Driver: SynPointing.html, 11/22/2017 11:02:08, 3208 bytes
| Driver: SynScrolling.html, 11/22/2017 11:02:08, 3209 bytes
| Driver: SynSensitivity.html, 11/22/2017 11:02:08, 3211 bytes
| Driver: SynTapping.html, 11/22/2017 11:02:08, 3207 bytes
| Driver: SynTouchStykButton.html, 11/22/2017 11:02:08, 3215 bytes
| Driver: SynTouchStykSelect.html, 11/22/2017 11:02:10, 3215 bytes
| Driver: SynTouchStykSensitivity.html, 11/22/2017 11:02:10, 3220 bytes
| Driver: SynScrollingVertical.html, 11/22/2017 11:02:08, 3217 bytes
| Driver: SynScrollingHorizontal.html, 11/22/2017 11:02:08, 3219 bytes
| Driver: SynScrollingChiral.html, 11/22/2017 11:02:08, 3215 bytes
| Driver: SynLockingDrags.html, 11/22/2017 11:02:08, 3212 bytes
| Driver: SynEdgePulls.html, 11/22/2017 11:02:08, 3162 bytes
| Driver: Syn2FingerScrolling_win8.wmv, 11/22/2017 11:02:08, 398973 bytes
| Driver: Syn2FingerScrollingNB_win8.wmv, 11/22/2017 11:02:08, 387964 bytes
| Driver: SynTappingNB.wmv, 11/22/2017 11:02:08, 67389 bytes
| Driver: Syn2FingerRightClickNB.wmv, 11/22/2017 11:02:08, 190451 bytes
| Driver: SynVHCoastingNB.wmv, 11/22/2017 11:02:10, 1979037 bytes
| Driver: SynEdgePullsNB.wmv, 11/22/2017 11:02:08, 1184745 bytes
| Driver: SynPalmCheckNB.wmv, 11/22/2017 11:02:08, 266961 bytes
| Driver: SynLinearScrollingNB.wmv, 11/22/2017 11:02:08, 478081 bytes
| Driver: SynSensitivityNB.wmv, 11/22/2017 11:02:08, 172829 bytes
| Driver: SynMomentumNB.wmv, 11/22/2017 11:02:08, 223323 bytes
| Driver: SynTapZonesNB.wmv, 11/22/2017 11:02:08, 206887 bytes
| Driver: SynTapZonesNB_win8.wmv, 11/22/2017 11:02:08, 155875 bytes
| Driver: SynEdgeMotionNB.wmv, 11/22/2017 11:02:08, 782207 bytes
| Driver: SynSlowMotionNB.wmv, 11/22/2017 11:02:08, 239337 bytes
| Driver: SynConstrainedMotionNB.wmv, 11/22/2017 11:02:08, 1122071 bytes
| Driver: SynWindowConstrainedNB.wmv, 11/22/2017 11:02:10, 239325 bytes
| Driver: Syn3FHSlide.wmv, 11/22/2017 11:02:08, 243720 bytes
| Driver: Syn3FHSlideNB.wmv, 11/22/2017 11:02:08, 202757 bytes
| Driver: Syn3FTapActionCenter.wmv, 11/22/2017 11:02:08, 108227 bytes
| Driver: Syn3FTapActionCenterNB.wmv, 11/22/2017 11:02:08, 105076 bytes
| Driver: Syn3FTapCortana.wmv, 11/22/2017 11:02:08, 111378 bytes
| Driver: Syn3FTapCortanaNB.wmv, 11/22/2017 11:02:08, 108227 bytes
| Driver: Syn4FTapActionCenter.wmv, 11/22/2017 11:02:08, 111378 bytes
| Driver: Syn4FTapActionCenterNB.wmv, 11/22/2017 11:02:08, 108227 bytes
| Driver: Syn4FTapCortana.wmv, 11/22/2017 11:02:08, 114529 bytes
| Driver: Syn4FTapCortanaNB.wmv, 11/22/2017 11:02:08, 111378 bytes
| Driver: Syn3FClickActionCenterNB.wmv, 11/22/2017 11:02:08, 139737 bytes
| Driver: Syn3FClickCortanaNB.wmv, 11/22/2017 11:02:08, 149190 bytes
| Driver: Syn4FClickActionCenterNB.wmv, 11/22/2017 11:02:08, 158643 bytes
| Driver: Syn4FClickCortanaNB.wmv, 11/22/2017 11:02:08, 164945 bytes
| Driver: Syn3FVSlide.wmv, 11/22/2017 11:02:08, 395018 bytes
| Driver: Syn3FVSlideNB.wmv, 11/22/2017 11:02:08, 363508 bytes
| Driver: dpinst.exe, 11/22/2017 11:21:22, 1065560 bytes
| Driver: SynSmbDrv.ini, 11/22/2017 11:02:08, 6089 bytes
| Driver: SynRMIHID.ini, 11/22/2017 11:02:08, 3070 bytes
| Driver: hidemi.ini, 11/22/2017 11:02:08, 2667 bytes
| Driver: mchpemi.ini, 11/22/2017 11:02:08, 1994 bytes
| Driver: SynHidMini.ini, 11/22/2017 11:02:08, 5873 bytes
| Driver: ButtonClick.wav, 11/22/2017 11:02:08, 484 bytes
| Driver: ButtonRelease.wav, 11/22/2017 11:02:08, 356 bytes
| Driver: ForcePad Settings.lnk, 11/22/2017 11:02:08, 2274 bytes
| Driver: ForcePad Tutorial.lnk, 11/22/2017 11:02:08, 3199 bytes
| Driver: SynFPT.exe, 11/22/2017 11:26:24, 140888 bytes
| Driver: SynFPApp.exe, 11/22/2017 11:26:18, 123992 bytes
| Driver: SynFPAppNet35.exe, 11/22/2017 11:26:18, 112216 bytes
| Driver: WPFSynPage.dll, 11/22/2017 11:27:18, 7413336 bytes
| Driver: WPFSynPageNet35.dll, 11/22/2017 11:27:20, 7409240 bytes
| Driver: msvcp120.dll, 11/22/2017 11:21:42, 464472 bytes
| Driver: msvcr120.dll, 11/22/2017 11:26:00, 979624 bytes
| Driver: SynForcepadApp.rtf, 11/22/2017 11:02:08, 44770 bytes
| Driver: SynLogo.png, 11/22/2017 11:02:08, 7343 bytes
| Driver: Syn1FCornerClickForce.wmv, 11/22/2017 11:02:08, 50321 bytes
| Driver: SynCornerClickForce.wmv, 11/22/2017 11:02:08, 56541 bytes
| Driver: SynPinchFingerForce.wmv, 11/22/2017 11:02:08, 178299 bytes
| Driver: SynPinchThumbForce.wmv, 11/22/2017 11:02:08, 194943 bytes
| Driver: Syn2FVScrollForce.wmv, 11/22/2017 11:02:08, 361131 bytes
| Driver: Syn2FHScrollForce.wmv, 11/22/2017 11:02:08, 289059 bytes
| Driver: Syn1FVScrollForce.wmv, 11/22/2017 11:02:08, 350055 bytes
| Driver: Syn1FHScrollForce.wmv, 11/22/2017 11:02:08, 383205 bytes
| Driver: Syn1FDragForce.wmv, 11/22/2017 11:02:08, 170529 bytes
| Driver: Syn2FClickForce.wmv, 11/22/2017 11:02:08, 73155 bytes
| Driver: Syn1FHScrollForce_Win8.wmv, 11/22/2017 11:02:08, 377667 bytes
| Driver: Syn1FVScrollForce_Win8.wmv, 11/22/2017 11:02:08, 350055 bytes
| Driver: Syn2FHScrollForce_Win8.wmv, 11/22/2017 11:02:08, 377745 bytes
| Driver: Syn2FVScrollForce_Win8.wmv, 11/22/2017 11:02:08, 366669 bytes
| Driver: Syn2FDragForce.wmv, 11/22/2017 11:02:08, 205044 bytes
| Driver: Syn1FThumbDrag.wmv, 11/22/2017 11:02:08, 461252 bytes
| Driver: Syn2FVScrollNForce.wmv, 11/22/2017 11:02:08, 332983 bytes
| Driver: Syn2FVScrollNForce_win8.wmv, 11/22/2017 11:02:08, 321869 bytes
| Driver: Syn2FPinchForce.wmv, 11/22/2017 11:02:08, 280581 bytes
| Driver: Syn2FPinchZoom.wmv, 11/22/2017 11:02:08, 372715 bytes
| Driver: Syn2FingerScrollRevNB.wmv, 11/22/2017 11:02:08, 342513 bytes
| Driver: SynTapAgainHoldToDrag.wmv, 11/22/2017 11:02:08, 169419 bytes
| Driver: StaticImgNB.PNG, 11/22/2017 11:02:08, 81676 bytes
| Driver: StaticImgNB.html, 11/22/2017 11:02:08, 970 bytes
| Driver: animated-overlay.gif, 11/22/2017 11:02:08, 1738 bytes
| Driver: clicking.m4v, 11/22/2017 11:02:08, 58642 bytes
| Driver: dragging.m4v, 11/22/2017 11:02:08, 172102 bytes
| Driver: img_clicking.png, 11/22/2017 11:02:08, 14699 bytes
| Driver: img_controlpanel.png, 11/22/2017 11:02:08, 88125 bytes
| Driver: img_controlpanel_scroll.png, 11/22/2017 11:02:08, 71821 bytes
| Driver: img_dragging.png, 11/22/2017 11:02:08, 15559 bytes
| Driver: img_logo.png, 11/22/2017 11:02:08, 5269 bytes
| Driver: img_scrolling.png, 11/22/2017 11:02:08, 17079 bytes
| Driver: img_touchpad.png, 11/22/2017 11:02:08, 24785 bytes
| Driver: img_video.png, 11/22/2017 11:02:08, 1848 bytes
| Driver: img_volume.png, 11/22/2017 11:02:08, 77067 bytes
| Driver: jquery-1.10.2.min.js, 11/22/2017 11:02:08, 93113 bytes
| Driver: jquery-ui-1.10.3.min.css, 11/22/2017 11:02:08, 26923 bytes
| Driver: jquery-ui-1.10.3.min.js, 11/22/2017 11:02:08, 228144 bytes
| Driver: scrolling.m4v, 11/22/2017 11:02:08, 238525 bytes
| Driver: style.css, 11/22/2017 11:02:08, 828 bytes
| Driver: ui-bg_diagonals-thick_75_f3d8d8_40x40.png, 11/22/2017 11:02:10, 413 bytes
| Driver: ui-bg_dots-small_65_a6a6a6_2x2.png, 11/22/2017 11:02:10, 207 bytes
| Driver: ui-bg_flat_0_333333_40x100.png, 11/22/2017 11:02:10, 220 bytes
| Driver: ui-bg_flat_65_ffffff_40x100.png, 11/22/2017 11:02:10, 208 bytes
| Driver: ui-bg_flat_75_ffffff_40x100.png, 11/22/2017 11:02:10, 208 bytes
| Driver: ui-bg_glass_55_fbf8ee_1x400.png, 11/22/2017 11:02:10, 340 bytes
| Driver: ui-bg_highlight-hard_100_eeeeee_1x100.png, 11/22/2017 11:02:10, 252 bytes
| Driver: ui-bg_highlight-hard_100_f6f6f6_1x100.png, 11/22/2017 11:02:10, 251 bytes
| Driver: ui-bg_highlight-soft_15_cc0000_1x100.png, 11/22/2017 11:02:10, 322 bytes
| Driver: ui-icons_004276_256x240.png, 11/22/2017 11:02:10, 4549 bytes
| Driver: ui-icons_cc0000_256x240.png, 11/22/2017 11:02:10, 4549 bytes
| Driver: ui-icons_ffffff_256x240.png, 11/22/2017 11:02:10, 6299 bytes
| Driver: icon_web.ico, 11/22/2017 11:02:08, 1406 bytes
| Driver: SynCom.dll, 11/22/2017 11:26:14, 429144 bytes
| Driver: mouclass.sys, 12/7/2019 14:37:56, 67600 bytes
| Driver: i8042prt.sys, 12/7/2019 14:37:56, 118272 bytes
| Driver: SynTPCo35-02.dll, 11/22/2017 11:26:36, 290392 bytes
| Driver: WdfCoInstaller01011.dll, 3/9/2020 12:27:54, 1804568 bytes
------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: C:
Free Space: 16.8 GB
Total Space: 139.6 GB
File System: NTFS
Model: SAMSUNG MZVPV256HDGL-000H1
Drive: D:
Free Space: 103.8 GB
Total Space: 103.9 GB
File System: NTFS
Model: SAMSUNG MZVPV256HDGL-000H1
--------------
System Devices
--------------
Name: Mobile Intel(R) Processor Family I/O PCI Express Root Port #2 - 9D11
Device ID: PCI\VEN_8086&DEV_9D11&SUBSYS_8079103C&REV_F1\3&11583659&0&E0
Driver: C:\Windows\system32\DRIVERS\pci.sys, 10.00.19041.1949 (English), 9/17/2022 13:05:51, 473424 bytes
Name: Intel(R) HD Graphics 520
Device ID: PCI\VEN_8086&DEV_1916&SUBSYS_8079103C&REV_07\3&11583659&0&10
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdkmd64.sys, 30.00.0101.1340 (English), 2/7/2022 12:46:26, 40021648 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\iglhxs64.vp, 2/7/2022 12:12:20, 5908 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd10iumd64.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:30, 28449704 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd11dxva64.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:48, 77640992 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd12dxva64.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:56, 77119000 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd12umd64.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:08, 142672 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd12um64kbl.dll, 2/7/2022 12:47:04, 10252160 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd12um64icl.dll, 2/7/2022 12:47:02, 10305344 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd12um64xel.dll, 2/7/2022 12:47:06, 10449152 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdgmm64.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:34, 4027752 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igfxcmrt64.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:50, 215648 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igfx11cmrt64.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:48, 217688 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdumdim64.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:46, 1702664 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdail64.dll, 2/7/2022 12:46:20, 194984 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd9dxva64.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:18, 64063216 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\iga64.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:18, 3007120 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igc64.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:26, 57050448 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\DnnlPlugin.dll, 2/7/2022 12:46:16, 49718656 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\UniversalAdapter64.dll, 2/7/2022 12:49:08, 341120 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\opencl-clang64.dll, 2.00.0009.0000 (English), 2/7/2022 12:49:04, 82795376 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdfcl64.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:30, 1060216 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdmd64.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:40, 6674456 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdml64.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:42, 3077448 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdde64.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:24, 417824 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdinfo64.dll, 2/7/2022 12:47:38, 155752 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdext64.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:30, 291264 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd10iumd32.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:30, 23943456 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd11dxva32.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:34, 76212864 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd12dxva32.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:52, 75747512 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd12umd32.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:08, 106120 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd12um32kbl.dll, 2/7/2022 12:46:58, 9753024 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd12um32icl.dll, 2/7/2022 12:46:56, 9812896 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd12um32xel.dll, 2/7/2022 12:47:00, 9966032 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdgmm32.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:32, 3166456 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdumdim32.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:44, 1524768 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdail32.dll, 2/7/2022 12:46:18, 159144 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igd9dxva32.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:12, 62718432 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igfxcmrt32.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:48, 171856 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igfx11cmrt32.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:46, 172864 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\iga32.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:18, 2405832 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igc32.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:24, 48318432 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\UniversalAdapter32.dll, 2/7/2022 12:49:06, 283664 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\opencl-clang32.dll, 2.00.0009.0000 (English), 2/7/2022 12:49:00, 61435344 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdfcl32.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:26, 965032 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdmd32.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:38, 5210312 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdml32.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:42, 2373568 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdde32.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:20, 340112 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdinfo32.dll, 2/7/2022 12:47:36, 131568 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdext32.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:28, 234296 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\iglhxo64.vp, 2/7/2022 12:12:20, 42513 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\iglhxc64.vp, 2/7/2022 12:12:20, 44194 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\iglhxg64.vp, 2/7/2022 12:12:20, 43760 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\iglhxo64_dev.vp, 2/7/2022 12:12:20, 43143 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\iglhxc64_dev.vp, 2/7/2022 12:12:20, 43214 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\iglhxg64_dev.vp, 2/7/2022 12:12:20, 43732 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\iglhxa64.vp, 2/7/2022 12:12:20, 1125 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\iglhxa64.cpa, 2/7/2022 12:12:20, 1376256 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\IntelCpHDCPSvc.exe, 30.00.0101.1340 (English), 2/7/2022 12:47:10, 337560 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\cp_resources.bin, 2/7/2022 12:12:08, 2572396 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\ig9icd64.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:14, 16745408 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\ig9icd32.dll, 30.00.0101.1340 (English), 2/7/2022 12:46:12, 13351336 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\OSSCOPYRIGHT.txt, 2/7/2022 12:12:24, 1372 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igvk64.dll, 30.00.0101.1340 (English), 2/7/2022 12:48:02, 21419896 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igvk64.json, 2/7/2022 12:12:20, 135 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\VulkanRT-EULA.txt, 2/7/2022 12:12:24, 4008 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igvk32.dll, 30.00.0101.1340 (English), 2/7/2022 12:47:58, 19308200 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igvk32.json, 2/7/2022 12:12:20, 135 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\vulkan-1-64.dll, 1.02.0198.0001 (English), 2/7/2022 12:47:46, 1323760 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\vulkaninfo-64.exe, 1.02.0198.0001 (English), 2/7/2022 12:47:48, 1887392 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\vulkan-1-32.dll, 1.02.0198.0001 (English), 2/7/2022 12:47:44, 1043176 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\vulkaninfo-32.exe, 1.02.0198.0001 (English), 2/7/2022 12:47:48, 1464992 bytes
Driver: C:\Windows\SysWow64\vulkan-1.dll, 1.02.0198.0001 (English), 2/7/2022 12:47:44, 1043176 bytes
Driver: C:\Windows\SysWow64\vulkaninfo.exe, 1.02.0198.0001 (English), 2/7/2022 12:47:48, 1464992 bytes
Driver: C:\Windows\SysWow64\vulkan-1-999-0-0-0.dll, 1.02.0198.0001 (English), 2/7/2022 12:47:44, 1043176 bytes
Driver: C:\Windows\SysWow64\vulkaninfo-1-999-0-0-0.exe, 1.02.0198.0001 (English), 2/7/2022 12:47:48, 1464992 bytes
Driver: C:\Windows\system32\vulkan-1.dll, 1.02.0198.0001 (English), 2/7/2022 12:47:46, 1323760 bytes
Driver: C:\Windows\system32\vulkaninfo.exe, 1.02.0198.0001 (English), 2/7/2022 12:47:48, 1887392 bytes
Driver: C:\Windows\system32\vulkan-1-999-0-0-0.dll, 1.02.0198.0001 (English), 2/7/2022 12:47:46, 1323760 bytes
Driver: C:\Windows\system32\vulkaninfo-1-999-0-0-0.exe, 1.02.0198.0001 (English), 2/7/2022 12:47:48, 1887392 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\Intel_OpenCL_ICD32.dll, 2.02.0008.0000 (English), 2/7/2022 12:47:18, 361880 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdrcl32.dll, 23.20.0101.1340 (English), 2/7/2022 12:46:34, 4870040 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\Intel_OpenCL_ICD64.dll, 2.02.0008.0000 (English), 2/7/2022 12:47:20, 500136 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\ze_loader.dll, 1.07.0004.0000 (English), 2/7/2022 12:47:50, 375720 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\ze_validation_layer.dll, 1.07.0004.0000 (English), 2/7/2022 12:47:54, 142240 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\ze_tracing_layer.dll, 1.07.0004.0000 (English), 2/7/2022 12:47:52, 453032 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\IntelControlLib.dll, 1.00.0059.0000 (English), 2/7/2022 12:48:04, 385576 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\IntelControlLib32.dll, 1.00.0059.0000 (English), 2/7/2022 12:48:04, 322840 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\igdrcl64.dll, 23.20.0101.1340 (English), 2/7/2022 12:46:36, 5543320 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\ze_intel_gpu64.dll, 1.02.0000.0000 (English), 2/7/2022 12:47:50, 4672936 bytes
Driver: C:\Windows\SysWow64\OpenCL.dll, 2.02.0008.0000 (English), 2/7/2022 12:47:18, 361880 bytes
Driver: C:\Windows\system32\OpenCL.dll, 2.02.0008.0000 (English), 2/7/2022 12:47:20, 500136 bytes
Driver: C:\Windows\system32\ze_loader.dll, 1.07.0004.0000 (English), 2/7/2022 12:47:50, 375720 bytes
Driver: C:\Windows\system32\ze_validation_layer.dll, 1.07.0004.0000 (English), 2/7/2022 12:47:54, 142240 bytes
Driver: C:\Windows\system32\ze_tracing_layer.dll, 1.07.0004.0000 (English), 2/7/2022 12:47:52, 453032 bytes
Driver: C:\Windows\system32\ControlLib.dll, 1.00.0059.0000 (English), 2/7/2022 12:46:10, 209944 bytes
Driver: C:\Windows\system32\ControlLib32.dll, 1.00.0059.0000 (English), 2/7/2022 12:46:12, 166024 bytes
Driver: C:\Windows\SysWow64\libmfxhw32.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:26, 703224 bytes
Driver: C:\Windows\SysWow64\mfxplugin32_hw.dll, 21.12.0028.0359 (English), 2/7/2022 12:47:24, 20629912 bytes
Driver: C:\Windows\system32\libmfxhw64.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:26, 943472 bytes
Driver: C:\Windows\system32\mfxplugin64_hw.dll, 21.12.0028.0359 (English), 2/7/2022 12:47:24, 27889576 bytes
Driver: C:\Windows\system32\intel_gfx_api-x64.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:06, 588128 bytes
Driver: C:\Windows\system32\libvpl.dll, 2.05.0000.0000 (English), 2/7/2022 12:49:10, 499136 bytes
Driver: C:\Windows\SysWow64\intel_gfx_api-x86.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:06, 448392 bytes
Driver: C:\Windows\SysWow64\libvpl.dll, 2.05.0000.0000 (English), 2/7/2022 12:49:08, 431936 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfxplugin64_hw.dll, 21.12.0028.0359 (English), 2/7/2022 12:47:24, 27889576 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfxplugin64_av1e_gacc.dll, 3.11.0005.0020 (English), 2/7/2022 12:48:24, 12489552 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\intel_gfx_api-x64.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:06, 588128 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfxplugin32_hw.dll, 21.12.0028.0359 (English), 2/7/2022 12:47:24, 20629912 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfxplugin32_av1e_gacc.dll, 3.11.0005.0020 (English), 2/7/2022 12:48:22, 8566920 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\intel_gfx_api-x86.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:06, 448392 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_h264ve_32.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:40, 2472984 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_mjpgvd_32.dll, 21.12.0028.0359 (English), 2/7/2022 12:47:26, 2348968 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_h265ve_32.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:48, 2486144 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_vp9ve_32.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:54, 2480880 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_encrypt_32.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:34, 2336536 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_av1hve_32.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:28, 2480840 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\c_32.cpa, 2/7/2022 12:12:08, 1361159 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\cpa_32.vp, 2/7/2022 12:12:08, 1125 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\dev_32.vp, 2/7/2022 12:12:08, 57143 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\he_32.vp, 2/7/2022 12:12:08, 74053 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mj_32.vp, 2/7/2022 12:12:22, 69645 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\h265e_32.vp, 2/7/2022 12:12:08, 75661 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\vp9e_32.vp, 2/7/2022 12:12:24, 75232 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_av1hve_32.vp, 2/7/2022 12:12:22, 75309 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_h264ve_64.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:44, 3006168 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_mjpgvd_64.dll, 21.12.0028.0359 (English), 2/7/2022 12:47:28, 2856360 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_h265ve_64.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:50, 3025912 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_vp9ve_64.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:56, 3020208 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_encrypt_64.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:36, 2839304 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_av1hve_64.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:30, 3020704 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\c_64.cpa, 2/7/2022 12:12:08, 1376256 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\cpa_64.vp, 2/7/2022 12:12:08, 1125 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\dev_64.vp, 2/7/2022 12:12:08, 56359 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\he_64.vp, 2/7/2022 12:12:08, 13079 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mj_64.vp, 2/7/2022 12:12:22, 12787 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\h265e_64.vp, 2/7/2022 12:12:08, 13699 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\vp9e_64.vp, 2/7/2022 12:12:24, 13498 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\mfx_mft_av1hve_64.vp, 2/7/2022 12:12:22, 13483 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\libmfxhw64.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:20, 28902520 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\libmfxhw32.dll, 21.12.0028.0359 (English), 2/7/2022 12:48:16, 27317104 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_1dc9fc8d5e442f6a\IntelCpHeciSvc.exe, 9.02.0001.0920 (English), 2/7/2022 12:47:12, 513696 bytes
Name: Intel(R) Ethernet Connection I219-V
Device ID: PCI\VEN_8086&DEV_1570&SUBSYS_8079103C&REV_21\3&11583659&0&FE
Driver: C:\Windows\System32\DriverStore\FileRepository\e1d68x64.inf_amd64_ae1f744955c174dc\e1d68x64.sys, 12.19.0001.0037 (English), 2/15/2021 11:42:06, 601944 bytes
Driver: C:\Windows\System32\DriverStore\FileRepository\e1d68x64.inf_amd64_ae1f744955c174dc\e1dmsg.dll, 10.00.0936.0000 (English), 2/15/2021 11:42:06, 118648 bytes
Name: Intel(R) Serial IO I2C Host Controller - 9D60
Device ID: PCI\VEN_8086&DEV_9D60&SUBSYS_8079103C&REV_21\3&11583659&0&A8
Driver: C:\Windows\system32\DRIVERS\iaLPSS2i_I2C.sys, 30.100.1816.0003 (English), 12/7/2019 14:37:47, 171520 bytes
Name: Mobile Intel(R) Processor Family I/O PMC - 9D21
Device ID: PCI\VEN_8086&DEV_9D21&SUBSYS_8079103C&REV_21\3&11583659&0&FA
Driver: n/a
Name: PCI standard host CPU bridge
Device ID: PCI\VEN_8086&DEV_1904&SUBSYS_8079103C&REV_08\3&11583659&0&00
Driver: n/a
Name: Mobile Intel(R) Processor Family I/O PCI Express Root Port #9 - 9D18
Device ID: PCI\VEN_8086&DEV_9D18&SUBSYS_8079103C&REV_F1\3&11583659&0&E8
Driver: C:\Windows\system32\DRIVERS\pci.sys, 10.00.19041.1949 (English), 9/17/2022 13:05:51, 473424 bytes
Name: Intel(R) Management Engine Interface
Device ID: PCI\VEN_8086&DEV_9D3A&SUBSYS_8079103C&REV_21\3&11583659&0&B0
Driver: C:\Windows\system32\DRIVERS\TeeDriverW8x64.sys, 2145.01.0042.0000 (English), 11/8/2021 01:51:34, 275568 bytes
Name: Standard SATA AHCI Controller
Device ID: PCI\VEN_8086&DEV_9D03&SUBSYS_8079103C&REV_21\3&11583659&0&B8
Driver: C:\Windows\system32\DRIVERS\storahci.sys, 10.00.19041.1889 (English), 8/20/2022 10:26:13, 187240 bytes
Name: Intel(R) Smart Sound Technology (Intel(R) SST) Audio Controller
Device ID: PCI\VEN_8086&DEV_9D70&SUBSYS_8079103C&REV_21\3&11583659&0&FB
Driver: C:\Windows\system32\DRIVERS\IntcAudioBus.sys, 9.21.0000.3690 (English), 11/8/2018 19:01:34, 275568 bytes
Driver: C:\Windows\system32\DRIVERS\drmk.sys, 10.00.19041.0746 (English), 11/8/2021 16:54:57, 97792 bytes
Driver: C:\Windows\system32\DRIVERS\portcls.sys, 10.00.19041.0746 (English), 11/8/2021 16:54:57, 388608 bytes
Name: Mobile Intel(R) Processor Family I/O PCI Express Root Port #4 - 9D13
Device ID: PCI\VEN_8086&DEV_9D13&SUBSYS_8079103C&REV_F1\3&11583659&0&E3
Driver: C:\Windows\system32\DRIVERS\pci.sys, 10.00.19041.1949 (English), 9/17/2022 13:05:51, 473424 bytes
Name: Mobile Intel(R) Processor Family I/O Thermal subsystem - 9D31
Device ID: PCI\VEN_8086&DEV_9D31&SUBSYS_8079103C&REV_21\3&11583659&0&A2
Driver: n/a
Name: Standard NVM Express Controller
Device ID: PCI\VEN_144D&DEV_A802&SUBSYS_A801144D&REV_01\4&14B99846&0&00E8
Driver: C:\Windows\system32\DRIVERS\stornvme.sys, 10.00.19041.1566 (English), 5/8/2022 12:29:17, 162128 bytes
Name: Intel(R) Dual Band Wireless-AC 8260
Device ID: PCI\VEN_8086&DEV_24F3&SUBSYS_00108086&REV_3A\F49634FFFFCB37DE00
Driver: C:\Windows\system32\DRIVERS\Netwtw06.sys, 20.70.0021.0002 (English), 1/24/2021 04:57:12, 8809320 bytes
Driver: C:\Windows\system32\DRIVERS\Netwfw06.dat, 1/24/2021 04:26:46, 2635224 bytes
Driver: C:\Windows\system32\IntelIHVRouter06.dll, 22.12030.0000.0001 (English), 1/24/2021 04:57:10, 1422184 bytes
Name: Realtek PCIE CardReader
Device ID: PCI\VEN_10EC&DEV_522A&SUBSYS_8079103C&REV_01\00000001004CE00000
Driver: C:\Windows\system32\DRIVERS\RtsPer.sys, 10.00.18362.21317 (English), 7/17/2019 03:01:58, 1020352 bytes
Driver: C:\Windows\SysWOW64\RsCRIcon.dll, 1.10.0000.0000 (English), 7/17/2019 03:01:58, 9926448 bytes
Name: Synaptics SMBus Driver
Device ID: PCI\VEN_8086&DEV_9D23&SUBSYS_8079103C&REV_21\3&11583659&0&FC
Driver: C:\Windows\system32\DRIVERS\Smb_driver_Intel.sys, 19.00.0019.0065 (English), 11/22/2017 11:26:10, 51288 bytes
Driver: C:\Program Files\Synaptics\SynTP\SynSmbDrv.ini, 11/22/2017 11:02:08, 6089 bytes
Driver: C:\Windows\system32\WdfCoInstaller01011.dll, 1.11.9200.16384 (English), 3/9/2020 12:27:54, 1804568 bytes
Name: Mobile 6th/7th Generation Intel(R) Processor Family I/O LPC Controller (U Premium SKU) - 9D48
Device ID: PCI\VEN_8086&DEV_9D48&SUBSYS_8079103C&REV_21\3&11583659&0&F8
Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 10.00.19041.1202 (English), 11/8/2021 16:54:58, 20280 bytes
Name: Intel(R) USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)
Device ID: PCI\VEN_8086&DEV_9D2F&SUBSYS_8079103C&REV_21\3&11583659&0&A0
Driver: C:\Windows\system32\DRIVERS\USBXHCI.SYS, 10.00.19041.1806 (English), 7/28/2022 15:18:01, 624984 bytes
Driver: C:\Windows\system32\DRIVERS\UMDF\UsbXhciCompanion.dll, 10.00.19041.1806 (English), 7/28/2022 15:18:01, 138968 bytes
------------------
DirectShow Filters
------------------
DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,10.00.19041.1288
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,10.00.19041.1288
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,10.00.19041.0001
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,10.00.19041.0001
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,10.00.19041.1706
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,10.00.19041.0001
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,10.00.19041.1110
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,10.00.19041.1165
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,10.00.19041.1165
DV Muxer,0x00400000,0,0,qdv.dll,10.00.19041.0001
Color Space Converter,0x00400001,1,1,quartz.dll,10.00.19041.0746
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.19041.0001
AVI Splitter,0x00600000,1,1,quartz.dll,10.00.19041.0746
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,10.00.19041.0746
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,10.00.19041.0001
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,10.00.19041.2006
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,10.00.19041.0329
StreamBufferSink,0x00200000,0,0,sbe.dll,10.00.19041.0001
MJPEG Decompressor,0x00600000,1,1,quartz.dll,10.00.19041.0746
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,10.00.19041.0746
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,10.00.19041.0746
VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.19041.0746
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,10.00.19041.0329
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,10.00.19041.0001
SBE2FileScan,0x00200000,0,0,sbe.dll,10.00.19041.0001
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,10.00.19041.1865
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,10.00.19041.0746
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,10.00.19041.0746
DV Splitter,0x00600000,1,2,qdv.dll,10.00.19041.0001
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,10.00.19041.0746
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,10.00.19041.1865
ACM Wrapper,0x00600000,1,1,quartz.dll,10.00.19041.0746
Video Renderer,0x00800001,1,0,quartz.dll,10.00.19041.0746
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,10.00.19041.0001
Line 21 Decoder,0x00600000,1,1,,
Video Port Manager,0x00600000,2,1,quartz.dll,10.00.19041.0746
Video Renderer,0x00400000,1,0,quartz.dll,10.00.19041.0746
VPS Decoder,0x00200000,0,0,WSTPager.ax,10.00.19041.0001
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.19041.0001
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,
File writer,0x00200000,1,0,qcap.dll,10.00.19041.0001
DVD Navigator,0x00200000,0,3,qdvd.dll,10.00.19041.0746
Overlay Mixer2,0x00200000,1,1,,
AVI Draw,0x00600064,9,1,quartz.dll,10.00.19041.0746
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,10.00.19041.1865
WST Pager,0x00200000,1,1,WSTPager.ax,10.00.19041.0001
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,10.00.19041.0329
DV Video Decoder,0x00800000,1,1,qdv.dll,10.00.19041.0001
SampleGrabber,0x00200000,1,1,qedit.dll,10.00.19041.0746
Null Renderer,0x00200000,1,0,qedit.dll,10.00.19041.0746
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,10.00.19041.0001
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,10.00.19041.0001
StreamBufferSource,0x00200000,0,0,sbe.dll,10.00.19041.0001
Smart Tee,0x00200000,1,2,qcap.dll,10.00.19041.0001
Overlay Mixer,0x00200000,0,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,10.00.19041.0746
AVI/WAV File Source,0x00400000,0,2,quartz.dll,10.00.19041.0746
Wave Parser,0x00400000,1,1,quartz.dll,10.00.19041.0746
MIDI Parser,0x00400000,1,1,quartz.dll,10.00.19041.0746
Multi-file Parser,0x00400000,1,1,quartz.dll,10.00.19041.0746
File stream renderer,0x00400000,1,1,quartz.dll,10.00.19041.0746
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,10.00.19041.0001
StreamBufferSink2,0x00200000,0,0,sbe.dll,10.00.19041.0001
AVI Mux,0x00200000,1,0,qcap.dll,10.00.19041.0001
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,10.00.19041.0746
File Source (Async.),0x00400000,0,1,quartz.dll,10.00.19041.0746
File Source (URL),0x00400000,0,1,quartz.dll,10.00.19041.0746
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,10.00.19041.0001
Enhanced Video Renderer,0x00200000,1,0,evr.dll,10.00.19041.0546
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,10.00.19041.0001
MPEG Video Decoder,0x40000001,1,1,quartz.dll,10.00.19041.0746
WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.19041.0746
Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,10.00.19041.0867
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,10.00.19041.0001
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,10.00.19041.0001
DV Video Encoder,0x00200000,0,0,qdv.dll,10.00.19041.0001
MJPEG Compressor,0x00200000,0,0,quartz.dll,10.00.19041.0746
Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,10.00.19041.0508
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,10.00.19041.0508
IMA ADPCM,0x00200000,1,1,quartz.dll,10.00.19041.0746
PCM,0x00200000,1,1,quartz.dll,10.00.19041.0746
Microsoft ADPCM,0x00200000,1,1,quartz.dll,10.00.19041.0746
GSM 6.10,0x00200000,1,1,quartz.dll,10.00.19041.0746
CCITT A-Law,0x00200000,1,1,quartz.dll,10.00.19041.0746
CCITT u-Law,0x00200000,1,1,quartz.dll,10.00.19041.0746
MPEG Layer-3,0x00200000,1,1,quartz.dll,10.00.19041.0746
Audio Capture Sources:
Internal Microphone (Conexant ISST Audio),0x00200000,0,0,qcap.dll,10.00.19041.0001
PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,10.00.19041.1806
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,10.00.19041.1806
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,10.00.19041.1806
Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,10.00.19041.0746
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,10.00.19041.0746
WDM Streaming Capture Devices:
Conexant ISST Audio capture,0x00200000,1,1,ksproxy.ax,10.00.19041.0746
Conexant ISST Stereo Mix,0x00200000,1,1,ksproxy.ax,10.00.19041.0746
HP HD Camera,0x00200000,1,2,ksproxy.ax,10.00.19041.0746
WDM Streaming Rendering Devices:
Conexant ISST Audio output,0x00200000,2,2,ksproxy.ax,10.00.19041.0746
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.19041.0001
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.19041.0001
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.19041.0001
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.19041.0001
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,10.00.19041.0001
Video Capture Sources:
HP HD Camera,0x00200000,1,2,ksproxy.ax,10.00.19041.0746
Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.19041.0746
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,10.00.19041.0001
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,10.00.19041.0001
WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.19041.0746
Audio Renderers:
Speakers (Conexant ISST Audio),0x00200000,1,0,quartz.dll,10.00.19041.0746
Default DirectSound Device,0x00800000,1,0,quartz.dll,10.00.19041.0746
Default WaveOut Device,0x00200000,1,0,quartz.dll,10.00.19041.0746
DirectSound: Speakers (Conexant ISST Audio),0x00200000,1,0,quartz.dll,10.00.19041.0746
----------------------------
Preferred DirectShow Filters
----------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]
<media subtype GUID>, [<filter friendly name>, ]<filter CLSID>
MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
{78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
{44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
{6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
{20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
---------------------------
Media Foundation File Versions
---------------------------
mfcore.dll, 10.00.19041.2006
mfreadwrite.dll, 10.00.19041.0746
mfcaptureengine.dll, 10.00.19041.0906
mfsensorgroup.dll, 10.00.19041.1503
windows.media.dll, 10.00.19041.1741
frameserver.dll, 10.00.19041.1503
frameserverclient.dll, 10.00.19041.1503
---------------------------
Media Foundation Transforms
---------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]
<category>:
<transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>
Video Decoders:
Intel® Hardware M-JPEG Decoder MFT, {00C69F81-0524-48C0-A353-4DD9D54F9A6E}, 0x6, 7, mfx_mft_mjpgvd_64.dll, 21.12.0028.0359
Intel® Hardware M-JPEG Decoder MFT, {00C69F81-0524-48C0-A353-4DD9D54F9A6E}, 0x6, 7, mfx_mft_mjpgvd_64.dll, 21.12.0028.0359
Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 10.00.19041.2006
DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 10.00.19041.0001
Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 10.00.19041.1706
Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 10.00.19041.2006
WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 10.00.19041.0001
WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 10.00.19041.1110
MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 10.00.19041.1348
Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 10.00.19041.1165
Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 10.00.19041.1165
HEIFImageExtension
WebpImageExtension
VP9VideoExtensionDecoder
Video Encoders:
Intel® Quick Sync Video H.264 Encoder MFT, {4BE8D3C0-0515-4A37-AD55-E4BAE19AF471}, 0x4, 7, mfx_mft_h264ve_64.dll, 21.12.0028.0359
Intel® Hardware H265 Encoder MFT, {BC10864D-2B34-408F-912A-102B1B867B6C}, 0x4, 7, mfx_mft_h265ve_64.dll, 21.12.0028.0359
Intel® Quick Sync Video H.264 Encoder MFT, {4BE8D3C0-0515-4A37-AD55-E4BAE19AF471}, 0x4, 7, mfx_mft_h264ve_64.dll, 21.12.0028.0359
Intel® Hardware H265 Encoder MFT, {BC10864D-2B34-408F-912A-102B1B867B6C}, 0x4, 7, mfx_mft_h265ve_64.dll, 21.12.0028.0359
H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 10.00.19041.1806
WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 10.00.19041.0867
H263 Encoder MFT, {BC47FCFE-98A0-4F27-BB07-698AF24F2B38}, 0x1, mfh263enc.dll, 10.00.19041.0001
WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 10.00.19041.0001
Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 10.00.19041.1865
HEIFImageExtension
VP9VideoExtensionEncoder
Video Effects:
Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 10.00.19041.0746
Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 10.00.19041.0867
VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 10.00.19041.0746
Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 10.00.19041.0746
Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 10.00.19041.1110
Video Processor:
Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 10.00.19041.1949
Audio Decoders:
Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, DolbyDecMFT.dll, 10.00.19041.2006
MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}, 0x1, MSAMRNBDecoder.dll, 10.00.19041.0001
WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 10.00.19041.1288
Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 10.00.19041.1865
A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}, 0x1, mfcore.dll, 10.00.19041.2006
GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 10.00.19041.2006
WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 10.00.19041.1288
Microsoft Opus Audio Decoder MFT, {63E17C10-2D43-4C42-8FE3-8D8B63E46A6A}, 0x1, MSOpusDecoder.dll, 10.00.19041.0746
Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}, 0x1, MSFlacDecoder.dll, 10.00.19041.1566
Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 10.00.19041.1865
WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 10.00.19041.0001
G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 10.00.19041.2006
IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 10.00.19041.2006
MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 10.00.19041.0001
Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}, 0x1, MSAlacDecoder.dll, 10.00.19041.0746
ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 10.00.19041.2006
Dolby TrueHD IEC-61937 converter MFT, {CF5EEEDF-0E92-4B3B-A161-BD0FFE545E4B}, 0x1, mfaudiocnv.dll, 10.00.19041.0746
DTS IEC-61937 converter MFT, {D035E24C-C877-42D7-A795-2A8A339B472F}, 0x1, mfaudiocnv.dll, 10.00.19041.0746
Audio Encoders:
LPCM DVD-Audio MFT, {068A8476-9229-4CC0-9D49-2FC699DCD30A}, 0x1, mfaudiocnv.dll, 10.00.19041.0746
MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 10.00.19041.2006
Microsoft FLAC Audio Encoder MFT, {128509E9-C44E-45DC-95E9-C255B8F466A6}, 0x1, MSFlacEncoder.dll, 10.00.19041.0746
WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 10.00.19041.0508
MS AMRNB Encoder MFT, {2FAE8AFE-04A3-423A-A814-85DB454712B0}, 0x1, MSAMRNBEncoder.dll, 10.00.19041.0001
Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 10.00.19041.1865
WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 10.00.19041.0508
Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 10.00.19041.0001
Microsoft ALAC Audio Encoder MFT, {9AB6A28C-748E-4B6A-BFFF-CC443B8E8FB4}, 0x1, MSAlacEncoder.dll, 10.00.19041.0746
Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 10.00.19041.0001
Audio Effects:
AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 10.00.19041.0001
Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 10.00.19041.0001
Multiplexers:
Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 10.00.19041.2006
Others:
Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 10.00.19041.2006
--------------------------------------------
Media Foundation Enabled Hardware Categories
--------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]
EnableEncoders = 1
EnableDecoders = 1
-------------------------------------
Media Foundation Byte Stream Handlers
-------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
<file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]
.3g2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.ac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.adt, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.am?, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler
.amr, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler, Preferred
.asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
.dvr-ms, {A8721937-E2FB-4D7A-A9EE-4EB08C890B6E}, MF SBE Source ByteStreamHandler
.dvr-ms, {65964407-A5D8-4060-85B0-1CCD63F768E2}, dvr-ms Byte Stream Handler, Preferred
.ec3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.flac, {0E41CFB8-0506-40F4-A516-77CC23642D91}, MF FLAC Media Source ByteStreamHandler, Preferred
.m2t, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m2ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mk3d, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mka, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mks, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mkv, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mov, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp2v, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mpg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.nsc, {B084785C-DDE0-4D30-8CA8-05A373E185BE}, NSC Byte Stream Handler, Preferred
.sami, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.smi, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.tod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.uvu, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.vob, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
.weba, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, WEBM Byte Stream Handler, Preferred
.webm, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, WEBM Byte Stream Handler, Preferred
.wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wtv, {65964407-A5D8-4060-85B0-1CCD63F768E2}, WTV Byte Stream Handler, Preferred
audio/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/aacp, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/eac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/flac, {0E41CFB8-0506-40F4-A516-77CC23642D91}, MF FLAC Media Source ByteStreamHandler, Preferred
audio/L16, {3FFB3B8C-EB99-472B-8902-E1C1B05F07CF}, LPCM Byte Stream Handler, Preferred
audio/mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/MP4A-LATM, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/vnd.dlna.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/vnd.dolby.dd-raw, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
audio/webm, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, WEBM Byte Stream Handler, Preferred
audio/x-aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/x-flac, {0E41CFB8-0506-40F4-A516-77CC23642D91}, MF FLAC Media Source ByteStreamHandler, Preferred
audio/x-m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
audio/x-mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-ms-wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
audio/x-wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
video/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/vnd.dece.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/vnd.dlna.mpeg-tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/webm, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, WEBM Byte Stream Handler, Preferred
video/x-m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
video/x-ms-asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
--------------------------------
Media Foundation Scheme Handlers
--------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
<URL type>, <handler CLSID>, <brief description>[, Preferred]
file:, {477EC299-1421-4BDD-971F-7CCB933F21AD}, File Scheme Handler, Preferred
http:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler
http:, {9EC4B4F9-3029-45AD-947B-344DE2A249E2}, Urlmon Scheme Handler
http:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpd:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler, Preferred
https:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpsd:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcast:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcrecv:, {FA6D33D4-9405-4BA5-9983-12604AC8E77A}, Miracast Sink Scheme Handler, Preferred
mms:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
ms-appdata:, {CFC81939-3886-4ACF-9692-DA58037AE716}, MsAppData Scheme Handler, Preferred
ms-appx-web:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppxWeb Scheme Handler, Preferred
ms-appx:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppx Scheme Handler, Preferred
ms-winsoundevent:, {F79A6BF9-7415-4CF3-AE10-4559509ABC3C}, Sound Event Scheme Handler, Preferred
rtsp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtsps:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
sdp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
-------------------------------------
Preferred Media Foundation Transforms
-------------------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\Preferred]
<media subtype GUID>, [<transform friendly name>, ]<transform CLSID>
{EB27CEC4-163E-4CA3-8B74-8E25F91B517E}, Dolby TrueHD IEC-61937 converter MFT, {CF5EEEDF-0E92-4B3B-A161-BD0FFE545E4B}
{E06D802C-DB46-11CF-B4D1-00805F6CBBEA}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFVideoFormat_MPEG2, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MEDIASUBTYPE_DOLBY_DDPLUS, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
{A61AC364-AD0E-4744-89FF-213CE0DF8804}, DTS IEC-61937 converter MFT, {D035E24C-C877-42D7-A795-2A8A339B472F}
{A2E58EB7-0FA9-48BB-A40C-FA0E156D0645}, DTS IEC-61937 converter MFT, {D035E24C-C877-42D7-A795-2A8A339B472F}
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{73616D72-767A-494D-B478-F29D25DC9037}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}
MEDIASUBTYPE_mp4s, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_DVSL, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_DVSD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_DVHD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
{63616C61-0000-0010-8000-00AA00389B71}, Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}
MFVideoFormat_MP4V, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_MP4S, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{53314356-0000-0010-8000-00AA00389B71}, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MJPG, MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}
MEDIASUBTYPE_WMVA, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{3F40F4F0-5622-4FF8-B6D8-A17A584BEE5E}, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MEDIASUBTYPE_mpg4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_H264, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MFVideoFormat_WMV3, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{33363248-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_mp43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MFVideoFormat_MP43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_WMV2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MSS2, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFVideoFormat_M4S2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_WVP2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_WMV1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MSS1, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFVideoFormat_MPG1, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MFVideoFormat_WVC1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_DVC, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
{0000F1AC-0000-0010-8000-00AA00389B71}, Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}
{00007361-0000-0010-8000-00AA00389B71}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}
{0000704F-0000-0010-8000-00AA00389B71}, Microsoft Opus Audio Decoder MFT, {63E17C10-2D43-4C42-8FE3-8D8B63E46A6A}
{00006C61-0000-0010-8000-00AA00389B71}, Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}
{00002001-0000-0010-8000-00AA00389B71}, DTS IEC-61937 converter MFT, {D035E24C-C877-42D7-A795-2A8A339B472F}
{00002000-0000-0010-8000-00AA00389B71}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFAudioFormat_AAC, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_ADTS, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_WMAudio_Lossless, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_WMAudioV9, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_WMAudioV8, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_MP3, MP3 Decoder MFT, CLSID_CMP3DecMediaObject
MFAudioFormat_MPEG, Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}
{00000031-0000-0010-8000-00AA00389B71}, GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}
{00000011-0000-0010-8000-00AA00389B71}, IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}
KSDATAFORMAT_SUBTYPE_MULAW, G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}
{00000006-0000-0010-8000-00AA00389B71}, A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}
KSDATAFORMAT_SUBTYPE_ADPCM, ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
MFAudioFormat_MSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
-------------------------------------
Disabled Media Foundation Transforms
-------------------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\DoNotUse]
<transform CLSID>
------------------------
Disabled Media Sources
------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\DoNotUse]
<media source CLSID>
---------------
EVR Power Information
---------------
Current Setting: {651288E5-A7ED-4076-A96B-6CC62D848FE1} (Balanced)
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 0
---------------
Diagnostics
---------------
Windows Error Reporting:
+++ WER0 +++:
Fault bucket 1583869490661074995, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: bad_module_info
P2: 0.0.0.0
P3: 00000000
P4: StackHash_0000
P5: 0.0.0.0
P6: 00000000
P7: 00000000
P8: PCH_84
P9:
P10:
+++ WER1 +++:
Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: bad_module_info
P2: 0.0.0.0
P3: 00000000
P4: StackHash_0000
P5: 0.0.0.0
P6: 00000000
P7: 00000000
P8: PCH_84
P9:
P10:
+++ WER2 +++:
Fault bucket 1275732947080177302, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: svchost.exe_FrameServer
P2: 10.0.19041.1806
P3: 7dcad237
P4: combase.dll
P5: 10.0.19041.1949
P6: d7d07179
P7: c0000005
P8: 00000000000d10c8
P9:
P10:
+++ WER3 +++:
Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: svchost.exe_FrameServer
P2: 10.0.19041.1806
P3: 7dcad237
P4: combase.dll
P5: 10.0.19041.1949
P6: d7d07179
P7: c0000005
P8: 00000000000d10c8
P9:
P10:
+++ WER4 +++:
Fault bucket 2178420721019249267, type 5
Event Name: BEX
Response: Not available
Cab Id: 0
Problem signature:
P1: MinecraftLauncher.exe
P2: 1.0.1.0
P3: 62f2ab2a
P4: MinecraftLauncher.exe
P5: 1.0.1.0
P6: 62f2ab2a
P7: 000f8708
P8: c0000409
P9: 00000007
P10:
+++ WER5 +++:
Fault bucket , type 0
Event Name: BEX
Response: Not available
Cab Id: 0
Problem signature:
P1: MinecraftLauncher.exe
P2: 1.0.1.0
P3: 62f2ab2a
P4: MinecraftLauncher.exe
P5: 1.0.1.0
P6: 62f2ab2a
P7: 000f8708
P8: c0000409
P9: 00000007
P10:
+++ WER6 +++:
Fault bucket 1635044533290160369, type 5
Event Name: RADAR_PRE_LEAK_64
Response: Not available
Cab Id: 0
Problem signature:
P1: idea64.exe
P2: 2022.2.2.0
P3: 10.0.19043.2.0.0
P4:
P5:
P6:
P7:
P8:
P9:
P10:
+++ WER7 +++:
Fault bucket 1275732947080177302, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: svchost.exe_FrameServer
P2: 10.0.19041.1806
P3: 7dcad237
P4: combase.dll
P5: 10.0.19041.1949
P6: d7d07179
P7: c0000005
P8: 00000000000d10c8
P9:
P10:
+++ WER8 +++:
Fault bucket 1275732947080177302, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: svchost.exe_FrameServer
P2: 10.0.19041.1806
P3: 7dcad237
P4: combase.dll
P5: 10.0.19041.1949
P6: d7d07179
P7: c0000005
P8: 00000000000d10c8
P9:
P10:
+++ WER9 +++:
Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: svchost.exe_FrameServer
P2: 10.0.19041.1806
P3: 7dcad237
P4: combase.dll
P5: 10.0.19041.1949
P6: d7d07179
P7: c0000005
P8: 00000000000d10c8
P9:
P10:
(This is the dxdiag report)
0
almost same error :/
[22/09/2022 10:45:29 am] Organising filesystem[22/09/2022 10:45:29 am] Organising filesystem[22/09/2022 10:45:29 am] java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)
at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.data.Settings.validateMemory(Settings.java:389)
at com.atlauncher.data.Settings.validate(Settings.java:300)
at com.atlauncher.App.loadSettings(App.java:724)
at com.atlauncher.App.main(App.java:281)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna14792396577916101910.dll: Access is denied [in thread "main"]
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)
at java.base/java.lang.Runtime.load0(Runtime.java:785)
at java.base/java.lang.System.load(System.java:1979)
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015)
at com.sun.jna.Native.<clinit>(Native.java:221)
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)
at oshi.software.os.windows.WindowsOperatingSystem.<clinit>(WindowsOperatingSystem.java:109)
at oshi.SystemInfo.createOperatingSystem(SystemInfo.java:104)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.SystemInfo.getOperatingSystem(SystemInfo.java:98)
at com.atlauncher.utils.OS.is64Bit(OS.java:308)
at com.atlauncher.data.Settings.<init>(Settings.java:93)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
at com.google.gson.internal.ConstructorConstructor$4.construct(ConstructorConstructor.java:140)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:211)
at com.google.gson.Gson.fromJson(Gson.java:991)
at com.google.gson.Gson.fromJson(Gson.java:929)
at com.atlauncher.App.loadSettings(App.java:692)
... 1 more
[22/09/2022 10:45:29 am] ATLauncher Version: 3.4.20.1[22/09/2022 10:45:29 am] App Arguments: [][22/09/2022 10:45:29 am] JVM Arguments: ["-Djna.nosys\u003dtrue","-Djava.net.preferIPv4Stack\u003dtrue","-Dawt.useSystemAAFontSettings\u003don","-Dswing.aatext\u003dtrue"][22/09/2022 10:45:29 am] Java Version: Java 18 (18.0.2)[22/09/2022 10:45:29 am] Java Path: C:\Program Files\Java\jdk-18.0.2[22/09/2022 10:45:29 am] 64 Bit Java: true[22/09/2022 10:45:29 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory[22/09/2022 10:45:29 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:45:29 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:45:29 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:45:29 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:45:29 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:45:29 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:45:29 am] at com.atlauncher.App.logSystemInformation(App.java:427)[22/09/2022 10:45:29 am] at com.atlauncher.App.main(App.java:337)[22/09/2022 10:45:29 am] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"][22/09/2022 10:45:29 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:45:29 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:45:29 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:45:29 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)[22/09/2022 10:45:29 am] at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)[22/09/2022 10:45:29 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:45:29 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:45:29 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:45:29 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:45:29 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:45:29 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:45:29 am] at com.atlauncher.data.Settings.validateMemory(Settings.java:389)[22/09/2022 10:45:29 am] at com.atlauncher.data.Settings.validate(Settings.java:300)[22/09/2022 10:45:29 am] at com.atlauncher.App.loadSettings(App.java:724)[22/09/2022 10:45:29 am] at com.atlauncher.App.main(App.java:281)[22/09/2022 10:45:29 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.App.logSystemInformation(App.java:427)
at com.atlauncher.App.main(App.java:337)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"]
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)
at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.data.Settings.validateMemory(Settings.java:389)
at com.atlauncher.data.Settings.validate(Settings.java:300)
at com.atlauncher.App.loadSettings(App.java:724)
at com.atlauncher.App.main(App.java:281)
[22/09/2022 10:45:29 am] RAM Available: Unknown[22/09/2022 10:45:29 am] Launcher Directory: **USERSDIR**[22/09/2022 10:45:29 am] java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native[22/09/2022 10:45:29 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:45:29 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:45:29 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:45:29 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)[22/09/2022 10:45:29 am] at oshi.hardware.platform.windows.WindowsGraphicsCard.<clinit>(WindowsGraphicsCard.java:49)[22/09/2022 10:45:29 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106)[22/09/2022 10:45:29 am] at com.atlauncher.App.logSystemInformation(App.java:448)[22/09/2022 10:45:29 am] at com.atlauncher.App.main(App.java:337)[22/09/2022 10:45:29 am] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna14792396577916101910.dll: Access is denied [in thread "main"][22/09/2022 10:45:29 am] at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)[22/09/2022 10:45:29 am] at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395)[22/09/2022 10:45:29 am] at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234)[22/09/2022 10:45:29 am] at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176)[22/09/2022 10:45:29 am] at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)[22/09/2022 10:45:29 am] at java.base/java.lang.Runtime.load0(Runtime.java:785)[22/09/2022 10:45:29 am] at java.base/java.lang.System.load(System.java:1979)[22/09/2022 10:45:29 am] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045)[22/09/2022 10:45:29 am] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015)[22/09/2022 10:45:29 am] at com.sun.jna.Native.<clinit>(Native.java:221)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:45:29 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:45:30 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:45:30 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:45:30 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)[22/09/2022 10:45:30 am] at oshi.software.os.windows.WindowsOperatingSystem.<clinit>(WindowsOperatingSystem.java:109)[22/09/2022 10:45:30 am] at oshi.SystemInfo.createOperatingSystem(SystemInfo.java:104)[22/09/2022 10:45:30 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:45:30 am] at oshi.SystemInfo.getOperatingSystem(SystemInfo.java:98)[22/09/2022 10:45:30 am] at com.atlauncher.utils.OS.is64Bit(OS.java:308)[22/09/2022 10:45:30 am] at com.atlauncher.data.Settings.<init>(Settings.java:93)[22/09/2022 10:45:30 am] at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)[22/09/2022 10:45:30 am] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)[22/09/2022 10:45:30 am] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)[22/09/2022 10:45:30 am] at com.google.gson.internal.ConstructorConstructor$4.construct(ConstructorConstructor.java:140)[22/09/2022 10:45:30 am] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:211)[22/09/2022 10:45:30 am] at com.google.gson.Gson.fromJson(Gson.java:991)[22/09/2022 10:45:30 am] at com.google.gson.Gson.fromJson(Gson.java:929)[22/09/2022 10:45:30 am] at com.atlauncher.App.loadSettings(App.java:692)[22/09/2022 10:45:30 am] at com.atlauncher.App.main(App.java:281)[22/09/2022 10:45:30 am] java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)
at oshi.hardware.platform.windows.WindowsGraphicsCard.<clinit>(WindowsGraphicsCard.java:49)
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106)
at com.atlauncher.App.logSystemInformation(App.java:448)
at com.atlauncher.App.main(App.java:337)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna14792396577916101910.dll: Access is denied [in thread "main"]
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)
at java.base/java.lang.Runtime.load0(Runtime.java:785)
at java.base/java.lang.System.load(System.java:1979)
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015)
at com.sun.jna.Native.<clinit>(Native.java:221)
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)
at oshi.software.os.windows.WindowsOperatingSystem.<clinit>(WindowsOperatingSystem.java:109)
at oshi.SystemInfo.createOperatingSystem(SystemInfo.java:104)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.SystemInfo.getOperatingSystem(SystemInfo.java:98)
at com.atlauncher.utils.OS.is64Bit(OS.java:308)
at com.atlauncher.data.Settings.<init>(Settings.java:93)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
at com.google.gson.internal.ConstructorConstructor$4.construct(ConstructorConstructor.java:140)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:211)
at com.google.gson.Gson.fromJson(Gson.java:991)
at com.google.gson.Gson.fromJson(Gson.java:929)
at com.atlauncher.App.loadSettings(App.java:692)
at com.atlauncher.App.main(App.java:281)
[22/09/2022 10:45:30 am] Showing splash screen and loading everything[22/09/2022 10:45:30 am] Checking for updated files![22/09/2022 10:45:33 am] Finished downloading updated files![22/09/2022 10:45:34 am] Launcher finished loading everything[22/09/2022 10:45:34 am] Launcher opening[22/09/2022 10:45:34 am] Made By Bob*[22/09/2022 10:45:34 am] *(Not Actually)[22/09/2022 10:45:34 am] Setting up Bottom Bar[22/09/2022 10:45:34 am] Finished Setting up Bottom Bar[22/09/2022 10:45:34 am] Setting up Tabs[22/09/2022 10:45:35 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory[22/09/2022 10:45:35 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:45:35 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:45:35 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:45:35 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:45:35 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:45:35 am] at com.atlauncher.gui.tabs.settings.JavaSettingsTab.<init>(JavaSettingsTab.java:105)[22/09/2022 10:45:35 am] at com.atlauncher.gui.tabs.SettingsTab.<init>(SettingsTab.java:52)[22/09/2022 10:45:35 am] at com.atlauncher.gui.LauncherFrame.setupTabs(LauncherFrame.java:228)[22/09/2022 10:45:35 am] at com.atlauncher.gui.LauncherFrame.<init>(LauncherFrame.java:99)[22/09/2022 10:45:35 am] at com.atlauncher.App.lambda$main$3(App.java:387)[22/09/2022 10:45:35 am] at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)[22/09/2022 10:45:35 am] at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)[22/09/2022 10:45:35 am] at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)[22/09/2022 10:45:35 am] at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)[22/09/2022 10:45:35 am] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"][22/09/2022 10:45:35 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:45:35 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:45:35 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:45:35 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:45:35 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:45:35 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:45:35 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:45:35 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)[22/09/2022 10:45:35 am] at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)[22/09/2022 10:45:35 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:45:35 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:45:35 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:45:35 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:45:35 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:45:35 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:45:35 am] at com.atlauncher.data.Settings.validateMemory(Settings.java:389)[22/09/2022 10:45:35 am] at com.atlauncher.data.Settings.validate(Settings.java:300)[22/09/2022 10:45:35 am] at com.atlauncher.App.loadSettings(App.java:724)[22/09/2022 10:45:35 am] at com.atlauncher.App.main(App.java:281)[22/09/2022 10:45:35 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.gui.tabs.settings.JavaSettingsTab.<init>(JavaSettingsTab.java:105)
at com.atlauncher.gui.tabs.SettingsTab.<init>(SettingsTab.java:52)
at com.atlauncher.gui.LauncherFrame.setupTabs(LauncherFrame.java:228)
at com.atlauncher.gui.LauncherFrame.<init>(LauncherFrame.java:99)
at com.atlauncher.App.lambda$main$3(App.java:387)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"]
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)
at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.data.Settings.validateMemory(Settings.java:389)
at com.atlauncher.data.Settings.validate(Settings.java:300)
at com.atlauncher.App.loadSettings(App.java:724)
at com.atlauncher.App.main(App.java:281)
[22/09/2022 10:45:35 am] Finished Setting up Tabs[22/09/2022 10:45:35 am] Showing Launcher[22/09/2022 10:45:54 am] Child accounts cannot login without being part of a family.[22/09/2022 10:46:02 am] Error acquiring accessToken[22/09/2022 10:46:02 am] com.atlauncher.network.DownloadException: https://xsts.auth.xboxlive.com/xsts/authorize request wasn't successful: Response{protocol=http/1.1, code=401, message=Unauthorized, url=https://xsts.auth.xboxlive.com/xsts/authorize}[22/09/2022 10:46:02 am] at com.atlauncher.network.Download.execute(Download.java:321)[22/09/2022 10:46:02 am] at com.atlauncher.network.Download.asClassWithThrow(Download.java:136)[22/09/2022 10:46:02 am] at com.atlauncher.network.Download.asClassWithThrow(Download.java:161)[22/09/2022 10:46:02 am] at com.atlauncher.utils.MicrosoftAuthAPI.getXstsToken(MicrosoftAuthAPI.java:106)[22/09/2022 10:46:02 am] at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.acquireXsts(LoginWithMicrosoftDialog.java:214)[22/09/2022 10:46:02 am] at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.acquireXBLToken(LoginWithMicrosoftDialog.java:207)[22/09/2022 10:46:02 am] at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.acquireAccessToken(LoginWithMicrosoftDialog.java:201)[22/09/2022 10:46:02 am] at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.lambda$startServer$0(LoginWithMicrosoftDialog.java:150)[22/09/2022 10:46:02 am] at net.freeutils.httpserver.HTTPServer.serve(HTTPServer.java:2268)[22/09/2022 10:46:02 am] at net.freeutils.httpserver.HTTPServer.handleMethod(HTTPServer.java:2204)[22/09/2022 10:46:02 am] at net.freeutils.httpserver.HTTPServer.handleTransaction(HTTPServer.java:2145)[22/09/2022 10:46:02 am] at net.freeutils.httpserver.HTTPServer.handleConnection(HTTPServer.java:2105)[22/09/2022 10:46:02 am] at net.freeutils.httpserver.HTTPServer$SocketHandlerThread$1.run(HTTPServer.java:1905)[22/09/2022 10:46:02 am] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)[22/09/2022 10:46:02 am] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)[22/09/2022 10:46:02 am] at java.base/java.lang.Thread.run(Thread.java:833)[22/09/2022 10:46:02 am] com.atlauncher.network.DownloadException: https://xsts.auth.xboxlive.com/xsts/authorize request wasn't successful: Response{protocol=http/1.1, code=401, message=Unauthorized, url=https://xsts.auth.xboxlive.com/xsts/authorize}
at com.atlauncher.network.Download.execute(Download.java:321)
at com.atlauncher.network.Download.asClassWithThrow(Download.java:136)
at com.atlauncher.network.Download.asClassWithThrow(Download.java:161)
at com.atlauncher.utils.MicrosoftAuthAPI.getXstsToken(MicrosoftAuthAPI.java:106)
at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.acquireXsts(LoginWithMicrosoftDialog.java:214)
at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.acquireXBLToken(LoginWithMicrosoftDialog.java:207)
at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.acquireAccessToken(LoginWithMicrosoftDialog.java:201)
at com.atlauncher.gui.dialogs.LoginWithMicrosoftDialog.lambda$startServer$0(LoginWithMicrosoftDialog.java:150)
at net.freeutils.httpserver.HTTPServer.serve(HTTPServer.java:2268)
at net.freeutils.httpserver.HTTPServer.handleMethod(HTTPServer.java:2204)
at net.freeutils.httpserver.HTTPServer.handleTransaction(HTTPServer.java:2145)
at net.freeutils.httpserver.HTTPServer.handleConnection(HTTPServer.java:2105)
at net.freeutils.httpserver.HTTPServer$SocketHandlerThread$1.run(HTTPServer.java:1905)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
[22/09/2022 10:46:44 am] Added Microsoft Account EnderWizard234[22/09/2022 10:46:44 am] Changed account to EnderWizard234[22/09/2022 10:46:44 am] Downloading skin for EnderWizard234[22/09/2022 10:47:05 am] Preparing for launch![22/09/2022 10:47:09 am] Launching pack Minecraft 1.19.2 for Minecraft 1.19.2[22/09/2022 10:47:09 am] Logging into Minecraft![22/09/2022 10:47:09 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory[22/09/2022 10:47:09 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:47:09 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:09 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:47:09 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:47:09 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:47:09 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:47:09 am] at com.atlauncher.mclauncher.MCLauncher.getArguments(MCLauncher.java:285)[22/09/2022 10:47:09 am] at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:88)[22/09/2022 10:47:09 am] at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:71)[22/09/2022 10:47:10 am] at com.atlauncher.data.Instance.lambda$launch$22(Instance.java:1027)[22/09/2022 10:47:10 am] at java.base/java.lang.Thread.run(Thread.java:833)[22/09/2022 10:47:10 am] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"][22/09/2022 10:47:10 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)[22/09/2022 10:47:10 am] at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)[22/09/2022 10:47:10 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:47:10 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:10 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:47:10 am] at com.atlauncher.data.Settings.validateMemory(Settings.java:389)[22/09/2022 10:47:10 am] at com.atlauncher.data.Settings.validate(Settings.java:300)[22/09/2022 10:47:10 am] at com.atlauncher.App.loadSettings(App.java:724)[22/09/2022 10:47:10 am] at com.atlauncher.App.main(App.java:281)[22/09/2022 10:47:10 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.mclauncher.MCLauncher.getArguments(MCLauncher.java:285)
at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:88)
at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:71)
at com.atlauncher.data.Instance.lambda$launch$22(Instance.java:1027)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"]
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)
at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.data.Settings.validateMemory(Settings.java:389)
at com.atlauncher.data.Settings.validate(Settings.java:300)
at com.atlauncher.App.loadSettings(App.java:724)
at com.atlauncher.App.main(App.java:281)
[22/09/2022 10:47:10 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory[22/09/2022 10:47:10 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:47:10 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:10 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:47:10 am] at com.atlauncher.mclauncher.MCLauncher.getArguments(MCLauncher.java:295)[22/09/2022 10:47:10 am] at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:88)[22/09/2022 10:47:10 am] at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:71)[22/09/2022 10:47:10 am] at com.atlauncher.data.Instance.lambda$launch$22(Instance.java:1027)[22/09/2022 10:47:10 am] at java.base/java.lang.Thread.run(Thread.java:833)[22/09/2022 10:47:10 am] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"][22/09/2022 10:47:10 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)[22/09/2022 10:47:10 am] at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)[22/09/2022 10:47:10 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:47:10 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:10 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getSystemRam(OS.java:413)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)[22/09/2022 10:47:10 am] at com.atlauncher.data.Settings.validateMemory(Settings.java:389)[22/09/2022 10:47:10 am] at com.atlauncher.data.Settings.validate(Settings.java:300)[22/09/2022 10:47:10 am] at com.atlauncher.App.loadSettings(App.java:724)[22/09/2022 10:47:10 am] at com.atlauncher.App.main(App.java:281)[22/09/2022 10:47:10 am] java.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.mclauncher.MCLauncher.getArguments(MCLauncher.java:295)
at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:88)
at com.atlauncher.mclauncher.MCLauncher.launch(MCLauncher.java:71)
at com.atlauncher.data.Instance.lambda$launch$22(Instance.java:1027)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"]
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)
at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)
at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)
at com.atlauncher.utils.OS.getSystemRamViaOshi(OS.java:379)
at com.atlauncher.utils.OS.getSystemRam(OS.java:413)
at com.atlauncher.utils.OS.getMaximumRam(OS.java:426)
at com.atlauncher.data.Settings.validateMemory(Settings.java:389)
at com.atlauncher.data.Settings.validate(Settings.java:300)
at com.atlauncher.App.loadSettings(App.java:724)
at com.atlauncher.App.main(App.java:281)
[22/09/2022 10:47:10 am] Launching Minecraft with the following arguments (user related stuff has been removed): [USERSDIR\runtimes\minecraft\java-runtime-gamma\windows-x64\java-runtime-gamma\bin\javaw, -XX:-OmitStackTraceInFastThrow, -Xms512M, -Xmx4096M, -XX:MetaspaceSize=256M, -Duser.language=en, -Duser.country=US, -Dfml.log.level=INFO, -Dlog4j.configurationFile=USERSDIR\assets\log_configs\client-1.12.xml, -XX:+UnlockExperimentalVMOptions, -XX:+UseG1GC, -XX:G1NewSizePercent=20, -XX:G1ReservePercent=20, -XX:MaxGCPauseMillis=50, -XX:G1HeapRegionSize=32M, -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Dos.name=Windows 10, -Dos.version=10.0, -Xss1M, -Djava.library.path=USERSDIR\temp\natives-8be67149e15848c3b247e73e4636d5ae, -Dminecraft.launcher.brand=ATLauncher, -Dminecraft.launcher.version=3.4.20.1, -cp, USERSDIR\libraries\com\mojang\logging\1.0.0\logging-1.0.0.jar;USERSDIR\libraries\com\mojang\blocklist\1.0.10\blocklist-1.0.10.jar;USERSDIR\libraries\com\mojang\patchy\2.2.10\patchy-2.2.10.jar;USERSDIR\libraries\com\github\oshi\oshi-core\5.8.5\oshi-core-5.8.5.jar;USERSDIR\libraries\net\java\dev\jna\jna\5.10.0\jna-5.10.0.jar;USERSDIR\libraries\net\java\dev\jna\jna-platform\5.10.0\jna-platform-5.10.0.jar;USERSDIR\libraries\org\slf4j\slf4j-api\1.8.0-beta4\slf4j-api-1.8.0-beta4.jar;USERSDIR\libraries\org\apache\logging\log4j\log4j-slf4j18-impl\2.17.0\log4j-slf4j18-impl-2.17.0.jar;USERSDIR\libraries\com\ibm\icu\icu4j\70.1\icu4j-70.1.jar;USERSDIR\libraries\com\mojang\javabridge\1.2.24\javabridge-1.2.24.jar;USERSDIR\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar;USERSDIR\libraries\io\netty\netty-common\4.1.77.Final\netty-common-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-buffer\4.1.77.Final\netty-buffer-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-codec\4.1.77.Final\netty-codec-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-handler\4.1.77.Final\netty-handler-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-resolver\4.1.77.Final\netty-resolver-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-transport\4.1.77.Final\netty-transport-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-transport-native-unix-common\4.1.77.Final\netty-transport-native-unix-common-4.1.77.Final.jar;USERSDIR\libraries\io\netty\netty-transport-classes-epoll\4.1.77.Final\netty-transport-classes-epoll-4.1.77.Final.jar;USERSDIR\libraries\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar;USERSDIR\libraries\com\google\guava\guava\31.0.1-jre\guava-31.0.1-jre.jar;USERSDIR\libraries\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;USERSDIR\libraries\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar;USERSDIR\libraries\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;USERSDIR\libraries\com\mojang\brigadier\1.0.18\brigadier-1.0.18.jar;USERSDIR\libraries\com\mojang\datafixerupper\5.0.28\datafixerupper-5.0.28.jar;USERSDIR\libraries\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar;USERSDIR\libraries\com\mojang\authlib\3.11.49\authlib-3.11.49.jar;USERSDIR\libraries\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar;USERSDIR\libraries\org\apache\httpcomponents\httpclient\4.5.13\httpclient-4.5.13.jar;USERSDIR\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;USERSDIR\libraries\org\apache\httpcomponents\httpcore\4.4.14\httpcore-4.4.14.jar;USERSDIR\libraries\it\unimi\dsi\fastutil\8.5.6\fastutil-8.5.6.jar;USERSDIR\libraries\org\apache\logging\log4j\log4j-api\2.17.0\log4j-api-2.17.0.jar;USERSDIR\libraries\org\apache\logging\log4j\log4j-core\2.17.0\log4j-core-2.17.0.jar;USERSDIR\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1.jar;USERSDIR\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows.jar;USERSDIR\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows-x86.jar;USERSDIR\libraries\com\mojang\text2speech\1.13.9\text2speech-1.13.9.jar;USERSDIR\libraries\com\mojang\text2speech\1.13.9\text2speech-1.13.9-natives-windows.jar;USERSDIR\libraries\net\minecraft\client\1.19.2\client-1.19.2.jar, net.minecraft.client.main.Main, --username, REDACTED, --version, 1.19.2, --gameDir, USERSDIR\instances\Minecraft1192, --assetsDir, USERSDIR\assets, --assetIndex, 1.19, --uuid, REDACTED, --accessToken, REDACTED, --userType, msa, --versionType, release, --width=854, --height=480][22/09/2022 10:47:10 am] Failed to initialize Discord integration[22/09/2022 10:47:10 am] java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native[22/09/2022 10:47:10 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:10 am] at net.arikia.dev.drpc.DiscordEventHandlers.<init>(DiscordEventHandlers.java:16)[22/09/2022 10:47:10 am] at net.arikia.dev.drpc.DiscordEventHandlers$Builder.<init>(DiscordEventHandlers.java:53)[22/09/2022 10:47:10 am] at com.atlauncher.App.ensureDiscordIsInitialized(App.java:395)[22/09/2022 10:47:10 am] at com.atlauncher.data.Instance.lambda$launch$22(Instance.java:1056)[22/09/2022 10:47:10 am] at java.base/java.lang.Thread.run(Thread.java:833)[22/09/2022 10:47:10 am] Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna14792396577916101910.dll: Access is denied [in thread "main"][22/09/2022 10:47:10 am] at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)[22/09/2022 10:47:10 am] at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395)[22/09/2022 10:47:10 am] at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234)[22/09/2022 10:47:10 am] at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176)[22/09/2022 10:47:10 am] at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)[22/09/2022 10:47:10 am] at java.base/java.lang.Runtime.load0(Runtime.java:785)[22/09/2022 10:47:10 am] at java.base/java.lang.System.load(System.java:1979)[22/09/2022 10:47:10 am] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045)[22/09/2022 10:47:10 am] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015)[22/09/2022 10:47:10 am] at com.sun.jna.Native.<clinit>(Native.java:221)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:10 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:10 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)[22/09/2022 10:47:10 am] at oshi.software.os.windows.WindowsOperatingSystem.<clinit>(WindowsOperatingSystem.java:109)[22/09/2022 10:47:10 am] at oshi.SystemInfo.createOperatingSystem(SystemInfo.java:104)[22/09/2022 10:47:10 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:10 am] at oshi.SystemInfo.getOperatingSystem(SystemInfo.java:98)[22/09/2022 10:47:10 am] at com.atlauncher.utils.OS.is64Bit(OS.java:308)[22/09/2022 10:47:10 am] at com.atlauncher.data.Settings.<init>(Settings.java:93)[22/09/2022 10:47:10 am] at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)[22/09/2022 10:47:10 am] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)[22/09/2022 10:47:10 am] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)[22/09/2022 10:47:10 am] at com.google.gson.internal.ConstructorConstructor$4.construct(ConstructorConstructor.java:140)[22/09/2022 10:47:10 am] at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:211)[22/09/2022 10:47:10 am] at com.google.gson.Gson.fromJso
n(Gson.java:991)[22/09/2022 10:47:10 am] at com.google.gson.Gson.fromJson(Gson.java:929)[22/09/2022 10:47:10 am] at com.atlauncher.App.loadSettings(App.java:692)[22/09/2022 10:47:10 am] at com.atlauncher.App.main(App.java:281)[22/09/2022 10:47:10 am] java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at net.arikia.dev.drpc.DiscordEventHandlers.<init>(DiscordEventHandlers.java:16)
at net.arikia.dev.drpc.DiscordEventHandlers$Builder.<init>(DiscordEventHandlers.java:53)
at com.atlauncher.App.ensureDiscordIsInitialized(App.java:395)
at com.atlauncher.data.Instance.lambda$launch$22(Instance.java:1056)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna14792396577916101910.dll: Access is denied [in thread "main"]
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)
at java.base/java.lang.Runtime.load0(Runtime.java:785)
at java.base/java.lang.System.load(System.java:1979)
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015)
at com.sun.jna.Native.<clinit>(Native.java:221)
at com.sun.jna.Structure.setAlignType(Structure.java:291)
at com.sun.jna.Structure.<init>(Structure.java:208)
at com.sun.jna.Structure.<init>(Structure.java:204)
at com.sun.jna.Structure.<init>(Structure.java:191)
at com.sun.jna.Structure.<init>(Structure.java:183)
at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)
at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)
at oshi.software.os.windows.WindowsOperatingSystem.<clinit>(WindowsOperatingSystem.java:109)
at oshi.SystemInfo.createOperatingSystem(SystemInfo.java:104)
at oshi.util.Memoizer$1.get(Memoizer.java:87)
at oshi.SystemInfo.getOperatingSystem(SystemInfo.java:98)
at com.atlauncher.utils.OS.is64Bit(OS.java:308)
at com.atlauncher.data.Settings.<init>(Settings.java:93)
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
at com.google.gson.internal.ConstructorConstructor$4.construct(ConstructorConstructor.java:140)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:211)
at com.google.gson.Gson.fromJson(Gson.java:991)
at com.google.gson.Gson.fromJson(Gson.java:929)
at com.atlauncher.App.loadSettings(App.java:692)
at com.atlauncher.App.main(App.java:281)
[22/09/2022 10:47:13 am] at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)[22/09/2022 10:47:13 am] at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388)[22/09/2022 10:47:13 am] at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232)[22/09/2022 10:47:13 am] at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174)[22/09/2022 10:47:13 am] at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2389)[22/09/2022 10:47:13 am] at java.base/java.lang.Runtime.load0(Runtime.java:755)[22/09/2022 10:47:13 am] at java.base/java.lang.System.load(System.java:1953)[22/09/2022 10:47:13 am] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045)[22/09/2022 10:47:13 am] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015)[22/09/2022 10:47:13 am] at com.sun.jna.Native.<clinit>(Native.java:221)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154)[22/09/2022 10:47:13 am] at oshi.hardware.common.AbstractCentralProcessor.<init>(AbstractCentralProcessor.java:74)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsCentralProcessor.<init>(WindowsCentralProcessor.java:66)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61)[22/09/2022 10:47:13 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:13 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68)[22/09/2022 10:47:13 am] at ac.c(SourceFile:75)[22/09/2022 10:47:13 am] at ac.a(SourceFile:82)[22/09/2022 10:47:13 am] at ac.a(SourceFile:75)[22/09/2022 10:47:13 am] at ac.c(SourceFile:52)[22/09/2022 10:47:13 am] at ac.a(SourceFile:82)[22/09/2022 10:47:13 am] at ac.<init>(SourceFile:52)[22/09/2022 10:47:13 am] at q.<init>(SourceFile:34)[22/09/2022 10:47:13 am] at q.h(SourceFile:274)[22/09/2022 10:47:13 am] at net.minecraft.client.main.Main.a(SourceFile:159)[22/09/2022 10:47:13 am] at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:13 am] [main/WARN] Failed retrieving info for group processor[22/09/2022 10:47:13 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsGraphicsCard.<clinit>(WindowsGraphicsCard.java:49)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106)[22/09/2022 10:47:13 am] at ac.b(SourceFile:76)[22/09/2022 10:47:13 am] at ac.a(SourceFile:82)[22/09/2022 10:47:13 am] at ac.a(SourceFile:76)[22/09/2022 10:47:13 am] at ac.c(SourceFile:52)[22/09/2022 10:47:13 am] at ac.a(SourceFile:82)[22/09/2022 10:47:13 am] at ac.<init>(SourceFile:52)[22/09/2022 10:47:13 am] at q.<init>(SourceFile:34)[22/09/2022 10:47:13 am] at q.h(SourceFile:274)[22/09/2022 10:47:13 am] at net.minecraft.client.main.Main.a(SourceFile:159)[22/09/2022 10:47:13 am] at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:13 am] [main/WARN] Failed retrieving info for group graphics[22/09/2022 10:47:13 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:13 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:13 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsGlobalMemory.<clinit>(WindowsGlobalMemory.java:60)[22/09/2022 10:47:13 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:47:13 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:13 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:47:13 am] at ac.a(SourceFile:77)[22/09/2022 10:47:13 am] at ac.a(SourceFile:82)[22/09/2022 10:47:13 am] at ac.a(SourceFile:77)[22/09/2022 10:47:13 am] at ac.c(SourceFile:52)[22/09/2022 10:47:13 am] at ac.a(SourceFile:82)[22/09/2022 10:47:13 am] at ac.<init>(SourceFile:52)[22/09/2022 10:47:13 am] at q.<init>(SourceFile:34)[22/09/2022 10:47:13 am] at q.h(SourceFile:274)[22/09/2022 10:47:13 am] at net.minecraft.client.main.Main.a(SourceFile:159)[22/09/2022 10:47:13 am] at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:13 am] [main/WARN] Failed retrieving info for group memory[22/09/2022 10:47:18 am] [main/INFO] Building optimized datafixer[22/09/2022 10:47:23 am] at com.sun.jna.Structure.setAlignType(Structure.java:291)[22/09/2022 10:47:23 am] at com.sun.jna.Structure.<init>(Structure.java:208)[22/09/2022 10:47:23 am] at com.sun.jna.Structure.<init>(Structure.java:204)[22/09/2022 10:47:23 am] at com.sun.jna.Structure.<init>(Structure.java:191)[22/09/2022 10:47:23 am] at com.sun.jna.Structure.<init>(Structure.java:183)[22/09/2022 10:47:23 am] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.<init>(WinNT.java:1980)[22/09/2022 10:47:23 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59)[22/09/2022 10:47:23 am] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154)[22/09/2022 10:47:23 am] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154)[22/09/2022 10:47:23 am] at oshi.hardware.common.AbstractCentralProcessor.<init>(AbstractCentralProcessor.java:74)[22/09/2022 10:47:23 am] at oshi.hardware.platform.windows.WindowsCentralProcessor.<init>(WindowsCentralProcessor.java:66)[22/09/2022 10:47:23 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61)[22/09/2022 10:47:23 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:23 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68)[22/09/2022 10:47:23 am] at ac.c(SourceFile:75)[22/09/2022 10:47:23 am] at ac.a(SourceFile:82)[22/09/2022 10:47:23 am] at ac.a(SourceFile:75)[22/09/2022 10:47:23 am] at ac.c(SourceFile:52)[22/09/2022 10:47:23 am] at ac.a(SourceFile:82)[22/09/2022 10:47:23 am] at ac.<init>(SourceFile:52)[22/09/2022 10:47:23 am] at q.<init>(SourceFile:34)[22/09/2022 10:47:23 am] at q.a(SourceFile:266)[22/09/2022 10:47:23 am] at net.minecraft.client.main.Main.a(SourceFile:211)[22/09/2022 10:47:23 am] at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:23 am] [Render thread/WARN] Failed retrieving info for group processor[22/09/2022 10:47:23 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106)[22/09/2022 10:47:23 am] at ac.b(SourceFile:76)[22/09/2022 10:47:23 am] at ac.a(SourceFile:82)[22/09/2022 10:47:23 am] at ac.a(SourceFile:76)[22/09/2022 10:47:23 am] at ac.c(SourceFile:52)[22/09/2022 10:47:23 am] at ac.a(SourceFile:82)[22/09/2022 10:47:23 am] at ac.<init>(SourceFile:52)[22/09/2022 10:47:23 am] at q.<init>(SourceFile:34)[22/09/2022 10:47:23 am] at q.a(SourceFile:266)[22/09/2022 10:47:23 am] at net.minecraft.client.main.Main.a(SourceFile:211)[22/09/2022 10:47:23 am] at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:23 am] [Render thread/WARN] Failed retrieving info for group graphics[22/09/2022 10:47:23 am] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56)[22/09/2022 10:47:23 am] at oshi.util.Memoizer$1.get(Memoizer.java:87)[22/09/2022 10:47:23 am] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80)[22/09/2022 10:47:23 am] at ac.a(SourceFile:77)[22/09/2022 10:47:23 am] at ac.a(SourceFile:82)[22/09/20
22 10:47:23 am] at ac.a(SourceFile:77)[22/09/2022 10:47:23 am] at ac.c(SourceFile:52)[22/09/2022 10:47:23 am] at ac.a(SourceFile:82)[22/09/2022 10:47:23 am] at ac.<init>(SourceFile:52)[22/09/2022 10:47:23 am] at q.<init>(SourceFile:34)[22/09/2022 10:47:23 am] at q.a(SourceFile:266)[22/09/2022 10:47:23 am] at net.minecraft.client.main.Main.a(SourceFile:211)[22/09/2022 10:47:23 am] at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:23 am] [Render thread/WARN] Failed retrieving info for group memory[22/09/2022 10:47:23 am] [Render thread/INFO] [STDERR]: java.lang.NoClassDefFoundError: Could not initialize class com.mojang.blaze3d.systems.RenderSystem[22/09/2022 10:47:23 am] [Render thread/INFO] [STDERR]: at ac.a(SourceFile:66)[22/09/2022 10:47:23 am] [Render thread/INFO] [STDERR]: at efu.a(SourceFile:2359)[22/09/2022 10:47:23 am] [Render thread/INFO] [STDERR]: at efu.a(SourceFile:2354)[22/09/2022 10:47:23 am] [Render thread/INFO] [STDERR]: at net.minecraft.client.main.Main.a(SourceFile:214)[22/09/2022 10:47:23 am] [Render thread/INFO] [STDERR]: at net.minecraft.client.main.Main.main(SourceFile:51)[22/09/2022 10:47:23 am] Oh no. Minecraft crashed. Please check the logs for any errors and provide these logs when asking for support.[22/09/2022 10:47:23 am] Checking for updated files![22/09/2022 10:47:31 am] Copied Log to clipboard.
0
When signing into a microsoft account, for some reason microsoft thinks that almost-adults are kids and they need to be "administered" by a parent. idk **** bruh
0
The "Underage" issue. I'm literally 17 and it is still happening
0
Welp, now what to do
0
[17:26:18] [main/WARN]: Failed retrieving info for group processor[17:26:18] [main/WARN]: Failed retrieving info for group processorjava.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna12695711931890324748.dll: Access is denied at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176) ~[?:?] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?] at java.lang.Runtime.load0(Runtime.java:785) ~[?:?] at java.lang.System.load(System.java:1979) ~[?:?] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.(Native.java:221) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractCentralProcessor.(AbstractCentralProcessor.java:74) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsCentralProcessor.(WindowsCentralProcessor.java:66) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68) ~[oshi-core-5.8.5.jar:5.8.5] at ac.c(SourceFile:75) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:75) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) [1.19.2.jar:?] at ac.(SourceFile:52) [1.19.2.jar:?] at q.(SourceFile:34) [1.19.2.jar:?] at q.h(SourceFile:274) [1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:159) [1.19.2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:51) [1.19.2.jar:?][17:26:18] [main/WARN]: Failed retrieving info for group graphicsjava.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsGraphicsCard.(WindowsGraphicsCard.java:49) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106) ~[oshi-core-5.8.5.jar:5.8.5] at ac.b(SourceFile:76) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:76) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) [1.19.2.jar:?] at ac.(SourceFile:52) [1.19.2.jar:?] at q.(SourceFile:34) [1.19.2.jar:?] at q.h(SourceFile:274) [1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:159) [1.19.2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:51) [1.19.2.jar:?]Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna12695711931890324748.dll: Access is denied [in thread "main"] at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176) ~[?:?] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?] at java.lang.Runtime.load0(Runtime.java:785) ~[?:?] at java.lang.System.load(System.java:1979) ~[?:?] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.(Native.java:221) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractCentralProcessor.(AbstractCentralProcessor.java:74) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsCentralProcessor.(WindowsCentralProcessor.java:66) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68) ~[oshi-core-5.8.5.jar:5.8.5] at ac.c(SourceFile:75) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:75) ~[1.19.2.jar:?] ... 7 more[17:26:18] [main/WARN]: Failed retrieving info for group memoryjava.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsGlobalMemory.(WindowsGlobalMemory.java:60) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80) ~[oshi-core-5.8.5.jar:5.8.5] at ac.a(SourceFile:77) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:77) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) [1.19.2.jar:?] at ac.(SourceFile:52) [1.19.2.jar:?] at q.(SourceFile:34) [1.19.2.jar:?] at q.h(SourceFile:274) [1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:159) [1.19.2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:51) [1.19.2.jar:?]Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna12695711931890324748.dll: Access is denied [in thread "main"] at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176) ~[?:?] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?] at java.lang.Runtime.load0(Runtime.java:785) ~[?:?] at java.lang.System.load(System.java:1979) ~[?:?] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.(Native.java:221) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna
.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractCentralProcessor.(AbstractCentralProcessor.java:74) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsCentralProcessor.(WindowsCentralProcessor.java:66) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68) ~[oshi-core-5.8.5.jar:5.8.5] at ac.c(SourceFile:75) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:75) ~[1.19.2.jar:?] ... 7 more[17:26:23] [main/INFO]: Building optimized datafixer[17:26:27] [Render thread/WARN]: Failed retrieving info for group processorjava.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractCentralProcessor.(AbstractCentralProcessor.java:74) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsCentralProcessor.(WindowsCentralProcessor.java:66) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68) ~[oshi-core-5.8.5.jar:5.8.5] at ac.c(SourceFile:75) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:75) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) [1.19.2.jar:?] at ac.(SourceFile:52) [1.19.2.jar:?] at q.(SourceFile:34) [1.19.2.jar:?] at q.a(SourceFile:266) [1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:211) [1.19.2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:51) [1.19.2.jar:?]Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\jna-2344\jna12695711931890324748.dll: Access is denied [in thread "main"] at jdk.internal.loader.NativeLibraries.load(Native Method) ~[?:?] at jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234) ~[?:?] at jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176) ~[?:?] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394) ~[?:?] at java.lang.Runtime.load0(Runtime.java:785) ~[?:?] at java.lang.System.load(System.java:1979) ~[?:?] at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:1045) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:1015) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Native.(Native.java:221) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows7OrGreater(VersionHelpers.java:154) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsCentralProcessor.initProcessorCounts(WindowsCentralProcessor.java:154) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractCentralProcessor.(AbstractCentralProcessor.java:74) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsCentralProcessor.(WindowsCentralProcessor.java:66) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createProcessor(WindowsHardwareAbstractionLayer.java:61) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:68) ~[oshi-core-5.8.5.jar:5.8.5] at ac.c(SourceFile:75) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:75) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.(SourceFile:52) ~[1.19.2.jar:?] at q.(SourceFile:34) ~[1.19.2.jar:?] at q.h(SourceFile:274) ~[1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:159) ~[1.19.2.jar:?] ... 1 more[17:26:27] [Render thread/WARN]: Failed retrieving info for group graphicsjava.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGraphicsCard at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106) ~[oshi-core-5.8.5.jar:5.8.5] at ac.b(SourceFile:76) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:76) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) [1.19.2.jar:?] at ac.(SourceFile:52) [1.19.2.jar:?] at q.(SourceFile:34) [1.19.2.jar:?] at q.a(SourceFile:266) [1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:211) [1.19.2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:51) [1.19.2.jar:?]Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"] at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVistaOrGreater(VersionHelpers.java:127) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsGraphicsCard.(WindowsGraphicsCard.java:49) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.getGraphicsCards(WindowsHardwareAbstractionLayer.java:106) ~[oshi-core-5.8.5.jar:5.8.5] at ac.b(SourceFile:76) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:76) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.(SourceFile:52) ~[1.19.2.jar:?] at q.(SourceFile:34) ~[1.19.2.jar:?] at q.h(SourceFile:274) ~[1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:159) ~[1.19.2.jar:?] ... 1 more[17:26:27] [Render thread/WARN]: Failed retrieving info for group memoryjava.lang.NoClassDefFoundError: Could not initialize class oshi.hardware.platform.windows.WindowsGlobalMemory at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80) ~[oshi-core-5.8.5.jar:5.8.5] at ac.a(SourceFile:77) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:77) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) [1.19.2.jar:?] at ac.(SourceFile:52) [1.19.2.jar:?] at q.(SourceFile:34) [1.19.2.jar:?] at q.a(SourceFile:266) [1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:211) [1.19.2.jar:?] at net.minecraft.client.main.Main.main(SourceFile:51) [1.19.2.jar:?]Caused by: java.lang.Ex
ceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native [in thread "main"] at com.sun.jna.Structure.setAlignType(Structure.java:291) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:208) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:204) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:191) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.Structure.(Structure.java:183) ~[jna-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.WinNT$OSVERSIONINFOEX.(WinNT.java:1980) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindowsVersionOrGreater(VersionHelpers.java:59) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at com.sun.jna.platform.win32.VersionHelpers.IsWindows10OrGreater(VersionHelpers.java:194) ~[jna-platform-5.10.0.jar:5.10.0 (b0)] at oshi.hardware.platform.windows.WindowsGlobalMemory.(WindowsGlobalMemory.java:60) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.platform.windows.WindowsHardwareAbstractionLayer.createMemory(WindowsHardwareAbstractionLayer.java:56) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.util.Memoizer$1.get(Memoizer.java:87) ~[oshi-core-5.8.5.jar:5.8.5] at oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbstractionLayer.java:80) ~[oshi-core-5.8.5.jar:5.8.5] at ac.a(SourceFile:77) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.a(SourceFile:77) ~[1.19.2.jar:?] at ac.c(SourceFile:52) ~[1.19.2.jar:?] at ac.a(SourceFile:82) ~[1.19.2.jar:?] at ac.(SourceFile:52) ~[1.19.2.jar:?] at q.(SourceFile:34) ~[1.19.2.jar:?] at q.h(SourceFile:274) ~[1.19.2.jar:?] at net.minecraft.client.main.Main.a(SourceFile:159) ~[1.19.2.jar:?] ... 1 more[17:26:28] [Render thread/INFO]: [STDERR]: java.lang.NoClassDefFoundError: Could not initialize class com.mojang.blaze3d.systems.RenderSystem[17:26:28] [Render thread/INFO]: [STDERR]: at ac.a(SourceFile:66)[17:26:28] [Render thread/INFO]: [STDERR]: at efu.a(SourceFile:2359)[17:26:28] [Render thread/INFO]: [STDERR]: at efu.a(SourceFile:2354)[17:26:28] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.a(SourceFile:214)[17:26:28] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(SourceFile:51)[17:26:28] [Render thread/INFO]: [STDERR]: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: C:\Users\Hp\AppData\Local\Temp\lwjglHp\3.3.1-build-7\lwjgl.dll: Access is denied [in thread "Render thread"][17:26:28] [Render thread/INFO]: [STDERR]: at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)[17:26:28] [Render thread/INFO]: [STDERR]: at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:395)[17:26:28] [Render thread/INFO]: [STDERR]: at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:234)[17:26:28] [Render thread/INFO]: [STDERR]: at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:176)[17:26:28] [Render thread/INFO]: [STDERR]: at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)[17:26:28] [Render thread/INFO]: [STDERR]: at java.base/java.lang.Runtime.load0(Runtime.java:785)[17:26:28] [Render thread/INFO]: [STDERR]: at java.base/java.lang.System.load(System.java:1979)[17:26:28] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.loadSystem(Library.java:179)[17:26:28] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.loadSystemFromLibraryPath(Library.java:169)[17:26:28] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.loadSystem(Library.java:124)[17:26:28] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.loadSystem(Library.java:63)[17:26:28] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.Library.(Library.java:51)[17:26:28] [Render thread/INFO]: [STDERR]: at org.lwjgl.system.MemoryUtil.(MemoryUtil.java:100)[17:26:28] [Render thread/INFO]: [STDERR]: at dzn.(SourceFile:8)[17:26:28] [Render thread/INFO]: [STDERR]: at eal.(SourceFile:51)[17:26:28] [Render thread/INFO]: [STDERR]: at eas.(SourceFile:19)[17:26:28] [Render thread/INFO]: [STDERR]: at eas.(SourceFile:23)[17:26:28] [Render thread/INFO]: [STDERR]: at eas.(SourceFile:11)[17:26:28] [Render thread/INFO]: [STDERR]: at com.mojang.blaze3d.systems.RenderSystem.(SourceFile:46)[17:26:28] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.a(SourceFile:202)[17:26:28] [Render thread/INFO]: [STDERR]: ... 1 more
It changed! i think, atleast.
0
[Info: 2022-09-21 08:34:03.2286094: NetQueue.cpp(186)] NetQueue: Setting up.
[Info: 2022-09-21 08:34:03.2302150: NetQueue.cpp(666)] NetQueue: worker thread started.
[Info: 2022-09-21 08:34:03.2304325: mainWindows.cpp(86)] Running launcher bootstrap (version 1.1.28)
[Info: 2022-09-21 08:34:03.2411159: mainWindows.cpp(198)] Triggering reopen event...
[Info: 2022-09-21 08:34:03.2412808: mainWindows.cpp(201)] Success!
idk
0
Is there anyway to get the crash report folder?
0
nope, i said i have a microsoft acc.
0
none works because of the account problem. welp
at this point, i give up