-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Client 3.14.0/3.14.1 crash in RDP session. #7241
Comments
looks like a crash from the graphics API that is being used by the UI
|
ID 1000 Name der fehlerhaften Anwendung: nextcloud.exe, Version: 3.14.1.55839, Zeitstempel: 0x66f6776f |
Faulting application name: nextcloud.exe, version: 3.14.0.55826, time stamp: 0x66e54b9d Faulting application name: nextcloud.exe, version: 3.14.1.55839, time stamp: 0x66f6776f Faulting application name: nextcloud.exe, version: 3.14.2.55930, time stamp: 0x67129506 |
Here is another one, this one is running on Windows 10 VM (VMware Workstation Pro 17.6.1 build-24319023):
I've set the QSG_INFO=1 environment variable and then started and got this:
The mentioned WER file is attached. Hope this helps.Report.wer.txt I reverted back to version 3.13.3 and it works on this VM. On the host (also Windows 10) v3.14.4 works without problems, so far. |
Same error on 3.15.2:
|
Nextcloud working after adding system environment SVGA_ALLOW_LLVMPIPE=0 (you need to re-login to the system or reboot the OS). |
Confirmed. |
I am trying to fix it with #7687 |
I should probably mention that the Win10 client in this bug report is an VMware ESXi guest as well. The original bug report in this thread was focused on RDP sessions as this was the only scenario I experienced the crashes. When opening a VMware console connection (i.e. not RDP) the Nextcloud client did not crash, so I assumed the root cause was RDP somehow. |
Confirmed, too. Thanks for the solution. |
Having the same issue, fixed with the ENV variable change. |
Bug description
When I RDP to the Win10 client, the Nextcloud client crashes.
If I login directly on the client, the Nextcloud client starts normally.
I made sure my VC++ 2015-2022 x64/x86 is up2date (vm3dgl64.dll).
This is a fresh install of the 3.14.1 client.
nextcloud-3.13.4 works.
Found i EventLog-Application:
Faulting application name: nextcloud.exe, version: 3.14.1.55839, time stamp: 0x66f6776f
Faulting module name: vm3dgl64.dll, version: 3.6.0.0, time stamp: 0x66a16726
Exception code: 0xc0000005
Fault offset: 0x0000000000e3696d
Faulting process id: 0x2958
Faulting application start time: 0x01db130d5d0e75e5
Faulting application path: C:\Program Files\Nextcloud\nextcloud.exe
Faulting module path: C:\WINDOWS\SYSTEM32\vm3dgl64.dll
Report Id: f052a978-a246-491f-8359-7d03d963426f
Faulting package full name:
Faulting package-relative application ID:
Steps to reproduce
RDP to the client host.
Expected behavior
Nextcloud client 3.14.x crashes.
Which files are affected by this bug
nextcloud.exe
Operating system
Windows
Which version of the operating system you are running.
Windows 10
Package
Official Windows MSI
Nextcloud Server version
30.0.0
Nextcloud Desktop Client version
3.14.1
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
Additional info
No response
The text was updated successfully, but these errors were encountered: