klren0312 / daliy_knowledge

知识积累,正确使用方式是watch
21 stars 4 forks source link

electron win7问题 #350

Open klren0312 opened 3 years ago

klren0312 commented 3 years ago
  1. win7 sp1 or win8 needed install KB4019990 patch to resolve this issue for now(note:none sp1 win7 needed to upgrade to sp1 before install the patch) 需要安装补丁解决黑屏问题

https://github.com/electron/electron/issues/25186

  1. 升级.net https://github.com/electron/electron/issues/19569

  2. 关闭硬件加速 https://github.com/electron/electron/issues/20702#issuecomment-637156596

klren0312 commented 3 years ago

https://stackoverflow.com/questions/60304232/electron-angular9-app-showing-blank-white-screen-in-windows-7-but-working-fine

win7 出现白屏 需要安装.NET 4.8

https://dotnet.microsoft.com/download/dotnet-framework/net48

klren0312 commented 3 years ago

https://blog.csdn.net/qq_41614928/article/details/109840124?depth_1-

win7 无法安装.net 4.6+ 需要升级系统 或者 electron5.0.13

klren0312 commented 3 years ago

win7 不支持 nodejs高版本, 看讨论 v13最稳 https://github.com/nodejs/node/issues/39894 1634700088(1)

Zhaolin-Yu commented 2 years ago

Win7 任务管理器有进程,无界面有经验吗? 以上方法都不好使

klren0312 commented 2 years ago

Win7 任务管理器有进程,无界面有经验吗? 以上方法都不好使

没遇到过 win10都正常吗 win7哪个版本的 有例子吗

Zhaolin-Yu commented 2 years ago

Win7 任务管理器有进程,无界面有经验吗? 以上方法都不好使

没遇到过 win10都正常吗 win7哪个版本的 有例子吗

Win10是正常的,Win7旗舰版64位,7601。有例子,但是是客户- -

klren0312 commented 2 years ago

Win7 任务管理器有进程,无界面有经验吗? 以上方法都不好使

没遇到过 win10都正常吗 win7哪个版本的 有例子吗

Win10是正常的,Win7旗舰版64位,7601。有例子,但是是客户- -

给个去除业务的主线程代码? 你虚拟机安个win7试试 去msdn下个 我用那个测试没问题 目前客户也没遇到问题

Zhaolin-Yu commented 2 years ago

Win7 任务管理器有进程,无界面有经验吗? 以上方法都不好使

没遇到过 win10都正常吗 win7哪个版本的 有例子吗

Win10是正常的,Win7旗舰版64位,7601。有例子,但是是客户- -

给个去除业务的主线程代码? 你虚拟机安个win7试试 去msdn下个 我用那个测试没问题 目前客户也没遇到问题

找到问题了。是我们研发用的iohook有问题,感谢回复。

klren0312 commented 2 years ago

Win7 任务管理器有进程,无界面有经验吗? 以上方法都不好使

没遇到过 win10都正常吗 win7哪个版本的 有例子吗

Win10是正常的,Win7旗舰版64位,7601。有例子,但是是客户- -

给个去除业务的主线程代码? 你虚拟机安个win7试试 去msdn下个 我用那个测试没问题 目前客户也没遇到问题

找到问题了。是我们研发用的iohook有问题,感谢回复。

确实 只能win10... 1638522656(1)

klren0312 commented 2 years ago

Win7 任务管理器有进程,无界面有经验吗? 以上方法都不好使

没遇到过 win10都正常吗 win7哪个版本的 有例子吗

Win10是正常的,Win7旗舰版64位,7601。有例子,但是是客户- -

给个去除业务的主线程代码? 你虚拟机安个win7试试 去msdn下个 我用那个测试没问题 目前客户也没遇到问题

找到问题了。是我们研发用的iohook有问题,感谢回复。

哭了, 你后来找到适合win7的iohook版本吗, 我这突然也有需求要监听键盘...

Zhaolin-Yu commented 2 years ago

我们用的是0.93,win7也是可用的,只有个别用户会出现主线程卡死

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: ZCDC_Ren @.> Sent: Friday, December 17, 2021 6:04:38 PM To: klren0312/daliy_knowledge @.> Cc: kipmin @.>; Comment @.> Subject: Re: [klren0312/daliy_knowledge] electron win7问题 (#350)

Win7 任务管理器有进程,无界面有经验吗? 以上方法都不好使

没遇到过 win10都正常吗 win7哪个版本的 有例子吗

Win10是正常的,Win7旗舰版64位,7601。有例子,但是是客户- -

给个去除业务的主线程代码? 你虚拟机安个win7试试 去msdn下个 我用那个测试没问题 目前客户也没遇到问题

找到问题了。是我们研发用的iohook有问题,感谢回复。

哭了, 你后来找到适合win7的iohook版本吗, 我这突然也有需求要监听键盘...

― Reply to this email directly, view it on GitHubhttps://github.com/klren0312/daliy_knowledge/issues/350#issuecomment-996590482, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFCNK6OQMYKWDVLV4Q6C6M3URMDLNANCNFSM4VLYO2GA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you commented.Message ID: @.***>

klren0312 commented 2 years ago

我们用的是0.93,win7也是可用的,只有个别用户会出现主线程卡死 Get Outlook for Androidhttps://aka.ms/AAb9ysg ____ From: ZCDC_Ren @.> Sent: Friday, December 17, 2021 6:04:38 PM To: klren0312/daliy_knowledge @.> Cc: kipmin @.>; Comment @.> Subject: Re: [klren0312/daliy_knowledge] electron win7问题 (#350) Win7 任务管理器有进程,无界面有经验吗? 以上方法都不好使 没遇到过 win10都正常吗 win7哪个版本的 有例子吗 Win10是正常的,Win7旗舰版64位,7601。有例子,但是是客户- - 给个去除业务的主线程代码? 你虚拟机安个win7试试 去msdn下个 我用那个测试没问题 目前客户也没遇到问题 找到问题了。是我们研发用的iohook有问题,感谢回复。 哭了, 你后来找到适合win7的iohook版本吗, 我这突然也有需求要监听键盘... ― Reply to this email directly, view it on GitHub<#350 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFCNK6OQMYKWDVLV4Q6C6M3URMDLNANCNFSM4VLYO2GA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you commented.Message ID: @.***>

哦哦 谢谢 我再测测