All times are UTC+02:00




Post new topic  Reply to topic  [ 2125 posts ]  Go to page Previous 1188 189 190 191 192213 Next
Author Message
 Post subject: Re: Stereo Tool 6.10
PostPosted: Sat Sep 24, 2011 12:39 pm 

Joined: Sun Dec 12, 2010 2:26 pm
Posts: 885
Quote:
So apparently something from Adobe Acrobat is loaded and unloaded every time such a popup appears, at least on my system!
Image

This is what I call a WAD - Working As Designed.

PDFshell gets installed when you install Acrobat or Acrobat Reader to enable functionality within Windows Explorer / the Windows Shell. This is fully and completely normal, and nothing to panic over and/or complicate code unecessarily over.

A referenced hotfix for Windows XP SP2 systems is here:

http://support.microsoft.com/default.as ... -us;909486

I doubt anything within your code can address the issue, as it's a crash happening in Windows code, thus the reason for the hotfix above. If it's not corrected by the hotfix (or newer versions of the files listed in the hotfix, like from SP3), then the person having the issue should probably check for updates to any and all shell extensions they have installed and/or contact Microsoft.

Also, you are aware that Acrobat Reader is up to version 10.1.1 now? 7 is very old (released in 2005)... Version 10 (Reader X) added sandboxing for Windows versions...


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Sat Sep 24, 2011 2:09 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Hi Brian,

I understand that it is behaving as it should - the thing is that IF something like this crashes I have *no* control over it. That's why I said 'wooh!'.

About the version: I'was running things in a 7 year old VMware machine. No need to update Abobe on that - I never use it there.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Sat Sep 24, 2011 2:47 pm 
User avatar

Joined: Wed Nov 19, 2008 7:44 pm
Posts: 1169
Location: Bulgaria
No Hans ,
Just cam studio is pointed to record sound from the cable that plays winamp
Processing stops .
Just close without any notes (reports like : Send Dont send.. ect.)
I think that this is not from StereoTool too.
It`s a kind of other software bug or something !


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Sat Sep 24, 2011 3:52 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
BETA123A:
- Channel swap issue in Normal Output is probably fixed now. (I found a bug: The value that indicates the currently active channel in the 2nd thread in case of multi-threading was not reset when the ASIO connection was closed and re-opened).
- Added a try/catch around open/save window code (this probably won't help).

Only the stand alone version differs from the previous beta:

Stand alone version: http://www.stereotool.com/download/ster ... 0-123A.exe


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Sat Sep 24, 2011 5:58 pm 
User avatar

Joined: Wed Nov 19, 2008 7:44 pm
Posts: 1169
Location: Bulgaria
So this is the Adobe sh*t .
No need to add try/catch code in ST Hans
Adobe is a company that I don`t like . So You don`t need to fix their bugs/errors .
Pls clean it (don`t work) Still closes .
St is not respond for this ! Don`t write code that is useless .
I reported this because I think it was important . But don`t worry we will update to SP3 and this will gone !
Btw What version of windows You use.... XP with SP3 ?


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Sat Sep 24, 2011 6:14 pm 

Joined: Sun May 02, 2010 11:26 pm
Posts: 547
Quote:
BETA123A:
- Channel swap issue in Normal Output is probably fixed now. (I found a bug: The value that indicates the currently active channel in the 2nd thread in case of multi-threading was not reset when the ASIO connection was closed and re-opened).
- Added a try/catch around open/save window code (this probably won't help).

Only the stand alone version differs from the previous beta:

Stand alone version: http://www.stereotool.com/download/ster ... 0-123A.exe
Yes channel swap issue is fixed.
I only hear some loud static when i change the buffer size of the normal output while i have the FM transmitter output enabled. It's when i don't have Asio channels selected for FM transmitter output. I don't know if that's easy to fix. Else don't bother too much.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Sat Sep 24, 2011 7:06 pm 
User avatar

Joined: Wed Nov 19, 2008 7:44 pm
Posts: 1169
Location: Bulgaria
In beta 105 and ahead in VST there is something change about RDS .There is a delay between static text and after that scrolling one . below beta 105 everything is alright

Looks like how much time is the static text displayed (say 10s ) .. there is exactly same delay (10s) before scrolling one appears.
Hans please correct this .


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Sat Sep 24, 2011 8:50 pm 

Joined: Sun Dec 12, 2010 2:26 pm
Posts: 885
Quote:
I reported this because I think it was important . But don`t worry we will update to SP3 and this will gone !
If you do have SP2, then you should update to SP3. If that still doesn't correct the issue, then you need to look at any other software you have installed that add functionality to the Windows Shell. Usually these are things that add functionality to Windows Explorer, which is what you are bringing up when you do the Save / Save As functionality.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Sat Sep 24, 2011 9:52 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Quote:
In beta 105 and ahead in VST there is something change about RDS .There is a delay between static text and after that scrolling one . below beta 105 everything is alright

Looks like how much time is the static text displayed (say 10s ) .. there is exactly same delay (10s) before scrolling one appears.
Hans please correct this .
Can you send me your RDS string? (in a PM if you don't want to post it here). I've tried a combination of static and scrolling texts but I don't notice anything strange.

What did change in beta 105 is that the default behavior is that word wrap (|) is enabled if nothing is specified - that _should_ only affect texts that are longer than 8 characters. And definitely not affect scrolling.


Top
   
 Post subject: Re: Stereo Tool 6.10
PostPosted: Sat Sep 24, 2011 10:05 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Quote:
Yes channel swap issue is fixed.
I only hear some loud static when i change the buffer size of the normal output while i have the FM transmitter output enabled. It's when i don't have Asio channels selected for FM transmitter output. I don't know if that's easy to fix. Else don't bother too much.
Great! I'm not going to fix that other issue because I have a major redesign planned anyway which should tackle this.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2125 posts ]  Go to page Previous 1188 189 190 191 192213 Next

All times are UTC+02:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited