Giter Site home page Giter Site logo

Comments (6)

skoeven avatar skoeven commented on June 14, 2024 1

LWJGL put out a fix for this issue a few weeks ago. It was also necessary to change from using gl_framebuffer_object to the older gl_framebuffer_object_ext in order to use OpenGL 2.1 on macs. The OpenGL 3.2 compatibility profile that we were trying to use is unsupported on macOS. I still need to do some cleanup and a little more testing, but Mac rendering should be fixed in the next Tectonicus release.

from tectonicus.

rambler avatar rambler commented on June 14, 2024

Here's my config:

<?xml version="1.0"?>
<tectonicus version="2">
    <config outputDir="simple_air"/>

    <map name="air" worldDir="air/level.dat">
        <layer name="Day" lighting="day"/>
    </map>
</tectonicus>

from tectonicus.

skoeven avatar skoeven commented on June 14, 2024

What version of Java are you using?

from tectonicus.

rambler avatar rambler commented on June 14, 2024

Java version is 15.0.1.

from tectonicus.

sandsbit avatar sandsbit commented on June 14, 2024

Same problem.

from tectonicus.

jobatabs avatar jobatabs commented on June 14, 2024

I have the same problem out of the box. ./bin/tectonicus -c simpleConfig.xml produces the following output.

Parsing config from /path/to/Tectonicus-2.28.7/simpleConfig.xml
No Minecraft jar specified.
Searching for most recent Minecraft jar...
Minecraft jar version: 1.16.5
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
 + + + + + + + + + + + + + + + + + + + + + + +
                  Tectonicus
   Version: 2.28.7
   Build 495
   Constructed on October 28 2020 at 0949

   www.github.com/tectonicus/tectonicus  
 + + + + + + + + + + + + + + + + + + + + + + +
Started on Wed Mar 10 02:14:11 EET 2021


Player skin cache is corrupt, cleaning...
Creating player icon assembler
Initialising display...
2021-03-10 02:14:11.697 java[42075:2401688] pid(42075)/euid(501) is calling TIS/TSM in non-main thread environment, ERROR : This is NOT allowed. Please call TIS/TSM in main thread!!!
2021-03-10 02:14:11.754 java[42075:2401688] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!'
*** First throw call stack:
(
	0   CoreFoundation                      0x00007fff50d10a9d __exceptionPreprocess + 256
	1   libobjc.A.dylib                     0x00007fff7b5123c6 objc_exception_throw + 48
	2   CoreFoundation                      0x00007fff50d2a8f5 -[NSException raise] + 9
	3   AppKit                              0x00007fff4e2c15ca -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 317
	4   AppKit                              0x00007fff4e2be9f7 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1479
	5   AppKit                              0x00007fff4e2be42a -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
	6   libglfw.dylib                       0x000000012b84fbc9 libglfw.dylib + 68553
	7   libglfw.dylib                       0x000000012b849416 libglfw.dylib + 42006
	8   ???                                 0x000000010f272370 0x0 + 4549190512
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Abort trap: 6

simpleConfig.xml is as shipped with the exception of changing the output and save paths to absolute paths referring to the world save folder and to-be-created file ~/Desktop/mymapoutput.

from tectonicus.

Related Issues (20)

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.