MariaTheDinkus / cc-tweaked-fabric

CC: Tweaked ported for Fabric 1.14.x
Other
19 stars 8 forks source link

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

Open inikishev opened 3 years ago

inikishev commented 3 years ago

Useful information to include:

MightyHelper commented 3 years ago

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]

inikishev commented 3 years ago

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

inikishev commented 3 years ago

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: https://github.com/grondag/canvas/issues/102

inikishev commented 3 years ago

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

MightyHelper commented 3 years ago

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