• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Discussion [URGENT] GMS2 will run my game once, then throw an unfixable error every time after

C

Cyndi

Guest
So I really really need to export a game, but I can't look at my fixes because of an odd error that won't let me run the game. I ran it once, but every time after that it won't let me, this error, I need help with this quick!:

WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.DirectoryNotFoundException: Could not find a part of the path "/Users/adamellis/.config/GameMakerStudio2/Cache/GMS2CACHE/F%C2%91bledust_C60868E6/F%C2%91bledust/default/TexturePageEntries/_2048_131/sPlayerR_4980364b-b712-4fb0-ac54-901d2861d574.tpe.xml".
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00164] in <bb7b695b8c6246b3ac1646577aea7650>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) [0x00000] in <bb7b695b8c6246b3ac1646577aea7650>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
at System.Xml.XmlDownloadManager.GetStream (System.Uri uri, System.Net.ICredentials credentials, System.Net.IWebProxy proxy, System.Net.Cache.RequestCachePolicy cachePolicy) [0x00018] in <9879c4d6be6b4263aff9361b21923e98>:0
at System.Xml.XmlUrlResolver.GetEntity (System.Uri absoluteUri, System.String role, System.Type ofObjectToReturn) [0x00032] in <9879c4d6be6b4263aff9361b21923e98>:0
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate (System.Object xmlResolver) [0x0000c] in <9879c4d6be6b4263aff9361b21923e98>:0
at System.Xml.XmlTextReaderImpl.OpenUrl () [0x0005e] in <9879c4d6be6b4263aff9361b21923e98>:0
at System.Xml.XmlTextReaderImpl.Read () [0x00093] in <9879c4d6be6b4263aff9361b21923e98>:0
at System.Xml.XmlLoader.Load (System.Xml.XmlDocument doc, System.Xml.XmlReader reader, System.Boolean preserveWhitespace) [0x000a6] in <9879c4d6be6b4263aff9361b21923e98>:0
at System.Xml.XmlDocument.Load (System.Xml.XmlReader reader) [0x0002e] in <9879c4d6be6b4263aff9361b21923e98>:0
at System.Xml.XmlDocument.Load (System.String filename) [0x00013] in <9879c4d6be6b4263aff9361b21923e98>:0
at GMAssetCompiler.TexturePage. (System.String ) [0x00403] in <e5ac2447caa3483ab2074adafb285c59>:0
at GMAssetCompiler.TexturePage. (System.String , System.Boolean , System.Boolean , System.Boolean , System.Boolean , System.Int32 , System.String , System.String , System.String[] ) [0x00324] in <e5ac2447caa3483ab2074adafb285c59>:0
at GMAssetCompiler.WADSaver`1+<>c[TCode]. (System.Collections.Generic.KeyValuePair`2[TKey,TValue] ) [0x00320] in <e5ac2447caa3483ab2074adafb285c59>:0
at GMAssetCompiler.Program+[,]. (System.Object ) [0x00096] in <e5ac2447caa3483ab2074adafb285c59>:0
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (System.Object state) [0x00007] in <bb7b695b8c6246b3ac1646577aea7650>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <bb7b695b8c6246b3ac1646577aea7650>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <bb7b695b8c6246b3ac1646577aea7650>:0
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00021] in <bb7b695b8c6246b3ac1646577aea7650>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <bb7b695b8c6246b3ac1646577aea7650>:0
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <bb7b695b8c6246b3ac1646577aea7650>:0
 
Top