http://bugs.winehq.org/show_bug.cgi?id=58363
--- Comment #17 from Piotr Caban piotr.caban@gmail.com --- (In reply to Béla Gyebrószki from comment #16)
Umm...I'm kinda lost here.
You've been testing with GOG version of the game while I was using the demo.
I can reproduce the crash with GOG version of the game. There were 2 regressions. First was 013b70d that broke _getcwd (that was used in _getdcwd). Next was 7bc161d0171bec69fdaf0256d39b0d93b49e82db that broke _getdcwd. It also removed usage of _getcwd from _getdcwd function so fixing _getcwd didn't make any difference.
I've created https://gitlab.winehq.org/wine/wine/-/merge_requests/8371 that fixes _getdcwd.