Weird issues on start #2

Open
opened 2015-08-15 00:36:59 +02:00 by GoogleCodeExporter · 0 comments
GoogleCodeExporter commented 2015-08-15 00:36:59 +02:00 (Migrated from github.com)
What steps will reproduce the problem?
1. Install from Setup File
2. Run once, set up, shutdown.
3. Run for second time.

What is the expected output? What do you see instead?
Program should run correctly.
"if (!XBMC.Status.WebServerEnabled())" in "XBMControlF1" produces 
false-positive and attempts to close the application for no reason which is 
causing "Application.Run(new MainForm());" in "Program" to error out when 
"MainForm" disposes. 

What version of the product are you using? On what operating system?
0.4.7, Windows 7 x32

Please provide any additional information below.
Using an older version did not produce this error, but I can remember which 
version that is for the life of me. 

Original issue reported on code.google.com by jacob.ho...@gmail.com on 5 Oct 2010 at 10:27

``` What steps will reproduce the problem? 1. Install from Setup File 2. Run once, set up, shutdown. 3. Run for second time. What is the expected output? What do you see instead? Program should run correctly. "if (!XBMC.Status.WebServerEnabled())" in "XBMControlF1" produces false-positive and attempts to close the application for no reason which is causing "Application.Run(new MainForm());" in "Program" to error out when "MainForm" disposes. What version of the product are you using? On what operating system? 0.4.7, Windows 7 x32 Please provide any additional information below. Using an older version did not produce this error, but I can remember which version that is for the life of me. ``` Original issue reported on code.google.com by `jacob.ho...@gmail.com` on 5 Oct 2010 at 10:27
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: bram/xbmcontrol#2
No description provided.