http://bugs.winehq.org/show_bug.cgi?id=31802
Bug #: 31802 Summary: World of Warplanes fails to play intro video Product: Wine Version: 20050930 Platform: x86-64 OS/Version: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: blakekl10@gmail.com Classification: Unclassified
Created attachment 41840 --> http://bugs.winehq.org/attachment.cgi?id=41840 log from wine.
after launching World of Warplanes, the loading screen appears. Once the progress bar is full, the screen goes black and the intro movie is supposed to play. The screen remains black. Attached are the wine logs, X11 logs, and the World of Warplanes log.
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #1 from blakekl10@gmail.com 2012-09-26 12:48:30 CDT --- Created attachment 41841 --> http://bugs.winehq.org/attachment.cgi?id=41841 X11 log.
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #2 from blakekl10@gmail.com 2012-09-26 12:50:08 CDT --- Created attachment 41842 --> http://bugs.winehq.org/attachment.cgi?id=41842 World of Warplanes log.
http://bugs.winehq.org/show_bug.cgi?id=31802
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com 2012-09-26 12:56:02 CDT --- Please, upgrade to the latest development version of wine (currently 1.5.13) and try again.
fixme:d3d:init_driver_info Unable to find a driver/device info for vendor_id=0x1002 device_id=0x944a for driver_model=3
What video card do you have?
http://bugs.winehq.org/show_bug.cgi?id=31802
blakekl10@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|20050930 |1.5.13
--- Comment #4 from blakekl10@gmail.com 2012-09-26 13:04:04 CDT --- I am running it on 1.5.13. Sorry, I didn't see the actual versions in the version box. That has been updated to show the correct state.
I have an ATI Radeon 4850 HD. I can upload a hardware log if you want.
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #5 from Henri Verbeet hverbeet@gmail.com 2012-09-26 13:30:00 CDT --- You only get that FIXME when you screw around with the VideoPciDeviceID registry setting without understanding how it works.
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #6 from blakekl10@gmail.com 2012-09-26 13:35:18 CDT --- I didn't touch the VideoPciDeviceID registry entry. I didn't touch the registry at all. I did run the following winetricks, which are the same for World of Tanks. Would one of these modified that registry entry? What should the registry entry have in it instead?
winetricks d3dx9_36, vcrun2008, corefonts, msxml3, wininet, ie7.
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com 2012-09-26 13:39:04 CDT --- What happens when you launch the game in a clean prefix?
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #8 from blakekl10@gmail.com 2012-09-26 13:40:56 CDT --- It immediately closes. Do you want logs for that?
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #9 from Austin English austinenglish@gmail.com 2012-09-26 14:07:03 CDT --- (In reply to comment #6)
I didn't touch the VideoPciDeviceID registry entry. I didn't touch the registry at all. I did run the following winetricks, which are the same for World of Tanks. Would one of these modified that registry entry? What should the registry entry have in it instead?
winetricks d3dx9_36, vcrun2008, corefonts, msxml3, wininet, ie7.
winetricks doesn't touch VideoPciDeviceID at all.
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #10 from blakekl10@gmail.com 2012-09-26 14:08:22 CDT --- Henri Verbeet, the vendor and device id in the fixme statement match the expected vendor & device ID for that card, as reported by http://www.pcidatabase.com I don't think the problem is with the VideoPciDeviceID.
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #11 from Bruno Jesus 00cpxxx@gmail.com 2012-09-26 14:25:32 CDT --- (In reply to comment #5)
You only get that FIXME when you screw around with the VideoPciDeviceID registry setting without understanding how it works.
Can't it simply be because currently 0x944A is not in wined3d_private.h?
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #12 from Henri Verbeet hverbeet@gmail.com 2012-09-26 14:44:55 CDT --- (In reply to comment #11)
(In reply to comment #5)
You only get that FIXME when you screw around with the VideoPciDeviceID registry setting without understanding how it works.
Can't it simply be because currently 0x944A is not in wined3d_private.h?
Yes, but that's the issue. The only way you can get a PCI device ID that's not in the enum in wined3d_private.h is by overriding it through the registry setting. And if you do override the PCI ID with something that's not in that enum things break.
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #13 from blakekl10@gmail.com 2012-09-26 14:49:16 CDT --- (In reply to comment #12)
(In reply to comment #11)
(In reply to comment #5)
You only get that FIXME when you screw around with the VideoPciDeviceID registry setting without understanding how it works.
Can't it simply be because currently 0x944A is not in wined3d_private.h?
Yes, but that's the issue. The only way you can get a PCI device ID that's not in the enum in wined3d_private.h is by overriding it through the registry setting. And if you do override the PCI ID with something that's not in that enum things break.
Why is 0x944a not in wined3d_private.h? It is a valid deviceID, as pcidatabase shows. http://pcidatabase.com/search.php?device_search_str=944a&device_search=S...
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #14 from Bruno Jesus 00cpxxx@gmail.com 2012-09-26 14:53:42 CDT --- (In reply to comment #13)
Why is 0x944a not in wined3d_private.h? It is a valid deviceID, as pcidatabase shows. http://pcidatabase.com/search.php?device_search_str=944a&device_search=S...
Because this is possibly the first time someone with a Radeon 4850 shows up. New cards are added as needed.
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #15 from Henri Verbeet hverbeet@gmail.com 2012-09-26 15:04:39 CDT --- (In reply to comment #14)
Because this is possibly the first time someone with a Radeon 4850 shows up. New cards are added as needed.
No, there's an entry for the 4800 series. But it's not uncommon for a series to have on the order of 20 PCI IDs associated with it, and we're obviously not going to add all of them.
I'm all for giving people the chance to shoot themselves in the foot, or other body parts, if they so desire, but please don't file bug reports with such configurations.
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #16 from blakekl10@gmail.com 2012-09-26 16:37:53 CDT --- (In reply to comment #15)
(In reply to comment #14)
Because this is possibly the first time someone with a Radeon 4850 shows up. New cards are added as needed.
No, there's an entry for the 4800 series. But it's not uncommon for a series to have on the order of 20 PCI IDs associated with it, and we're obviously not going to add all of them.
I'm all for giving people the chance to shoot themselves in the foot, or other body parts, if they so desire, but please don't file bug reports with such configurations.
So in order to get around the issue, one needs to edit their VideoPciDeviceID registry to match one of PCI IDs you do support instead of the one that is automatically provided?
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #17 from blakekl10@gmail.com 2012-09-26 22:46:27 CDT --- Okay. I changed the VideoPCIDeviceID field in the registry. Also, I was running this under wineskin. There is an option to auto-detect gpu in their configuration. This is what was overriding the value in the first place. I still have the same issue though. I'm updating all the log files to reflect the current issues.
http://bugs.winehq.org/show_bug.cgi?id=31802
blakekl10@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #41840|0 |1 is obsolete| |
--- Comment #18 from blakekl10@gmail.com 2012-09-26 22:47:03 CDT --- Created attachment 41850 --> http://bugs.winehq.org/attachment.cgi?id=41850 Wine log
http://bugs.winehq.org/show_bug.cgi?id=31802
blakekl10@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #41841|0 |1 is obsolete| |
--- Comment #19 from blakekl10@gmail.com 2012-09-26 22:47:33 CDT --- Created attachment 41851 --> http://bugs.winehq.org/attachment.cgi?id=41851 X11 Log
http://bugs.winehq.org/show_bug.cgi?id=31802
blakekl10@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #41842|0 |1 is obsolete| |
--- Comment #20 from blakekl10@gmail.com 2012-09-26 22:48:05 CDT --- Created attachment 41852 --> http://bugs.winehq.org/attachment.cgi?id=41852 World of Warplanes log
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #21 from blakekl10@gmail.com 2012-09-27 09:22:55 CDT --- (In reply to comment #15)
I'm all for giving people the chance to shoot themselves in the foot, or other body parts, if they so desire, but please don't file bug reports with such configurations.
Sorry, I'm still kinda new to wine, but I'm trying to get better. I didn't realize wineskin would override the registry settings. But, there is an issue here.
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #22 from Blake Longmore blakekl10@gmail.com 2012-10-02 15:20:26 CDT --- Issue also duplicated by TheGriffin74 on the World of Warplanes 0.3.3 beta AppDB page.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=26727&i...
http://bugs.winehq.org/show_bug.cgi?id=31802
TheGriffin74 the.minecraftian.daily@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |the.minecraftian.daily@gmai | |l.com
--- Comment #23 from TheGriffin74 the.minecraftian.daily@gmail.com 2012-10-02 15:35:39 CDT --- Trying to figure out exactly whats wrong. I have been trying it with newer versions of vcrun, and dxd. Also, I'm testing it on a newer version of Mac OS X, so did not simply duplicate your post.
http://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #24 from Blake Longmore blakekl10@gmail.com 2012-10-02 15:37:09 CDT --- (In reply to comment #23)
Trying to figure out exactly whats wrong. I have been trying it with newer versions of vcrun, and dxd. Also, I'm testing it on a newer version of Mac OS X, so did not simply duplicate your post.
Correct, not a duplicate post, but both of us are experiencing the same issue.
http://bugs.winehq.org/show_bug.cgi?id=31802
Alex@ alex@ipss.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alex@ipss.net
--- Comment #25 from Alex@ alex@ipss.net 2012-10-21 07:24:39 CDT --- There is a solution in "Additional Comments" section of http://appdb.winehq.org/objectManager.php?sClass=version&iId=26727
http://bugs.winehq.org/show_bug.cgi?id=31802
JY jy454@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jy454@yahoo.fr
--- Comment #26 from JY jy454@yahoo.fr 2013-11-29 15:59:11 CST --- Similar problem with recently released 1.0.0 version but the AppDB solution did not work for me
https://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #27 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.37 or newer) wine? If so, please attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log).
https://bugs.winehq.org/show_bug.cgi?id=31802
Behem0th grantipak@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |grantipak@gmail.com
--- Comment #28 from Behem0th grantipak@gmail.com --- Maybe close this bug as already fixed or abandoned?
https://bugs.winehq.org/show_bug.cgi?id=31802
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #29 from winetest@luukku.com --- (In reply to Behem0th from comment #28)
Maybe close this bug as already fixed or abandoned?
So we roll a dice? This bug is currently blocked by some other bug that prevents to download the game files.
https://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #30 from Behem0th grantipak@gmail.com ---
roll a dice?
3 years since last report
2 years since Austin English ask retest and terminal output.
https://bugs.winehq.org/show_bug.cgi?id=31802
--- Comment #31 from Behem0th grantipak@gmail.com --- (In reply to winetest from comment #29)
(In reply to Behem0th from comment #28)
Maybe close this bug as already fixed or abandoned?
So we roll a dice? This bug is currently blocked by some other bug that prevents to download the game files.
Do you think we still mast wait? Maybe another 3 year?