Page 5 of 16 FirstFirst 123456789101112131415 ... LastLast
Results 41 to 50 of 153

Thread: 09/10/08 TAKE 2 OFFICIAL MJS Road Runner Release

  1. #41
    Variable Bitrate
    Join Date
    Oct 2007
    Posts
    379
    ok

  2. #42
    MySQL Error
    Auto Apps:loading...

    Join Date
    Oct 2004
    Posts
    4,413
    dmistry, read
    http://www.mp3car.com/vbulletin/1247068-post4.html


    there is a bug in the code in the GetCurrentLocation function
    i could get it fixed

    im working on it now

    might be unrelated, but
    set LocalDataCaptureInterval= 0 in rr.ini
    -Thanks
    Mitch
    www.rush2112.net

    "Did you test it in carwings??"

    Sun, Come shine my way
    May healing waters bury all my pain
    Wind, Carry me home
    The fabric of reality is tearing apart
    The piece of me that died
    Will return To live again

  3. #43
    Variable Bitrate
    Join Date
    Oct 2007
    Posts
    379
    Oh I have no ziplocator.dll and my zips.dat is the newer one I have localdatacaptureinterval=5 setting to zero would mean it does update which it did fine before.

  4. #44
    MySQL Error
    Auto Apps:loading...

    Join Date
    Oct 2004
    Posts
    4,413
    ok... dont change it, ill still fix the bug

    localdatacaptureinterval=0

    cant hurt right now

    cause you got some issue, and it has to be narrowed down

    mitch
    -Thanks
    Mitch
    www.rush2112.net

    "Did you test it in carwings??"

    Sun, Come shine my way
    May healing waters bury all my pain
    Wind, Carry me home
    The fabric of reality is tearing apart
    The piece of me that died
    Will return To live again

  5. #45
    Variable Bitrate
    Join Date
    Oct 2007
    Posts
    379
    OK I will set it to zero for now thanks!

  6. #46
    Newbie koll48's Avatar
    Join Date
    Aug 2007
    Location
    NC
    Posts
    16

    RRGas

    I am using digitalfx (latest version) and RRgas showing local gas stations but its not displaying the prices. I am not sure if this is the skins issue or something else.

    I get all the info except the actual prices.

    side note
    + Its not displaying logos

  7. #47
    Variable Bitrate
    Join Date
    Jul 2006
    Posts
    361
    have you made the required skin changes to work with the plugin?
    MSI K9N6GM
    1 gig RAM
    8" Lilliput
    Onstar GPS mod
    XM
    Visteon HDZ300

  8. #48
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    9,851
    Quote Originally Posted by mitchjs View Post
    you got some seroius issues, you will need to narrow down your problems 1 at a time
    there are NO known issues, fyi you should have been testing my builds for some time. i dont know enought about your system to help you... but make sure you read the notes... which ill post again, maybe ur not running on normal Hard Drive based machine, and some files cant write.. i dont know
    srcache.ini MUST be able to write!! for example
    one thing is for sure, i KNOW you have...

    fadeinvolume=true

    fadeinvolume is so buggy, DO NOT USE IT
    EVERYONE DO NOT USE IT
    it needs a complete concept rewrite (and its complicated, audio isnt managed well in RR)
    thats why your volume is messed

    set

    fadeinvolume=false
    I will track them down 1 by 1, but the issue was that it worked perfectly using the old build, so I figured something had been changed.

    Also I notice that the Sirius file list, only has 160 channels? Why not use the correct current list that goes past 200? There are some channels around 183 that I listen to sometimes, using your hardware, so it isn't a hardware limitation!

    And for fade-in volume, I am using it. It is a great feature but should be implemented correctly. Just do a
    Code:
    if(fade_in_volume)
    {
      int increment_iterations = 20;
      foreach(line in mixer)
      {
        line.volume = 0;
      }
      for(int i = 0; i < increment_iterations; i++)
      {
        foreach(line in mixer)
        {
          line.volume += line.previous_value / increment_iterations;
        }
      }
    }
    Obviously pseudo but it shouldnt be too difficult to make it actually work.
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

  9. #49
    Wants to make it harder monkeyracer's Avatar
    Join Date
    May 2007
    Location
    Lakehood, CO
    Posts
    1,460
    Quote Originally Posted by monkeyracer View Post
    Maybe I'm using the wrong name for it, but it doesn't really matter, solid sliders, progressive sliders, all sliders dissappear underneath scrolling text. Progressive sliders dissappear if a button code overlaps it, and you mouse over the button.

    Maybe related, but my down images don't seem to work the same way they used to, if I press and hold a button, the down image should show the whole time, but it seems to flash on release. Maybe something in the recent betas that is causing both problems?
    This doesn't seem to have been something solved in any of the newest versions.

    What's the point of having a down image if it only flashes by in a fraction of a second?

    BTW, I have all the correct .dll's registered, and it used to work on previous versions of RR. (Probably broke after the 10/2007 release)
    2007 Chrysler PT Cruiser TE
    Car PC Progress:
    Planning.......[---------X-] 95%
    Parts...........[---------X-] 90%
    Fabrication...[---------X-] 90%
    RR Skin........[---------X-] 95%
    View my
    Worklog
    Road Runner Skins
    Website
    Favorite thread EVER!

  10. #50
    The Curator
    Auto Apps:loading...
    Blue ZX3's Avatar
    Join Date
    Aug 2004
    Location
    Chicago area,IL
    Posts
    4,864
    I would like to point out my RRMedia v1.0 dll fix for this newer RR verison, see bottom of first post in the RRMedia thread, or just click sig below.
    RideRunner...The #1 FE, PERIOD.

    Current Project: DFXVoice [Beta Released]
    Next in line: RRMedia v2.0

    DFX 5.1.1 Skin
    Appstore Link

    My RideRunner Plugins
    RRMedia
    RRExtended
    DFXVoice

Similar Threads

  1. PhoneControl integration w. Road Runner problem
    By Broendbjerg in forum PhoneControl
    Replies: 4
    Last Post: 11-05-2007, 12:01 PM
  2. Road Runner and Iguidance v4 locks my computer.
    By kickercivic1 in forum Road Runner
    Replies: 16
    Last Post: 10-13-2007, 08:49 AM
  3. How to Speed up Road Runner
    By JohnWPB in forum RR FAQ
    Replies: 4
    Last Post: 09-15-2007, 02:58 PM
  4. Replies: 18
    Last Post: 08-03-2007, 09:02 PM
  5. Road Runner Shell Issue
    By B|ade in forum Road Runner
    Replies: 4
    Last Post: 05-24-2007, 06:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •