Just can't stay away
Joined: 2009/10/7 1:11 Last Login
: 10/27 15:47
From Odense
Group:
Registered Users
|
@Chris
Hmm... My best guess is still, that is has something to do with the SingleApp localhost connection. It will always load all the basic components, but if it reaches main() and thinks, that another instance is running, it will stop execution at that point and never show the user interface.
Have you checked, if the app shuts down properly? You can see, if the process disappears from the process list in Ranger.
Can you maybe build a version with no SingleApp handling?? Usually there is an alternative main() function, that can easily be enabled or some other easy way of turning on SingleApp checking.
|