http://bugs.winehq.org/show_bug.cgi?id=36482
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Component|-unknown |msvcrt Summary|Raiden Legacy game starts, |Raiden Legacy (DotEmu) |sound work, I can even |shows black screen after |press some menu oprions, |launch |but there is no video | Ever confirmed|0 |1 Severity|major |normal
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
this seems to be an OpenGL game developed using Cocos2D-X framework. The game bundles Microsoft Visual C++ 2012 runtime libraries (WiX based installer, blocked by bug 17273).
Nothing obvious from the trace log but a lucky guess revealed it's Wine's msvcrt implementation at fault here. Get your self a copy of 'msvcr110.dll' and add 'Native-then-Builtin' override for 'msvcr110.dll'.
With that part in place the game works fine.
Regards