Coder Social home page Coder Social logo

Comments (3)

Martenfur avatar Martenfur commented on August 19, 2024

Ok, first of all, your project is weird as hell. It couldn't even launch because global.json had net7 specified, but the csproj had net6. Lang version was set to 11 which net6 is not. Fixed all those issues, built the project on windows, this is what I got:

#----------------------------- Global Properties ----------------------------#

/outputDir:bin/$(Platform)
/intermediateDir:obj/$(Platform)
/config:
/profile:Reach
/compress:False

#-------------------------------- References --------------------------------#


#---------------------------------- Content ---------------------------------#

#begin Graphics/fire.png
/importer:TextureImporter
/processor:TextureProcessor
/processorParam:ColorKeyColor=255,0,255,255
/processorParam:ColorKeyEnabled=True
/processorParam:GenerateMipmaps=False
/processorParam:PremultiplyAlpha=True
/processorParam:ResizeToPowerOfTwo=False
/processorParam:MakeSquare=False
/processorParam:TextureFormat=Color
/build:Graphics/fire.png

#begin Graphics/jelly.png
/importer:TextureImporter
/processor:TextureProcessor
/processorParam:ColorKeyColor=255,0,255,255
/processorParam:ColorKeyEnabled=True
/processorParam:GenerateMipmaps=False
/processorParam:PremultiplyAlpha=True
/processorParam:ResizeToPowerOfTwo=False
/processorParam:MakeSquare=False
/processorParam:TextureFormat=Color
/build:Graphics/jelly.png

Looks like macos shenanigans to me, or the fucked up project. Check if the files exist at those weird paths - note that the folders are hidden since their names begin with a dot.

Your logs also show that NPL only finds two files at the correct paths and pulls dotted versions from an existing mgcb config - so delete the mgcb file and try again.

from nopipeline.

jrasanen avatar jrasanen commented on August 19, 2024

Thank you for your response and insights!

Ok, first of all, your project is weird as hell. It couldn't even launch because global.json had net7 specified, but the csproj had net6. Lang version was set to 11 which net6 is not. Fixed all those issues, built the project on windows

Good that you found at least a part of the issue to be the project’s structure. Fixing those will most likely fix the problem on macOS as well.

Check if the files exist at those weird paths - note that the folders are hidden since their names begin with a dot.

Yes, those files don’t exist on the file system and would be hidden if they did.

Your logs also show that NPL only finds two files at the correct paths and pulls dotted versions from an existing mgcb config - so delete the mgcb file and try again.

The reproduction repository doesn’t have an existing MGCB file, only the one generated by the NPL, hence this issue.

Thank you for taking the time to assess that the problem most likely is the project’s structure.

from nopipeline.

jrasanen avatar jrasanen commented on August 19, 2024

After making the proposed project template fixes, it generates the files successfully without the odd structure, so closing the issue.

from nopipeline.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.