[Bug 42109] New: Hydrophobia prophecy crash or freeze with few second from start
https://bugs.winehq.org/show_bug.cgi?id=42109 Bug ID: 42109 Summary: Hydrophobia prophecy crash or freeze with few second from start Product: Wine Version: 2.0-rc3 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: andy86(a)fastwebnet.it Distribution: --- Hydrophobia prophecy crash with compiled version of wine, with and without csmt patch. See this thread for info: https://forum.winehq.org/viewtopic.php?f=8&t=28249 Because bug is probably time dependant, i can't get the complet log with crash. When wine is in log mode game is slowdown/unplayable and... do not crash. -- 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=42109 andy <andy86(a)fastwebnet.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andy86(a)fastwebnet.it Hardware|x86 |x86-64 Distribution|--- |Other -- 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=42109 andy <andy86(a)fastwebnet.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Hydrophobia prophecy crash |Hydrophobia prophecy crash |or freeze with few second |or freeze after few second |from start |from start -- 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=42109 Béla Gyebrószki <gyebro69(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://store.steampowered.c | |om/app/92000/ CC| |gyebro69(a)gmail.com --- Comment #1 from Béla Gyebrószki <gyebro69(a)gmail.com> --- To start with, please attach plain terminal output (without enabling any debug channels): https://wiki.winehq.org/FAQ#get_log -- 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=42109 --- Comment #2 from andy <andy86(a)fastwebnet.it> --- Created attachment 56639 --> https://bugs.winehq.org/attachment.cgi?id=56639 plain log without enabling any debug channel in this case game is totally freeze and i've terminated it with 'kill'. in this case no .mdmp file created in game directory. -- 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=42109 --- Comment #3 from Béla Gyebrószki <gyebro69(a)gmail.com> --- (In reply to andy from comment #2)
Created attachment 56639 [details] plain log without enabling any debug channel
in this case game is totally freeze and i've terminated it with 'kill'. in this case no .mdmp file created in game directory.
This line shows that you don't have libtxc_dxtn package installed: fixme:d3d:wined3d_dxtn_init Wine cannot find the txc_dxtn library, DXTn software support unavailable. Can you retry after installing that package (named libtxc_dxtn or something like that in your distro's repository). -- 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=42109 --- Comment #4 from andy <andy86(a)fastwebnet.it> --- Hello. Only dxtn package in my distro repo are: lib32-libtxc_dxtn libtxc_dxtn And are yet installed. But are for mesa, not for nvidia, i don't know if this means anything. -- 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=42109 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #5 from winetest(a)luukku.com --- (In reply to andy from comment #4)
Hello. Only dxtn package in my distro repo are:
lib32-libtxc_dxtn libtxc_dxtn
And are yet installed.
But are for mesa, not for nvidia, i don't know if this means anything.
I think you also need 386 version of the packages. Ubuntu/mint it goes like this sudo apt-get install package:i386 -- 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=42109 --- Comment #6 from andy <andy86(a)fastwebnet.it> --- I'm on chakra, like arch. lib32 do not means i386 version? both things means 32bit. -- 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=42109 --- Comment #7 from winetest(a)luukku.com --- (In reply to andy from comment #6)
I'm on chakra, like arch.
lib32 do not means i386 version?
both things means 32bit.
I said it wrong 32bit version. I found this https://chakralinux.org/wiki/index.php?title=Steam Mesa Missing S3TC Texture Support If an application requires OpenGL texture compression support, you have to install libtxc-dxtn both the 64bit and the 32bit version. In order to do that, you can install the libtxc-dxtn packages: # pacman -S libtxc_dxtn lib32-libtxc_dxtn If wine keeps complaining something is missing...can't help you further. -- 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=42109 --- Comment #8 from Béla Gyebrószki <gyebro69(a)gmail.com> --- andy, By any chance, do you have xaudio2 installed? 'winetricks --force xact_jun2010' I tried the game in a 32-bit wineprefix and in WOW64 using staging 2.0-rc3 with and without CSMT, but couldn't reproduce the problem. The game also needs native d3dcompiler_43 and d3dx9_43. Fedora 25 OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: GeForce GT 730/PCIe/SSE2 OpenGL core profile version string: 4.5.0 NVIDIA 375.26 -- 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=42109 andy <andy86(a)fastwebnet.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #56639|0 |1 is obsolete| | --- Comment #9 from andy <andy86(a)fastwebnet.it> --- Created attachment 56640 --> https://bugs.winehq.org/attachment.cgi?id=56640 update plain log without any debug option enabled Hello. I've re-installed both libtxc package, installed xact_jun2010 (i think is yet installed) and set d3dcompiler_43 as native (but i don't know if that in my prefix is native or fake). Problem is still present, but more long time before freeze. The strange thing is that (how i said in linked thread) i've not problem with wine version in chakra repository, but is oblivious without cmst patch, and fps are very dropped. -- 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=42109 --- Comment #10 from andy <andy86(a)fastwebnet.it> --- Created attachment 56671 --> https://bugs.winehq.org/attachment.cgi?id=56671 Part of WINEDEBUG=+all,trace-all Hello, i've found most .dll (or lib .so) not found errors. Can be problem due to one of these? ps: i get d3dcompiler native version on web, and insert it in game directory, for now freeze appears just after one/two minutes of game. -- 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=42109 --- Comment #11 from Béla Gyebrószki <gyebro69(a)gmail.com> --- (In reply to andy from comment #10)
Created attachment 56671 [details] Part of WINEDEBUG=+all,trace-all
Hello, i've found most .dll (or lib .so) not found errors.
Can be problem due to one of these?
ps: i get d3dcompiler native version on web, and insert it in game directory, for now freeze appears just after one/two minutes of game.
Are you running the game from Windows? That's not supported. Try again in a new (clean) wineprefix and install the game in drive C. -- 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=42109 --- Comment #12 from andy <andy86(a)fastwebnet.it> --- Hello. No. I've buy and download game from steam. Not copy from windows partition. I no more have windows installed. Probably steam not run game setup, but just download single file and update system registry. Steam game need to run in same wineprefix when is run steam (for me, is correct?). -- 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=42109 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #13 from joaopa <jeremielapuree(a)yahoo.fr> --- Does the bug still occur with wine-4.5? -- 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=42109 andy <andy86(a)fastwebnet.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED Status|UNCONFIRMED |RESOLVED --- Comment #14 from andy <andy86(a)fastwebnet.it> --- I don't know if bug is still present because I've not game still installed. I've ended game in spite of this bug. -- 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=42109 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv(a)dawncrow.de --- Comment #15 from André H. <nerv(a)dawncrow.de> --- closing abandoned -- 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