Recently I started to receive an error while trying to play a HTML game in a browser from my hosted server:" The full version cannot load bytecode compiled with the trial version. "This is a new issue as I have the full version of AGK2 and it worked fine before. I tried reinstalling AGK2, but that did not fix the error. I also cleared the browser cached data and files, as well as trying on two different browsers. Still did not fix the issue. I also combined all the noted potential fixes and restarted the computer. Still gives the error message after loading the data: "The full version cannot load bytecode compiled with the trial version. " Anyone had this issue and if so, developed a fix?
Thanks for any ideas on potential fixes.
Determined what the caused the error: the name of the folder on the server must be the same name as the project folder (the name of the project). So if I had a project named "test1", but was saving that project to a server folder called "test", then the error would come up. Need to name the server folder "test1".