Const-me / Whisper

High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model
Mozilla Public License 2.0
8.19k stars 702 forks source link

Wine (Linux): Transcribe failed Error code -1072868846 (0xC00D5212) #177

Open faveoled opened 1 year ago

faveoled commented 1 year ago

image The model loads fine but when clicking "Transcribe" the issue appears.

Transcribe failed
Error code -1072868846 (0xC00D5212)

Logs after transcription attempt:

user@hp-laptop:~/Downloads/WhisperDesktop$ wine WhisperDesktop.exe 
01a4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01a4:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x101.
01a4:fixme:d3d_shader:shader_sm4_read_instruction Unrecognized opcode 0xc7, opcode_token 0x080000c7.
01a4:fixme:d3d_shader:shader_sm4_read_instruction Unrecognized opcode 0xca, opcode_token 0x050000ca.
01a4:fixme:d3d_shader:shader_sm4_read_instruction Unrecognized opcode 0xc7, opcode_token 0x081800c7.
01a4:fixme:d3d_shader:shader_sm4_read_instruction Unrecognized opcode 0xc7, opcode_token 0x080000c7.
01a4:fixme:mfplat:bytestream_file_Close 00000000007FD9B0

Only the last line appears when clicking "Transcribe" button. Wine prefix is clean. Wine 8.16 Ubuntu 22.04.3

nms42 commented 1 year ago
> 01a4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
> 01a4:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x101.
> 01a4:fixme:d3d_shader:shader_sm4_read_instruction Unrecognized opcode 0xc7, opcode_token 0x080000c7.
> 01a4:fixme:d3d_shader:shader_sm4_read_instruction Unrecognized opcode 0xca, opcode_token 0x050000ca.
> 01a4:fixme:d3d_shader:shader_sm4_read_instruction Unrecognized opcode 0xc7, opcode_token 0x081800c7.
> 01a4:fixme:d3d_shader:shader_sm4_read_instruction Unrecognized opcode 0xc7, opcode_token 0x080000c7.
> 01a4:fixme:mfplat:bytestream_file_Close 00000000007FD9B0

Looks like WINE problem -- 01a4:fixme...

faveoled commented 1 year ago

Looks like WINE problem -- 01a4:fixme...

Wine usually works fine with a lot of those. Plus the only line related to transcribing click is the last one