client icon indicating copy to clipboard operation
client copied to clipboard

Windows arm: Don't install x86 shell extension

Open michaelstingl opened this issue 2 years ago • 2 comments

Blocked by:

  • https://github.com/owncloud/client/issues/7746

Pre-submission Checks

  • [X] I checked for similar issues, but could not find any. I also checked the closed issues. I could not contribute additional information to any existing issue.
  • [X] I will take the time to fill in all the required fields. I know that the bug report may be dismissed otherwise due to lack of information.

Describe the bug

Errors when installing ownCloud-4.0.0.10347-daily20230307.x64.msi in (ARM) Win 11 VM.

CleanShot 2023-03-08 at 16 06 00 CleanShot 2023-03-08 at 16 06 19
OCContextMenu.dll failed to register OCOverlays.dll failed to register

Errors can be ignored, but then Win Explorer integration is missing.

Expected behavior

No error message during install.

Steps to reproduce the issue

  1. install ownCloud-4.0.0.10347-daily20230307.x64.msi in (ARM) Win 11 VM.

Screenshots

CleanShot 2023-03-08 at 16 14 48

Logs

Client version number

ownCloud 4.0.0.10347-daily20230307 65404d
Libraries Qt 5.15.8, OpenSSL 1.1.1t 7 Feb 2023
Using virtual files plugin: wincfapi
windows-10.0.22000

Desktop environment (Linux only)

No response

Client package version and origin (Linux only)

No response

Installation path (Windows only)

No response

Server information

No response

Additional context

CleanShot 2023-03-08 at 16 17 26 CleanShot 2023-03-08 at 16 18 05

michaelstingl avatar Mar 08 '23 15:03 michaelstingl

Looks like CRYPT32.dll is on it's usual location:

CleanShot 2023-03-08 at 16 40 56 CleanShot 2023-03-08 at 16 41 09

michaelstingl avatar Mar 08 '23 15:03 michaelstingl

Late yesterday evening the root of the problem came to me. We are trying to register a x86 browser extension with a arm Windows Explorer.

We disable the install step for the browser extension on arm.

  • https://github.com/owncloud/client/issues/7746 could solve this issue as well as as the server would then run in the client and not in the file browser.

TheOneRing avatar Mar 09 '23 09:03 TheOneRing