https://bugs.winehq.org/show_bug.cgi?id=47943
--- Comment #4 from dev@intro.ch --- "Just remove the WINEPREFIX."
So `env =$HOME/winedotnet wineboot --init` ?
When i do that as root:
root@debian-xxx-dev:~# env =$HOME/winedotnet wineboot --init Invalid MIT-MAGIC-COOKIE-1 keyroot@debian-martij-dev:~# 0036:err:ntoskrnl:ZwLoadDriver failed to create driver L"\Registry\Machine\System\CurrentControlSet\Services\MountMgr": c0000035 0034:err:service:process_send_command service protocol error - failed to write pipe! wine: Unhandled page fault on read access to 0xffffffffffffffff at address 0x7bc46330 (thread 0034), starting debugger... 003b:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 003b:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly. 003b:fixme:dbghelp:elf_search_auxv can't find symbol in module 003b:fixme:dbghelp:elf_search_auxv can't find symbol in module 003b:fixme:dbghelp:elf_search_auxv can't find symbol in module 003b:fixme:dbghelp:elf_search_auxv can't find symbol in module 003b:fixme:dbghelp:elf_search_auxv can't find symbol in module 003b:fixme:dbghelp:elf_search_auxv can't find symbol in module 003b:fixme:dbghelp:elf_search_auxv can't find symbol in module 003b:fixme:dbghelp:elf_search_auxv can't find symbol in module 0040:err:rpc:RpcAssoc_BindConnection receive failed with error 1726 0040:err:service:service_run_main_thread failed to open service manager error 1726 0014:err:rpc:RpcServerAssoc_FindContextHandle no context handle found for uuid {79c6982a-5300-4ec5-aad8-19ffda9e5413}, guard (nil) 003d:err:rpc:I_RpcReceive we got fault packet with status 0x1c00001a
When i do it as non-root:
xxx@debian-xxx-dev:~/git/X2_DB_LOCAL$ env =$HOME/winedotnet wineboot --init xxx@debian-xxx-dev:~/git/X2_DB_LOCAL$ 0059:err:ntoskrnl:ZwLoadDriver failed to create driver L"\Registry\Machine\System\CurrentControlSet\Services\MountMgr": c0000035 0057:err:service:process_send_command service protocol error - failed to write pipe!
So, it currently does not work. Why?