https://bugs.winehq.org/show_bug.cgi?id=34671
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #6 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Török Edwin from comment #0)
Created attachment 46222 [details] patch to add PCI id for Radeon HD 4650
Noticed this on a Cryptic game (have to set VideoPciVendorID and VideoPciDeviceID in registry, otherwise its very slow): fixme:d3d:init_driver_info Unable to find a driver/device info for vendor_id=0x1002 device_id=0x9498 for driver_model=2
That fixme shouldn't be a problem with current Wine, while at the time this bug was reported it was caused by the registry overrides you set. It's not clear how setting those registry keys could have helped performance (maybe changing the device ID made the game rerun its graphics settings autodetection and pick some lower quality settings?) but in any case I don't think this is a valid bug.