Giter VIP home page Giter VIP logo

Comments (14)

ExtremeXT avatar ExtremeXT commented on May 26, 2024 1

@laris It looks like you're on an old version of NootedRed.

from nootedred.

VisualEhrmanntraut avatar VisualEhrmanntraut commented on May 26, 2024

Duplicate of #158

from nootedred.

laris avatar laris commented on May 26, 2024

Need I upload the diagnosticlog here for analysis?

from nootedred.

VisualEhrmanntraut avatar VisualEhrmanntraut commented on May 26, 2024

Sure! Crash logs would be nice as well :)

from nootedred.

laris avatar laris commented on May 26, 2024

2023.11.19-diagnosticreports.zip

I forgot to upload and found you marked it closed :)

Thanks for your works!

from nootedred.

laris avatar laris commented on May 26, 2024

I checked opencore config, it should be ci1055 20231112 dfd2ffa commit.
let me try 20231117-957505c-ci1057

from nootedred.

laris avatar laris commented on May 26, 2024

update to latest and now will test again.


/Volumes/EFI/EFI/OC/Kexts/NootedRed-ci1057-20231117-957505c-DEBUG.kext


kextstat -b com.ChefKissInc.NootedRed
Executing: /usr/bin/kmutil showloaded --bundle-identifier com.ChefKissInc.NootedRed
No variant specified, falling back to release
Index Refs Address            Size       Wired      Name (Version) UUID <Linked Against>
   59    0 0xffffff8003c9f000 0x114000   0x114000   com.ChefKissInc.NootedRed (1.0.0) 2405C963-EC91-3C81-9A1D-8FB2F68556FC <58 18 9 7 6 3 2 1>

from nootedred.

laris avatar laris commented on May 26, 2024

@laris It looks like you're on an old version of NootedRed.

Could you share how to double confirm the driver version? I confirm according opencore config ref #200 (comment)

I can provide more detail or log if you need.

from nootedred.

laris avatar laris commented on May 26, 2024
IMG_8577.mp4

upload video, after open the alacritty, the dock status.

from nootedred.

VisualEhrmanntraut avatar VisualEhrmanntraut commented on May 26, 2024

Same problem as Sublime Text. The only thing you can do is wait for a fix and/or disable HW acceleration for the app temporarily

from nootedred.

jalavoui avatar jalavoui commented on May 26, 2024

@laris this is related to this setting

`pub enum ShaderVersion {
/// OpenGL 3.3 core shaders.
Glsl3,

/// OpenGL ES 2.0 shaders.
Gles2,

}`

alacry and other gl apps try to use OpenGL 3.3 core shaders and crash

in alacry you can boot with this flag to force use gl 2 shader
.../Alacritty.app/Contents/MacOS/alacritty -o debug.renderer=gles2_pure -v

Captura de ecrã 2023-11-23, às 20 22 14

from nootedred.

laris avatar laris commented on May 26, 2024

thank you.
But it looks like cannot get shell with black window.

./alacritty -o debug.renderer=gles2_pure -v
Created log file at "/var/folders/py/_4bld1296cx59mt3l3wqnv7h0000gn/T/Alacritty-1354.log"
[0.000009558s] [INFO ] [alacritty] Welcome to Alacritty
[0.000272171s] [INFO ] [alacritty] Version 0.12.3 (5efb069)
[0.000670589s] [INFO ] [alacritty_config_derive] Config import not found:
[0.001092822s] [INFO ] [alacritty] Configuration files loaded from:
2023-11-24 08:44:30.111 alacritty[1354:20366] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
[0.031249001s] [INFO ] [alacritty] Using Apple CGL
[0.078801984s] [INFO ] [alacritty] Window scale factor: 2
[0.106355648s] [INFO ] [alacritty] Running on AMD Radeon Graphics OpenGL Engine
[0.106441899s] [INFO ] [alacritty] Using OpenGL ES 2.0 renderer
[0.117393902s] [INFO ] [alacritty] Cell size: 19 x 44
[0.117465807s] [INFO ] [alacritty] Padding: 0 x 0
[0.117493580s] [INFO ] [alacritty] Width: 2280, Height: 2200
[0.119880180s] [INFO ] [alacritty] PTY dimensions: 50 x 120
[0.123276487s] [INFO ] [alacritty] Initialisation complete
[0.155839656s] [INFO ] [alacritty] Padding: 0 x 0
[0.155955574s] [INFO ] [alacritty] Width: 2280, Height: 1592

from nootedred.

jalavoui avatar jalavoui commented on May 26, 2024

[0.000010129s] [INFO ] [alacritty] Welcome to Alacritty
[0.000240591s] [INFO ] [alacritty] Version 0.13.0-dev
[0.000579707s] [INFO ] [alacritty_config_derive] No config file found; using default
[0.018771536s] [INFO ] [alacritty] Using Apple CGL
[0.062913091s] [INFO ] [alacritty] Window scale factor: 1
[0.127304355s] [INFO ] [alacritty] Running on AMD Radeon Vega 8 OpenGL Engine
[0.127382631s] [INFO ] [alacritty] OpenGL version 4.1 ATI-4.14.1, shader_version 4.10
[0.127416505s] [INFO ] [alacritty] Using OpenGL ES 2.0 renderer
[0.154107661s] [INFO ] [alacritty] Cell size: 6 x 13
[0.154202819s] [INFO ] [alacritty] Padding: 0 x 0
[0.154234368s] [INFO ] [alacritty] Width: 800, Height: 600
[0.165975563s] [INFO ] [alacritty] PTY dimensions: 46 x 133
[0.168769652s] [INFO ] [alacritty] Initialisation complete

try ask help in alacrity forum idk why fonts not rendering

from nootedred.

VisualEhrmanntraut avatar VisualEhrmanntraut commented on May 26, 2024

that's a macOS OpenGL driver bug with the texture display. even mesa has the same issue on OpenGL 2 renderer

from nootedred.

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.