-
Notifications
You must be signed in to change notification settings - Fork 190
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
Version 5.11.2.28 Crash after clean install #464
Comments
When exactly does it crash? After a fresh installation the wizard should start, right? Also try this please, just to make sure it's not the change in build environment. |
Hi, psieg |
Here are the logs from Event Viewer: Program: Prismatik.exe The error value is listed in the Additional Data section.
Additional Data Faulting application name: Prismatik.exe, version: 5.11.2.28, time stamp: 0x60a6b366 |
0xC000001D is STATUS_ILLEGAL_INSTRUCTION. |
What hardware is it running on I mean, which CPU? |
Intel Core 2 Duo E6750 |
Please try replacing the Prismatik.exe with this one. It should show a message on startup about which extensions it detected |
I wonder if this isn't the same situation, but msvc #356 |
|
Hm, so if your hypothesis for #356 was correct, it can't be entirely the same here because it didn't even detect SSE4.1. That would mean some normal code was automatically optimized to SSE4 or AVX2 (as the CPU supports neither). @adrianis86, please try this version which has the optimization flags from #426 for windows removed. If that fails, try this, which has both lines reverted. |
SSE4.1 came with C2D E8xxx |
It works with both versions! |
Hm, thanks. I guess we'll just revert the |
Thank you. What are the advantages of that flag? |
Since we only have one release for all systems we'll have to keep it off. It may speed up some things a bit on newer CPUs but I don't think we do much else besides the color aggregation in a similarly parallelizable way. Removed in #474 |
Thanks. |
I want to try to fix something else before packaging a new release. If there wasn't one in two weeks, ping me ;) If you're not using the API, .28 doesn't have much more than .27 though so you're not missing out on a lot |
ping :) |
Released, thanks https://github.com/psieg/Lightpack/releases/tag/5.11.2.29 |
Version 5.11.2.28 crashes after clean install and fresh configuration
Windows 10, 21H1, OS build 19043.985, Windows Feature Experience Pack 120.2212.2020.0
No issues until version 5.11.2.27 included
The text was updated successfully, but these errors were encountered: