Hi had same issue then I tried different settings and the game did not crash. Go to game file location and open 'ddrwa.ini'. Change these settings to these:
; Override width/height and always stretch to fullscreen
; Note: Can be combined with 'windowed=true' to get windowed-fullscreen aka borderless mode
fullscreen=false
; Bits per pixel, possible values: 16, 24 and 32, 0 = auto
bpp=32
; Run in windowed mode rather than going fullscreen
; Note: Can be combined with 'fullscreen=true' to get windowed-fullscreen aka borderless mode
windowed=true
; Show window borders in windowed mode
border=True
; auto, opengl, gdi, direct3d9 (auto = try opengl/direct3d9, fallback = gdi)
renderer=opengl
; Force CPU0 affinity, avoids crashes/freezing, *might* have a performance impact
singlecpu=True
Save file.
I think 'rendered' setting to opengl does the trick so might try direct3d9 if not working. Or maybe it fullscreen/windowed resolution. Hope it works!