Yippie! I finally got it to work! I was making a mistake while using
@Decryptor wo_keygen. I left out the HTTPS:// in the domain section, so it never generated the key for me. So in case, anyone is having the same issue generating the Triple-DES key for wo_combined app, be sure to add the HTTP or HTTPS to your domain. (Was a simple silly mistake but it cost lots of hours)
credits to -
@Decryptor @theekg and
@doofz (I picked a lot from their contributions in here)
So here is what worked for me,
- WoWonder script 3.2
- Combined app 2.8.1 (It has a few bugs but thanks to the many people in here who have shared their solutions)
- Visual Studio 2022
Also, in case you keep getting errors while trying to build the app (I kept getting tons of it, including the Java.Interop version mismatch), Here's what I did;
- Update your Visual Studio code, and also update all the packages for the project under NuGet Packages in VS Code.
- Clear VS Code cache by using a plugin from Microsoft called Clear MEF Component Cache.
- Launch VS Code again after clearing the cache, then load a fresh copy of the Combined 2.8.1 script,
- Clean Solution
- Build Solution - and that should do it.
I hope this helps someone. (These are the things I did after reading and trying all sorts of things I found here on Babiato)
I still have to tackle the bugs on 2.8.1 using some solutions I found here too, So I'll definitely update this to share how it went.