Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nano can't type {, }, \ and possibly other characters as well AND tcc segfaults on compile #269

Open
RedCookieLP opened this issue Jul 3, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@RedCookieLP
Copy link

RedCookieLP commented Jul 3, 2023

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)

  1. Build and place computer
  2. Open main.c-file using nano (nano main.c)
  3. Try to type simple Hello World-program --> Can't type {, } and \
    (and for tccs problem: continue with 4)
  4. Copy-paste Hello-World-program in nano, save and quit nano
  5. 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...]
@RedCookieLP RedCookieLP added the bug Something isn't working label Jul 3, 2023
@RedCookieLP RedCookieLP changed the title nano can't type '{', '}', \ and possibly other characters as well AND tcc segfaults on compile nano can't type {, }, \ and possibly other characters as well AND tcc segfaults on compile Jul 3, 2023
@atirut-w
Copy link

atirut-w commented Jul 4, 2023

Are you sure you don't wanna split this into two issues?

@xiaoniaoawa
Copy link

and nano can't type and paste any Chinese word:
example: all Chinese word will paste as a random characters(abcdef举个例子12345 ---> - abcdef12345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants