https://bugs.winehq.org/show_bug.cgi?id=54532
--- Comment #6 from Hans Leidekker hans@meelstraat.net --- (In reply to David Kahurani from comment #5)
The problematic line is:
ArcoWebextDialog ctlgClUowK7Z2ZEeG_HiI_UN3CtJPE Hyperlink 135 70 220 50 65539 Afin d'enregister les uvres d'art, vous devez installer l'extension de navigateur. Pour ce faire visitez la <a href="https://github.com/DevilishSpirits/arcollect/releases/tag/v0.29">page des téléchargements</a> et sélectionner la bonne extension :
- Pour Mozilla Firefox, cliquer sur le fichier en .xpi.
- Les autres navigateurs ne sont pas supportés. Next
Well, it is not exactly a line because some of the text within itself contains newline elements. It looks to me like native MsiDB silently fails when fed with this line as part of a table. Native MsiDatabaseImportA fails when supplied with this "line" too implying that the "line" is invalid. Removing the newline characters fixes it.
Does it skip this line on Windows or does it stop processing the file at this point?