zeroyuki92's Forum Posts

  • 1 posts
  • Hello, this is my first time posting here, nice to meet you.

    Basically I am a newbie game developer with few artist and game design experiences, but programming is far from my forte. Some days ago I was interested in trying Construct 2 (probably just for prototyping, but purchasing is still an option in the future, especially if I got the cash for it). After trying some tutorials, my friend suddenly need a help in developing a kind of short interactive introduction for culture (in Flash or HTML5), so I decided to help build it with Construct 2.

    It's basically playable now, and since my friend didn't prepare a dedicated file hosting for this baby, I decided to upload it to Arcade instead so I can embed it to her blog later. However, I keep encountering problems, and I can't grasp what to do about it :

    <img src="https://dl.dropboxusercontent.com/u/40274865/error.jpg" border="0" />

    It's basically similar to scirra.com/forum/arcade-server-error-request-timed-out_topic69656.html (I can't post link yet lol) but this time it has this error instead :

    Server Error in '/' Application.

    There is not enough space on the disk.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.IO.IOException: There is not enough space on the disk.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [IOException: There is not enough space on the disk. ]

       System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +10797834

       System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) +10451721

       System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count) +139

       System.Web.HttpRawUploadedContent.WriteBytes(Int32 offset, Int32 length, Stream stream) +128

       System.Web.HttpInputStream.WriteTo(Stream s) +36

       System.Web.HttpPostedFile.SaveAs(String filename) +109

       Arcade.UploadFunctions.ProcessGameFileUpload(HtmlInputFile upload, String location, Int32 userID) +118

       ArticleUpload.SaveFile(HtmlInputFile Upload, String Location) +1295

       ArticleUpload.Page_Load(Object sender, EventArgs e) +1545

       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51

       System.Web.UI.Control.OnLoad(EventArgs e) +92

       System.Web.UI.Control.LoadRecursive() +54

       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772

    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18044

    I have no idea what should I do about "there is no space in disk", since this PC still has around 40 GB free space and enough free memory left to run some AAA game. I doubt it's about space in my computer, anyway. It's also far below 10 MB and has 640x480 resolution.I tried to search for related error, but I can't found anything that could help me. Any suggestion about what to do?

    While I'm at it, could I add few more questions?

    1. How long is the process of accepting game at arcade?

    2. I tend to get random "game turn into grey screen instead" numerous time in the game. Sometimes it could return to normal, but most of the time I have to refresh it. I also can't run this in some other PC, so it's basically very unstable right now.

    So, if anyone is interested, did I just screwed some things here? (capx below, it's picture heavy so expect a 4 MB file. I already tried my best at picture optimizing here :p)

    dl.dropboxusercontent.com/u/40274865/Bhinneka%20project.capx

    Ah, it's also non-english, btw.

    Thank you very much.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • 1 posts