-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MCEdit won't start... #696
Comments
According to the screen-shot, you have a video driver issue. Depending the version of Windows you're running on, you may want to upgrade it or install a prior version. Searching with the keywords 'mcedit' and 'glWindowPos2d' (on this Github repo and more generally in any search engine) may give you some other related issues and their solution. Please, if you can solve this, just post here, so we can close this issue 😄 |
Thanks LaChal...still haven't found a suitable solution yet, but thank you for bringing up the issue with the video driver, that would never have occurred to me, not that I know how to fix that problem. And I should probably mention I'm running Windows 10. I had a slight feeling that it may have something to do with my version of windows, because a couple years back I used to use MCEdit quite often, except back then I was running MCEdit on my Windows Vista computer (which I no longer have) and it ran just fine. But now that I'm on a new computer and running Windows 10, it just doesn't seem to work the same anymore. Could it be possible that MCEdit hasn't yet been optimized to run on Windows 10? |
Exactly the same for me ;) @silentdude247 does minecraft itself work for you? for me it doesn't But fun fact: there are 4 issues with the same content lol |
Oh, @thebigsmileXD you're here, too xD |
It's more likely that the display context is getting a software-based OpenGL renderer instead of the hardware-based one provided by the GPU driver. The software renderer provided by Windows only supports GL version 1.1, which doesn't provide glWindowPos since it is a GL 1.4 feature. You don't ever want to use the software renderer because it will be very slow and will never use the hardware GPU. To aid in debugging this problem, you should, immediately after initializing the display context via
|
So, in simpler terms, the problem is Windows 10? I am so confused right now... |
No. The problem may be that MCEdit is trying to use a software renderer instead of using the GPU. This is a problem on any operating system. The directions I gave are for the developers to find out if this is actually the case. |
Oh, right |
Yeah, sorry for lack of action, I got a full time job so time has been sparse. |
The problem is drivers with Microsoft Corporation in their name typically don't support OpenGL 1.4 functionality since they are semi-generic drivers only tested with DirectX and OpenGL 1.1, nothing to do with Windows 10 specifically and some Windows 8 machines have the same issue. You need to go to the driver manufacturer's website and find a driver from them. If they don't have a windows 10 driver you may need to install one designed for a previous windows version. |
Thanks 👍 |
A new little note: Checked on my Windows 8 machine without any change in the system. It worked fine before, installed the latest version and only this doesn't work anymore. i guess i had 1.6 before. |
Some video driver for Windows may have dropped support for some OpenGL versions. |
@LaChal i am sure the old MCEdit versions also used OpenGL. The old MCEdit works, only the new one doesn't |
@thebigsmileXD I'm sure that the piece of code which annoy us now worked fine one year ago when it was written and first released. |
If you know a version that works with these integrated chipsets under windows 10, let us know what version it is so we can see what changed. |
Will do. Thanks |
Could you test this build? [Link removed] |
Calling this fixed for next release. |
Thank you! i'll try out the latest build. |
Still doesn't seem to work, it still crashes when I try to open it...I downloaded the build straight from the McEdit Unified website, not sure if that was the link you gave because it's been removed. |
Oh I thought you guys had tested it already, the test build is not on the official site since it is a test. HTTP:\lavaexpert.org\mceditgl1.1.zip |
Totally does work fine! |
Thank you for putting the link back up, and thank you so much for the test build, it works like a charm :) |
I've been trying to run MCEdit 1.5.3.0 (64 bit) on my computer but it just refuses to run properly no matter what I do. I've tried searching for a solution on other threads but nothing seems to work for me. I've taken a screenshot in the hopes that it will somewhat help, and I expect a lot of people will look at it and think just how much of a noob I am, but can someone just please tell me how to fix the damn thing. I have read the code, I just have no idea what the heck any of it means.
The text was updated successfully, but these errors were encountered: