After I read the post a second time and put the necessary dll for win7 in the client folder it also works for me
Just when I add BlueVision skin to the plugin folder MP2 crashes when selecting it. Do existing and not in the build included skins need to be adjusted to work? I guess some effects used with DX9 version were removed or modified.
I've updated the first post with a brand new test build. It's based on latest public Weekly, so it should be compatible with MP2-Server of this version.
There are not much changes regarding D2D. Image transitions are still broken (you get lot exceptions logged and images are switching simply, not using transition animation).
I really need as much testing feedback as possible:
There are probably image rendering related issues hiding in different screen and skins. One example: inside Titanium the power button on homescreen was out of size, resulting only in a blurry white "box". After adding fixed sizes, issue was visibily gone. (Still a bug though!)
Please test all contained skins for such issues and post screenshots here
(BlueVision cannot be tested yet, I need to create a matching build before)
@Developers , mainly @Stéphane Lenclud could you help in D2D debugging? Issue seems to be a D2D effect with two input sources (image 1 + 2 for transition) and a set of parameters. When calling the effect rendering, I get an "INVALID_ARG" then all further calls an "INVALID_STATE".
I think I already have double checked all types and indexes of variables and also order of constant buffer, but somewhere an issue is hiding It also could be a problem with the later combined shader sub functions for transitions (they are selected randomly).