-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
AVX build crashed at launch while SSE3 is fine #180
Comments
@Unknown78 Unfortunately, some lower end 2nd Gen CPUs have AVX, but not AES (notice AES-NI is greyed out). You will have to use the SSE3 version in this case. |
Could there be six variant of builds in this case?
One example of AVX2 without AES-NI is Core i3-4000M How about SSSE3? And there could be more combinations with SSE4 and also SSE4a for AMD:
If you're too busy to do that, at least, in my case, could you please kindly explain the tutorial to compile it into AVX build but without AES-NI? |
Backgrounds
Problems
As the title says.
Logs
Within
THORIUM.BAT
with this command below,I was able to obtain additional logfile beside the
Crashpad
folder.There are hundreds of command switches, let me know if I miss something.
Thorium_AVX_121.0.6167.204_Logs_2024-03-06T07.24.00.zip
The text was updated successfully, but these errors were encountered: