https://bugs.winehq.org/show_bug.cgi?id=52188
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to julianhoyos94@gmail.com from comment #0)
hi everybody, i am creating scrpit for use xboxgamepass on linux, im very close but i have this error
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Windows.Foundation.UniversalApiContract, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. file not found
I would like to know if anyone has already experienced this problem, and if they have solved it since I looked on the internet, but I can't find the problem reported in wine.
Hi, could you check if this is a duplicate of https://bugs.winehq.org/show_bug.cgi?id=52092 ?
For now I copy/paste my comment from that report here, maybe it might be helpful:
Seems related to UWP so for now i fear this is future music.
The missing Windows.Foundation.UniversalApiContract seems to be contained in https://globalcdn.nuget.org/packages/microsoft.windows.sdk.contracts.10.0.22...
Google gives maybe some other useful info on this missing >'Windows.Foundation.UniversalApiContract':
https://www.thomasclaudiushuber.com/2019/04/26/calling-windows-10-apis-from-...
Regards