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: [email protected] Reporter: [email protected] 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
https://bugs.winehq.org/show_bug.cgi?id=38889
crosstiger [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=38889
Austin English [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.technipages.com/ | |download-orca-msi-editor Severity|critical |normal
--- Comment #1 from Austin English [email protected] --- Please retest in 1.7.44.
https://bugs.winehq.org/show_bug.cgi?id=38889
--- Comment #2 from crosstiger [email protected] --- (In reply to Austin English from comment #1)
Please retest in 1.7.44.
I retested it with wine 1.7.44 and 1.7.46 and I get the EXACT same error messages.
https://bugs.winehq.org/show_bug.cgi?id=38889
crosstiger [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.6.2 |1.7.46
https://bugs.winehq.org/show_bug.cgi?id=38889
Ken Sharp [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.technipages.com/ | |download-orca-msi-editor | Component|-unknown |msi Version|1.7.46 |1.6.2
--- Comment #3 from Ken Sharp [email protected] --- (In reply to crosstiger from comment #0)
run: winetricks dotnet40
Why have you installed dotnet40? This is not a requirement for Orca 3.1. Are you using a different version?
Do not change the Wine version.
https://bugs.winehq.org/show_bug.cgi?id=38889
--- Comment #4 from crosstiger [email protected] --- MS Orca is part of the Windows SDK. To avoid downloading the whole SDK I installed the DotNetFramework to get the necessary DLL-Files. Also if you try to install MS Orca without DotNet installed you receives an error that you have to install at least DotNet 2.0.
https://bugs.winehq.org/show_bug.cgi?id=38889
Hans Leidekker [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #5 from Hans Leidekker [email protected] --- We have bug 12532 for the MsiDatabaseGenerateTransform stub. Lets focus this bug on the first issue, the inability to modify cells in Orca:
fixme:msidb:TABLE_modify 0x7a5098 4 0x7a5e40 - mode not implemented
That's MSIMODIFY_REPLACE, which is still unimplemented.
https://bugs.winehq.org/show_bug.cgi?id=38889
Hans Leidekker [email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Microsoft Orca unable to |Microsoft Orca unable to |create transform file |modify cells
https://bugs.winehq.org/show_bug.cgi?id=38889
[email protected] changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacobbrett+winehqbugs@jacob | |brett.id.au