> wine ./C4.EXE
0009:err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions.
0009:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 280
Current serial number in output stream: 284
Кто что подскажет, как решить проблему запуска?
Что пробовал:
- Повысил привелегии:
% chmod +s /usr/local/bin/wine
— бесполезно.
- Создал и отредактировал ключи локального реестра:
> regedit
согласно инструкции:
a) NT4 users should change / add the following registry variable
and set its value to DWORD 1:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Afd\Parameters\DisableRawSecurity
b) 2000 users should set the following registry variable to DWORD 1
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\AllowUserRawAccess
after you change the registry, you will need to reboot.
— бесполезно.
-
Пересобрал mesa-dri, mesa-libs, xorg-server — бесполезно.
-
Удалял каталог ~/.wine. Конфигурировал различные версии операционной системы Windows — бесполезно.
P.S. Да, это случилось после переустановки драйвера NVIDIA 440 на стабильный NVIDIA 390 из портов. Обычные оконные программы Windows запускаются и работают без вопросов. До смены драйвера игрушка запускалась и работала.