[Bug 36482] New: Raiden Legacy game starts, sound work, I can even press some menu oprions, but there is no video
http://bugs.winehq.org/show_bug.cgi?id=36482 Bug ID: 36482 Summary: Raiden Legacy game starts, sound work, I can even press some menu oprions, but there is no video Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: sekstus.empiryk(a)gmail.com Created attachment 48546 --> http://bugs.winehq.org/attachment.cgi?id=48546 Run from PlayonLinux fresh install and nvidia-drvier Raiden Legacy game starts, sound work, I can even press some menu oprions, but there is no video -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36482 --- Comment #1 from Mateusz <sekstus.empiryk(a)gmail.com> --- Created attachment 48547 --> http://bugs.winehq.org/attachment.cgi?id=48547 PlayOnLinux fresh instal nouveaus driver -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36482 --- Comment #2 from Mateusz <sekstus.empiryk(a)gmail.com> --- Created attachment 48548 --> http://bugs.winehq.org/attachment.cgi?id=48548 Fresh prefix, no PlayOnLinux -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36482 --- Comment #3 from Mateusz <sekstus.empiryk(a)gmail.com> --- Created attachment 48549 --> http://bugs.winehq.org/attachment.cgi?id=48549 Fresh prefix, run in virtual desktop mode -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36482 --- Comment #4 from Mateusz <sekstus.empiryk(a)gmail.com> --- Game starts and seems to be working(sound, I can choose menus) but there is only black screen. My video card is Nvidia G210m -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36482 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht(a)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(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36482 --- Comment #6 from Mateusz <sekstus.empiryk(a)gmail.com> --- Where I can find this dll? Those sites on internet which offer it are legit? Next what should I do? Copy them to system32 folder and change something in winecfg? Sorry for this questions but I can't make it work :( -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36482 --- Comment #7 from Anastasius Focht <focht(a)gmx.net> --- Hello Mateusz, if you search the Internet there are various sites that offer "fix missing dll services" (providing missing Windows dlls downloads). I won't point you to one since those might not be legal and there is a risk of malware. Unfortunately there is no 'winetricks' recipe (yet) to work around bug 17273 more easily using "extract install" method. You can use the original Microsoft Visual C++ 2012 runtime installer and extract the missing libs without running the installer. Download: http://www.microsoft.com/download/details.aspx?id=30679 Direct download (32-bit x86 installer) : http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B796... Extract the both required libs: --- snip --- $ cabextract vcredist_x86.exe -F a2 && cabextract a2 -F "*msvc*110*x86" $ find . -iname "*msvc*110*x86*" | sed -e "p;s/F_CENTRAL_\(.*\)_.*/\1.dll/" | xargs -n2 mv --- snip --- Copy/overwrite both "msvc*110.dll" files in system32 and set native override (using 'winecfg') If you don't know what this means, please visit WineHQ user forums and get help there: http://forum.winehq.org/ Bugzilla is not meant for end user support. Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36482 --- Comment #8 from Mateusz <sekstus.empiryk(a)gmail.com> --- Thank you Thank you! It works now, maybe it's not enough to be solved but its solid workround :) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36482 --- Comment #9 from Austin English <austinenglish(a)gmail.com> --- (In reply to Anastasius Focht from comment #7)
Unfortunately there is no 'winetricks' recipe (yet) to work around bug 17273 more easily using "extract install" method.
https://code.google.com/p/winetricks/source/detail?r=1190 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36482 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #10 from Piotr Caban <piotr.caban(a)gmail.com> --- It should be working with patch 153965b627e2ea7a101b5fc1aa46a85478d0dbbf. Please retest. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36482 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |153965b627e2ea7a101b5fc1aa4 | |6a85478d0dbbf Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #11 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, indeed fixed by commit http://source.winehq.org/git/wine.git/commitdiff/153965b627e2ea7a101b5fc1aa4... Thanks Piotr @Mateusz: With next release (Wine 1.7.20) you no longer need native VC++ 2012 runtime workaround. Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36482 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.20. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org