Results 247 comments of VShawn

请问一下,你的文件夹1和路径2之间有什么关系么? 莫非是个快捷方式? ![image](https://github.com/user-attachments/assets/dd6a1002-fb1c-48e4-9042-fe8e60e20c19)

确实无法复现...

The log indicates that Accessibility.dll cannot be found. I'm sorry that I don't know how this happened, so I went to stackoverflow to seek solutions and found that multiple threads...

感谢反馈,由于我本人不使用带桌面的Linux系统,所以无法快速测试这个问题,又因为 https://github.com/1Remote/1Remote/issues/664,我目前也没有精力去安装一个 Ubuntu 24 进行测试,因此该 bug 暂时搁置。 很遗憾暂时无法给出修复安排计划。麻烦你先使用 mstsc 顶着。 --- 我估计是因为某个权限验证开关导致的,但快速搜索了一圈,并没有找到有用的信息(可能是因为我用的英文关键字有误,若你有空麻烦切到英文系统后,把英文的故障原因截图出来)。 https://askubuntu.com/questions/1418769/remote-desktop-in-22-04-from-win-10-authentication-error 如果你之后找到问题的原因,也欢迎回来告知。

阿,我这两天在装24.04,但启动虚拟机VM就整个卡死,启动22.04就一切正常。 但 NLA 你可以试试用最新版本的1RM,在additional settings 里,修改这两个参数 enablecredsspsupport:i:1 authentication level:i:2 ref: https://gist.github.com/pingec/7b391a04412a7034bfb6 ---- ``` [T:001][09:26:05.640] Error [AxMsRdpClient09Host.xaml.cs(SetRdpResolution:975)]System.Runtime.InteropServices.COMException (0x8000FFFF): 灾难性故障 (异常来自 HRESULT:0x8000FFFF (E_UNEXPECTED)) ``` 这个故障大概率和本次ticket无关,因为这个是经常发生的错误并且已经被我catch掉了。

``` 但是直接使用系统远程桌面连接,在输入凭证后可以正常连接 If you use the remote desktop connection of the system, you can connect normally after entering the credentials ``` 很奇怪,我这里直接用系统远程桌面,也会提示这个错误 ![image](https://github.com/user-attachments/assets/b4e54103-b3a6-4056-a663-53ec3eb8957c)

``` C# var window = new InputWindow { Title = "title", Prompt = "Hi, test native owner window", Response = "", Result = Results.Cancel, ShowInTaskbar = false, }; window.Owner =...

I have find a workaround for this ticket. I will make a PR for this latter. ``` C# var mbvm = new MessageBoxViewModel(); mbvm.Setup("Hi, test stylet message box"); if (IoC.Get().CreateAndBindViewForModelIfNecessary(mbvm)...

商店版本应该已经回退到 1.1.0 了才对,麻烦你更新一下试试? 如图包版本号应该为 1.0.99.0,3月份的版本了,更高的版本我都撤掉了。 ![Image](https://github.com/user-attachments/assets/a0d2df54-a429-43cb-9c11-bf84da185f61) 闪退问题原因我没找到,因为最近我自己一直没办法从 store 下载app做测试