0% found this document useful (0 votes)
60 views2 pages

Yuzu Log

The document logs the initialization and configuration of a UDP client on an Android device, specifically a Xiaomi model with 8GB of RAM. It details the device's specifications, including the SoC and OS version, and reports on the Vulkan rendering capabilities, indicating several unsupported extensions and features. Notably, the device fails to meet certain requirements for Vulkan, such as the maximum number of viewports and several required features, leading to errors and warnings in the log.

Uploaded by

dokeshisensei
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views2 pages

Yuzu Log

The document logs the initialization and configuration of a UDP client on an Android device, specifically a Xiaomi model with 8GB of RAM. It details the device's specifications, including the SoC and OS version, and reports on the Vulkan rendering capabilities, indicating several unsupported extensions and features. Notably, the device fails to meet certain requirements for Vulkan, such as the maximum number of viewports and several required features, leading to errors and warnings in the log.

Uploaded by

dokeshisensei
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

[ 0.000240] Input <Info> input_common/drivers/udp_client.

cpp:UDPClient:139: Udp
Initialization started
[ 0.000247] Input <Info>
input_common/drivers/udp_client.cpp:StartCommunication:331: Starting communication
with UDP input server on 127.0.0.1:26760
[ 0.140149] Config <Info> frontend_common/config.cpp:WriteToIni:74: Writing
Global configuration to:
/storage/emulated/0/Android/data/com.andromeda.androbench2/files/config/config.ini
[ 0.142520] Config <Info> frontend_common/config.cpp:WriteToIni:74: Writing
Global configuration to:
/storage/emulated/0/Android/data/com.andromeda.androbench2/files/config/config.ini
[ 0.158596] Frontend <Info>
main/jni/native.cpp:Java_org_yuzu_yuzu_1emu_NativeLibrary_logDeviceInfo:645: yuzu
Version: HEAD-6f589614a-dirty
[ 0.158650] Frontend <Info>
main/jni/native.cpp:Java_org_yuzu_yuzu_1emu_NativeLibrary_logDeviceInfo:646: Host
OS: Android API level 34
[ 0.158709] Frontend <Info>
main/jni/native_log.cpp:Java_org_yuzu_yuzu_1emu_utils_Log_info:19: Device
Manufacturer - Xiaomi
[ 0.158715] Frontend <Info>
main/jni/native_log.cpp:Java_org_yuzu_yuzu_1emu_utils_Log_info:19: Device Model -
2201123G
[ 0.158722] Frontend <Info>
main/jni/native_log.cpp:Java_org_yuzu_yuzu_1emu_utils_Log_info:19: SoC Manufacturer
- QTI
[ 0.158726] Frontend <Info>
main/jni/native_log.cpp:Java_org_yuzu_yuzu_1emu_utils_Log_info:19: SoC Model -
SM8450
[ 0.159421] Frontend <Info>
main/jni/native_log.cpp:Java_org_yuzu_yuzu_1emu_utils_Log_info:19: Total System
Memory - 8.0 GB
[ 1.460820] Frontend <Info>
main/jni/emu_window/emu_window.cpp:EmuWindow_Android:53: initializing
[ 1.579760] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:996: Device doesn't
support extension VK_EXT_conditional_rendering
[ 1.579801] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:996: Device doesn't
support extension VK_EXT_conservative_rasterization
[ 1.579802] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:996: Device doesn't
support extension VK_EXT_depth_bias_control
[ 1.579802] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:996: Device doesn't
support extension VK_EXT_depth_range_unrestricted
[ 1.579803] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:996: Device doesn't
support extension VK_EXT_extended_dynamic_state2
[ 1.579804] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:996: Device doesn't
support extension VK_EXT_extended_dynamic_state3
[ 1.579804] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:996: Device doesn't
support extension VK_EXT_external_memory_host
[ 1.579805] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:996: Device doesn't
support extension VK_EXT_4444_formats
[ 1.579806] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:996: Device doesn't
support extension VK_EXT_vertex_input_dynamic_state
[ 1.579806] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:996: Device doesn't
support extension VK_NV_geometry_shader_passthrough
[ 1.579807] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:996: Device doesn't
support extension VK_NV_viewport_array2
[ 1.579807] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:996: Device doesn't
support extension VK_NV_viewport_swizzle
[ 1.579810] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:1058: Device doesn't
support feature depthBiasControl
[ 1.579830] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:1058: Device doesn't
support feature leastRepresentableValueForceUnormRepresentation
[ 1.579832] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:1058: Device doesn't
support feature depthBiasExact
[ 1.579833] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:1058: Device doesn't
support feature formatA4B4G4R4
[ 1.579835] Render.Vulkan <Info>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:1058: Device doesn't
support feature vertexInputDynamicState
[ 1.579836] Render.Vulkan <Error>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:1059: Missing required
feature uniformAndStorageBuffer16BitAccess
[ 1.579837] Render.Vulkan <Error>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:1059: Missing required
feature uniformAndStorageBuffer8BitAccess
[ 1.579838] Render.Vulkan <Error>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:1059: Missing required
feature multiViewport
[ 1.579842] Render.Vulkan <Warning>
video_core/vulkan_common/vulkan_device.cpp:RemoveExtensionFeatureIfUnsuitable:397:
Removing features for unsuitable extension VK_EXT_subgroup_size_control
[ 1.579845] Render.Vulkan <Error>
video_core/vulkan_common/vulkan_device.cpp:GetSuitability:1124: maxViewports has to
be 16 or greater but it is 1

You might also like