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.
|
06-23-2005, 09:20 PM
|
#16
|
|
Raw Wave
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
|
Hmm, I have only used one mobo, several xp installations...
at first I was using NMC... I would get music about 1 second before my desktop/frontend would reappear... basically, coming out of hibernation I would get "Windows is resuming.......................................... ........."MUSIC STARTS"..."Back to Frontend...
Then I think I started having problems after a while of using RR (I *think* the really old versions didnt have this, but maybe it happened when i switched from NMC to RR)...
I tried on my laptop and RR hibernates fine without touching ANYTHING. Could you maybe add a command that we could put in ExecTBL to try and move the cursor manually 5 pixels or something? (Of course we must give a slight delay... maybe 2 functions WAIT;500||MOUSEMVX;-5 to wait 1/2 second, and then move mouse -f pixels on X axis? Dunno, just a suggestion
__________________
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
|
|
|
06-23-2005, 09:37 PM
|
#17
|
|
Calm Down Or Get A 2 Week Vacation -Love The Forum Policeman
Join Date: Jan 2003
Posts: 3,604
|
Quote: Originally Posted by RoyN
Hmm, I have only used one mobo, several xp installations...
at first I was using NMC... I would get music about 1 second before my desktop/frontend would reappear... basically, coming out of hibernation I would get "Windows is resuming.......................................... ........."MUSIC STARTS"..."Back to Frontend...
Then I think I started having problems after a while of using RR (I *think* the really old versions didnt have this, but maybe it happened when i switched from NMC to RR)...
I tried on my laptop and RR hibernates fine without touching ANYTHING. Could you maybe add a command that we could put in ExecTBL to try and move the cursor manually 5 pixels or something? (Of course we must give a slight delay... maybe 2 functions WAIT;500||MOUSEMVX;-5 to wait 1/2 second, and then move mouse -f pixels on X axis? Dunno, just a suggestion
I like that idea. Have no idea how practical it is, but I like it anyway.
Michael
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
|
|
|
06-23-2005, 09:38 PM
|
#18
|
|
Raw Wave
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
|
it would only really be useful if it solves that problem! 
__________________
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
|
|
|
06-23-2005, 11:42 PM
|
#19
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,022
|
The effect you got with NMC is the result of IGNORING hibernation.. you can do that by using the hibernateaware=false setting in RR.INI... I'm pretty sure the problem with the music is something winamp related, while I can't prove it (nor debug it, since I've never seen it), have you tried to open winamp (ALONE) hibernate and resume (while playing music) to see what happens ?
For moving the mouse you can use "CTRLLEFT" or "CTRLRIGHT" (will move the mouse away from the screen). I'd try those two settings in ExecTBL.INI:
"ONRESUME","CTRLLEFT"
or (close/re-open winamp for a "wait" effect):
"ONSUSPEND","CLOSEWINAMP"
"ONRESUME","STARTWINAMP||CTRLLEFT"
If the above doesn't work then it's unlikely any SOFTWARE operation will be able to simulate the mouse move for your hardware to work -- In my opinion something with the mouse driver could be "locking up" when resuming and preventing any other application from receiving the "RESUME" message from windows ... but then again I can't be sure since the hibernateaware=false settings seems to have no effect.
__________________
Road 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."
|
|
|
06-23-2005, 11:45 PM
|
#20
|
|
Calm Down Or Get A 2 Week Vacation -Love The Forum Policeman
Join Date: Jan 2003
Posts: 3,604
|
Yippeee, the INI hack worked for me with the latest version of RR.
Michael
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
|
|
|
06-23-2005, 11:53 PM
|
#21
|
|
Raw Wave
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
|
Hmm, I'll try tomorrow. what is the DISadvantage, if any, to adding hibernateaware=1?
__________________
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
|
|
|
06-24-2005, 12:41 AM
|
#22
|
|
Calm Down Or Get A 2 Week Vacation -Love The Forum Policeman
Join Date: Jan 2003
Posts: 3,604
|
Quote: Originally Posted by RoyN
Hmm, I'll try tomorrow. what is the DISadvantage, if any, to adding hibernateaware=1?
I think I added hibernateaware=true, or false, or whatever. It is in the thread somewhere.
Michael
__________________
...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.
|
|
|
06-24-2005, 12:45 AM
|
#23
|
|
Raw Wave
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
|
Yeah, yeah, that is well documented in this thread.. it disables RR's "awareness" of hibernation, I'm still, however, trying to understand what if any is the disadvantage to doing that... 
__________________
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
|
|
|
06-24-2005, 01:34 AM
|
#24
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,022
|
On hibernation, RR will close/open any ports it has opened, and stop music playback then resume it.. if hibernateaware=false is present, it will simply ignore the hibernation process and let the applications/windows handle it on their own. I am amazed that after so much talk of hibernation issues you have not yet tried it.
__________________
Road 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."
|
|
|
06-24-2005, 01:41 AM
|
#25
|
|
Raw Wave
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
|
Amazed you might be... I mentioned, however more than once that I would test as soon as I could get to my carpc, unfortunately I have been having a ton of problems on it... and my other computers dont have the issue, so nothing to test on them... that particulat unit that presents the bug will hopefully be exposed to the test tomorrow... 
__________________
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
|
|
|
06-24-2005, 05:53 PM
|
#26
|
|
Raw Wave
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
|
I too confirm that hibernateaware=false fixes it for me
__________________
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
|
|
|
06-24-2005, 06:08 PM
|
#27
|
|
Raw Wave
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
|
Guino, now that I think more about this, what kind of ports are you openning and closing? Would they pose a problem if not opened/closed appropriately?
I could suggest 3 levels of hibernationawareness... 0 (ignore) 1 (close ports, etc, ignore music) 2 (as uhave now, stop music, start music)...
That way we can still benefit from the recovery from hibernation for ports and such, but wont have problems with music that doesnt start
__________________
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
|
|
|
06-24-2005, 10:03 PM
|
#28
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,022
|
I'd go as far as to add that hibernate "level" support but there's no ground basis to assume that it's winamp and not the com port stuff that's messing up the resume.. the only reason why I close the com ports is because some serial devices may prevent the computer from hibernating if not closed. If hibernateaware=false works for you, then there's no benefit whatsoever in closing the serial ports on your system.. The ports RR closes are the GPS, Serial Sensor and XM -- Only if they're setup in RRConfig (doesn't control anything used in external apps).
__________________
Road 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."
|
|
|
06-25-2005, 03:16 AM
|
#29
|
|
Raw Wave
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
|
OK Guino, I'll post back if I have any issues...
For now, FD treats its own hibernation (in my case OEM GPS), I dont have any sensors to test, so hibernateaware=false is great for me!
I'll keep you posted, once again sorry for the delay in testing this stuff out...
Cheers!
PS: could you add a hibernateaware option in RRConfig whenever you have some time.. 
__________________
Roy
2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
|
|
|
09-28-2005, 11:06 PM
|
#30
|
|
Newbie
Join Date: Sep 2005
Location: Moree NSW
Vehicle: 1984 XF Falcon S-Pac Wagon
Posts: 3
|
Well, after just experiencing this myself. I've got some more details to add.
* Running winamp by itself and hibernating/resuming works fine. Which would lead me to believe it the front end (RR).
* ONRESUME CTRLLEFT doesn't help.
* My situation: I need to just move the mouse and everything is good.
* Using hiberateaware=false works for the audio, but my clock doesn't resume until I move my mouse.
|
|
|
|
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 06:15 PM.
|
|