https://bugs.winehq.org/show_bug.cgi?id=49776
Bug ID: 49776 Summary: .NET application settings are never saved Product: Wine Version: 5.15 Hardware: x86-64 URL: https://github.com/farmerbriantee/AgOpenGPS/releases/d ownload/4.3.10/AgOpenGPS_v4.3.10.msi OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: mirh@protonmail.ch Distribution: ---
For example, no matter how many times I uncheck the "show at startup" dialog, it will always be there the next time I restart.
These are the only suspicious lines I could spot in WINEDEBUG:
trace:mscoree:ConfigFileHandler_startElement Unknown element L"value" in state 6 trace:mscoree:ConfigFileHandler_startElement Unknown element L"setting" in state 6 warn:mscoree:ConfigStream_QueryInterface Not supported iface {2933bf81-7b36-11d2-b20e-00c04f983e60} warn:mscoree:ConfigStream_QueryInterface Not supported iface {0c733a30-2a1c-11ce-ade5-00aa0044773d} fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.5" not implemented
If I install dotnet48 or dotnet462 everything works properly.
https://bugs.winehq.org/show_bug.cgi?id=49776
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=49776
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
https://bugs.winehq.org/show_bug.cgi?id=49776
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #1 from Damjan Jovanovic damjan.jov@gmail.com --- Still a problem in Wine 7.14.
0c733a30-2a1c-11ce-ade5-00aa0044773d is IID_ISequentialStream. Implementing it is easy (it's a parent class of the IStream we already return) but doesn't help.
2933bf81-7b36-11d2-b20e-00c04f983e60 is IID_IXMLDOMDocument.
https://bugs.winehq.org/show_bug.cgi?id=49776
Bernhard Kölbl besentv@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |besentv@gmail.com
--- Comment #2 from Bernhard Kölbl besentv@gmail.com --- I was debugging this recently and gave up. But there is a test I made for wine-mono, so maybe someone else would like to try it?
https://github.com/madewokherd/wine-mono/blob/develop/tools/tests/configurat...
And my dev tree I used when working on the bug:
https://github.com/besentv/mono/tree/wip/Dayz_Launcher_Bug
Cheers
https://bugs.winehq.org/show_bug.cgi?id=49776
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com