Crash on startup on macOS 13 beta 6

Issue #303 closed
Former user created an issue

App starts, gets as far as the letter logo on screen and then crashes.

Happens with the version from here, and also from macsourceports.

Apple Silicon M1 - MBA macOS 13 beta 6 - 22A5331f

Full crashlog attached, relevant section

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Codes:       0x0000000000000001, 0x0000000000000000

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [6437]

VM Region Info: 0 is not in any region.  Bytes before following region: 4362698752
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      104098000-1041bc000    [ 1168K] r-x/r-x SM=COW  .../MacOS/ecwolf

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   ecwolf                                 0x10414e148 FFont::LoadTranslations() + 144
1   ecwolf                                 0x104153f20 V_RetranslateFonts() + 40
2   ecwolf                                 0x104153f20 V_RetranslateFonts() + 40
3   ecwolf                                 0x104114ec8 ShowImage(IntermissionAction*, bool) + 96
4   ecwolf                                 0x1041147b4 ShowIntermission(IntermissionInfo const*, bool) + 232
5   ecwolf                                 0x10417a1b0 WL_Main(int, char**) + 5504
6   ecwolf                                 0x10419022c -[ApplicationDelegate applicationDidFinishLaunching:] + 184

Comments (2)

  1. Log in to comment