0% found this document useful (0 votes)
11 views1 page

LSJDK

The document describes an error encountered in a program, specifically a DirectoryNotFoundException indicating that a specified path could not be found. The error occurs when attempting to access a file in the directory '/storage/emulated/0/!GameDreamFactory/Cursors/default'. This issue arises during the initialization of mouse cursor settings in the GameDreamFactory application.

Uploaded by

qifeiwuhu449
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

LSJDK

The document describes an error encountered in a program, specifically a DirectoryNotFoundException indicating that a specified path could not be found. The error occurs when attempting to access a file in the directory '/storage/emulated/0/!GameDreamFactory/Cursors/default'. This issue arises during the initialization of mouse cursor settings in the GameDreamFactory application.

Uploaded by

qifeiwuhu449
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

System.IO.

DirectoryNotFoundException: Could not find a part of the path


"/storage/emulated/0/!GameDreamFactory/Cursors/default".
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) [0x0017d] in
<1b39a03c32ec46258a7821e202e0269f>: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 <1b39a03c32ec46258a7821e202e0269f>:0
at (wrapper remoting-invoke-with-check)
System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO
.FileShare,int)
at System.IO.File.ReadAllBytes (System.String path) [0x00000] in
<1b39a03c32ec46258a7821e202e0269f>:0
at CQJ.Framework.IO.FileA.ReadAllBytes (System.String path) [0x00013] in
<6b7bd53f5489472093fdd37b542b21fb>:0
at FormXLib.ControlX.LoadTexture2D (System.String path, System.Boolean
canNotExist) [0x00082] in <cc5db5360c794c8388152b25848e7c90>:0
at FormXLib.MouseCursor.Initialize () [0x00021] in
<cc5db5360c794c8388152b25848e7c90>:0
at FormXLib.MouseCursor..ctor (System.Boolean bUseTracker, System.Boolean
limitToWorkingAreaOnly) [0x000a5] in <cc5db5360c794c8388152b25848e7c90>:0
at FormXLib.FormXCollection..ctor (Microsoft.Xna.Framework.GameWindow window,
Microsoft.Xna.Framework.GraphicsDeviceManager graphics) [0x00032] in
<cc5db5360c794c8388152b25848e7c90>:0
at GameDreamFactory.FormXDesktop.LoadContent () [0x0000a] in
<cc5db5360c794c8388152b25848e7c90>:0
at GameDreamFactory.GameMain..ctor (Microsoft.Xna.Framework.GraphicsDeviceManager
graphics, Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch,
Microsoft.Xna.Framework.Graphics.GraphicsDevice btnRWin,
Microsoft.Xna.Framework.Content.ContentManager blackKeyHeight,
Microsoft.Xna.Framework.Game blackKeyWidth,
Microsoft.Xna.Framework.AndroidGameActivity btCollisionObject) [0x001d9] in
<f7921c31d17143239be7be6ff67b5eb0>:0

You might also like