Replies: 1 comment
-
The app builds normally and can run on Windows, but Liunx doesn't |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Windows 11 22631.3007
Avalonia 11.0.4
.net 7.0
VS2022
11:36:43.710 [Information] 0 Starting previewer process for '"D:\Work\Launch Connection\Launch Connection.Desktop\bin\x86\Debug\net7.0\Launch Connection.Desktop.dll"'
11:36:43.714 [Information] 7880 Started previewer process for '"D:\Work\Launch Connection\Launch Connection.Desktop\bin\x86\Debug\net7.0\Launch Connection.Desktop.dll"'. Waiting for connection to be initialized.
11:36:43.801 [Information] 7880 Connection initialized
11:36:43.823 [Error] 7880 <= "Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'Launch Connection.Desktop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'."
11:36:43.825 [Error] 7880 <= " at System.Runtime.Loader.AssemblyLoadContext.g____PInvoke|5_0(IntPtr ptrNativeAssemblyBinder, UInt16* ilPath, UInt16* niPath, ObjectHandleOnStack retAssembly)"
11:36:43.826 [Error] 7880 <= " at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)"
11:36:43.827 [Error] 7880 <= " at System.Reflection.Assembly.LoadFile(String path)"
11:36:43.829 [Error] 7880 <= " at Avalonia.DesignerSupport.Remote.RemoteDesignerEntryPoint.Main(String[] cmdline)"
11:36:43.830 [Error] 7880 <= " at Avalonia.Designer.HostApp.Program.Main(String[] args)"
11:36:44.804 [Information] Process exited
11:36:44.805 [Information] Stopping previewer process
11:36:44.804 [Error] Connection error
System.IO.IOException: 无法从传输连接中读取数据: 远程主机强迫关闭了一个现有的连接。。 ---> System.Net.Sockets.SocketException: 远程主机强迫关闭了一个现有的连接。
在 System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
在 System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
--- 内部异常堆栈跟踪的结尾 ---
在 System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
在 System.Threading.Tasks.TaskFactory
1.FromAsyncTrimPromise
1.Complete(TInstance thisRef, Func`3 endMethod, IAsyncResult asyncResult, Boolean requiresSynchronization)--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 Avalonia.Remote.Protocol.BsonStreamTransportConnection.d__15.MoveNext()
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
在 Avalonia.Remote.Protocol.BsonStreamTransportConnection.d__16.MoveNext()
Beta Was this translation helpful? Give feedback.
All reactions