Git Product home page Git Product logo

gdmc's People

Contributors

mcgreentn avatar rocanaan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gdmc's Issues

[wiki] Dead link "How To Get Anaconda" in wiki page "The GDMC Framework"

In the "The GDMC Framework" page in the wiki: https://github.com/mcgreentn/GDMC/wiki/The-GDMC-Framework
in the section "First steps" the link "How To Get Anaconda" is dead (points to a "page does not exist" page).

I am assuming the correct URL is this:
https://conda.io/projects/conda/en/latest/user-guide/install/index.html

As far as I am aware, I cannot make a pull request to fix this, so I made an issue instead. It would be nice if someone could update the page.

Correction to the wiki repo link

Hi,

Could you update the link in the wiki to point to the repo the project was forked from. GitHub doesn't yet provide a reasonable way of forking and merging a wiki so here's a suggested diff.

diff --git a/The-MCAI-Framework.md b/The-MCAI-Framework.md
index 65befa7..e4878af 100644
--- a/The-MCAI-Framework.md
+++ b/The-MCAI-Framework.md
@@ -7,7 +7,7 @@ If you want to learn how to make an MCEdit filter (which you submit to the compe
 
 The following section was written by Michael C. Green ([mcgreentn](https://github.com/mcgreentn)) which will help everyone set up the framework on their personal machine.
 ## First steps
-The first thing you need to do is clone this repo to get the latest version of the MCAI Framework. This is an adapted version of the MCEdit-1 repository [found here](https://github.com/mcedit/mcedit), with some extra functionality we added in.
+The first thing you need to do is clone this repo to get the latest version of the MCAI Framework. This is an adapted version of the MCEdit-Unified repository [found here](https://github.com/Podshot/MCEdit-Unified), with some extra functionality we added in.
 
 To clone, use the recursive option of the clone command:
 `git clone --recursive https://github.com/mcgreentn/MCAI`

Thanks for your time! I'll be interested in seeing what gets made.

Attempting to open or generate a world in MCEdit crashes

I'm on Linux - Ubuntu 16.04 LTS - 4.4.0-121-generic.

Steps to reproduce:

  • Run mcedit.sh, then attempt to generate or load a world.
[   ERROR][                  root.py:1049]:MCEdit version Unified v1.5.6.0 %s Minecraft 1.8-1.11.2 | PE 0.11
Traceback (most recent call last):
  File "mcedit.py", line 1109, in <module>
    main(sys.argv)
  File "mcedit.py", line 1046, in main
    MCEdit.main()
  File "mcedit.py", line 890, in main
    rootwidget.run()
  File "/home/qworg/Development/gdmc/GDMC/albow/root.py", line 168, in run
    self.run_modal(None)
  File "/home/qworg/Development/gdmc/GDMC/albow/root.py", line 303, in run_modal
    last_mouse_event_handler.handle_mouse('mouse_up', event)
  File "/home/qworg/Development/gdmc/GDMC/albow/widget.py", line 403, in handle_mouse
    self.call_handler(name, event)
  File "/home/qworg/Development/gdmc/GDMC/albow/widget.py", line 485, in call_handler
    return method(*args)
  File "/home/qworg/Development/gdmc/GDMC/albow/controls.py", line 240, in mouse_up
    self.call_handler('action')
  File "/home/qworg/Development/gdmc/GDMC/albow/widget.py", line 485, in call_handler
    return method(*args)
  File "/home/qworg/Development/gdmc/GDMC/albow/file_opener.py", line 144, in promptOpenAndLoad
    filename = mcplatform.askOpenFile(schematics=True)
  File "/home/qworg/Development/gdmc/GDMC/mcplatform.py", line 283, in askOpenFile
    filename = _askOpen(suffixes)
  File "/home/qworg/Development/gdmc/GDMC/mcplatform.py", line 281, in _askOpen
    return request_old_filename(suffixes=_suffixes, directory=iDir)
  File "/home/qworg/Development/gdmc/GDMC/albow/file_dialogs.py", line 546, in request_old_filename
    dlog = FileOpenDialog(suffixes=suffixes)
  File "/home/qworg/Development/gdmc/GDMC/albow/file_dialogs.py", line 322, in __init__
    tree = FSTree(self, inner_width=250, directory='/')
  File "/home/qworg/Development/gdmc/GDMC/albow/file_dialogs.py", line 193, in __init__
    d[name] = self.parse_path(name, os.path.join(dirpath, name))
  File "/home/qworg/Development/gdmc/GDMC/albow/file_dialogs.py", line 263, in parse_path
    for _a, fs, _b in cont:
  File "/home/qworg/miniconda3/envs/gdmc/lib/python2.7/os.py", line 286, in walk
    if isdir(join(top, name)):
  File "/home/qworg/miniconda3/envs/gdmc/lib/python2.7/posixpath.py", line 73, in join
    path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf8 in position 1: ordinal not in range(128)

==================================
			  MCEdit has crashed
==================================

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.