Wine: L"WINEKEYBOARD" 장치에 대한 기능 드라이버를 설치할 수 없습니다.

Wine: L"WINEKEYBOARD" 장치에 대한 기능 드라이버를 설치할 수 없습니다.

현재 와인에 문제가 있습니다. 저는 Archlinux를 사용하고 있으며 Wine in Version이 6.9설치되어 있습니다.

winecfg예를 들어 터미널에서 실행하면 다음과 같은 오류 메시지가 나타납니다.

008c:err:plugplay:enumerate_new_device Unable to install a function driver for device L"WINEKEYBOARD\\vid_0000&pid_0000\\0&WINEKEYBOARD&0&1".
0064:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0064:err:winediag:nodrv_CreateWindow Unknown error (998).
0064:err:systray:initialize_systray Could not create tray window

나에게는 문제의 원인에 대한 첫 번째 오류처럼 보입니다 enumerate_new_device. 하지만 이 오류를 해결하는 방법을 모르겠습니다.

이미 설치된 프로그램을 시작하려고 하면 동일한 오류가 발생합니다.PlayOnLinux

업데이트 새 Wine Prefix를 생성하려고 하면(폴더를 삭제 .wine하고 실행 wine some.exe) 다음 메시지가 나타납니다.

wine: created the configuration directory '/home/user/.wine'
0048:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0048:err:winediag:nodrv_CreateWindow Unknown error (998).
0048:err:systray:initialize_systray Could not create tray window
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002

관련 정보