https://bugs.winehq.org/show_bug.cgi?id=39664
Bug ID: 39664 Summary: Cannot run the MSI installers for Compressonator or AMD Compress Product: Wine Version: 1.6.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: guido-42kaf@unknownsite.de Distribution: ---
Wine 1.6.2 cannot run the installers for AMD's Compressonator (available here: http://developer.amd.com/tools-and-sdks/archive/legacy-cpu-gpu-tools/the-com...) (both the 32 bit and the 64 bit version) or the newer AMD Compress (http://developer.amd.com/tools-and-sdks/graphics-development/amdcompress/)
When trying to, I get the following output:
$ wine msiexec /i AMDCompress_2.0.2204.msi err:msidb:get_tablecolumns column 1 out of range err:msidb:get_tablecolumns column 2 out of range fixme:storage:create_storagefile Storage share mode not implemented. err:msidb:get_tablecolumns column 1 out of range err:msidb:get_tablecolumns column 2 out of range err:msidb:get_tablecolumns column 1 out of range err:msidb:get_tablecolumns column 2 out of range err:msidb:get_tablecolumns column 1 out of range err:msidb:get_tablecolumns column 2 out of range err:msidb:get_tablecolumns column 3 out of range err:msidb:get_tablecolumns column 1 out of range err:msidb:get_tablecolumns column 2 out of range err:msidb:get_tablecolumns column 3 out of range err:msidb:get_tablecolumns column 1 out of range err:msidb:get_tablecolumns column 2 out of range err:msidb:get_tablecolumns column 3 out of range err:msidb:get_tablecolumns column 1 out of range err:msidb:get_tablecolumns column 2 out of range err:msidb:get_tablecolumns column 3 out of range
https://bugs.winehq.org/show_bug.cgi?id=39664
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Compressonator installs fine and I'm able to start it with 1.8-rc1, using this installer:
--- 5e52b6c2d8f17ffd3f9e511abff0e9bc60264096 Compressonator.2008-12-18-v1.50.17311.msi ---
Will try AMD Compress too in a moment, but there's a good chance you just need to upgrade your Wine from very old 1.6.2.
https://bugs.winehq.org/show_bug.cgi?id=39664
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- AMD Compress from this msi:
--- f6bdc6c060fa13d249823302a15927e9bafe74e7 AMDCompress_2.0.2204.msi ---
also installs and works (well I can run CLI program and it outputs usage message). I'm marking this fixed, as I don't see such problem was ever reported for AMD tools.
https://bugs.winehq.org/show_bug.cgi?id=39664
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://developer.amd.com/to | |ols-and-sdks/archive/legacy | |-cpu-gpu-tools/the-compress | |onator/ CC| |focht@gmx.net Resolution|FIXED |DUPLICATE Summary|Cannot run the MSI |AMD's Compressonator MSI |installers for |package fails to install, |Compressonator or AMD |'msiexec' reports |Compress |'err:msidb:get_tablecolumns | |column 1 out of range'
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
if you get the infamous 'err:msidb:get_tablecolumns column x out of range' in terminal then it's almost certain that the Wine package was built with a broken gcc 4.9.0 version (misoptimization).
The installer works fine with old Wine 1.6.2 when compiled with older gcc 4.8.x or newer gcc 5.x. Also works with Wine 1.7.20 or later with a workaround for the gcc 4.9.0 misoptimization in place.
As a general rule: Don't use outdated Wine versions for reporting bugs (1.6.2 stable is nowadays synonymous with "outdated")
Regards
*** This bug has been marked as a duplicate of bug 36139 ***
https://bugs.winehq.org/show_bug.cgi?id=39664
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com --- Closing.