Wyatt O'Dayʼs postsSupport staff

Wyatt O'Day (Wyatt) has made 7819 posts.

Broken link TFS Manager pageAnswered

Answer on May 8, 2019

Sorry, we removed that link. We've delayed the release of the TFS Manager. It needs more loving to g…

VM False DetectionSolved

Post on May 7, 2019

In newer versions of Windows 10 they've renamed (sort-of) Hyper-V to 3 or 4 different names. In shor…

Offline Activation For Full License -- setting detailsSolved

Post on May 6, 2019

You set it in the product key itself. The offline activation is a step that occurs after you've crea…

Offline activation -- reverifySolved

Post on May 6, 2019

What programming language are you using? If it's C/C++, refer to the TurboActivate.h file which incl…

auto de-activation

Post on May 6, 2019

>> "As users update or change machines they contact me and I must manually de-activate their k…

Modify TurboActivate.dat

Post on May 3, 2019

You'll get TA_FAIL, TA_E_INVALID_HANDLE, or TA_E_PDETS if TurboActivate.dat is modified. If you're…

Network Device Naming (biosdevname & systemd Predictable Network Interface Names)Solved

Post on May 2, 2019

This was solved in TurboActivate 4.0.8: https://wyday.com/limelm/api/ta-changes/ We added support …

Golang build

Post on May 1, 2019

We can't reproduce this. Make sure that turbotactivate_unix.go and turboactivate_windows.go are in…

First Time In LimeLM

Post on Apr 29, 2019

Hey Modestos , Best place to start (explaining all of these topics): https://wyday.com/limelm/help…

Rust Example

Post on Apr 29, 2019

Not yet, it's planned for the future. Here's how to do it in the meantime: https://docs.rs/libload…

Not Activated (error code: 0x3)Solved

Post on Apr 29, 2019

Sometimes BIOS updates can change product names, SKUs, and other things about the baseboard / mother…

Example PayPal Script

Post on Apr 26, 2019

The web API docs talk about the parameters and what valid values are: https://wyday.com/limelm/help/…

Fake Trial

Post on Apr 23, 2019

Not easily on real hardware. Very easy on VMs (hence the recommendation to disallow activations on V…

Building from Commandline not creating new line for changes in WyBuild

Post on Apr 19, 2019

We only support customers who have purchased a license. https://wyday.com/wybuild/buy/ Also, whate…

Delete key on the dashboard doesn't show errorSolved

Post on Apr 18, 2019

You're right, the error messages weren't being shown on the dashboard (and a few other pages). We've…

pip install for Python not workingSolved

Post on Apr 17, 2019

Fixed in the latest release. Thanks for reporting this. Cross referenced here: https://github.com/…

TA_GetFeatureValue returning TA_E_IN_VM (It's not -- it's returning the size)Solved

Post on Apr 17, 2019

The example already has those comments. And the TurboActivate.h file (with the comments above every …

Using LimeLM c++ to protect a DLL from unapproved calls

Post on Apr 16, 2019

Yes, in that case TA_IsActivated() is the function you're looking for. It never contacts the interne…

Post on Apr 16, 2019

I'm a bit stumped about what exactly you're asking. >> "1. always have our wrapper deactivat…