LionelJouin / PiP-Tool

PiP tool is a software to use the Picture in Picture mode on Windows. This feature allows you to watch content (video for example) in thumbnail format on the screen while continuing to use any other software on Windows.
MIT License
924 stars 79 forks source link

Program startup failed #5

Closed StrollStars closed 5 years ago

StrollStars commented 5 years ago

PiP-Tool Version: 1.1.1 System: Win 7 64bit Screenshots:

LionelJouin commented 5 years ago

I see, to fix the issue #3, I used something only available on Windows 10. I will try to know if I can apply it for the previous version of Windows.

edit: The problem is due to the function GetDpiForMonitor (here and here) which requires at least Windows 8.1. There is also a problem in the app.manifest that requires at least Windows 10.

bdd786 commented 5 years ago

Setup failed. capture

LionelJouin commented 5 years ago

@bdd786 What is your windows 10 version ?

bdd786 commented 5 years ago

Windows 10 Enterprise version

LionelJouin commented 5 years ago

I meant in the version, not the edition. You can find this information in Settings -> System -> About. For example, mine is 1809.

alt text

bdd786 commented 5 years ago
  1. See below

[image: image.png]

On Wed, Mar 6, 2019 at 3:46 PM Lionel Jouin notifications@github.com wrote:

I meant in the version, not the edition. You can find this information in Settings -> System -> About. For example, mine is 1809.

[image: alt text] https://camo.githubusercontent.com/7ad6b46c15e29c1592beeb8ea4281c986614fa72/68747470733a2f2f692e696d6775722e636f6d2f3152364d4369722e706e67

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LionelJouin/PiP-Tool/issues/5#issuecomment-470269836, or mute the thread https://github.com/notifications/unsubscribe-auth/AEFZ7zwRIXVefbbm9dVmWk2lJy3fC8_Mks5vUCklgaJpZM4YOYxs .

senpos commented 5 years ago

v1.1.1, Windows 7 x64, .NET 4.7.2, app start failed

Prev. version (1.1) works just fine.

LionelJouin commented 5 years ago

I fixed the issue with the version 1.1.2 but I had to remove the DPI support on Windows 7 since I haven't found an equivalent of GetDpiForMonitor.

https://github.com/LionelJouin/PiP-Tool/releases/tag/1.1.2