#just had the debugger tell me i have 27,000 errors

65 messages · Page 1 of 1 (latest)

hasty moss
#

i have no idea what i did wrong. i have a shortcut that starts it with the opengl3 rendering device (my laptop doesn't support vulkan) and for some reason, when i make a label with "Hello World", save the scene and start it with F6, it goes haywire and breaks everything

#

this is literally it

quaint bronze
#

i can pass it to you but it was a dev log not a solution

hasty moss
velvet inlet
#

restart godot

hasty moss
#

so close it and reopen it?

quaint bronze
#

i had some errors with terrabrush that solved like that

hasty moss
#

the errors continue after closing the scene btw

#

and when the scene opens, it goes black and the DEBUG is added to the title

quaint bronze
#

download the last ver of open gl for your system then restart and try

hasty moss
#

can i download vulkan drivers?

#

or is that not gonna work

#

ok i'll install opengl

quaint bronze
#

mieaning like 2014- 2015

#

probably isnt compatible with vulkan at all

#

at least the latest versions of vulkan are fully incompatible with pcs and laptoms trom 2017 or earlier

hasty moss
#

yeah i have no idea what i'm looking at

hasty moss
#

it's an i5-4210U

quaint bronze
hasty moss
#

._.

quaint bronze
#

that cpu production was stoped like 4 years ago

#

i have a i5 11400H and intel doesnt produce it anymore

hasty moss
#

so im fucked?

quaint bronze
hasty moss
#

alr np 👍

quaint bronze
#

@hasty moss https://www.youtube.com/watch?v=WbCbNTC0-_A

try this it probably can work

Watch this video for (possibly) solve your OpenGL problem, this also work if the project was open/running in a higher version and your video settings have a lower version (mainly old integrated video board).

Timestamps:
00:00 Intro
00:06 Past the file (DOWNLOAD in the COMMENT tab)
00:10 Open Godot and your Project.
00:16 Result
00:19 Check the ...

▶ Play video
quaint bronze
#

aside of that i recomend you tu buy a new pc or laptop in this days that one probably cant handle games more powerfull than fnf or cuphead

floral terrace
#

you can also try out godot 3.6 and see if you have any better luck with that

#

that has opegles 3 and 2 so it has an older version of gles that might play better with your graphics drivers

floral terrace
#

that's still doable

#

there's a mono version

hasty moss
#

does it support C#? and how do i turn the version on the docs to be 3.6 if i do change versions?

#

oh ok awesome

hasty moss
floral terrace
#

you will have to change the version you are looking at on the docs, yes

#

lower left part of the docs page, there's a version listed. you can click on that and change it to a different version

hasty moss
#

alright thanks bros

hasty moss
#

yep v3.6 works fine

#

@quaint bronze

#

my chess program that i'm making a display for is written in .NET 8

#

but v3.6 compiles to .NET 4.7.2

#

godot 4.x uses .NET 8 tho

#

oh wait it was @floral terrace who recommended me this

floral terrace
#

ah, i didn't realize you had a specific .net requirement, just c#

#

yeah, 3.6 requires 4.7.2

quaint bronze
#

If Wanna use advances 3d graphics a gtx 1650 Is minimum requierement

#

The Acer nitro 5 works fine

hasty moss
floral terrace
#

4

#

it sounds like your immediate options are to downgrade your code to be compatible with .net 4.7.2, or find a replacement laptop, or an alternative solution for rendering your .net 8 code

hasty moss
#

alright