Re: [Gambas-user] I think I might have a corrupt project

2014-11-12 Thread Charlie Reinl
Am Mittwoch, den 12.11.2014, 14:48 +0100 schrieb Tobias Boege: > On Wed, 12 Nov 2014, Martin McGlensey wrote: > > Tobi, > > > > > > > > The project was created by user marty not root. The permissions on the > > project directory and the backup directory are the same. Owner = marty read > > and

Re: [Gambas-user] I think I might have a corrupt project

2014-11-12 Thread Tobias Boege
On Wed, 12 Nov 2014, Martin McGlensey wrote: > Tobi, > > > > The project was created by user marty not root. The permissions on the > project directory and the backup directory are the same. Owner = marty read > and write, group = marty read and write and other read only. I've copied all > of t

Re: [Gambas-user] I think I might have a corrupt project

2014-11-12 Thread Martin McGlensey
Tobi, The project was created by user marty not root. The permissions on the project directory and the backup directory are the same. Owner = marty read and write, group = marty read and write and other read only. I've copied all of the files into the new database using sources -> new -> form -

Re: [Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Tobias Boege
On Tue, 11 Nov 2014, Martin McGlensey wrote: > Tobi, > > > > Some more information. I created a new project then imported the minimal > files need to test it from the original project. They are the Main Men > (startup class), form1, form2 and the module containing the connection. > Commented ou

[Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Martin McGlensey
Tobi, Some more information. I created a new project then imported the minimal files need to test it from the original project. They are the Main Men (startup class), form1, form2 and the module containing the connection. Commented out all references to forms not loaded. Now the connection and

Re: [Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Charlie Reinl
Am Dienstag, den 11.11.2014, 21:30 +0100 schrieb Tobias Boege: > On Tue, 11 Nov 2014, Martin McGlensey wrote: > > Tobi, > > > > > > > > Did as you suggested. > > > > > > > > $ cd /your/project/directory > > > > $ rm -r .gambas > > > > $ gbc3 -ga > > > > > > > > Had to be root t

Re: [Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Tobias Boege
On Tue, 11 Nov 2014, Martin McGlensey wrote: > Tobi, > > > > Did as you suggested. > > > > $ cd /your/project/directory > > $ rm -r .gambas > > $ gbc3 -ga > > > > Had to be root to rm the .gambas directory. Recompiled usin gbc3 -ga. Files > in .gambas directory now show date of

Re: [Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Martin McGlensey
Tobi, Did as you suggested. $ cd /your/project/directory $ rm -r .gambas $ gbc3 -ga Had to be root to rm the .gambas directory. Recompiled usin gbc3 -ga. Files in .gambas directory now show date of 11/11. Errors still present. No change. If it's syntax. How can I find the o

Re: [Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Tobias Boege
On Tue, 11 Nov 2014, Martin McGlensey wrote: > Hello, > > > > Have a large Gambas database app that I have been developing over the past > year. It had been working well up until last night. I was adding a new form > and debugging an older one. Now I'm getting strange error messages. For > exam

[Gambas-user] I think I might have a corrupt project

2014-11-11 Thread Martin McGlensey
Hello, Have a large Gambas database app that I have been developing over the past year. It had been working well up until last night. I was adding a new form and debugging an older one. Now I'm getting strange error messages. For example - Message.Info("You are in bad trouble now!") gets "unabl