You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current download [1] is an Intel-only binary. Still it runs, even if slower (x64 emulation), on arm64-based Windows PC for most scenarios.
However if you try to install extensions, like the C# extension [2], you get errors [3] because the extension use the version of dotnet that match the executing architecture (and not in a way that emulation can help)
Starting OmniSharp server at 2024-07-15, 10:27:23 a.m.
Target: c:\Users\sebas\git\uno\templates\uno\5.2.0-dev.225\unoapp\unoapp.sln
OmniSharp server started with .NET 8.0.400-preview.0.24324.5
.
Path: C:\Users\sebas\.theia-ide\deployedPlugins\muhammad-sammy.csharp-2.34.12\extension\.omnisharp\1.39.11-net6.0\OmniSharp.dll
PID: 11224
[STDERR] Unhandled exception.
[STDERR] System.BadImageFormatException: Could not load file or assembly 'C:\Users\sebas\.theia-ide\deployedPlugins\muhammad-sammy.csharp-2.34.12\extension\.omnisharp\1.39.11-net6.0\OmniSharp.dll'. Format of the executable (.exe) or library (.dll) is invalid.
File name: 'C:\Users\sebas\.theia-ide\deployedPlugins\muhammad-sammy.csharp-2.34.12\extension\.omnisharp\1.39.11-net6.0\OmniSharp.dll'
[ERROR] Error: OmniSharp server load timed out. Use the 'omnisharp.projectLoadTimeout' setting to override the default delay (one minute).
The text was updated successfully, but these errors were encountered:
TL&DR similar to #370 but for Windows/arm64 users
Feature Description:
The current download [1] is an Intel-only binary. Still it runs, even if slower (
x64
emulation), on arm64-based Windows PC for most scenarios.However if you try to install extensions, like the C# extension [2], you get errors [3] because the extension use the version of dotnet that match the executing architecture (and not in a way that emulation can help)
[1] https://theia-ide.org/#theiaidedownload
[2] https://open-vsx.org/extension/muhammad-sammy/csharp
[3]
The text was updated successfully, but these errors were encountered: