Anime Studio Debut 11 (Moho) crashes: "unimplemented function msvcr120.dll"

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
opossum
Newbie
Newbie
Posts: 1
Joined: Mon Sep 09, 2024 1:05 am

Anime Studio Debut 11 (Moho) crashes: "unimplemented function msvcr120.dll"

Post by opossum »

I installed Anime Studio Debut 11 through the SmithMicro legacy software site, and as the software is 32 bit, I configured a 32 bit wine prefix, the software installed fine, but after the activation and splash screen, I get this crash:

Code: Select all

Unhandled exception: unimplemented function msvcr120.dll.?_NewCollection@_AsyncTaskCollection@details@Concurrency@@SAPAV123@PAV_CancellationTokenState@23@@Z called in 32-bit code (0x7b6826f7).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7b6826f7 ESP:00f6df54 EBP:00f6dfa8 EFLAGS:00000246(   - --  I  Z- -P- )
 EAX:00f6df54 EBX:770e0000 ECX:00000004 EDX:00f6dfc0
 ESI:00f6dfc0 EDI:00f6e134
I'm not sure if this one is important too, but here it is:

Code: Select all

0x7b6826f7 RaiseException+0x42 [/usr/src/packages/BUILD/dlls/kernelbase/debug.c:422] in kernelbase: mov -0x04(%ebp), %ebx
Unable to access file '/usr/src/packages/BUILD/dlls/kernelbase/debug.c'
I made sure to install VC Redist 2013 with winetricks, and corefonts as well, but the crash is still present, even with a 64 bit prefix.
Here's the system info at the bottom of the error, I can provide more info if needed:

Code: Select all

System information:
    Wine build: wine-9.17 (Staging)
    Platform: i386
    Version: Windows 10
    Host system: Linux
    Host version: 6.1.0-25-amd64
Locked