C++ Question vs2019 debugging issue

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,708
Reaction score
2,683
Points
203
Location
Dallas, TX
I am now getting runtime errors. Did not do anything.

So I ran the debug and attached to orbiter.

it stops and this pops up.

missing new.cpp

any ideas?
Unhandled exception at 0x7725D8C2 in orbiter.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0096FC24.

Microsoft Visual Studio Community 2019
Version 16.11.29
VisualStudio.16.Release/16.11.29+33927.289
Microsoft .NET Framework
Version 4.8.09037

Installed Version: Community

Visual C++ 2019 00435-00000-00000-AA280
Microsoft Visual C++ 2019

ASP.NET and Web Tools 2019 16.11.116.46506
ASP.NET and Web Tools 2019

C# Tools 3.11.0-4.22108.8+d9bef045c4362fbcab27ef35daec4e95c8ff47e1
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.

IntelliCode Extension 1.0
IntelliCode Visual Studio Extension Detailed Info

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

Microsoft MI-Based Debugger 1.0
Provides support for connecting Visual Studio to MI compatible debuggers

Microsoft Visual C++ Wizards 1.0
Microsoft Visual C++ Wizards

Microsoft Visual Studio VC Package 1.0
Microsoft Visual Studio VC Package

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

ProjectServicesPackage Extension 1.0
ProjectServicesPackage Visual Studio Extension Detailed Info

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 16.0.30526.2002
TypeScript Tools for Microsoft Visual Studio

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

Visual Studio Code Debug Adapter Host Package 1.0
Interop layer for hosting Visual Studio Code debug adapters in Visual Studio

Visual Studio Tools for CMake 1.0
Visual Studio Tools for CMake

in the log:
000000.000: Module ALPACA4new.dll ........ [Build 230501, API 160828] 000000.000: Finished initialising status 000000.000: Finished initialising camera 000000.000: Finished setting up render state D3D9: ERROR: Base Object 0x24771E8 = 'J2LPAD' not cataloged D3D9: ERROR: Base Object 0x166007D0 = 'Tranquility Base' not cataloged D3D9: ERROR: Base Object 0x16602088 = 'MoonbaseAlpha1' not cataloged D3D9: ERROR: Base Object 0x16601D00 = 'Preary Base' not cataloged D3D9: ERROR: Base Object 0x1660B388 = 'UCGO Base Europa' not cataloged 000000.000: D3D9: [Scene Initialized] 000000.000: Finished initialising panels 000000.000: --------------------------------------------------------------- 000000.000: >>> WARNING: Obsolete API function used: VESSEL::GetHorizonAirspeedVector 000000.000: At least one active module is accessing an obsolete interface function. 000000.000: Addons which rely on obsolete functions may not be compatible with 000000.000: future versions of Orbiter. 000000.000: ---------------------------------------------------------------

this is the only vessel
 

Attachments

  • debug issue.jpg
    debug issue.jpg
    38.5 KB · Views: 9
  • image (1).png
    image (1).png
    142.1 KB · Views: 9
Last edited:
Top