You are not logged in.
Pages: 1
Hi
I'm trying to run Videoscribe program via Wine in my Arch system, but it keeps telling me that it is not able to connect to the internet. I have tried checking the firewall and other settings to allow it to connect to the internet but couldn't succeed.
I searched around and found that many people face this problem with Wine. I even tried installing Winetricks and create a new wine prefix, but couldn't make it work. Can somebody please help?
My system config:
OS: Arch Linux x86_64
ost: 20157 Lenovo G580
Kernel: 5.13.13-arch1-1
Packages: 1163 (pacman)
Shell: zsh 5.8
Resolution: 1366x768
DE: Plasma 5.22.4
WM: KWin
Theme: We10XOSDark [Plasma], ShadeZ-D
manasarovar [Plasma], manasaro
Terminal: konsole
Terminal Font: FreeMono 13
CPU: Intel i5-3210M (4) @ 3.100GHz
GPU: Intel 3rd Gen Core processor Gra
Memory: 2092MiB / 15850MiB
Offline
The problem can be caused by not give permission to wine to open the socket.
Try :
sudo setcap cap_net_raw+epi /usr/bin/wine-preloader Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
Tried running it in terminal, but command executes without giving any output on terminal. After running it, still not able to connect to internet.
Offline
How old is your wine version? There was an issue several months ago that caused this, but it was fixed. You may just be unlucky with the version.
Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus B550-F Gaming MB, 128Gb Corsair DDR4, Fractal Design Define 7 XL, 5 HD (2 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703
/ is the root of all problems.
Offline
Do a full sistem upgrade and if the problem post the log of wine
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
Do a full sistem upgrade and if the problem post the log of wine
0024:err:winediag:gnutls_initialize failed to load libgnutls, no support for encryption
0024:err:winediag:gnutls_initialize failed to load libgnutls, no support for pfx import/export
0024:err:module:open_builtin_so_file failed to load .so lib "/usr/lib32/wine/i386-unix/l3codeca.acm.so"
0024:err:winediag:gnutls_initialize Failed to load libgnutls, secure connections will not be available.
0024:err:secur32:SECUR32_initSchannelSP no schannel support, expect problems
0108:fixme:sync:SetWaitableTimerEx (00000108, 01F1FE68, 0, 00000000, 00000000, 00000000, 500) semi-stub
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0032E740 00000000 0032E744) returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0032E740 11597978 0032E744) returning a dummy value (current locale)
0024:fixme:shell:IQueryAssociations_fnGetString 00000400: unimplemented flags
0024:fixme:secur32:LsaGetLogonSessionData 0032ECD8 0032ECE8 stub
0024:err:module:open_builtin_so_file failed to load .so lib "/usr/lib32/wine/i386-unix/winealsa.drv.so"
0024:err:mmdevapi:DllGetClassObject Driver initialization failed
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004005 for dll L"C:\\windows\\system32\\mmdevapi.dll"
0024:err:ole:com_get_class_object no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
0024:err:module:open_builtin_so_file failed to load .so lib "/usr/lib32/wine/i386-unix/winealsa.drv.so"
0024:err:mmdevapi:DllGetClassObject Driver initialization failed
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004005 for dll L"C:\\windows\\system32\\mmdevapi.dll"
0024:err:ole:com_get_class_object no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
0024:fixme:imm:ImmReleaseContext (0001005E, 00523240): stub
Offline
Wine can't found libgnutl, have you installed the gnutls package ?
If you are running a 32-bit app you have to install lib32-gnutls
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
Wine can't found libgnutl, have you installed the gnutls package ?
If you are running a 32-bit app you have to install lib32-gnutls
Thank you so much! It's working now. ![]()
Offline
Thank you so much! It's working now.
Mark the topic as solved by adding [SOLVED] at the start of the topic name
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
Pages: 1