Using "gedit", a string of errors occours
Posted
by
Kumuluzz
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Kumuluzz
Published on 2012-01-30T23:20:02Z
Indexed on
2012/06/25
21:23 UTC
Read the original article
Hit count: 188
I'm trying to program some small programs in C in terminal and gedit. But everytime i use gedit then a string of errors occours.
When i open a new file nothing happens. But in the exact same moment i save the file, then a string of erros coour. Also if i open an already existing file (not a new one), then when the gedit window opens the old file all the lines of errors are writen. In both cases in less than a second and nothing more happens.
An example to the error: "error: line 35272: 0 is wrong flag id".
They are all similar to this, except the line number is different. There are like 50 of them.
I'm running 11.10, just installed it a couple of days again (yes, i'm a newbie) and i've updated all the files recently.
I've tried reinstalling gedit via:
sudo apt-get --reinstall install gedit
It kinda made it worse, now a lot of the lines are shown twice. So now it goes (this is a copy of the first lines of error):
error: line 6787: 0 is wrong flag id
error: line 10034: 0 is wrong flag id
error: line 10034: 0 is wrong flag id
error: line 11351: 0 is wrong flag id
error: line 11351: 0 is wrong flag id
error: line 11849: 0 is wrong flag id
error: line 11849: 0 is wrong flag id
error: line 15609: 0 is wrong flag id
error: line 15609: 0 is wrong flag id
error: line 19814: 0 is wrong flag id
© Ask Ubuntu or respective owner