Describe the bug
Trying to type { or } is not possible
AND
Compiling a main.c file using tcc just results in tcc segfaulting
To Reproduce
Steps to reproduce the behavior: (Singleplayer)
- Build and place computer
- Open
main.c-file using nano (nano main.c)
- Try to type simple
Hello World-program --> Can't type {, } and \
(and for tccs problem: continue with 4)
- Copy-paste
Hello-World-program in nano, save and quit nano
- Try to compile
main.c using tcc (tcc -std=c11 main.c -o main.out) --> tcc segfaults
Log files
(Don't see any log files... or I'm just blind)
Expected behavior
Being able to type those characters and tcc working
Screenshots
(Not much to see here...)
Versions (please complete the following information):
- Minecraft: 1.18.2
- Forge: 40.2.0
- OC2: 0.1.8 [3feb69b, if this is useful...]
Describe the bug
Trying to type
{or}is not possibleAND
Compiling a
main.cfile usingtccjust results in tcc segfaultingTo Reproduce
Steps to reproduce the behavior: (Singleplayer)
main.c-file usingnano(nano main.c)Hello World-program --> Can't type{,}and\(and for
tccs problem: continue with 4)Hello-World-program innano, save and quitnanomain.cusingtcc(tcc -std=c11 main.c -o main.out) -->tccsegfaultsLog files
(Don't see any log files... or I'm just blind)
Expected behavior
Being able to type those characters and
tccworkingScreenshots
(Not much to see here...)
Versions (please complete the following information):