Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Skins > RR Released Skins


Reply
 
Share Thread Tools Display Modes
Old 05-15-2007, 05:49 PM   #766
LLR
Newbie
 
Join Date: Dec 2005
Posts: 18
LLR is on a distinguished road
Could you help me with this?

The skin generates them (I donno what they are really) at a a blistering pace slowing down my PC. What should I do to stop it?

TIA
__________________
CarPC in Infiniti FX35
LLR is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-15-2007, 06:11 PM   #767
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,928
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
That it a multitude of autoit scrips running that aren't closing for some reason.
Enforcer is offline   Reply With Quote
Old 05-15-2007, 06:31 PM   #768
LLR
Newbie
 
Join Date: Dec 2005
Posts: 18
LLR is on a distinguished road
Thanks for a quick response, Enforcer
What should or shouldn't? I do to close those scripts automatically? Kill them manually is the only option for now
Moreovere, it's not only me - some ppl have the same problem too
__________________
CarPC in Infiniti FX35
LLR is offline   Reply With Quote
Old 05-15-2007, 07:02 PM   #769
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,928
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Well it depends on which autoit script / plugin it is.

It's either a case of it isn't set up correctly or that it has fixed paths in it's code and you haven't installed RR where it is expected you have.

I would

1. find out which script it is.

then

either

2. disable it

or

2. check the appropriate thread for it.


unless it is a script especially for LS's skin in which case check with him.
Enforcer is offline   Reply With Quote
Old 05-15-2007, 07:03 PM   #770
Newbie
 
Join Date: May 2007
Location: sweden
Posts: 3
jannee is an unknown quantity at this point
Looks nice!

jannee is offline   Reply With Quote
Old 05-15-2007, 09:39 PM   #771
Newbie
 
Join Date: Mar 2005
Posts: 47
Daven is on a distinguished road
Ok, maybe I'm just an idiot....considering search isnt helping I'm leaning towards user error. Where can I change the paths of the maps that the weather option is pulling from?

Also, I keep getting a red bar that likes telling me "Goodnight " It just randomly pops up as I'm moving around in the skin...any ideas? lol


Love the skin

Last edited by Daven; 05-15-2007 at 09:43 PM.
Daven is offline   Reply With Quote
Old 05-15-2007, 11:45 PM   #772
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
liquid_smoke is on a distinguished road
Quote: Originally Posted by Daven View Post
Ok, maybe I'm just an idiot....considering search isnt helping I'm leaning towards user error. Where can I change the paths of the maps that the weather option is pulling from?

Also, I keep getting a red bar that likes telling me "Goodnight " It just randomly pops up as I'm moving around in the skin...any ideas? lol


Love the skin

im guessing your talking about the weather images, there is a script that downloads the images. You will need to install autoit to edit the script and recompile it to a .exe to make changes to them.

the file name is WEATHER_LSXVOID.au3 and its found inside the skins folder.
The contents of the script are the code below.
Code:
FileChangeDir(@ScriptDir) InetGet("http://image.weather.com/images/maps/current/curwx_600x405.jpg", "USCWeather.jpg", 1) InetGet("http://image.weather.com/web/radar/us_radar_plus_usen.jpg", "USDoppler.jpg", 1) InetGet("http://image.weather.com/images/maps/current/acttemp_600x405.jpg", "USCTemp.jpg", 1)

you can point the url to any link you wish that has an image. Do not edit the text that is marked red above.

after you make the changes (and ofcourse have autoit installed) right click the .au3 script file and compile. Done.

As for the GOODBYE, you should never ever see that, its disabled by default, and even when its enabled you should only see it when you exit RR. So im not sure why you see it unless you edited the ExecTBL.ini file for the skin and mistakenly enabled it. Send me your ExecTBL.ini file and ill send it back to you with it disabled.
__________________
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101

beer replenishment fund
http://www.mp3car.com/vbulletin/rr-faq/
mp3car live search

i have joost invites, just hit me up for one.
liquid_smoke is offline   Reply With Quote
Old 05-15-2007, 11:51 PM   #773
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
liquid_smoke is on a distinguished road
Quote: Originally Posted by LLR View Post
Thanks for a quick response, Enforcer
What should or shouldn't? I do to close those scripts automatically? Kill them manually is the only option for now
Moreovere, it's not only me - some ppl have the same problem too


Im betting that its the ratings plugin that is bundled with the skin. The latest version of the ratings plugin fixes the hard coded paths. The script is looking for your RR install to be in C:\Program Files\Road Runner , if you change your install to that path it will fix the multiple instances of the script from running OR you can also update the ratings plugin to the latest version. Its found in the RR plugins subforum.

Note: I cant promise the latest version will work with the 2.x version of the skin but it should be ok.
__________________
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101

beer replenishment fund
http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
mp3car live search

i have joost invites, just hit me up for one.
liquid_smoke is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 05-16-2007, 01:34 AM   #774
Newbie
 
Join Date: Mar 2005
Posts: 47
Daven is on a distinguished road
Quote: Originally Posted by liquid_smoke View Post
stuff



Yup, Thanks for the info, got the maps adjusted to show Texas. I PM'd you a link to my ini file, thanks for offering to take a look.
Daven is offline   Reply With Quote
Old 05-16-2007, 09:09 AM   #775
LLR
Newbie
 
Join Date: Dec 2005
Posts: 18
LLR is on a distinguished road
All that talk about scripts is Greek to me.
Ok. I install RR to C:\Program Files\Road Runner
I dont want to install (or change) anything else - I JUST WANT TO DISABLE THE F***ING SCRIPT

So, please bear with me for a sec.
A right-mouse click (if I'm not mistaken) says it's IGCONTROL.exe
1) How can I "find" what script it is? (WTF is "script", btw?)
2) How can I "disable" it?

TIA
__________________
CarPC in Infiniti FX35
LLR is offline   Reply With Quote
Old 05-16-2007, 09:51 AM   #776
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,928
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Are you using iGuidance?
Enforcer is offline   Reply With Quote
Old 05-16-2007, 10:16 AM   #777
LLR
Newbie
 
Join Date: Dec 2005
Posts: 18
LLR is on a distinguished road
Thanks for the help, Enforcer. I found the answer using search

EDITED
Just tried it and it works like a charm.
Oh! BTW I "disabled" all of 'em
__________________
CarPC in Infiniti FX35

Last edited by LLR; 05-16-2007 at 10:42 AM.
LLR is offline   Reply With Quote
Old 05-17-2007, 09:56 PM   #778
Low Bitrate
 
Join Date: May 2005
Posts: 105
akberpaf is on a distinguished road
Can someone please post a link the site does not go past the main page...

thanks.
akberpaf is offline   Reply With Quote
Old 05-17-2007, 10:54 PM   #779
Low Bitrate
 
DoubleC's Avatar
 
Join Date: Nov 2005
Location: ATX
Posts: 63
DoubleC is on a distinguished road
Post 744 in this thread page #50
DoubleC is offline   Reply With Quote
Old 05-19-2007, 12:38 AM   #780
Newbie
 
blauhung's Avatar
 
Join Date: Feb 2007
Posts: 44
blauhung is an unknown quantity at this point
Hi LS, i love your skin so far, but i'm playing around with things trying to make a nice skin to integrate with the Google earth plugin and I would like to have it make use of a drop down menu.

[disclaimer] I'm new to skinning [/disclaimer]

anywho, first off do you mind if i bastardize some of code for my own uses? once this one's out of the way.

I'm planing on using your POPUP.skin as a template for what i want to do. this popup will have a few buttons that go through some of the basic functions of the GE plugin. I don't plan on using the "over-my-head" configurable buttons that you have going in there, all directly coded functions. My first kinda road block is figuring out how to get the popup window to popup on top of the existing GE window (i used a tweaked copy of your RRearthx.skin for this and it looks very pretty). so far I can get it to popup but the RRearthx.skin closes so i'm left with my desktop in the open spaces. my first thought is to create a skin that copies the base RRearthx.skin exactly (w/o buttons) and just put the popup frame on top of it in the image files, but then i'm guessing the application frame will appear on top of that. If that doesn't work, i'm thinking that there must be some way to just overlay one skin window on top of another and ignore all the clicks on the lower screen, but then i'm unsure how execute requests are handled from one skin to the lower (but i think this one is probably a non-issue).

any brain storming on how to do this anyone could lend would be cool.

__________________
(\__/)
(='.'=)
(")_(")

I have a Worklog, but I have to take pictures as it's completely out of date now.
blauhung is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HD radio skin for LSX void 3 download hugenius79 RR Skins 36 12-26-2008 02:24 PM
LSX Void Error TeamRSX RR Skins 7 12-31-2007 01:52 AM
Lsx Void Error michael2 RR Skins 4 08-15-2007 10:55 PM
StreetDeck for a 1955 Buick aforget DigitalMods (Scripts / API) 9 07-29-2007 02:01 PM
LSX Void FAQ Cali Wiki Discussion Threads 1 07-23-2007 08:00 AM



All times are GMT -5. The time now is 11:59 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics