Wine runs once then stops working

Hello, recently I’ve been trying to get wine to work on my laptop, since I have a few windows applications I want to run, mostly some games and Roblox Studio so I can work on my scripting while I’m away from my PC. I use a program called Grapejuice, which used to allow me to run Studio just fine, but after a while it stopped working, and I couldn’t figure out why. This isn’t the first time I’ve had issues running wine, or the first time I’ve come to the forums seeking help with it. The old thread can be found here. It was temporarily fixed back then, but later stopped working again just as suddenly, and by that point my PC was already working again so I didn’t need the problem fixed. Yesterday, I reinstalled wine (after deleting my old ~/.wine folder), and it seemed to be working fine. I ran winecfg, and it worked fine. I opened up grapejuice and went to install Studio, and the installer launched just fine and successfully installed. Then, I tried to launch Studio itself. It did not launch, and got stuck indefinitely loading, but never launching the application through wine. I once again tried to run winecfg in my terminal, and this time it didn’t work. After this, I deleted my ~/.wine folder and tried again. Winecfg ran successfully. But if I ever tried to run it a second time, it wouldn’t work.
Terminal output from first run of winecfg:

wine: created the configuration directory '/home/rydersj/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: Unhandled page fault on execute access to 00007F33EE13F520 at address 00007F33EE13F520 (thread 0048), starting debugger...
0048:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 68 88" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: Unhandled page fault on execute access to 00007FD5B97E02D0 at address 00007FD5B97E02D0 (thread 0050), starting debugger...
0050:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 76 88" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
002c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
002c:err:winediag:nodrv_CreateWindow The explorer process failed to start.
0040:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0040:err:winediag:nodrv_CreateWindow The explorer process failed to start.
0080:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0080:err:winediag:nodrv_CreateWindow The explorer process failed to start.
0088:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0088:err:winediag:nodrv_CreateWindow The explorer process failed to start.
00a0:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00a0:err:winediag:nodrv_CreateWindow The explorer process failed to start.
wine: configuration in L"/home/rydersj/.wine" has been updated.
012c:fixme:imm:ImeSetActiveContext (0x263670, 1): stub
012c:fixme:imm:ImmReleaseContext (0000000000010068, 0000000000263670): stub
00f4:fixme:imm:ImeSetActiveContext (0x260040, 0): stub
00f4:fixme:imm:ImmReleaseContext (0000000000020028, 0000000000260040): stub

Terminal output from subsequent runs of winecfg:

wine: Unhandled page fault on execute access to 00007F5C1B894520 at address 00007F5C1B894520 (thread 0074), starting debugger...

This continues to run without doing anything else indefinitely.
Any ideas?