FreeControl icon indicating copy to clipboard operation
FreeControl copied to clipboard

[Bug] 运行后直接提示“启动失败!是否要向开发者反馈此问题?”

Open asu00131 opened this issue 9 months ago • 3 comments

1️⃣ Brief description of problems encountered

1. 双击运行后出现
2. 版本1.7.3.0
3. 安卓15

2️⃣ 详细的重现步骤说明

运行后直接提示“启动失败!是否要向开发者反馈此问题?”

3️⃣ Provider log

2025-04-17 11:18:05:384 [ERROR] System.Reflection.TargetInvocationException: 调用的目标发生了异常。 ---> System.NullReferenceException: 未将对象引用设置到对象的实例。
   在 FreeControl.Main.LoadLangRes()
   在 FreeControl.Main..ctor()
   --- 内部异常堆栈跟踪的结尾 ---
   在 System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
   在 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
   在 System.Activator.CreateInstance(Type type, Boolean nonPublic)
   在 FreeControl.Utils.Singleton`1.get_Instance()
   在 FreeControl.Program.Main()

asu00131 avatar Apr 17 '25 03:04 asu00131

同样的bug,在win11更新完突然有了这个bug

Voldet avatar May 31 '25 10:05 Voldet

Tailscale创建电脑和手机的P2P连接。然后下载 scrcpy 。把手机用usb连上电脑后,通过在命令行运行 scrcpy --tcpip完成IP配置。然后就可以继续无线连接了。刚刚试了,亲测可用 @asu00131

Voldet avatar May 31 '25 10:05 Voldet

遇到同样的问题,写个配置CustomScrcpyPath指向scrcpy的目录就正常了。

do21 avatar Jul 01 '25 13:07 do21