Coder Social home page Coder Social logo

Comments (7)

 avatar commented on August 10, 2024

Hi, we've recently had a merge-explosion with the Samples repo that I'm working toward fixing even now. It seems like the problem you are experiencing is because of git merge markers left in that file from the last merge.

I'm hoping to resolve this within the next half hour. Sorry for the inconvenience.

from monogame-samples.

Krumelur avatar Krumelur commented on August 10, 2024

Okay, I'll stop trying then. Let me know if it's fixed. I'll check back tomorrow and will go to bed now! Thanks!

from monogame-samples.

CartBlanche avatar CartBlanche commented on August 10, 2024

This is a known issue we are working to rectify. It should be fixed in the
next 24 hours.

D.

On Tue, Feb 7, 2012 at 10:25 PM, Ren Ruppert <
[email protected]

wrote:

If I try to open the iOS solution file in Monodevelop 2.8.6.4, MD gets
stuck and keeps on loading forever, eating up all CPU. If I kill MD after
10 minutes and try again, the SLN file seems to be broken and MD will open
it in HEX view.
Does anybody else have this problem?


Reply to this email directly or view it on GitHub:
#10

from monogame-samples.

 avatar commented on August 10, 2024

Just wanted to update this and say that the fix is now in the pipeline. When Pull Request 284 has been merged, the issue should be resolved.

The fix is already available in CartBlanche/MonoGame-Samples:master, but you should consider using the Samples submodule in the mono/MonoGame:develop to retrieve the samples. (Once pull request 284 has cleared, that is.)

from monogame-samples.

CartBlanche avatar CartBlanche commented on August 10, 2024

Rene, can you confirm that this works for you now?

We have moved to a sub-module system, so please read here -
https://github.com/mono/MonoGame/wiki/Working-with-Submodules, to see the
easiest way to get things up and running.

D.

On Wed, Feb 8, 2012 at 12:08 AM, Christopher Chambers <
[email protected]

wrote:

Just wanted to update this and say that the fix is now in the pipeline.
When Pull Request 284 has
been merged, the issue should be resolved.


Reply to this email directly or view it on GitHub:

#10 (comment)

from monogame-samples.

Krumelur avatar Krumelur commented on August 10, 2024

Yes, it is working again. Thanks!
Only minor: the Monogame itself is not included, so Monodevelop shows me two unknown projects.

from monogame-samples.

 avatar commented on August 10, 2024

Rene, I would say the easiest way to get MonoGame and the Samples is to clone the MonoGame repository itself, then use git submodule to get the Samples. Like so:

git clone https://github.com/mono/MonoGame.git
cd MonoGame

# Checkout the develop branch
git checkout develop

# init and update the necessary submodules
git submodule init
git submodule update ThirdParty/Libs
git submodule update Samples

Following those steps should get you a clean checkout of the MonoGame repository, along with a Samples submodule that has project references that point to the right location. We'll be adding documentation for this soon. It is a very recent change.

from monogame-samples.

Related Issues (15)

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.