http://bugs.winehq.org/show_bug.cgi?id=32624
Bug #: 32624 Summary: the program doesn't work that use of PresentationFramework (WPF) Product: Wine Version: 1.5.20 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: shadowlaser@hotmail.com Classification: Unclassified
Created attachment 43049 --> http://bugs.winehq.org/attachment.cgi?id=43049 installation log
the program' s download site:http://download.ephoto.163.com/setup/Phoebe-Installer-Full.exe md5sum:432496e011358c1a49734f59add2cd37 Phoebe-Installer-Full.exe
1.I use wine to install Phoebe-Installer-Full.exe,the installation is successed(the log file:phoebe-install-all.log,the install's command:WINEDEBUG=warn+all wine Phoebe-Installer-Full.exe &> phoebe-install-all.log).
2.in the Installation directory,i ran this command:wine Phoebe ,so i get the message that is "The entry point method could not be loaded" from command-line
3.because Phoebe-Installer-Full.exe used of dotnet3.0 ,so i use command like this:WINE_MONO_TRACE=all wine Phoebe.exe &> /home/rooted/phoebe-mono-trace.txt. in phoebe-mono-trace.txt,we can get message like this : "[00000009: 0.00661 1] ENTER: System.AppDomain:DoAssemblyResolve (string,bool)(this:00C27FA0[System.AppDomain mscorlib.dll], [STRING:00C74ED8:PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35], 0, )",a enthusiastic people tell me that the mono not implemente PresentationFramework (WPF) and the command (winetricks -q dotnet30) is useless,too.