https://bugs.winehq.org/show_bug.cgi?id=38889
Bug ID: 38889 Summary: Microsoft Orca unable to create transform file Product: Wine Version: 1.6.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: crosstieger@gmail.com Distribution: ---
Created attachment 51827 --> https://bugs.winehq.org/attachment.cgi?id=51827 terminal output of the error
Microsoft Orca is unable to modify cells within an .msi file. Modifying a cell returns the following error message:
Could not change this cell to '<Value>'. The data was rejected by the database. It may be out of the valid range or formatted incorrectly.
In the terminal you can see the error message:
fixme:msidb:TABLE_modify 0x7a5098 4 0x7a5e40 - mode not implemented
The value 0x7a5098 and 0x7a5e40 changes depending on the cell you edit. If you click on 'Transform - Generate Transform' and want to save your .MST file, it returns the error:
Orca was unable to generate the transform. (MSI Error 120)
On the terminal:
fixme:msi:MsiDatabaseGenerateTransformW 3 2 L"Z:\home\techniktriberg\Downloads\Untitled.mst" 0 0
The path depends on where you want to save the file.
Full terminal output as an attachment.
---- Installation process ----
run: winetricks dotnet40 run: winetricks mfc42 run: msiexec -i Orca.Msi