Amulet-Team / Amulet-Map-Editor

A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.

Home Page:https://www.amuletmc.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report] 3D editor doesn't render

SprainedSpark89 opened this issue · comments

commented

Bug Report

Current Behaviour:

it doesn't render the world/the lined plain

Expected behavior:

to render everything correctly

Steps To Reproduce:

load a world in the 3d editor

Environment:

  • OS: Windows
  • Minecraft Platform: Java
  • Minecraft Version: 1.13-1.14 (the world versions i tried)
  • Amulet Version: v0.10.23

Attachments

Screenshots

image

Are there any errors in the console?

commented

yes
Traceback (most recent call last):
File "amulet_map_editor\programs\edit\plugins\tools\select.py", line 329, in _on_draw
File "amulet_map_editor\programs\edit\api\renderer.py", line 224, in draw_sky_box
File "amulet_map_editor\api\opengl\mesh\sky_box.py", line 63, in draw
File "amulet_map_editor\api\opengl\mesh\tri_mesh.py", line 161, in draw
File "amulet_map_editor\api\opengl\mesh\tri_mesh.py", line 89, in _setup
File "amulet_map_editor\api\opengl\resource_pack\resource_pack.py", line 69, in get_atlas_id
File "amulet_map_editor\api\opengl\resource_pack\resource_pack.py", line 156, in _setup_texture
File "src/errorchecker.pyx", line 58, in OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError
OpenGL.error.GLError: GLError(
err = 1280,
description = b'invalid enumerant',
baseOperation = glTexParameteri,
cArguments = (
GL_TEXTURE_2D,
GL_TEXTURE_WRAP_S,
GL_CLAMP_TO_EDGE,
)
)

There should be a line in the console saying which OpenGL version your computer supports. What does that say?

commented

it says it's using opengl v1.1.0 for some reason but my pc can use later versions

Getting similar issue (my name is in the file tree so i replaced it with asterisks)

INFO - Could not find loader for C:\Users\*****\Downloads\abf67dfc-8c31-4d97-90a6-0871285f37bd.tar Could not find a matching format for C:\Users\*****\Downloads\abf67dfc-8c31-4d97-90a6-0871285f37bd.tar
INFO - Loading level C:\Users\*****\Downloads\abf67dfc-8c31-4d97-90a6-0871285f37bd.tar
ERROR - Could not find a loader for this world.
Could not find a matching format for C:\Users\*****\Downloads\abf67dfc-8c31-4d97-90a6-0871285f37bd.tar

That looks like a very different issue. I don't even know what that format is.