zfigura / wine

Other
87 stars 16 forks source link

GTA V launcher (GTAVLauncher.exe) hangs on exit (needs ntdll-side handle refcounting) #4

Open zfigura opened 6 years ago

zfigura commented 6 years ago

Because it closes one of its thread handles while waiting on it.

To fix this I think we need to somehow keep an extra reference to the server-side object. This is difficult for obvious reasons, so I'm not going to fix this until something really requires it.

zfigura commented 5 years ago

Lunatic Rave 2 has severe lag in the menu due to this bug. It's probably worth fixing.