Page 2 of 3
Re: Script fails to load
Posted: 16 Feb 2023 13:26
by fred11
Ok, I just sent you the file.
I use the media library on an internal disk (SSD).
Dis you see my previous post what happened this morning?
Thnx!
/Fred
Re: Script fails to load
Posted: 16 Feb 2023 13:41
by radio42
No, I guess you get this error, since the track was already added to the global history, but it could then nit be added to the playlist.
This is somehow 'consistent' with the logs (at least). I.e. a track is selected, but never added to the playlist and now the system got stuck here.
However, at this point, there is no possibility to 'not add tracks to the playlist' - except the system itself got somehow hogged up.
This is indeed very puzzling.
I recently had a customer who also had very weird symptoms. In the end he reinstalled the latest .Net Framework and got solved. Not sure, if this can also help here, but you'll never now. Here is the link:
https://dotnet.microsoft.com/en-us/down ... -installer
And I just see, that you are on a pretty old version (v4.1.2.1.) - maybe you should also update to the latest v4.3.4.3 ?!
Re: Script fails to load
Posted: 16 Feb 2023 14:18
by fred11
Ok. So should I test to "supress global history"?
And I will check the .Net framework.
Will try an update as well

Re: Script fails to load
Posted: 16 Feb 2023 15:22
by radio42
No, as this (global history) is not even reported in your logs, so this is for sure not an issue here.
Re: Script fails to load
Posted: 16 Feb 2023 15:50
by fred11
Ok....
And I already have 4.8 .Net. Do you mean .Net 7?
Re: Script fails to load
Posted: 16 Feb 2023 16:12
by radio42
No, latest .Net Framework version is v4.8.1
(.Net 7 is the core version also for non windows operating systems, but doesn't contain any windows app/forms support)
Re: Script fails to load
Posted: 16 Feb 2023 16:39
by fred11
Ok. Will try 4.8.1

Re: Script fails to load
Posted: 16 Feb 2023 18:02
by fred11
I get this a lot at different times:
2023-02-16 03:58:37: System.Runtime.InteropServices.ExternalException
A generic error occurred in GDI+.
at Vb.LQ.rQ1J(Object , FirstChanceExceptionEventArgs )
at System.Drawing.Graphics.Clear(Color color)
at ProppFrexx.UI.DigitalClock.e5t()
at ProppFrexx.UI.DigitalClock.OnForeColorChanged(EventArgs e)
at System.Windows.Forms.Control.set_ForeColor(Color value)
at ProppFrexx.DJPlayer.zFtF()
at ProppFrexx.DJPlayer..ctor()
at ProppFrexx.Playlist.InitPlaylist(Boolean startedByScheduler, Boolean useAlternativeOutput)
at ProppFrexx.ProppFrexx_ONAIR.StartProgram(Playlist pls, ScriptProgram prog, Boolean allowLateStart, Boolean suppressAutoPlay)
at ProppFrexx.ProppFrexx_ONAIR.FQKu(Object , ReminderEventArgs )
at DevExpress.XtraScheduler.SchedulerStorageBase.RaiseReminderAlert(ReminderEventArgs e)
at DevExpress.XtraScheduler.SchedulerStorageBase.OnRemindersAlerted(Object sender, ReminderEventArgs e)
at DevExpress.XtraScheduler.Native.ReminderEngine.OnReminderAlert(Object sender, ReminderBaseEventArgs e)
at DevExpress.XtraScheduler.Native.ReminderEngineBase.RaiseRemindersAlertsCore(ReminderBaseEventArgs args)
at DevExpress.XtraScheduler.Native.ReminderEngineBase.RaiseRemindersAlerts(DateTime currentTime)
at DevExpress.XtraScheduler.Native.ReminderEngineBase.OnTimerTick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at Vb.LQ.Main(String[] args)
Any idea?
Re: Script fails to load
Posted: 16 Feb 2023 18:23
by radio42
This is a graphics driver error.
Did this happen after you updated the .Net Framework or when exactly?
Maybe you also need to update your Windows System?
Re: Script fails to load
Posted: 17 Feb 2023 11:10
by radio42
Is this above issue solved ?