esitarski / CrossMgr

Cyclo Cross Management Application
MIT License
41 stars 21 forks source link

Error in new versions #86

Closed arthurpablo closed 2 years ago

arthurpablo commented 2 years ago

I was using an older version of CrossMgr (3.0.44) and I went to update today to the latest one, but it doesn't work, both CrossMgr and CrossMgr Impinj, two error boxes appear in a row.

Box 1: No error messages generated. FormatMessageW: Incorrect parameter

Box 2: Error loading Python DLL 'C:\Program Files\CrossMgr\python39.dll'. LoadLibrary: PyInstaller: FormatMessageW failed.

esitarski commented 2 years ago

What version of Windows are you using?

On Wed, Nov 24, 2021 at 1:00 PM arthurpablo @.***> wrote:

I was using an older version of CrossMgr (3.0.44) and I went to update today to the latest one, but it doesn't work, both CrossMgr and CrossMgr Impinj, two error boxes appear in a row.

Box 1: https://www.apcrono.com.br/wp-content/uploads/2021/11/erro2.png No error messages generated. FormatMessageW: Incorrect parameter

Box 2: https://www.apcrono.com.br/wp-content/uploads/2021/11/erro1.png Error loading Python DLL 'C:\Program Files\CrossMgr\python39.dll'. LoadLibrary: PyInstaller: FormatMessageW failed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/esitarski/CrossMgr/issues/86, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABGXKMTDJKVQ4E6F3G5773UNUR3DANCNFSM5IWVXUYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

--

Edward Sitarski

arthurpablo commented 2 years ago

Windows 7 but i have another computer with windows 10, i will test it on it

esitarski commented 2 years ago

Sadly, Windows 7 is the problem (see here https://forums.sabnzbd.org/viewtopic.php?t=25287). Python 3.9 dropped support for Windows 7. CrossMgr and CrossMgrImpinj had to upgrade to Python 3.9 due to library dependencies. Unfortunately, pyinstaller gives a terrible error message.

Windows 10 should work.

On Wed, Nov 24, 2021 at 1:05 PM arthurpablo @.***> wrote:

Windows 7 but i have another computer with windows 10, i will test it on it

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/esitarski/CrossMgr/issues/86#issuecomment-978110014, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABGXKJLR47DWIXPDX2VQ4LUNUSOXANCNFSM5IWVXUYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

--

Edward Sitarski

esitarski commented 2 years ago

A key issue is that Microsoft dropped support for Windows 7 in January 2020. https://support.microsoft.com/en-us/windows/windows-7-support-ended-on-january-14-2020-b75d4580-2cc7-895a-2c9c-1466d9a53962 That makes it impossible for CrossMgr to keep supporting it. Windows 10 goes out of support in 2025, so you might consider Windows 11 ;)

On Wed, Nov 24, 2021 at 1:32 PM Edward Sitarski @.***> wrote:

Sadly, Windows 7 is the problem (see here https://forums.sabnzbd.org/viewtopic.php?t=25287). Python 3.9 dropped support for Windows 7. CrossMgr and CrossMgrImpinj had to upgrade to Python 3.9 due to library dependencies. Unfortunately, pyinstaller gives a terrible error message.

Windows 10 should work.

On Wed, Nov 24, 2021 at 1:05 PM arthurpablo @.***> wrote:

Windows 7 but i have another computer with windows 10, i will test it on it

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/esitarski/CrossMgr/issues/86#issuecomment-978110014, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABGXKJLR47DWIXPDX2VQ4LUNUSOXANCNFSM5IWVXUYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

--

Edward Sitarski

--

Edward Sitarski