Chaos Corona Forum
Chaos Corona for 3ds Max => [Max] Bug Reporting => [Max] Resolved Bugs => Topic started by: merovingl on 2014-04-17, 17:44:56
-
Hi, the problem is as here in the first post. https://forum.corona-renderer.com/index.php/topic,3098.msg25848.html#new
Error Loading max(coronautils2012.dlt, corona2012.dlr for 3ds max 2012, and coronautils2013.dlt, corona2013.dlr for 3ds max 2014)
AVX2 check crashes. (amd fx 8320 support AVX1)
system:
vista buisness 64bit fully updated (reloaded and checked for new updates many times)
amd fx 8320
I tried to use legacy corona's files, but the same problem with 3ds max 2012, 2014.
I tried many restarts of pc for invisible updates setup.
p.s. amd fx 8320 support sse 4.1 (I was surprised)
-
No ideas? :(
I shall try another OS then
-
I had setup windows 7, fully updated it, avx2 test completed!
Vista doesnt have that special core update for amd fx 8320(and other fx?), as i think.
I have 3 pc with amd 1055t, windows vista, and they run fine.
Administrator, you may move topic to solved.
-
This is interesting, I would have never thought microsoft would leave such glaring bug in the system. If you are interested we can work together to submit a bug report to microsoft.
-
I have 1 fx-8320 that was tested already, and also i have 2 more fx-8320. But I will build render slaves with them later, month, or more. If we have time, I can(shall) use another version of vista (not buisiness) and maybe another motherboards with next 2 pc (I can test it in any way). And when we will have statistics, we submit bug report to microsoft. Or we can make it faster. As you wish.
-
Do you see any option to send the error report to microsoft? If so, send it and append the code below. It is the source code of the application that crashes:
#include <windows.h>
#include <math.h>
#include <tchar.h>
#include <iostream>
// compiled using MSVS 2013 update 1 in default release mode (with /MD)
int main() {
MessageBox(NULL, _T("A series of calculations will run. If you have AVX2-enabled CPU and Windows without patches, the program will crash."), _T("Update check"), MB_OK);
std::cout << log(1e-7f) << std::endl;
std::cout << log(10.f) << std::endl;
std::cout << log(100000.f) << std::endl;
std::cout << exp(1e-7f) << std::endl;
std::cout << exp(5.f) << std::endl;
std::cout << tan(382.f) << std::endl;
std::cout << sqrt(10.f) << std::endl;
std::cout << pow(1e-7f, 500.f) << std::endl;
MessageBox(NULL, _T("Tests were successful. Your system should be able to run Corona"), _T("Update check"), MB_OK);
}
-
Right now I dont have this option, becouse i dont have vista on that slave, as I said, I had setup windows 7, and full update of it took whole day (and I am at home right now :) ). But I shall think, what I can do to repeat this error (on next week)
I will write to you when I'll be ready as soon as possible.
-
Hi again Keymaster. I had setup vista ultimate, and checked all updates (with all language packs, that was my mistake) and it took long long time to update, and in the end of it, i'v got outage. And after that I had update error. So i've started from the begining, vista business, all updates completed, many times restarted and checked new updates. I've got same errors.
Error with avx2check
Error during 3ds max start.
But I dont see any option, button to send report. What to do, how to send it?
There is no any log information.
-
I'm not developer, so I cant manualy send report to microsoft from there http://windows.microsoft.com/en-us/windows-vista/reporting-and-solving-computer-problems
I made what i could, but without code attachment (in picture below)
-
good