doenietzomoeilijk / navbot

Automatically exported from code.google.com/p/navbot
0 stars 0 forks source link

Remove feature to check if navbot already running for linux use #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
currently i have navbot loading in linux but it will not sit in the taskbar as 
it complains that another copy is already running. i suspect this is something 
to do with the wine config and .netfx setup i have and the conversion of some 
system api calls made. i think it also detects the background linux process 
somehow. But i think if you remove the check , that checks if it is already 
running then. it will run on linux just fine. Here's hoping someone wanna do 
this quick so i can get trading again and test for us all.
Large

Original issue reported on code.google.com by OLarge...@gmail.com on 26 Nov 2010 at 10:55

GoogleCodeExporter commented 9 years ago
Actually, it's not that simple. The error message you are seeing is just a 
fallback exception message. If you debug it you'll find that PageServer itself 
is failing because the old AppSettings mechanism is not working properly in 
mono (it's deprecated > .net 2.0 I think) and therefore initializing with no 
valid URL.

See Issue 9.

Original comment by georgpsw...@googlemail.com on 27 Nov 2010 at 10:48