citra icon indicating copy to clipboard operation
citra copied to clipboard

Urban Trial Freestyle (Europe) crashes out on the nightly version

Open ScottNash042 opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Affected Build(s)

Nightly 2095

Description of Issue

crashes out on the menu screen [ 19.028637] Service <Error> core/hle/service/service.cpp:ReportUnimplementedFunction:168: unknown / unimplemented function 'RequestGameAuthentication': port='frd:u' cmd_buf={[0]=0x280244 (0x0028, 9, 4), [1]=0x7f500, [2]=0x0, [3]=0x0, [4]=0x0, [5]=0x0, [6]=0x0, [7]=0x0, [8]=0x30000, [9]=0xfffea00, [10]=0x20, [11]=0xb, [12]=0x0, [13]=0x0} [ 19.327909] Service <Error> core/hle/service/service.cpp:ReportUnimplementedFunction:168: unknown / unimplemented function 'Logout': port='frd:u' cmd_buf={[0]=0x40000 (0x0004, 0, 0)} [ 26.057093] Render.Vulkan <Error> video_core/renderer_vulkan/vk_platform.cpp:DebugUtilsCallback:59: VUID-vkEndCommandBuffer-commandBuffer-00060: Validation Error: [ VUID-vkEndCommandBuffer-commandBuffer-00060 ] Object 0: handle = 0x20cc7972960, type = VK_OBJECT_TYPE_COMMAND_BUFFER; | MessageID = 0x4d08326d | vkEndCommandBuffer(): It is invalid to issue this call inside an active VkRenderPass 0xfc06e9000000013d[]. The Vulkan spec states: If commandBuffer is a primary command buffer, there must not be an active render pass instance (https://vulkan.lunarg.com/doc/view/1.3.268.0/windows/1.3-extensions/vkspec.html#VUID-vkEndCommandBuffer-commandBuffer-00060) [ 26.101080] Render.Vulkan <Error> video_core/renderer_vulkan/vk_platform.cpp:DebugUtilsCallback:59: VUID-vkCmdEndRenderPass-renderpass: Validation Error: [ VUID-vkCmdEndRenderPass-renderpass ] Object 0: handle = 0x20ca5f08f20, type = VK_OBJECT_TYPE_COMMAND_BUFFER; | MessageID = 0x46db6f2f | vkCmdEndRenderPass(): This call must be issued inside an active render pass. The Vulkan spec states: This command must only be called inside of a render pass instance (https://vulkan.lunarg.com/doc/view/1.3.268.0/windows/1.3-extensions/vkspec.html#VUID-vkCmdEndRenderPass-renderpass)

Expected Behavior

go ingame

Reproduction Steps

load the game

Log File

citra_log.txt

System Configuration

OS Windows 10

CPU Ryzen 5 5700X

GPU NVIDIA RTX 2060

RAM 16gb

ScottNash042 avatar Feb 15 '24 10:02 ScottNash042