-
Notifications
You must be signed in to change notification settings - Fork 18
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
Build for old no SSE2 CPU (Pentium III\Athlon Xp) #119
Comments
The pre-built MinGW version shouldn't use SSE2 instructions. Are you running into "Invalid Opcode" exceptions? If yes, and you're willing to build it yourself, you may opt to add a compiler switch such as As for OpenSSL I believe the precompiled version does not use SSE2 instructions as I haven't had trouble opening the app on Windows NT 4 (it won't run but that's a wholly different story) |
Can you copy the error report and send it here? |
yes sure, but i don't know if its correct log. |
Not sure... isn't there a way to get a registry dump or something? |
DID I SAY REGISTRY DUMP? sorry, I meant crash dump |
Damn. Seriously looks like a bad instruction. And it looks like it's the fault of OpenSSL actually. That's... so weird. |
If I can help with some tests, just ping me in this thread. |
Hello, can any one help me with more noob friendly step by step instruction to build Discord for older no SSE2 system, like Pentium III or Athlon xp?
Or request to author of this project to build parallel with main P4 package, version for no SSE2 in releases?
The text was updated successfully, but these errors were encountered: