https://bugs.winehq.org/show_bug.cgi?id=35761
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello JJ,
--- snip --- Wine-dbg> --- snip ---
Don't run apps with 'winedbg' unless explicitly asked for. It does more harm than good for the inexperienced user.
--- snip --- fixme:mscoree:CreateConfigStream (L"C:\windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config", 0x33f778): stub --- snip ---
This should not happen. Something messed the load order for 'mscoree' up -> broken WINEPREFIX
--- snip --- fixme:thread:__hook_pthread_create most thread attributes ignored! fixme:thread:start_thread Started native thread 00000049 --- snip ---
You are not running plain Wine. Any additional patches are not supported here.
--- snip --- err:ntdll:RtlpWaitForCriticalSection section 0x7bcd0ea0 "loader.c: loader_section" wait timed out in thread 0049, blocked by 002c, retrying (60 sec) --- snip ---
Looks like your WINEPREFIX is broken now (result of too many recipes or incorrectly applied ones). One could try to repair it manually, fixing overrides - but that's out of the scope of this bug.
You could try to reinstall everything again, also ensuring that 'winetricks' is recent version (don't know how much distro 'winetricks' lags behind).
Giving remote diagnosis with broken prefix/prerequisites is not feasible. I could probably get this app to work but since there is no official download for the 2013 version, I'm afraid you have to figure it out on your own.
Regards