robmagie's Forum Posts

  • 6 posts
  • Is there any way to host a server from the command line in linux?

  • I figured it out guys.

    OK, two things I did that fixed this issue for me. The first one was in Visual Studios you need to change the version to 1.0.0.0 or whatever version you have on the appxmanifest file. I had mine as just 1.0 so I changed it to 1.0.0.0 , Visual Studios needs you to have a format of x.x.x.x and that fixed the first part. The 2nd part for me was the ID. You need to change the ID to com.mycompany.myapp and that should make it work. For example My id used to be 1 so I changed the ID to com.saltygamer.game Another easy way to fix this is doing it inside the project properties of construct 2 before you export. I hope this helps you.

  • I try to publish windows 10 but manifest not working. Its give me a 38 messages

    "Could not find schema information for the element 'http://schemas.microsoft.com/appx/manifest/foundation/windows10:Dependencies'."

    "Could not find schema information for the attribute 'IgnorableNamespaces'"

    "Could not find schema information for the attribute 'Version'"

    .... and so on....

    when I try to build it its give message

    "unable to associate your app whit the windows store because the app manifest is invalid. Correct the errors in the app manifest."

    I try it this step by step tutorial but now I get jammed because my manifest is like totally broken.

    https://www.scirra.com/tutorials/4824/p ... onstruct-2

    any idea how to fix that?

    OK, two things I did that fixed this issue for me. The first one was in Visual Studios you need to change the version to 1.0.0.0 or whatever version you have on the appxmanifest file. I had mine as just 1.0 so I changed it to 1.0.0.0 , Visual Studios needs you to have a format of x.x.x.x and that fixed the first part. The 2nd part for me was the ID. You need to change the ID to com.mycompany.myapp and that should make it work. For example My id used to be 1 so I changed the ID to com.saltygamer.game Another easy way to fix this is doing it inside the project properties of construct 2 before you export. I hope this helps you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I get this error when trying to do the same thing:

    Severity Code Description Project File Line Suppression State

    Error APPX0501 Validation error. error C00CE169: App manifest validation error: The app manifest must be valid as per schema: Line 10, Column 57, Reason: '1.0' violates pattern constraint of '(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(\.(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){3}'. The attribute 'Version' with value '1.0' failed to parse. NewProject C:\Users\rmagie\Desktop\New project\bin\Debug\AppxManifest.xml 1

  • Is it possible for me to host the game on my linux web server and have all clients connect to my server? For example if they go to mywebsite.com and launch the game they're not creating the host but are peers that are connecting to mywebsite.com.

  • Hello.

  • 6 posts