summary refs log tree commit diff stats
path: root/results/scraper/box64/2453
blob: 7f3fea7e659b75ada30b4f228ce92307b9641482 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
No wrapper for several VK Extensions
Hi!

This seems to be similar to the following issue: https://github.com/ptitSeb/box64/issues/1256

I am running Wine 10 in Rocknix with an SD865

```
Using native(wrapped) libvulkan.so.1
Warning, no wrapper for vkAntiLagUpdateAMD
Warning, no wrapper for vkCmdExecuteGeneratedCommandsEXT
Warning, no wrapper for vkCmdPreprocessGeneratedCommandsEXT
Warning, no wrapper for vkCreateIndirectCommandsLayoutEXT
Warning, no wrapper for vkCreateIndirectExecutionSetEXT
Warning, no wrapper for vkDestroyIndirectCommandsLayoutEXT
Warning, no wrapper for vkDestroyIndirectExecutionSetEXT
Warning, no wrapper for vkGetGeneratedCommandsMemoryRequirementsEXT
Warning, no wrapper for vkUpdateIndirectExecutionSetPipelineEXT
Warning, no wrapper for vkUpdateIndirectExecutionSetShaderEXT
Warning, no wrapper for vkCreatePipelineBinariesKHR
Warning, no wrapper for vkDestroyPipelineBinaryKHR
Warning, no wrapper for vkGetPipelineBinaryDataKHR
Warning, no wrapper for vkGetPipelineKeyKHR
Warning, no wrapper for vkReleaseCapturedPipelineDataKHR
Warning, no wrapper for vkCmdSetDepthClampRangeEXT
No known supported alpha compositing mode
0298:err:msvcrt:_wassert (L"!status && \"vkMapMemory\"",L"/home/runner/build_wine/wine/dlls/winevulkan/loader_thunks.c",6053)
Assertion failed: !status && "vkMapMemory", file /home/runner/build_wine/wine/dlls/winevulkan/loader_thunks.c, line 6053
```

Is this a BOX64 issue or a device specific/driver issue?

Thanks, let me know if you need anything else!

PS.: I accidentally created this in issue in the wrong repository, my bad!