@jonas Thank you Jonas! Here is the BT output:
Microsoft Windows [Version 10.0.22631.3007]
(c) Microsoft Corporation. All rights reserved.
C:\Windows\System32>cd "c:\program files\strawberry music player debug"
c:\Program Files\Strawberry Music Player Debug>gdb strawberry.exe
GNU gdb (GDB) 14.1
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-w64-mingw32.shared".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
https://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from strawberry.exe...
(gdb) run
Starting program: c:\Program Files\Strawberry Music Player Debug\strawberry.exe
[New Thread 8032.0x590c]
[New Thread 8032.0x29c8]
[New Thread 8032.0x23a4]
14:23:50.345 INFO main:180 Strawberry 1.0.23 Qt "6.6.1"
14:23:50.354 INFO main:181 "Windows 11 Version 23H2 11 - (winnt 10.0.22631) [x86_64]"
[New Thread 8032.0x44b0]
[New Thread 8032.0x274c]
14:23:50.635 DEBUG main:210 Looking for resources in QList("C:/Program Files/Strawberry Music Player Debug")
14:23:50.651 DEBUG main:228 Style: "windowsvista"
14:23:50.661 DEBUG Lazy<T>:67 DeviceFinders(0x316d130) created
14:23:50.700 ERROR unknown Database schema too old.
gdb: unknown target exception 0xc0000409 at 0x7ffea96ef61e
Thread 1 received signal ?, Unknown signal.
0x00007ffea96ef61e in ucrtbase!abort () from C:\WINDOWS\System32\ucrtbase.dll
(gdb) bt
#0 0x00007ffea96ef61e in ucrtbase!abort () from C:\WINDOWS\System32\ucrtbase.dll
#1 0x00007ff6e5a67a06 in logging::MessageHandler (type=QtFatalMsg, message=...)
at /__w/strawberry/strawberry/ext/libstrawberry-common/core/logging.cpp:171
#2 0x00007ffdf80b705b in qt_message_print (msgType=msgType@entry=QtFatalMsg, context=..., message=...)
at ../qtbase-everywhere-src-6.6.1/src/corelib/global/qlogging.cpp:1984
#3 0x00007ffdf80b716e in qt_message (msgType=msgType@entry=QtFatalMsg, context=..., msg=<optimized out>,
ap=ap@entry=0x5fe610 "\230") at ../qtbase-everywhere-src-6.6.1/src/corelib/global/qlogging.cpp:375
#4 0x00007ffdf80b781e in QMessageLogger::fatal (this=<optimized out>, msg=<optimized out>)
at ../qtbase-everywhere-src-6.6.1/src/corelib/global/qlogging.cpp:901
#5 0x00007ff6e573a06d in Database::Connect (this=0x317bf50) at /__w/strawberry/strawberry/src/core/database.cpp:152
#6 0x00007ff6e5739784 in Database::Database (this=0x317bf50, app=0x5ff6d0, parent=0x0, database_name=...)
at /__w/strawberry/strawberry/src/core/database.cpp:79
#7 0x00007ff6e5f3a971 in ApplicationImpl::ApplicationImpl(Application*)::{lambda()#2}::operator()() const (
__closure=0x317b1c0) at /__w/strawberry/strawberry/src/core/application.cpp:118
#8 0x00007ff6e5edf280 in std::__invoke_impl<Database*, ApplicationImpl::ApplicationImpl(Application*)::{lambda()#2}&>(std::__invoke_other, ApplicationImpl::ApplicationImpl(Application*)::{lambda()#2}&) (__f=...)
at /strawberry-mxe/usr/lib/gcc/x86_64-w64-mingw32.shared/13.2.0/include/c++/bits/invoke.h:61
#9 0x00007ff6e5ecd805 in std::__invoke_r<Database*, ApplicationImpl::ApplicationImpl(Application*)::{lambda()#2}&>(ApplicationImpl::ApplicationImpl(Application*)::{lambda()#2}&) (__fn=...)
at /strawberry-mxe/usr/lib/gcc/x86_64-w64-mingw32.shared/13.2.0/include/c++/bits/invoke.h:114
#10 0x00007ff6e5e27e00 in std::_Function_handler<Database* (), ApplicationImpl::ApplicationImpl(Application*)::{lambda()#2}>::_M_invoke(std::_Any_data const&) (__functor=...)
at /strawberry-mxe/usr/lib/gcc/x86_64-w64-mingw32.shared/13.2.0/include/c++/bits/std_function.h:290
#11 0x00007ff6e5de4182 in std::function<Database* ()>::operator()() const (this=0x317b1c0)
at /strawberry-mxe/usr/lib/gcc/x86_64-w64-mingw32.shared/13.2.0/include/c++/bits/std_function.h:591
#12 0x00007ff6e5d96f76 in Lazy<Database>::CheckInitialized (this=0x317b1c0)
at /__w/strawberry/strawberry/src/core/lazy.h:66
#13 0x00007ff6e5d970ac in Lazy<Database>::ptr (this=0x317b1c0) at /__w/strawberry/strawberry/src/core/lazy.h:46
#14 0x00007ff6e572e9d8 in Application::database (this=0x5ff6d0)
--Type <RET> for more, q to quit, c to continue without paging--c
at /__w/strawberry/strawberry/src/core/application.cpp:337
#15 0x00007ff6e5783d4f in SCollection::SCollection (this=0x3178980, app=0x5ff6d0, parent=0x0)
at /__w/strawberry/strawberry/src/collection/collection.cpp:69
#16 0x00007ff6e5f3b94b in ApplicationImpl::ApplicationImpl(Application*)::{lambda()#7}::operator()() const (
__closure=0x317b2b0) at /__w/strawberry/strawberry/src/core/application.cpp:130
#17 0x00007ff6e5edec60 in std::__invoke_impl<SCollection*, ApplicationImpl::ApplicationImpl(Application*)::{lambda()#7}&>(std::__invoke_other, ApplicationImpl::ApplicationImpl(Application*)::{lambda()#7}&) (__f=...)
at /strawberry-mxe/usr/lib/gcc/x86_64-w64-mingw32.shared/13.2.0/include/c++/bits/invoke.h:61
#18 0x00007ff6e5ecd415 in std::__invoke_r<SCollection*, ApplicationImpl::ApplicationImpl(Application*)::{lambda()#7}&>(ApplicationImpl::ApplicationImpl(Application*)::{lambda()#7}&) (__fn=...)
at /strawberry-mxe/usr/lib/gcc/x86_64-w64-mingw32.shared/13.2.0/include/c++/bits/invoke.h:114
#19 0x00007ff6e5e26f90 in std::_Function_handler<SCollection* (), ApplicationImpl::ApplicationImpl(Application*)::{lambda()#7}>::_M_invoke(std::_Any_data const&) (__functor=...)
at /strawberry-mxe/usr/lib/gcc/x86_64-w64-mingw32.shared/13.2.0/include/c++/bits/std_function.h:290
#20 0x00007ff6e5de3652 in std::function<SCollection* ()>::operator()() const (this=0x317b2b0)
at /strawberry-mxe/usr/lib/gcc/x86_64-w64-mingw32.shared/13.2.0/include/c++/bits/std_function.h:591
#21 0x00007ff6e5d94b36 in Lazy<SCollection>::CheckInitialized (this=0x317b2b0)
at /__w/strawberry/strawberry/src/core/lazy.h:66
#22 0x00007ff6e5d94c3c in Lazy<SCollection>::ptr (this=0x317b2b0) at /__w/strawberry/strawberry/src/core/lazy.h:46
#23 0x00007ff6e572eb09 in Application::collection (this=0x5ff6d0)
at /__w/strawberry/strawberry/src/core/application.cpp:345
#24 0x00007ff6e572d746 in Application::Application (this=0x5ff6d0, parent=0x0)
at /__w/strawberry/strawberry/src/core/application.cpp:238
#25 0x00007ff6e5702686 in main (argc=1, argv=0x6abe00) at /__w/strawberry/strawberry/src/main.cpp:289
(gdb)