DescentDevelopers/Descent3

[Runtime Issue]: Switching between multiplayer menu options causes game crash

Opened this issue · 1 comments

Build Version

b33cc21

Operating System Environment

  • Microsoft Windows (32-bit)
  • Microsoft Windows (64-bit)
  • Mac OS X
  • Linux (specify distribution and version below)

CPU Environment

  • x86 (32-bit Intel/AMD)
  • x86_64 (64-bit Intel/AMD)
  • ARM (32-bit)
  • ARM64 (64-bit; sometimes called AArch64)
  • Other (RISC V, PPC...)

Game Modes Affected

  • Single player
  • Anarchy
  • Hyper-Anarchy
  • Robo-Anarchy
  • Team Anarchy
  • Capture the Flag
  • Bounty
  • Entropy
  • Hoard
  • Monsterball
  • Cooperative

Game Environment

Multiplayer menu

Description

Entering and exiting out of 'Descent3 Online' game list and back into any multiplayer option crashes the game with an error:

2024-09-19 16:51:18.666 INFO [6272] [MainMultiplayerMenu@380] Entering MainMultiplayerMenu()
2024-09-19 16:51:18.673 WARN [6272] [newuiListBox::SetCurrentItem@3050] newuiListBox::SelectItem item not found!
2024-09-19 16:51:18.681 INFO [6272] [OutrageMusicSeq::Frame@319] Starting pending song.
2024-09-19 16:51:18.719 INFO [6272] [OutrageMusicSeq::ExecScript@382] Starting stream with MenuMainSubC.osf on channel 0.
2024-09-19 16:51:18.770 INFO [6272] [OutrageMusicSeq::ExecScript@433] Playing MenuMainSubC.osf.
2024-09-19 16:51:18.770 INFO [6272] [OutrageMusicSeq::ExecScript@434] State of played stream is -716365824.
2024-09-19 16:51:20.129 WARN [6293] [fatal_signal_handler@81] Recursive signal cleanup! Hard exit! AHHGGGG!

Regression Status

Not sure

Steps to Reproduce

Open multiplayer menu, select 'Descent3 Online', if opening to the IRC chat, select 'Go to Games', otherwise game list is opened. Exit from game list back to multiplayer menu selection. Select either PXO Online or Direct TCP/IP, game crashes.

This can happens due thread issues in inetgetfile library used in Descent3 Online net connector.
#588 addressed to fix that.