Page 25 of 59

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Fri Nov 09, 2018 5:00 pm
by ski23
ze_nordic wrote: Fri Nov 09, 2018 3:12 pm Hey!

Nice looking with the development!

I was wondering if the 'run script' option is working as it should, it doesn't seem like the script is run or much anything happens when I open up a script (for example AreYouAsHappyToSeeMe.js in the Mischevious personality). I'm using the fixed .jar file if that has anything to do with it.
The run script option won’t currently work with Mischevious. This is because Mischevious uses utlity files and these get run at the beginning of the personality and then all other scripts can access them. If you are running one individual file, it won’t have had those utliities run yet. You can copy those few lines where the utlities are defined in the main script to the top of the script you’re trying to run and it should work. I’m working with GodDragon as well to see if there might be a way to simplify this as lots of personalities use util files.

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Sun Nov 11, 2018 9:22 pm
by The1nstructor
I'd really love to try this one out, sounds interesting :)

Where do I start? o.O

EDIT:
ah I see: viewtopic.php?f=26&t=20913 was very helpful ^^

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Sun Nov 11, 2018 9:32 pm
by ski23
The1nstructor wrote: Sun Nov 11, 2018 9:22 pm I'd really love to try this one out, sounds interesting :)

Where do I start? o.O

EDIT:
ah I see: viewtopic.php?f=26&t=20913 was very helpful ^^
Enjoy. If you have any questions, concerns, or suggestions, let me know.

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Sun Nov 11, 2018 11:10 pm
by The1nstructor
ski23 wrote: Sun Nov 11, 2018 9:32 pm
Enjoy. If you have any questions, concerns, or suggestions, let me know.
Ty!
It's pretty awesome! I think I will work on this a little bit in the near future :D

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Sun Nov 11, 2018 11:12 pm
by ski23
The1nstructor wrote: Sun Nov 11, 2018 11:10 pm
ski23 wrote: Sun Nov 11, 2018 9:32 pm
Enjoy. If you have any questions, concerns, or suggestions, let me know.
Ty!
It's pretty awesome! I think I will work on this a little bit in the near future :D
If you decide you want to help out, some of the guides in my signature may be useful and you can always ask any questions in any of the threads and I'll try to get you a quick reply.

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Wed Nov 14, 2018 7:50 pm
by playyyer
Looking forward to try it out! But when I try to launch it get this error in console:
Error: Could not find or load main class me.goddragon.teaseai.TeaseAI
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application

Any idea how to fix it? Thanks!

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Wed Nov 14, 2018 7:57 pm
by playyyer
And when I attempt to launch it by clicking, it says I have java version 1.8, even though I just installed 11.

MacOS 10.14.1

java -version
java version "11.0.1" 2018-10-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Wed Nov 14, 2018 7:57 pm
by ski23
playyyer wrote: Wed Nov 14, 2018 7:50 pm Looking forward to try it out! But when I try to launch it get this error in console:
Error: Could not find or load main class me.goddragon.teaseai.TeaseAI
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application

Any idea how to fix it? Thanks!
Download the experimental build for now from this url: https://mega.nz/#!P7YFwQbb!T-2ByDs9oX2S ... KMHUpL8CXQ
This should work for you

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Fri Nov 16, 2018 9:04 pm
by Lucifie
I have the same problem :-/ I cannot load the TeaseAI.jar
Experimental build is locked even with the key provided.

A:\>java -version
java version "11.0.1" 2018-10-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Fri Nov 16, 2018 9:14 pm
by ski23
VoIDoo wrote: Fri Nov 16, 2018 9:04 pm I have the same problem :-/ I cannot load the TeaseAI.jar
Experimental build is locked even with the key provided.

A:\>java -version
java version "11.0.1" 2018-10-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)
What is the error message you get. also, can you send your log file that the program generated.

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Fri Nov 16, 2018 9:25 pm
by Lucifie
ski23 wrote: Fri Nov 16, 2018 9:14 pm What is the error message you get. also, can you send your log file that the program generated.
Where do I find it?

Code: Select all

Error: Could not find or load main class me.goddragon.teaseai.TeaseAI
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Fri Nov 16, 2018 9:26 pm
by ski23
VoIDoo wrote: Fri Nov 16, 2018 9:25 pm
ski23 wrote: Fri Nov 16, 2018 9:14 pm What is the error message you get. also, can you send your log file that the program generated.
Where do I find it?
It should have created a folder where you ran the jar called “Logs”.
Or if it didn't did you get some error message or anything when trying to run the jar.

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Fri Nov 16, 2018 9:29 pm
by Lucifie
Just posted above...

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Fri Nov 16, 2018 9:30 pm
by ski23
VoIDoo wrote: Fri Nov 16, 2018 9:29 pm Just posted above...
You're using the experimental build correct?
Also what operating system are you running on?

Re: [Tease Program] Tease-AI Java (1.0.15)

Posted: Fri Nov 16, 2018 9:33 pm
by Lucifie
Now its working. I had clicked a broken link which wanted a decrytion key for downloading the experimental build. Just got the same link from the previous page. Thanks for the support :)