Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverting tasks to bring qTox in Windows XP #16

Open
JeanPaulLucien opened this issue Nov 10, 2023 · 3 comments
Open

Reverting tasks to bring qTox in Windows XP #16

JeanPaulLucien opened this issue Nov 10, 2023 · 3 comments
Labels
wontfix This will not be worked on

Comments

@JeanPaulLucien
Copy link

JeanPaulLucien commented Nov 10, 2023

OS: Windows XP Service Pack 3, 32-bit

Installer works well, but qTox was not started. Windows reported about CancelIoEx. I've discovered more:
JeanPaulLucien/Windows-XP-Afterlife#4

Common problem... bcrypt.dll

BCryptCloseAlgorithmProvider
BCryptGenRandom
BCryptOpenAlgorithmProvider

There is good alternatives instead.

@JeanPaulLucien
Copy link
Author

swscale-6.dll asks:

InitOnceBeginInitialize
InitOnceComplete

Seems it's about codec. I suggest disable this features for Windows XP, stay "Download audio/video". Because I'm sure there are alternatives.

avutil-57.dll asks:

bcrypt.dll
AcquireSRWLockExclusive
InitOnceBeginInitialize
InitOnceComplete
InitializeConditionVariable
InitializeSRWLock
ReleaseSRWLockExclusive
SleepConditionVariableSRW
WakeAllConditionVariable
WakeConditionVariable

Another one codec.

Seriously. I'm sure I have all codecs are installed.

AVFORMAT-59.DLL:

AcquireSRWLockExclusive
ReleaseSRWLockExclusive

AVCODEC-59.DLL:

AcquireSRWLockExclusive
InitOnceBeginInitialize
InitOnceComplete
InitializeConditionVariable
InitializeSRWLock
ReleaseSRWLockExclusive
SleepConditionVariableSRW
WakeAllConditionVariable
WakeConditionVariable

@zoff99
Copy link

zoff99 commented Nov 29, 2023

@JeanPaulLucien
it's unclear where the future of qTox will be.
for now you can try: https://github.com/Zoxcore/trifa_material
it's still in beta. would be interesting to know if it actually works on windows XP

@JeanPaulLucien
Copy link
Author

I suppose in this case QtCore library with Windows XP compatibility is needed.

@zoff99 zoff99 added the wontfix This will not be worked on label Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Development

No branches or pull requests

2 participants