|
|
|
You are here >
|
|
|
|
Forum Policy
These Discussion Forums are dedicated to the discussion of SmartPropoPlus and related subjects. It is the preferred method to obtain assistance from other members and from the developer.
There are two ways to post:
Registered Member:
|
Guest:
|
| You first have to register then login as a registered member |
Login as a guest.
Username: Guest - Password: anonymous |
| You will be notified when your post has been replied |
You will be not notified when your post has been replied because I don't have your email address. |
Please observe the following posting guidelines:
-
English language posting only, please.
-
No Advertising.
-
No Flaming or Trolling.
-
No Profanity, Racism, or Prejudice.
-
Site Moderators have the final word on approving/removing a thread or post or comment.
|
|
|
|
 | |  |
 | |  |
 | |  |
 | |  |
 | |  |
 |
|
| Guest |
 |
Joined: 10/15/2009
Posts: 55
|
|
|
First, I would like to express my gratitude, for implementing this very usefull tool! I installed it on a WinXP SP3 PC, with noch problems at all. All channels on the Tx are recognized, can be calibrated in the Sim...no issues. The radio is a TGY 9x (th9x, whatever), connected via a normal 3.5mm stereo audio jack-cable.
Now, on Win7, I can't get the SPPConsole to work at all! When I start it, there is no dialogue-box, only a tray icon. This tray-icon dissapears (also the task in the task manager) after a few seconds. - I tried re-installing - no effect - I tried it with the radio on an connected, not connected, ... no effect - I tried "compatibility mode" vith various settings, no effect - I tried to run it in a virtual WinXP console - no effect - I checked for other instances of the Console running - no, there weren't any
Again - on a normal WinXPSP3-PC, no issues at all.
Installation is the latest version from the Sourceforge site.
Any ideas, on what I might check?
|
| |
|
|
 |  |
|
| Shaul |
 |
Joined: 3/31/2009
Posts: 125
|
|
|
Sounds like bug. But, there is a point or two I'd like to better understand:
1. Are you using the FMS version of SPP? If so, this is a normal behaviour. Only that on Win7, the tray icon disapears after a few seconds. You can make it seen by clicking on the little down-arrow that is displayed on the tray.
2. If this problem sustains even in Virtual XP I suspect that there is some Hardware problem (Unusual sound card for example) that is shared by the two operating systems. Do you have some super-sophisticated RealTek card?
|
| |
|
|
 |  |
|
| Guest |
 |
Joined: 10/15/2009
Posts: 55
|
|
|
normally, the virtual XP client is not active - I just used it to check. The trayicon actually disappears - I have all tray icons displayed - it is completely gone, including te task in taskmanager!
My computer is based on an ASUS P5QPro mainboard, and I am using the onbord soundcard, which shows as "High Definition Audio-Device". It is not anything special at all.
One more thing: When I remove/deinstall SPP, and then reboot, and re-install, I can actually open the console one time! As soon as I close it - I cannot reopen it any more -> this is my problem.
Also, I am not aware that I am using any other software that may be accessing my soundcard. There is realoy nothing special on this PC. No, I am not using the FMS, but the "Generic"
|
| |
|
|
 |  |
|
| Shaul |
 |
Joined: 3/31/2009
Posts: 125
|
|
|
You seem t know what you are doing and this looks like a bug. I wander what it is in your system that triggers this. If this is just some statistical bug then moving to another (older) version of SPP might by chance solve this.
Anyway, I think that SPP thinks that another SPP process is running and exits. The mechanism is this:
/* Test if another SPPConsole is running */
if (hMuxex=OpenMutex(MUTEX_ALL_ACCESS, TRUE, MUTXCONSOLE))
{ // another instance is already running and the second instance is NOT
// launched iconified then Broadcast a message.
if (!m_Iconified)
::PostMessage(HWND_BROADCAST, WM_INTERSPPCONSOLE, 0, 0);
// Quit (No second instance allowed)
CDialog::OnCancel();
return FALSE;
}
else
hMuxex = CreateMutex(NULL, FALSE, MUTXCONSOLE);
Perhaps, for some reason the mutext is not released when the process ends. It is very difficult to debug such problems. If you somehow find what's going on I will be happy to be informed.
|
| |
|
|
 |  |
|
| Guest |
 |
Joined: 10/15/2009
Posts: 55
|
|
|
I am having a similar problem on Windows 7 64bit on Asus laptop computer. I installed this on a desktop computer, not Asus brand, and it ran beautifully. Can it be a coincidence or something to do with Asus motherboard? Thanks,
TNT
|
| |
|
|
|  |
 | |  |
 | |  |
 | |  |
|
|
|
|
|