DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.88k stars 251 forks source link

[Runtime Issue]: Debug break when starting Pilot Training #605

Closed Jayman2000 closed 1 month ago

Jayman2000 commented 1 month ago

Build Version

v1.6 c5630268c244efb8cc1f1d967c09923915958433

Operating System Environment

CPU Environment

Game Modes Affected

Game Environment

I’m using game data from the US Windows Dual-Jewel version of Descent 3 v1.4.

Description

Starting the Pilot Training mission on Windows will give you this error:

Descent 3 Debug Break

Int3 in C:\Users\Anon Y. Mous\Documents\Descent3-backup\Descent3\OsirisLoadandBind.cpp at line 1005.

It's probably safe to continue.  Continue?

Choose one of these options: Yes or No.

Regression Status

Newest commit that doesn’t have the problem: 2d29dd4f7c76bb9474103435d587dae61b922dfb Oldest commit that does have the problem: 09ab370821ee37cc3bea66e43a34bb21f792d503

Steps to Reproduce

  1. Start a debug build of Descent 3 on Windows.

  2. Once you get to the main menu, click “New Game”.

  3. If you’re prompted to select a mission, then select “Pilot Training”.

winterheart commented 1 month ago

This Int3() happens on inability to load level module. Did you copied platform-dependent d3-win.hog into Base_directory (where Descent3.exe is placed)?

Jayman2000 commented 1 month ago

This Int3() happens on inability to load level module. Did you copied platform-dependent d3-win.hog into Base_directory (where Descent3.exe is placed)?

d3-win.hog and Descent3.exe are in the same directory.