b912va wrote:Stefaf wrote:Then try
VS2010. It works without Live-ID as far as i remember.
Let me know, if we can provide any further assistance.
I got VS 2015 working on my laptop instead since I'm able to use the trial period on that. The bug is in mySettings_Partial.vb on line 142. It fails on Path.GetDirectoryName(LocalAppFilePath) because the path doesn't exist. Manually creating the folder allowed it to launch normally.
Thats good to know! We'll update the Code to handle this. It's strange. At my place it creates the directory before. But never the less, you got the problem and it think others too. So we'll fix this. Thanks for your great support!
opiate wrote:I am also having issues with the new version.
I'm also getting a fail to launch. I don't get a splash screen, I don't get an error... I do get an icon in the systray for a moment, but that goes away as soon as I hover my mouse over it. I'm not even seeing the program hit my process tree.
I have unblocked all the archives, have tried fresh installs, have tried overwritting over my old TeaseAI48 install.
I'm a bit out of the loop, I haven't tried to launch the program since TeaseAI 48.4(I think)
My old 48.4 install still works fine.
Maybe you are a casualty of this above bug. have you started patch 54.2 and 54.3 from the same directory? If so, try the following. Go to your "%LocalAppData%\Tease_AI" directory and open the folder where the 0.54.0.2 directory is in and Create a Folder named "0.52.3.0". But this applies only if you start 52.2 and 52.3 from the same directory.
killer1243 wrote:The last patch I used was 52, now I installed patch 54.3 and the moment I start it windows says its not responding.
Maybe the mentioned problem is yours too? Could you try this please?
It would be great if you could test this, to see if its related or something else we've to take care of.
curiousSK wrote:Essentially, I think the URL to an image is too long, is this even possible?
Yes it is. Could you show the url? in the ErrorLogs the URL is saved too.
curiousSK wrote:The second bug, which is one i've personally encountered since the early TeaseAI is when an online resource or downloaded GIF doesn't start, so the gif goes through the different slides and then stops, this causes TeaseAI to crash and some sort of image exception. When I recreated this I just clicked images and viewed one of tumblr resources which I know used lots of gifs and kept skipping until one crashed it (took about 15 gifs). As I was viewing this in preview, it through up another but which I think relates to scalling of the iamge some how (this is a guess), errorlog in spoiler below.
This are actually two things - in my point of view.
First is: There are some GIF-Files which cause Tease-AI to freeze internally but without freezing the UI. Timer Events are not triggering but Click and all other events still work. In Version 0.52.0.2 we added a Watchdog, which detects this and disables the ImageAnimation. This allows the program to continue. We don't know yet why those images are a problem. Pepsifreak mentioned it is always from certain tumblr servers - but we don't have a confirmation about that now. The only thing i know, it occurs always on the same images. A workaround whats working for me is: I store the Images local and resave them in Photoshop. Afterwards it's working on those images. To avoid Remote Gifs, we added for debug proposals in 0.52.0.2 StartParameters relating to Gifs. If you want to disable the Gifs start Tease AI using the following batchfile:
Code: Select all
start "" "Tease AI.exe" -disableLocalGif -disableRemoteGif
The other way is possible too:
Code: Select all
start "" "Tease AI.exe" -forceLocalGif -forceRemoteGif
The Red Cross thing is another problem. I know this problem, when i run Tease-AI in a virtual machine (VMware) and Win7. When using a virtual Win 10 i never had that problem. But i've native Win7 so i didn't try that many virtual machines. Do you use your boy only for Tease-AI or are there any other programs which have this GDI+ problem?