Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 03-07-2009, 03:19 PM   #1
VENDOR - OCTech
 
Join Date: May 2007
Posts: 55
mjo151 is an unknown quantity at this point
Arrow Im geting black vertical line - FAQ

I haven't been able to get Ride Runner to run correctly after using the new install. The splashscreen for my skin shows then I just get a thin black line on the screen. I can see that RR is running on the task list. Any ideas?

Last edited by mitchjs; 03-07-2009 at 05:36 PM.
mjo151 is offline   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links

Old 03-07-2009, 03:21 PM   #2
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by mjo151 View Post
I haven't been able to get Ride Runner to run correctly after using the new install. The splashscreen for my skin shows then I just get a thin black line on the screen. I can see that RR is running on the task list. Any ideas?

Sounds like a rr.ini setting changed like fastmode=-1 (switched to something else).
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 03-07-2009, 03:30 PM   #3
VENDOR - OCTech
 
Join Date: May 2007
Posts: 55
mjo151 is an unknown quantity at this point
Quote: Originally Posted by guino View Post
Sounds like a rr.ini setting changed like fastmode=-1 (switched to something else).

I checked and fastmode is set to -1. I tried 0 and 1 but neither worked. I've attached a screenshot and the debug output if that's helpful. Thanks for the help.
Attached Images
 
Attached Files
File Type: txt debug.txt (23.1 KB, 13 views)
mjo151 is offline   Reply With Quote
Old 03-07-2009, 04:31 PM   #4
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
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
Jeez, we haven't had that one for ages.


Missing background , background path incorrect or missing graphic file.
Enforcer is online now   Reply With Quote
Old 03-07-2009, 04:39 PM   #5
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
MJO, its all in the debug

3/7/2009 3:21:51 PM: LoadSkin: C:\Program Files\RideRunner\Skins\DigitalFX 4.0\
3/7/2009 3:21:51 PM: Plugin Manager: loading SkinDir Plugins...
3/7/2009 3:21:51 PM: Plugin Manager: loading SkinDir Plugins Completed.
3/7/2009 3:21:51 PM: ERROR loading image file(s) for: menu.skin

is that path right to ur skin? is menu skin images there? (likely not, since u got the ERROR..)
let me guess u install dfx4 and its in "Road Runner" Dir (just a guess)
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 03-07-2009, 04:50 PM   #6
VENDOR - OCTech
 
Join Date: May 2007
Posts: 55
mjo151 is an unknown quantity at this point
Quote: Originally Posted by mitchjs View Post
MJO, its all in the debug

3/7/2009 3:21:51 PM: LoadSkin: C:\Program Files\RideRunner\Skins\DigitalFX 4.0\
3/7/2009 3:21:51 PM: Plugin Manager: loading SkinDir Plugins...
3/7/2009 3:21:51 PM: Plugin Manager: loading SkinDir Plugins Completed.
3/7/2009 3:21:51 PM: ERROR loading image file(s) for: menu.skin

is that path right to ur skin? is menu skin images there? (likely not, since u got the ERROR..)
let me guess u install dfx4 and its in "Road Runner" Dir (just a guess)

The path is correct and the skin images are there (menu_OFF.png, menu_ON.png). Is it possible there is some dll that isn't registered correctly or something? I am getting the same error with the default carwings skin. Also, when I goto my old Road Runner directory and try to run I get that same problem, even though it was working prior to the install.

thanks.
mjo151 is offline   Reply With Quote
Old 03-07-2009, 05:10 PM   #7
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
actualy that error can be GENERATED from alot of different reasons
if a bitmap fails to create
which if fastmode = -1, could be GDI issue

which there is gdi, dlls

you did use the installer right?
if so that dll would be registered
GDIPlusWrapper.dll

AND u have to have GDI+ on ur system, which it IS in normal XP
but if u "lite"d the os...
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 03-07-2009, 05:12 PM   #8
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
FYI

the Microsoft dll is

gdiplus.dll

which i do stick in the RR dir
but it prob already is on ur system
in system32

ALSO WinSxS (Side by Side) should handle this
and the correct dll should load
UNLESS u delete, or messed with WinSxS

u can delete the gdiplus.dll in RR dir, it shouldnt ever be used anyway (prob could elim from installer)
(NOT GDIPlusWrapper.dll, that IS BEING used)
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live

Last edited by mitchjs; 03-07-2009 at 05:22 PM.
mitchjs is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 03-07-2009, 05:17 PM   #9
VENDOR - OCTech
 
Join Date: May 2007
Posts: 55
mjo151 is an unknown quantity at this point
Quote: Originally Posted by mitchjs View Post
actualy that error can be GENERATED from alot of different reasons
if a bitmap fails to create
which if fastmode = -1, could be GDI issue

which there is gdi, dlls

you did use the installer right?
if so that dll would be registered
GDIPlusWrapper.dll

AND u have to have GDI+ on ur system, which it IS in normal XP
but if u "lite"d the os...

Mitch you are a genius! I ran regsvr32 on GDIPlusWrapper.dll and now its working. I did run the installer so not sure why it didn't work correctly. Anyway, thanks for the help.
mjo151 is offline   Reply With Quote
Old 03-07-2009, 05:29 PM   #10
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
yes, i was about to post
i unregged my wrapper
and it did the same

i dont see how the registration failed, if u used the installer
unless U RAN the uninstall on another directory!!!!

like u installed it twice, then uninstalled one of them!!!

that would cause the .dll to be unregged!!!


mitch
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 03-07-2009, 07:00 PM   #11
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
I just added some debug.txt logging to identify this problem in the future
and a suggestion to register the wrapper
will be in next months build

and FYI, reason u get an error without GDIWrapper, is the images are PNGs
VB6 doesnt support PNGs (too old)
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 03-10-2009, 11:57 AM   #12
Newbie
 
Join Date: Apr 2008
Posts: 11
diomedes is an unknown quantity at this point
subscribed
diomedes is offline   Reply With Quote
Old 03-10-2009, 12:08 PM   #13
VENDOR - OCTech
 
Join Date: May 2007
Posts: 55
mjo151 is an unknown quantity at this point
Quote: Originally Posted by mitchjs View Post
yes, i was about to post
i unregged my wrapper
and it did the same

i dont see how the registration failed, if u used the installer
unless U RAN the uninstall on another directory!!!!

like u installed it twice, then uninstalled one of them!!!

that would cause the .dll to be unregged!!!


mitch

Sorry I didn't realize my post was moved. I only installed once. My old roadrunner "install" wasn't from an install but rather an xcopy so I never did an uninstall. Not sure how it got into that weird state...
mjo151 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
BLACK & WHITE_APPLE 800x600 & 800x480 released GF-ler RR Skins 85 01-04-2009 03:02 PM
Hooking up amp question REM line Jake General Hardware Discussion 6 02-09-2007 03:19 PM
Sirius AUX in Connection to BMW e46 - line failing melukin Car Audio 0 11-22-2006 04:23 PM
help with line in plugin please... tja Road Runner 8 10-22-2006 07:33 PM
16x2 LCD HD44780 nothing but black squares on 2nd line! sleddog1 General Hardware Discussion 2 09-23-1999 08:33 PM



All times are GMT -5. The time now is 11:51 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