Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28870 Discussions

Intel Fortran 2024.0 and Visual Studio 2022 17.9.6 community/professional crashed

Nick1618
Novice
1,015 Views

When you open the Fortran project, it crashes on two computers with both community/professional versions. Also, it crashed with VS Profession 2019, which is the most recent version.

 

It seems this problem is supposed to be fixed :

 

Solved: Re: Intel visual fortran 2024 not working - Intel Community

Microsoft Visual Studio Community 2022
Version 17.9.6
VisualStudio.17.Release/17.9.6+34728.123
Microsoft .NET Framework
Version 4.8.09032

Installed Version: Community

Visual C++ 2022 00476-80000-00000-AA006
Microsoft Visual C++ 2022

ASP.NET and Web Tools 17.9.199.22661
ASP.NET and Web Tools

Azure App Service Tools v3.0.0 17.9.199.22661
Azure App Service Tools v3.0.0

Azure Functions and Web Jobs Tools 17.9.199.22661
Azure Functions and Web Jobs Tools

C# Tools 4.9.0-3.24121.1+a98c90d56455379836dd5c845b35fa932b00cfa3
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Common Azure Tools 1.10
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

GitHub Copilot 1.147.0.0 (v1.147.0.0@218a5ecac)
GitHub Copilot is an AI pair programmer that helps you write code faster and with less work.

GitHub Copilot Agent 1.147.0

Intel® Advisor 2024 1.3.25
Intel® Advisor 2024, (Plugin Version 1.3.25), Copyright © 2009-2023 Intel Corporation. All rights reserved.

Intel® C++ Compiler 2024.1
Intel® C++ Compiler 2024.1, Copyright © 2002-2024 Intel Corporation. All rights reserved.

Intel® DPC++ Compatibility Tool 2024.1
Intel® DPC++ Compatibility Tool 2024.1, Copyright © 2019-2024 Intel Corporation. All rights reserved.

Intel® Fortran Compiler 2024.0
Intel® Fortran Compiler 2024.0, Copyright © 2002-2023 Intel Corporation. All rights reserved.

Intel® Libraries for oneAPI 2024.1
Intel® Libraries for oneAPI 2024.1, Copyright © 2019-2024 Intel Corporation. All rights reserved.

Intel® oneAPI DPC++ Compiler 2024.1
Intel® oneAPI DPC++ Compiler 2024.1, Copyright © 2019-2024 Intel Corporation. All rights reserved.

Intel® oneAPI Menu & Samples 10.10.392.9731
Intel® oneAPI Visual Studio Menu & Samples Extension

Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

NuGet Package Manager 6.9.2
NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/

Razor (ASP.NET Core) 17.9.2.2412004+684740676513b3b208d5bd5b7f8786dab8d287b7
Provides languages services for ASP.NET Core Razor.

SQL Server Data Tools 17.9.56.1
Microsoft SQL Server Data Tools

Test Adapter for Boost.Test 1.0
Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.

Test Adapter for Google Test 1.0
Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.

TypeScript Tools 17.0.30103.2001
TypeScript Tools for Microsoft Visual Studio

Visual Basic Tools 4.9.0-3.24121.1+a98c90d56455379836dd5c845b35fa932b00cfa3
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Visual F# Tools 17.9.0-beta.23614.3+a521e1cd420beb56c15faf6836184fadd2b7937a
Microsoft Visual F# Tools

Visual Studio IntelliCode 2.2
AI-assisted development for Visual Studio.

0 Kudos
1 Solution
Nick1618
Novice
943 Views

Thanks for fixro from the other thread I mentioned above! I went to the HPC site and found a new version of HPC w_HPCKit_p_2024.1.0.561. I installed it, and Visual Studio is good for now. No crashes!

 

Be careful, don't use those versions: w_BaseKit_p_2024.1.0.595. That version upgrades everything else (C++) to 2024.1 and leaves FORTRAN to 2024.0, which will crash when you load a FORTRAN project!

I tested on the most recent version of Visual Studio 2022, 17.9.6, so  17.9.6 VS+2024.1 FORTRAN works! 

Now, this thread can be closed.

View solution in original post

1 Reply
Nick1618
Novice
944 Views

Thanks for fixro from the other thread I mentioned above! I went to the HPC site and found a new version of HPC w_HPCKit_p_2024.1.0.561. I installed it, and Visual Studio is good for now. No crashes!

 

Be careful, don't use those versions: w_BaseKit_p_2024.1.0.595. That version upgrades everything else (C++) to 2024.1 and leaves FORTRAN to 2024.0, which will crash when you load a FORTRAN project!

I tested on the most recent version of Visual Studio 2022, 17.9.6, so  17.9.6 VS+2024.1 FORTRAN works! 

Now, this thread can be closed.

Reply