CC: Tweaked for Fabric (Discontinued)

CC: Tweaked for Fabric (Discontinued)

394k Downloads

INCOMPATIBILITY WITH CANVAS - turtle right click interface is glitched and unusable

inikishev opened this issue · 5 comments

commented

Useful information to include:

commented

Was curious, had a peek at the log.
It seems to be spammed with
[main/INFO]: OpenGL debug message, id=1281, source=API, type=ERROR, severity=HIGH, message=GL_INVALID_VALUE error generated. View frustum must not have a zero values of: (right-left), (top-bottom), or (zFar-zNear).
a quick google comes up with :
https://bugs.mojang.com/browse/MC-148346
which says that mods with overlays(and steam/discord etc overlays) could cause those issues.
maybe disable them and test 2 see if it works

Unrelated sidenote :

 - Mod 'Beenfo' (beenfo) recommends version 1.1.7 or later of mod modupdater, which is missing!
	 - You must install version 1.1.7 or later of modupdater.

Just spotted it by chance

Another unrelated sidenote:
If you have access to the world save file you could theoretically put some Lua code into the computer and run it on /startup[.lua]

i loaded the game and immediately placed turtle and opened turtle interface, typed cd.. (at least I think because I couldn't see), and closed interface, then closed the game. Didn't have any overlays.
Here is my log (there are no opengl errors)
https://github.com/nikishev1/a/blob/main/latest.log

i need to update the mod updater mod but i couldnt find it or something i dont remember had some problems so i postponed it i dont think it is required

commented

Was curious, had a peek at the log.
It seems to be spammed with
[main/INFO]: OpenGL debug message, id=1281, source=API, type=ERROR, severity=HIGH, message=GL_INVALID_VALUE error generated. View frustum must not have a zero values of: (right-left), (top-bottom), or (zFar-zNear).
a quick google comes up with :
https://bugs.mojang.com/browse/MC-148346
which says that mods with overlays(and steam/discord etc overlays) could cause those issues.
maybe disable them and test 2 see if it works

Unrelated sidenote :

 - Mod 'Beenfo' (beenfo) recommends version 1.1.7 or later of mod modupdater, which is missing!
	 - You must install version 1.1.7 or later of modupdater.

Just spotted it by chance

Another unrelated sidenote:
If you have access to the world save file you could theoretically put some Lua code into the computer and run it on /startup[.lua]

EDIT So I disabled canvas and now the interface is not glitched. So cc:restitched is incompatible with canvas renderer: https://www.curseforge.com/minecraft/mc-mods/canvas-renderer
the issue on canvas reddit:
vram-guild/canvas#102

commented

how do you put code from the save file with /startup[.lua]?

commented

Was curious, had a peek at the log.
It seems to be spammed with
[main/INFO]: OpenGL debug message, id=1281, source=API, type=ERROR, severity=HIGH, message=GL_INVALID_VALUE error generated. View frustum must not have a zero values of: (right-left), (top-bottom), or (zFar-zNear).
a quick google comes up with :
https://bugs.mojang.com/browse/MC-148346
which says that mods with overlays(and steam/discord etc overlays) could cause those issues.
maybe disable them and test 2 see if it works

Unrelated sidenote :

 - Mod 'Beenfo' (beenfo) recommends version 1.1.7 or later of mod modupdater, which is missing!
	 - You must install version 1.1.7 or later of modupdater.

Just spotted it by chance

Another unrelated sidenote:
If you have access to the world save file you could theoretically put some Lua code into the computer and run it on /startup[.lua]

commented

<world save file>/computercraft/computer/<computerID>/startup[.lua] I think