Exporting is stuck on a null value

I’m trying to export a video like normal, but for some reason even after sitting over night the export process has not changed at all. I tried looking up this issue but everyone had a different problem and or solution. Parallel processing IS disabled and this is what the activity log says. [wav @ 0000025e2363e640] parser not found for codec pcm_s16le, packets or times may be invalid.
[wav @ 0000025e2525e300] parser not found for codec pcm_s16le, packets or times may be invalid.
[producer avformat] audio: total_streams 1 max_stream 0 total_channels 1 max_channels 1
[AVIOContext @ 0000025e255b0600] Statistics: 294956 bytes read, 2 seeks
[AVIOContext @ 0000025e255b0780] Statistics: 294956 bytes read, 1 seeks
[wav @ 0000025e2524da00] parser not found for codec pcm_s16le, packets or times may be invalid.
[wav @ 0000025e25777300] parser not found for codec pcm_s16le, packets or times may be invalid.
[producer avformat] audio: total_streams 1 max_stream 0 total_channels 1 max_channels 1
[AVIOContext @ 0000025e2363e740] Statistics: 294956 bytes read, 2 seeks
[libx264 @ 0000025e253d2a40] using SAR=1/1
[libx264 @ 0000025e253d2a40] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0000025e253d2a40] profile High, level 4.2, 4:2:0, 8-bit
[libx264 @ 0000025e253d2a40] 264 - core 164 r3161M a354f11 - H.264/MPEG-4 AVC codec - Copyleft 2003-2023 - x264, the best H.264/AVC encoder - VideoLAN - options: cabac=1 ref=2 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=30 lookahead_threads=5 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=2 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=15 keyint_min=1 scenecut=40 intra_refresh=0 rc_lookahead=15 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[h264 @ 0000025e2579ebc0] Reinit context to 1280x720, pix_fmt: yuv420p
[h264 @ 0000025e25f7eb00] Reinit context to 1280x720, pix_fmt: yuv420p
[h264 @ 0000025e25f7e000] Reinit context to 1280x720, pix_fmt: yuv420p
[producer avformat] audio: total_streams 1 max_stream 1 total_channels 2 max_channels 2
[AVIOContext @ 0000025e2525ee80] Statistics: 15593780 bytes read, 2 seeks
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000025e4e93acc0] advanced_editlist does not work with fragmented MP4. disabling.
[h264 @ 0000025e4e514240] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 0000025e4e514240] Increasing reorder buffer to 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000025e4ecffb00] advanced_editlist does not work with fragmented MP4. disabling.
[h264 @ 0000025e4e517e40] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 0000025e4e517e40] Increasing reorder buffer to 1
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000025e50d07d40] advanced_editlist does not work with fragmented MP4. disabling.
[h264 @ 0000025e4e515640] Reinit context to 1920x1088, pix_fmt: yuv420p
[h264 @ 0000025e4e515640] Increasing reorder buffer to 1
[producer avformat] audio: total_streams 1 max_stream 1 total_channels 2 max_channels 2
[AVIOContext @ 0000025e2595b480] Statistics: 98376111 bytes read, 2985 seeks
[h264 @ 0000025e4e519a40] Reinit context to 1280x720, pix_fmt: yuv420p
[h264 @ 0000025e4e514640] Reinit context to 1280x720, pix_fmt: yuv420p
[h264 @ 0000025e58695ec0] Reinit context to 1280x720, pix_fmt: yuv420p
[producer avformat] audio: total_streams 1 max_stream 1 total_channels 2 max_channels 2
[AVIOContext @ 0000025e50e34e80] Statistics: 295559 bytes read, 3 seeks
[link swresample] 1(mono) s16 44100Hz → 2(stereo) f32le 48000Hz
[chain avformat-novalidate] F:/EKContenders stuff/game 5/Dice.mkv
checking VFR: pkt.duration 16
[h264 @ 0000025e58696ec0] Reinit context to 1280x720, pix_fmt: yuv420p
[chain avformat-novalidate] F:/EKContenders stuff/game 5/Table.mp4
checking VFR: pkt.duration 256
[h264 @ 0000025e4e516240] Reinit context to 1920x1088, pix_fmt: yuv420p
[chain avformat-novalidate] F:/EKContenders stuff/game 5/Players.mp4
checking VFR: pkt.duration 512
[h264 @ 0000025e4e624f40] Reinit context to 1280x720, pix_fmt: yuv420p

any advice?

Maybe it is this where FFmpeg library which Shotcut uses appears to have trouble reading one or more of your files. Unfortunately, it does not say which one. Maybe look over your files and try to remove or convert the most suspicious ones. I know fragmented MP4 as used in streaming, but maybe also some capture tools create it, or a YouTube downloader. Hopefully that gives a hint about finding suspicious files. You can convert the file within Shotcut’s Properties panel.

I’ll take a look at that once I get home. The annoying part is that I did the exact same thing last night and made no changes, then let it export over night again and this morning it exported fine… So I’ll check again and see if I can prevent it from happening again. Unfortunately this is just my curse with all software lol. Thank you for the advice though!