Search found 6 matches

by ds715255
Mon May 25, 2015 3:08 pm
Forum: Teasing Software
Topic: Tease AI General Discussion
Replies: 2611
Views: 927772

Re: Tease AI Open Beta

The match game doesn't work with the last version.
PictureBoxEx.ImageLocation doesn't give the good url.

Adding in the method LoadFromUrl:
MyBase.ImageLocation = url
seems to fix thing.

What exactly isn't working? Setting ImageLocation that way defeats the purpose of the PictureBox extension I ...
by ds715255
Mon May 25, 2015 5:28 am
Forum: Teasing Software
Topic: Tease AI General Discussion
Replies: 2611
Views: 927772

Re: Tease AI Open Beta

Hmm, I just cloned your merged repository and it compiles for me :-/ Do you have the PictureBoxEx.vb in the Controls folder after pulling it to local?

It has nothing to do with 64bit .. it should work with both.

Merging is a big topic :-D

Basically everybody works on his own code and can pull ...
by ds715255
Sun May 24, 2015 7:19 pm
Forum: Teasing Software
Topic: Tease AI General Discussion
Replies: 2611
Views: 927772

Re: Tease AI Open Beta

Hi 1885,

I just created a pull request on Github. I hope that works because it's my first time ^^ I didn't write the control in VB originally (C# it was) so it may look a bit strange :-D

However it should reduce the memory footprint by quite a bit. Just use PictureBoxEx instead of PictureBox and ...
by ds715255
Tue May 19, 2015 4:12 am
Forum: Teasing Software
Topic: Tease AI General Discussion
Replies: 2611
Views: 927772

Re: Tease AI Open Beta

I've been trying the Match Game, and it's crashed with an Out of Memory error 2 out of 3 times. Is this because some images are too large? The first time it happened, there were two cards face up, and I tried to click a third card (a match). The next time it happened, there were two cards face up ...
by ds715255
Mon May 18, 2015 6:18 pm
Forum: Teasing Software
Topic: Tease AI General Discussion
Replies: 2611
Views: 927772

Re: Tease AI Open Beta

Ok, I got a 64bit version running. To do that, double click on the project Properties node, then select Build and change Target Platform to Any CPU. After that you may need to reimport the WMPLib reference because this is 32bit too at the moment. Then it shouldn't get to an out of memory so soon (at ...
by ds715255
Mon May 18, 2015 5:18 pm
Forum: Teasing Software
Topic: Tease AI General Discussion
Replies: 2611
Views: 927772

Re: Tease AI Open Beta

First of all: Great work! Thanks so much for your effort!

I played around with it a bit and it's real fun :-) However after setting up my image paths, the Tease AI takes 900MB of RAM after I start it. And as soon as I click the Games App I get an out of memory exception :\'-( I admit I used rather ...