#[SOLVED] wine cant start its services

80 messages · Page 1 of 1 (latest)

distant sinew
#

running wine software or in this case winecfg to demonstrate spews out this error

winecfg:

003c:err:service:process_send_start_message service L"PlugPlay" failed to start
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"PlugPlay" failed to start: 1053
00ac:err:sync:RtlpWaitForCriticalSection section 00006FFFFFC74440 "../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00ac, blocked by 00a4, retrying (60 sec)
003c:err:service:process_send_command receiving command result timed out
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"winebus" failed to start: 1053
003c:err:service:process_send_command receiving command result timed out
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1053
003c:err:service:process_send_command receiving command result timed out
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"winebth" failed to start: 1053
0114:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0114:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."

wine: Unhandled page fault on execute access to 00006FFF00000000 at address 00006FFF00000000 (thread 003c), starting debugger...
003c:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 56 216" (1115)
Read the Wine Developers Guide on how to set up winedbg or another debugger
crystal furnace
#

@distant sinew pacman -Q |grep wine

distant sinew
crystal furnace
#

@distant sinew pacman -S wine-staging

distant sinew
distant sinew
# crystal furnace <@1223400696594960517> pacman -S wine-staging

yeah didnt work

❯ wine --version
wine-10.4 (Staging)

~ 
❯ winecfg
002c:fixme:winediag:loader_init wine-staging 10.4 is a testing version containing experimental patches.
002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org.
003c:err:service:process_send_start_message service L"PlugPlay" failed to start
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"PlugPlay" failed to start: 1053
00b0:err:sync:RtlpWaitForCriticalSection section 00006FFFFFFB4440 "../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 00b0, blocked by 00a8, retrying (60 sec)
003c:err:service:process_send_command receiving command result timed out
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"winebus" failed to start: 1053
003c:err:service:process_send_command receiving command result timed out
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1053
003c:err:service:process_send_command receiving command result timed out
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"winebth" failed to start: 1053
00bc:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00bc:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
002c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
002c:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
00f4:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00f4:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
00f4:fixme:file:NtLockFile I/O completion on lock not implemented yet
00f4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION```
crystal furnace
#

@distant sinew rm -rf ~/.wine

distant sinew
crystal furnace
#

@distant sinew try wine-git

distant sinew
#

its not on the chaotic aur and that scares me

crystal furnace
#

I don't use the chaotic aur

distant sinew
#

10.2 and not 10.4

crystal furnace
#

you don't bump for every update for vcs packages

distant sinew
crystal furnace
#

you should only bump if the sources moved or changes in the PKGBUILD are required because of recent upstream

distant sinew
crystal furnace
distant sinew
#

also that issues seems to persist to proton-ge so it seems like a dependency issue

distant sinew
#

yeah its a dependency error most likely

crystal furnace
#

@distant sinew are you fully up to date?

distant sinew
crystal furnace
distant sinew
#

yeah

distant sinew
#

yeah im stumped, i searched the google, searched the wine forums, and found nothing

#

wine DID work before

crystal furnace
#

@distant sinew which version worked?

distant sinew
#

i dont remember but it might be 10.0 or 10.1

distant sinew
#

how do i install from the archives

#

do i download the file and run sudo pacman -S (the package file)

#

@crystal furnace

distant sinew
#

aight

distant sinew
crystal furnace
distant sinew
#

fine, but if this doesnt work, its probably not an issue with the wine package

kind herald
#

Does wine cmd work? If so what does env WINEDEBUG=warn+all winecfg do?

kind herald
#

What's the output of wine cmd

distant sinew
kind herald
#

How? cmd.exe doesn't call CreateWindow.

#

Can you paste the output?

distant sinew
#

aight

#

wait what, it worked, it didnt work last time, what huh

kind herald
#

Right, now run env WINEDEBUG=warn+all winecfg The output is what matters, regardless of whether it works.

distant sinew
#

also i switched back to the latest staging

#

to make that clear

kind herald
#
echo $XDG_SESSION_TYPE 
echo $DISPLAY
echo $XDG_CURRENT_DESKTOP
kind herald
#

lspci -k

crystal furnace
#

@distant sinew

distant sinew
kind herald
distant sinew
kind herald
#

both

distant sinew
#

what i got them from mesa-utils

distant sinew
distant sinew
crystal furnace
distant sinew
distant sinew
distant sinew
#

@kind herald got anything? (sorry if this is slightly vampy)

kind herald
kind herald
#

Does it run in a clean environment?

sudo pacman -S --needed podman
podman run \
        -e XDG_RUNTIME_DIR=/tmp \
        -e DISPLAY=$DISPLAY \
        --device /dev/dri:/dev/dri:rw \
        -v /tmp/.X11-unix:/tmp/.X11-unix:rw \
        -v /tmp/.ICE-unix:/tmp/.ICE-unix:rw  --rm -it archlinux:latest bash

echo -e '[multilib]\nInclude = /etc/pacman.d/mirrorlist' >> /etc/pacman.conf
pacman -Syu wine
winecfg
distant sinew
distant sinew
#

[SOLVED] wine cant start its services

kind herald
#

Oops. Maybe it's not a good idea for me to assume that every question is about Arch.

distant sinew