Title: X3 errors still Post by: Telstar on February 20, 2009, 06:37:26 pm I still get random errors when playing with the following .NET mask.
Was the same with X1 and X2. Quote See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.InvalidOperationException: DragDrop registration did not succeed. ---> System.Threading.ThreadStateException: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. at System.Windows.Forms.Control.SetAcceptDrops(Boolean accept) --- End of inner exception stack trace --- at System.Windows.Forms.Control.SetAcceptDrops(Boolean accept) at System.Windows.Forms.Control.OnHandleCreated(EventArgs e) at System.Windows.Forms.DataGrid.OnHandleCreated(EventArgs e) at System.Windows.Forms.Control.WmCreate(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- XXHighEnd Assembly Version: 1.0.3336.35642 Win32 Version: 1.0.3336.35642 CodeBase: file:///E:/Downloads/Installer/Software/Music/XXhighend/09-x3/XXHighEnd.exe ---------------------------------------- Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- Microsoft.DirectX.DirectSound Assembly Version: 1.0.2902.0 Win32 Version: 5.04.00.2904 CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX.DirectSound/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.DirectSound.dll ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- SoundsLike Assembly Version: 1.1.2624.38754 Win32 Version: 1.1.2624.38754 CodeBase: file:///E:/Downloads/Installer/Software/Music/XXhighend/09-x3/SoundsLike.DLL ---------------------------------------- LogicNP.FolderView Assembly Version: 10.0.0.0 Win32 Version: 10.0.0.0 CodeBase: file:///E:/Downloads/Installer/Software/Music/XXhighend/09-x3/LogicNP.FolderView.DLL ---------------------------------------- System.Management Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll ---------------------------------------- Microsoft.DirectX Assembly Version: 1.0.2902.0 Win32 Version: 5.04.00.2904 CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. Title: Re: X3 still Post by: PeterSt on February 20, 2009, 07:55:12 pm Quote I still get random errors when playing with the following .NET mask. Was the same with X1 and X2. Hi Telstar, I did not know of these, although I know what kind of stuff can incur for it. But I really must know at what occasion(s) this happens. I know they (usually) can't be copied at will. So if it happens again, can you please tell me what you did ? Leaving the loggin on for a while is another idea. Might you not recognize what you did to incur for it, you can always post the most recent XX logfile (X3 logfile is not necessary). Thanks, Peter Title: Re: X3 still Post by: Telstar on February 20, 2009, 08:04:49 pm Hi Telstar, I did not know of these That's why you didnt fix em :) although I know what kind of stuff can incur for it. But I really must know at what occasion(s) this happens. I know they (usually) can't be copied at will. So if it happens again, can you please tell me what you did ? Leaving the loggin on for a while is another idea. Might you not recognize what you did to incur for it, you can always post the most recent XX logfile (X3 logfile is not necessary). Thanks, Peter I did keep it logging, and the log doesnt say much. It happens absolutely at random, not always with the same file. I think it has something to do with mp3 tracks. Here is a part of the logs, but they dont seem to say much to me: Quote 16:44:38.2079468 Trackload started (init) 16:44:38.2099468 Track Name : UnicodeTrack0001.wav 16:44:38.2099468 Data Parameter : :DATA:E:\Music\80s\COREYH~1\CO6830~1.MP3:TIME:4:38.58:BITRATE:0128:TYPE:MP3:START::CV:E:\Music\80s\COREYH~1\folder.jpg 16:44:38.8119468 Music file found : UnicodeTrack0001.wav 16:44:39.9559468 Track ready to play --------------------- And it just stops there. This maybe is the only one that says a bit more, altough in other logs it kept playing even if xxdat001 didnt exist: Quote 16:48:16.2079468 Trackload started (init) 16:48:16.2099468 Track Name : UnicodeTrack0001.wav 16:48:16.2099468 Data Parameter : :DATA:E:\Music\80s\COREYH~1\CO6830~1.MP3:TIME:4:38.58:BITRATE:0128:TYPE:MP3:START::CV:E:\Music\80s\COREYH~1\folder.jpg 16:48:16.7819468 Music file found : UnicodeTrack0001.wav 16:48:17.9269468 Track ready to play --------------------- 16:52:49.0169468 Trackload started 16:52:49.0189468 Get file for track 16:52:49.0189468 XXDat0001.dat does not exist PS: Attended/mp3, xxhe window minimized, computer used to do other stuff (outlook, firefox, etc) Title: Re: X3 errors still Post by: PeterSt on February 21, 2009, 08:09:17 am Hmm ... so this may happen when you restore to the normal size ? or when you do Alt-Tab to reacivate XX perhaps ?
Title: Re: X3 errors still Post by: Telstar on February 24, 2009, 01:33:07 pm Hmm ... so this may happen when you restore to the normal size ? or when you do Alt-Tab to reacivate XX perhaps ? Attended/flac, after reinstall (i.e deleted folder, reunzipped and recreated temp folder) No, it does it by itself, when i have it minimized and i'm using firefox or office programs. I noticed that when a track change xxhe gets the focus and the name in the taskbar glows. I'm not sure if it does all the times, though. I do not use unattended on this machine because when it crashes it does not restore my background ;) Also, yesterday I did some playback under Windows7, build7000 x32 (compared to my vista which is 64 bit). Exactly the same behaviour. Moreover, some tracks with japanese characters simply make xxengine3.exe crash. Title: Re: X3 errors still Post by: PeterSt on February 24, 2009, 03:24:03 pm Ah ... yes, this is very helpful. Not that I know where to begin looking, if I'd only be able to copy this behaviour. I see chances for that now.
Thanks ! Peter PS: Quote I do not use unattended on this machine because when it crashes it does not restore my background I only had this once, and you can bet I have some crashes !! Might you be able to tell what kind of crash causes this, please let me know. Btw, do not forget that the "I" button restores desktop Icons but also implies some internal consistency when used at the right time. Lastly, I too can have the situation that the wallpaper has vanished, but bringing up XX and quit it (or the other way around) always restores things. If not, this is not good and requires attention from me. Just to let you know ... Title: Re: X3 errors still Post by: Telstar on February 27, 2009, 11:04:19 pm Just a note: the engine3 crash was due to japanese characters (i re-ripped that cd with english titles).
The drag and drop error is completely random instead, happens both in vista x64 and in w7 b7000 x32. My only suggestion to debug is to install the SP1, which you should have long ago ;))) Title: Re: X3 errors still Post by: PeterSt on February 27, 2009, 11:11:53 pm ... which got revertes because of the SSD problems ! :(
So, still (or again) at SP0 here ... Title: Re: X3 errors still Post by: Telstar on March 02, 2009, 05:27:15 pm ... which got revertes because of the SSD problems ! :( So, still (or again) at SP0 here ... But now that you dont have a SSD anymore? :) Title: Re: X3 errors still Post by: PeterSt on March 02, 2009, 05:49:14 pm I still have it, but haven't used it for two months or so. But I will again, but then a good one ... (Intel).
Title: Re: X3 errors still Post by: PeterSt on March 25, 2009, 11:28:51 am Telstar,
You beautifully provided those log files, but as it turns out I need those from XXHighEnd (the XX files). Can you please : Turn on logging, let it happen again, and at the moment the error message is on the screen, draw a copy of the XX log file and post that. Thanks ! Peter Title: Re: X3 errors still Post by: Telstar on March 25, 2009, 06:08:17 pm Telstar, You beautifully provided those log files, but as it turns out I need those from XXHighEnd (the XX files). Can you please : Turn on logging, let it happen again, and at the moment the error message is on the screen, draw a copy of the XX log file and post that. Thanks ! Peter I posted the XX logs in this post: http://www.phasure.com/index.php?topic=744.msg5458#msg5458 But as you can see they dont say anytning. i'll play for a while now until i get the error and i'll post the XX logs again. Title: Re: X3 errors still Post by: Telstar on March 25, 2009, 06:26:56 pm Here you go.
Quote 18:24:24.9507178 : Determine selection for paremeter : 29 Total Track Count : 29 18:24:24.9517178 : Minutes:Seconds:PartialSeconds from reboot : 24:41.85 18:24:24.9517178 : Initializing playback for E:\Music\ALTERNATIVE\Chris Garneau\05 So Far.mp3 18:24:24.9587178 : Supporting data file : XXDat0001.dat 18:24:24.9597178 : Attended playback initiated 18:24:24.9597178 : DAC needs 32 bits 18:24:24.9597178 : Playing initiated on device 1 18:24:24.9607178 : Crack Detect is applied 18:24:24.9607178 : Mem box is not applied 18:24:24.9617178 : Less Dynamics is not applied 18:24:24.9617178 : Format Change is allowed 18:24:24.9617178 : Do not show Running Time OSD 18:24:24.9627178 : Short path initiated for UniCode : E:\Music\ALTERN~1\CHRISG~1\05SOFA~1.MP3 18:24:24.9627178 : Short path applied for UniCode : E:\Music\ALTERN~1\CHRISG~1\05SOFA~1.MP3 18:24:24.9637178 : Short path result for UniCode : E:\Music\ALTERN~1\CHRISG~1\05SOFA~1.MP3 18:24:24.9647178 : Track time initiated : 4:23.44 18:24:24.9647178 : Track start initiated : 18:24:24.9657178 : UniCode track initiated : UnicodeTrack0001.wav 18:24:24.9657178 : RP ReorganizeProxy for E:\Music\ALTERNATIVE\Chris Garneau\05 So Far.mp3 - 5 18:24:24.9667178 : RP Treating DatNumber 1 18:24:24.9667178 : RP Proceeding with DatType .dao 18:24:24.9677178 : RP UnicodeTrack File Name : UnicodeTrack0001.wav 18:24:24.9687178 : Start Conversion 18:24:24.9697178 : Wait for finish of processor 1 18:24:24.9697178 : Starting conversion thread for processor 1 18:24:24.9707178 : Attended Playback waiting for conversion to finish for processor 1 18:24:24.9707178 : Conversion start for processor 1 18:24:24.9717178 : MP3 decoding start for processor 1 18:24:27.0237178 : MP3 decoding applied for processor 1 18:24:27.0257178 : Attributes (1) set for processor 1 18:24:27.0257178 : Attributes (2) set for processor 1 18:24:27.0737178 : Attended Playback finished waiting for conversion for processor 1 18:24:27.0737178 : Logging is applied 18:24:27.0747178 : Split file at size : 100 18:24:27.0757178 : Slider position : 0 18:24:27.0757178 : Play at position : 0 18:24:27.0767178 : TimeStart : 0 18:24:27.0767178 : Bytes per second : 176400 18:24:27.0777178 : TimeLength : 46470816 18:24:27.0787178 : Done with Unattended loop 18:24:34.0227178 : XXEngine3 started message received -------------------- 18:24:34.0237178 : GetTracksWaitTime : 253439 18:24:34.0527178 : Show CoverArt in thread : E:\Music\ALTERNATIVE\Chris Garneau\05 So Far.mp3 18:24:34.0527178 : LastPathLoaded vs. CurrentPath E:\Music\ALTERNATIVE\Chris Garneau\ - E:\Music\ALTERNATIVE\Chris Garneau\ 18:24:48.2137178 : Stop initiated 18:24:48.3447178 : XXEngine3 Externally stopped Title: Re: X3 errors still Post by: PeterSt on March 29, 2009, 05:31:44 pm Ok, I can't get it done to copy the behaviour, but I changed everything which is related to threading. This will be in next version, 0.9x-6.
Title: Re: X3 errors still Post by: PeterSt on April 06, 2009, 04:47:09 pm This appeared to happen with the demo version only, and has been solved. It will be in 0.9x-7.
|