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

Program Won't Run on Windows 7 #22

Closed
Shadowmech88 opened this issue May 5, 2023 · 2 comments
Closed

Program Won't Run on Windows 7 #22

Shadowmech88 opened this issue May 5, 2023 · 2 comments
Labels
wontfix This will not be worked on

Comments

@Shadowmech88
Copy link

Shadowmech88 commented May 5, 2023

I don't actually know if it's intended to run on Windows 7 at all, but I didn't see any OS version requirements listed anywhere.
I'm also just generally curious if it's possible for it to run on Windows 7 with some additional user-side bandaids, even if it's not explicitly intended for it.

When I initially started the program, it complained about a missing api-ms-win-core-path-l1-1-0.dll, which I added to my system manually. After that, when I attempt to start it, Command Prompt opens and immediately closes with the message

Error loading Python DLL: 'C:\Users\USERNAME\AppData\Local\Temp_MEI123456\python311.dll'.
No error messages generated.
FormatMessageW: The parameter is incorrect.
LoadLibrary: PyInstaller: FormatMessageW failed.

The mentioned AppData folder always has a different numerical identifier, and none of the folders exist, although I notice similar folders do exist in the AppData folder of the Windows 10 PC where I run DCEF.

Expected Behavior

The program would run.

Actual Behavior

The program does not run.

Steps to reproduce the problem

  1. Attempt to run the program.

Specifications

Environment

  • Operating system: Windows 7
  • CPU Architecture: x86_64 (PC)
  • Flavor: Windows binary release

DiscordChatExporter-frontend

  • Release version or commit hash: v2.1.1
  • Can the issue be reproduced in the demo?: No

DiscordChatExporter

N/A: Tested with just the default guild.

Logs

Is there any relevant information in logs? If so, please provide them:

No logs were generated at all.

@slatinsky
Copy link
Owner

True, the program won't run on Windows 7 (I have tested it). Windows 7 is end of life operating system and won't be supported.

That said, client side should run on Windows 7. But you will need to host the server on other computer.

@slatinsky slatinsky added the wontfix This will not be worked on label May 5, 2023
@slatinsky
Copy link
Owner

Closing this issue, Windows 7 incompatibility is mentioned in docs now

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
Projects
None yet
Development

No branches or pull requests

2 participants