Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
05-06-2008, 01:04 AM
|
#1
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 454
|
application shutdown on rr exit..
Now, does anyone experience that some of the ext. embedded app doesn't get shutdown when you exit RR?
It closes ig4, and other plugins..winamp most of the time.. even closes mpc, but, some of the application, it doesn't.... Is this a known issue, or am i doing something wrong? I like to have everything close on rr exit... i also set that flag in rrconfig too... What am i doing wrong?
Thanks. shoot.. screwed up the title... sorry....
Last edited by brandensin : 05-06-2008 at 10:56 AM.
|
|
|
05-06-2008, 08:49 AM
|
#2
|
|
Wants to make it harder
Join Date: May 2007
Location: Lakehood, CO
Vehicle: 2007 PT Cruiser Touring
Posts: 1,065
|
You can edit the thread title by double clicking it in the subforum or by changing to the more advanced editor.
I have an issue where it sometimes doesn't want to close winamp. For example; I'll make some changes in skineditor, and load RR, close rr, make more changes, load rr to test and since winamp didn't close properly, there are two instances, and rr doesn't know which one to pull info from. So I have to open up task manager, close all instances of winamp, and restart RR. I don't seem to have this issue with any other program, RR closes them fine, just winamp. I can try the "CLOSEWINAMP" code, but I test a lot of skins, and it's fairly annoying to add that to every skin I test.
@OP - from the skincommands.txt:
Quote:
"CLOSEWINDOW" - This allows you to close any running application based on the given window title. The application may request the user to save any unsaved data before closing, so beware.
Example: "CLOSEWINDOW;Notepad"
So whatever applications are having issues, just put this code after double pipes || to close out the stuff that RR didn't (but RR should just close anything that is embedded) on your exit button.
|
|
|
05-06-2008, 10:39 AM
|
#3
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 454
|
I can live with the way wimamp not being consistent.. but, other applications it just won't close at all... I want something like this monkeyracer, "shutdown||closewindow" but, that wouldnt' work as you know.. Is there something like this, "closeAllOpenWindows"?
|
|
|
05-06-2008, 10:45 AM
|
#4
|
|
Wants to make it harder
Join Date: May 2007
Location: Lakehood, CO
Vehicle: 2007 PT Cruiser Touring
Posts: 1,065
|
it would be:
"SHUTDOWN||CLOSEWINDOW;"
This would close EVERY open window, I haven't tested it, but with nothing after the semicolon rr will tell windows to close any program with a windows name. (I think you just need to add the semicolon to the code.)
or to close specific windows:
"EXIT||CLOSEWINDOW;Notepad||CLOSEWINDOW;Inbox||CLO SEWINAMP" And so on, you shouldn't have more than a few programs embedded into your skin, so it shouldn't be too hard to do this.
|
|
|
05-06-2008, 10:51 AM
|
#5
|
|
Maximum Bitrate
Join Date: Aug 2006
Location: Sun Diego
Vehicle: 2001 A4 1.8TQMS
Posts: 865
|
In rr.ini:
closeapps=true|false
Close any open embedded applications on exit
|
|
|
05-06-2008, 10:52 AM
|
#6
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 454
|
hmm... no luck... well.. i just gonna have to close it explicitly..
let me try that Sal...
well... just confirmed it was set to true...
closeapps=true
Last edited by brandensin : 05-06-2008 at 10:55 AM.
|
|
|
05-06-2008, 11:08 AM
|
#7
|
|
Maximum Bitrate
Join Date: Aug 2006
Location: Sun Diego
Vehicle: 2001 A4 1.8TQMS
Posts: 865
|
What version of RR are you using?
I use a few external apps (VAG-COM, System Manager, Filemanger, Notepad, etc.) embedded and they all close when I exit RR.
|
|
|
05-06-2008, 11:21 AM
|
#8
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 454
|
dec 13 2007.... It won't close garmin mobile pc  it still runs after rr being out...
|
|
|
05-06-2008, 11:32 AM
|
#9
|
|
Wants to make it harder
Join Date: May 2007
Location: Lakehood, CO
Vehicle: 2007 PT Cruiser Touring
Posts: 1,065
|
If that's the only program that doesn't close, either add the windows name to
embedapplist=[windows name]
in rr.ini,
or use the CLOSEWINDOW;[windows name]
Just replace the [windows name] with what the actual windows name is (winspector spy will help find this)
|
|
|
05-06-2008, 11:33 AM
|
#10
|
|
Maximum Bitrate
Join Date: Jul 2005
Location: upland california us
Vehicle: 1981 chevy el camino
Posts: 758
|
some app's dont close at all when exiting, freefone, imageviewer, and rainlendar are the ones i know for sure they always keep running. sonic added a command 'ONEXIT" (i think)to one of his beta's, hope it makes it to the official soon.
|
|
|
05-06-2008, 12:06 PM
|
#11
|
|
Maximum Bitrate
Join Date: Dec 2007
Posts: 454
|
monkeyracer, i already have tried ur suggestion.. it didn't do it on shutdown.. it might close it when exiting a skin, but that's not what i want... i want it to happen when i close RR.... RR is big daddy... daddy says everyone go to bed... then it's a nap time for everyone, no BUT..
el,
so, it's a known thing.... well... guess i have to wait for sonic's magic command too then.....
thanks guys..
Last edited by brandensin : 05-06-2008 at 12:09 PM.
|
|
|
05-07-2008, 01:27 PM
|
#12
|
|
Road Runner & Mp3car Gatherings Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Vehicle: 99 Mitsubishi Eclipse
Posts: 2,669
|
Manually kill a task
Its not a perfect sollution, but works perfectly for me. I simply wrote a small script, that I can pass the name of a task to, and it will kill it.
To Kill Winamp for instance, I have the following line in my Exectbl.ini:
Code:
"KillWinamp","RunQ;$skinpath$scripts\Kill_Task.exe|winamp.exe"
On the Exit button in my skin, I have:
This way when I close RR, Winamp is forced to close.
Simply change the winamp.exe to any process you want to kill and create more lines in the exectbl for each thing you want to be sure is closed, Rainlender for instnace:
Code:
"KillRainlender","RunQ;$skinpath$scripts\Kill_Task.exe|Rainlender.exe"
SO now your exit button would have the following code to close both:
Code:
"KillRainlender||KillRainlender||QUIT"
Attached it the zipped up .exe
Last edited by JohnWPB : 06-11-2008 at 05:17 PM.
|
|
|
05-07-2008, 02:31 PM
|
#13
|
|
Newbie
Join Date: May 2007
Posts: 25
|
Thanks John, you're a star!!!
|
|
|
05-08-2008, 03:17 PM
|
#14
|
|
Variable Bitrate
Join Date: Jul 2007
Location: Ireland
Vehicle: 2006 Skoda Superb
Posts: 294
|
Hey John,
Can we all use that little TaskKiller .. it would be very useful ?
Thanks
Valheru ...
__________________
-------------------------------
Check out the TEKNIK skins here
|
|
|
05-08-2008, 04:45 PM
|
#15
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Vehicle: 1997 BMW E36 328I
Posts: 9,727
|
Try to have RoadRunner start the program.
Normally any program started as a child of another program will close when the parent closes (unless Guino has down something special to start external Programs)
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:41 AM.
|
|