You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tried to open up a project but "quit unexpectedly"
[13:56:49:704(d98e)] --------------------------------------------------------------------------------
[13:56:49:705(d98e)] Unhandled Exception: System.InvalidOperationException
[13:56:49:705(d98e)] Exception message: An attempt was made to transition a task to a final state when it had already completed.
[13:56:49:705(d98e)] Exception stack: at System.Threading.Tasks.TaskCompletionSource`1.SetResult(TResult result)
at YoYoStudio.Sound.FFMpegAudioStream.OnPropertyChanged(Object sender, PropertyChangedEventArgs e)
at YoYoStudio.Sound.FFMpegAudioStream.SetProperty[T](T& property, T value, String propertyName)
at YoYoStudio.Sound.FFMpegAudioStream.set_HasRetrievedProperties(Boolean value)
at YoYoStudio.Sound.FFMpegAudioStream.<RetrieveAudioStreamProperties>b__79_0(Object s, EventArgs e)
at System.Diagnostics.Process.RaiseOnExited()
at System.Diagnostics.Process.CompletionCallback(Object waitHandleContext, Boolean wasSignaled)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.PortableThreadPool.CompleteWait(RegisteredWaitHandle handle, Boolean timedOut)
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
at System.Threading.Thread.StartCallback()
[13:56:49:705(d98e)] --------------------------------------------------------------------------------
Which version of GameMaker are you reporting this issue for?
IDE v2024.8.1.171 Runtime v2024.8.1.218
Which operating system(s) are you seeing the problem on?
As an aside, your ui.log is full of permissions errors caused by either OS or antivirus restrictions on your Mac, which could be causing you a number of "internet problems" and also appears to be blocking the MQTT server inside GameMaker from running.
You need to review our Permissions FAQ and follow the steps there. Note that we always link to this guide on the release notes page, as many users need to review their protection settings every time they install a new version of GameMaker, so this may be something you need to do also in future.
Description
tried to open up a project but "quit unexpectedly"
Which version of GameMaker are you reporting this issue for?
IDE v2024.8.1.171 Runtime v2024.8.1.218
Which operating system(s) are you seeing the problem on?
Mac 15.0.1
2fea7f8b-0e99-48da-b12b-ace2b6732b3f
The text was updated successfully, but these errors were encountered: