Author Topic: Error loading max, avx2 check crashes, full 100% update windows Vista  (Read 6459 times)

2014-04-17, 17:44:56

merovingl

  • Active Users
  • **
  • Posts: 13
    • View Profile
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)


« Last Edit: 2014-04-18, 17:15:05 by merovingl »

2014-04-18, 08:40:34
Reply #1

merovingl

  • Active Users
  • **
  • Posts: 13
    • View Profile
No ideas? :(
I shall try another OS then

2014-04-18, 17:14:35
Reply #2

merovingl

  • Active Users
  • **
  • Posts: 13
    • View Profile
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.

2014-04-18, 21:31:50
Reply #3

Ondra

  • Administrator
  • Active Users
  • *****
  • Posts: 9048
  • Turning coffee to features since 2009
    • View Profile
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.
Rendering is magic.How to get minidumps for crashed/frozen 3ds Max | Sorry for short replies, brief responses = more time to develop Corona ;)

2014-04-18, 22:32:42
Reply #4

merovingl

  • Active Users
  • **
  • Posts: 13
    • View Profile
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. 

2014-04-18, 23:19:05
Reply #5

Ondra

  • Administrator
  • Active Users
  • *****
  • Posts: 9048
  • Turning coffee to features since 2009
    • View Profile
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:

Code: [Select]
#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);
}
Rendering is magic.How to get minidumps for crashed/frozen 3ds Max | Sorry for short replies, brief responses = more time to develop Corona ;)

2014-04-18, 23:28:44
Reply #6

merovingl

  • Active Users
  • **
  • Posts: 13
    • View Profile
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.

2014-04-28, 13:17:51
Reply #7

merovingl

  • Active Users
  • **
  • Posts: 13
    • View Profile
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.
« Last Edit: 2014-04-28, 19:28:41 by merovingl »

2014-04-30, 09:27:03
Reply #8

merovingl

  • Active Users
  • **
  • Posts: 13
    • View Profile
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)
« Last Edit: 2014-04-30, 15:04:06 by merovingl »

2014-04-30, 10:05:09
Reply #9

Ondra

  • Administrator
  • Active Users
  • *****
  • Posts: 9048
  • Turning coffee to features since 2009
    • View Profile
good
Rendering is magic.How to get minidumps for crashed/frozen 3ds Max | Sorry for short replies, brief responses = more time to develop Corona ;)