Re: [Opensim-dev] mono *.exe crashes if screen is smaller than created...

2009-07-14 Thread Arthur Valadares
Of Torrid Luna Sent: Friday, 10 July 2009 6:50 PM To: opensim-dev@lists.berlios.de Subject: Re: [Opensim-dev] mono *.exe crashes if screen is smaller than created... Also sprach Mojito Sorbet (mojitot...@gmail.com): Why can't the consoles just use ReadLine and WriteLine? That would

Re: [Opensim-dev] mono *.exe crashes if screen is smaller than created...

2009-07-11 Thread Melanie
...@lists.berlios.de] On Behalf Of Torrid Luna Sent: Friday, 10 July 2009 6:50 PM To: opensim-dev@lists.berlios.de Subject: Re: [Opensim-dev] mono *.exe crashes if screen is smaller than created... Also sprach Mojito Sorbet (mojitot...@gmail.com): Why can't the consoles just use ReadLine

Re: [Opensim-dev] mono *.exe crashes if screen is smaller than created...

2009-07-10 Thread Sean Hennessee
Note added to existing Mantis noting that adding -gui=true does not fix the problem when the screen size has been reduced between screen connections. I am using OpenSim release 9960, on CentOS 5, Mono JIT compiler version 2.4. Is there a simple, very basic, text only console that doesn't

Re: [Opensim-dev] mono *.exe crashes if screen is smaller than created...

2009-07-10 Thread Mojito Sorbet
Why can't the consoles just use ReadLine and WriteLine? That would make it easier to interface with in a variety of ways? On Fri, Jul 10, 2009 at 12:01 PM, Sean Hennessee s...@uci.edu wrote: Is there a simple, very basic, text only console that doesn't attempt to position the cursor to

Re: [Opensim-dev] mono *.exe crashes if screen is smaller than created...

2009-07-10 Thread Torrid Luna
Also sprach Mojito Sorbet (mojitot...@gmail.com): Why can't the consoles just use ReadLine and WriteLine? That would make it easier to interface with in a variety of ways? +1 Coming from Unix, I had these kind of problems only with Cisco Terminals, Windows Telnet emulations and Opensim so

Re: [Opensim-dev] mono *.exe crashes if screen is smaller than created...

2009-07-10 Thread Mojito Sorbet
Not to mention various ways of spawning and piping to construct console aggregators. I had one almost working over Jabber once, except for that darn ReadChar in there. On Sat, 2009-07-11 at 03:50 +0200, Torrid Luna wrote: Also sprach Mojito Sorbet (mojitot...@gmail.com): Why can't the

Re: [Opensim-dev] mono *.exe crashes if screen is smaller than created...

2009-07-10 Thread Melanie
This stuff is somewhat of a work in progress. One, there is a Mono bug. While .NET makes the variables for screen and window size track changes to the window, Mono does not. However, it also doesn't keep the process' window at a fixed logical size. Rather, it does the worst of all options: It

Re: [Opensim-dev] mono *.exe crashes if screen is smaller than created...

2009-07-10 Thread Frisby, Adam
2009 6:50 PM To: opensim-dev@lists.berlios.de Subject: Re: [Opensim-dev] mono *.exe crashes if screen is smaller than created... Also sprach Mojito Sorbet (mojitot...@gmail.com): Why can't the consoles just use ReadLine and WriteLine? That would make it easier to interface