Author |
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: February 14 2007 at 13:33 | IP Logged
|
|
|
Amen, brother! Wait AT LEAST until SP1, if not SP2.
|
Back to Top |
|
|
CopyRon Newbie
Joined: November 19 2006 Location: United States
Online Status: Offline Posts: 4
|
Posted: February 14 2007 at 17:26 | IP Logged
|
|
|
Well, I been on Vista since Beta 1 and for me there's no going back.
I am running Vista Ultimate, and basically it really outshines XP.
I can also boot into XP, so I am not really stuck, but I enjoy using Vista and look forward to running all my Apps here.
Your mileage may vary!!!
__________________ It wasn't broke 'til I fixed it!!
|
Back to Top |
|
|
johnnynine Newbie
Joined: February 13 2007
Online Status: Offline Posts: 3
|
Posted: February 15 2007 at 01:07 | IP Logged
|
|
|
Yes I have 64 bit Vista Ultimate installed, dual boot with XP.... however you loose your vista restore points when you boot to xp.
In any case, is there any word on vista compatibility.
|
Back to Top |
|
|
CopyRon Newbie
Joined: November 19 2006 Location: United States
Online Status: Offline Posts: 4
|
Posted: February 15 2007 at 06:51 | IP Logged
|
|
|
I don't dual boot, each of my installations are on separate HDs, the other was removed when each installed, my two OSs don't know the other exists.
I choose which HD to boot to in the bios.
__________________ It wasn't broke 'til I fixed it!!
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: February 15 2007 at 11:13 | IP Logged
|
|
|
Johnnynine,
Welcome (back ) to PowerHome! I hope the previous problems are all worked out .
Ive been waiting for my Microsoft Developer Select Media to arrive with the final version (should be any day now). Once it arrives, I'll load it up and do what it takes to get PowerHome running.
Dave.
|
Back to Top |
|
|
johnnynine Newbie
Joined: February 13 2007
Online Status: Offline Posts: 3
|
Posted: February 15 2007 at 19:53 | IP Logged
|
|
|
dhoward wrote:
Johnnynine,
Welcome (back ) to PowerHome! I hope the previous problems are all worked out .
Ive been waiting for my Microsoft Developer Select Media to arrive with the final version (should be any day now). Once it arrives, I'll load it up and do what it takes to get PowerHome running.
Dave.
|
|
|
Hello, thank you. I was looking at PowerHome initially for insteon link management. And I did have some problems, but it looks like PowerHome has come a long way since then. I also shelved my insteon switches for about 8 months or so and am trying to reevaluate lighting control options. So I installed PowerHome in Vista to see if it would satisfy my requirements for linking.
Please let us know when you get the vista quirks worked out.
Thanks
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: February 19 2007 at 13:43 | IP Logged
|
|
|
Johnny,
If you've installed PowerHome under Vista already, can you post for me what specific errors you got? A couple of others have gotten varying results and it would help to get as much feedback as possible. I may even be able to come up with something before I get my copy of Vista.
Thanks,
Dave.
|
Back to Top |
|
|
geo_geer Newbie
Joined: November 28 2006 Location: Canada
Online Status: Offline Posts: 7
|
Posted: February 26 2007 at 15:01 | IP Logged
|
|
|
I'm getting the Script Server: -2 error as well.
I click OK, then I get this:
A critical error occurred at 2007-02-26 12:59:43.604.
PowerHome Version: 1.03.4.9
Error Number: 35
Error Message: Error calling external object function f_phscrver at line 18 in function f_framestartup of object w_frame.
Window: w_frame
Object: w_frame
Event: f_framestartup
Line: 18
I'm running Vista Ultimate 32bit.
Thanks for getting this sorted out soon Dave.
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: February 28 2007 at 15:32 | IP Logged
|
|
|
The -2 error means that the PowerHome ScriptServer activex classname was not found. Of course, the f_phscrver function will now fail since the SS activex did not load.
For some reason, the PH ScriptServer does not seem to be properly registering or installing with Vista. Below is a Regedit file for the PowerHome ScriptServer (phscr.pbd in the PowerHome directory).
Code:
REGEDIT4
;;;;;;;;;;;;;;;;
;
; Registry entries for PowerHome.ScriptServer
;
; CLSID = {BCA03350-93FF-420E-8206-7480BC20B767}
;
; PowerBuilder Generated Registry File
;;;;;;;;;;;;;;;;
; Version independent entries:
[HKEY_CLASSES_ROOT\PowerHome.ScriptServer]
@="PowerHome Script Server"
[HKEY_CLASSES_ROOT\PowerHome.ScriptServer\CLSID]
@="{BCA03350-93FF-420E-8206-7480BC20B767}"
[HKEY_CLASSES_ROOT\PowerHome.ScriptServer\CurVer]
@="PowerHome.ScriptServer.2.1"
[HKEY_CLASSES_ROOT\PowerHome.ScriptServer\NotInsertable]
@=""
; Version specific entries:
[HKEY_CLASSES_ROOT\AppID\{BCA03350-93FF-420E-8206-7480BC20B767}]
@="PowerHome Script Server"
[HKEY_CLASSES_ROOT\PowerHome.ScriptServer.2.1]
@="PowerHome Script Server"
[HKEY_CLASSES_ROOT\PowerHome.ScriptServer.2.1\CLSID]
@="{BCA03350-93FF-420E-8206-7480BC20B767}"
[HKEY_CLASSES_ROOT\PowerHome.ScriptServer.2.1\NotInsertable]
@=""
; CLSID entries:
[HKEY_CLASSES_ROOT\CLSID\{BCA03350-93FF-420E-8206-7480BC20B767}]
@="PowerHome Script Server"
"AppID"="{BCA03350-93FF-420E-8206-7480BC20B767}"
[HKEY_CLASSES_ROOT\CLSID\{BCA03350-93FF-420E-8206-7480BC20B767}\ProgID]
@="PowerHome.ScriptServer.2.1"
[HKEY_CLASSES_ROOT\CLSID\{BCA03350-93FF-420E-8206-7480BC20B767}\VersionIndependentProgID]
@="PowerHome.ScriptServer"
[HKEY_CLASSES_ROOT\CLSID\{BCA03350-93FF-420E-8206-7480BC20B767}\InProcServer32]
@="pbvm90.dll"
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\CLSID\{BCA03350-93FF-420E-8206-7480BC20B767}\NotInsertable]
@=""
[HKEY_CLASSES_ROOT\CLSID\{BCA03350-93FF-420E-8206-7480BC20B767}\Programmable]
@=""
[HKEY_CLASSES_ROOT\CLSID\{BCA03350-93FF-420E-8206-7480BC20B767}\PowerBuilder\ClassName]
@="uo_script"
[HKEY_CLASSES_ROOT\CLSID\{BCA03350-93FF-420E-8206-7480BC20B767}\PowerBuilder\LibraryList]
@="c:\\program files\\powerhome\\phscr.pbd"
[HKEY_CLASSES_ROOT\CLSID\{BCA03350-93FF-420E-8206-7480BC20B767}\PowerBuilder\BinaryType]
@="PCODE"
|
|
|
You could take the text above, edit the file location down at the end for the proper location, and save the text to a file with a .reg extension. Right-click, and select "Merge". It may allow it to work, it may give an error message that could point to what is specifically keeping the ScriptServer classname from registering.
Knowing Vista, there is some new, special way of registering activex controls.
Dave.
|
Back to Top |
|
|
geo_geer Newbie
Joined: November 28 2006 Location: Canada
Online Status: Offline Posts: 7
|
Posted: March 01 2007 at 18:35 | IP Logged
|
|
|
I was able to create the .reg file and the merge option was there. I merged it and windows said everything went fine.
Launched PH and got the same errors.
|
Back to Top |
|
|
GSOUZA Groupie
Joined: October 20 2006 Location: Brazil
Online Status: Offline Posts: 75
|
Posted: March 19 2007 at 23:19 | IP Logged
|
|
|
any news on vista?
cya
GSi
|
Back to Top |
|
|
GSgeek Newbie
Joined: December 07 2006
Online Status: Offline Posts: 3
|
Posted: May 06 2007 at 17:30 | IP Logged
|
|
|
Any news on getting the PowerLinc 1132CU to work with Powerhome on Vista?? I only get the error "Unable to locate a PowerLinc USB..."
Edited by GSgeek - May 14 2007 at 21:39
|
Back to Top |
|
|
tjhartmann Newbie
Joined: April 13 2007 Location: United States
Online Status: Offline Posts: 4
|
Posted: May 08 2007 at 17:47 | IP Logged
|
|
|
I have the same -2 error as other have reported, even after patching the registry as suggested.
I am running Vista Ultimate 32bit
__________________ thart
|
Back to Top |
|
|
fetzervalve Newbie
Joined: September 12 2007 Location: United States
Online Status: Offline Posts: 6
|
Posted: September 21 2007 at 09:31 | IP Logged
|
|
|
What's the latest on Vista? It's time for a box upgrade 'round here and I'd like to make the jump to Vista. Just getting my feet wet with PH and don't want to dump it either....
|
Back to Top |
|
|
bhlonewolf Senior Member
Joined: March 29 2007
Online Status: Offline Posts: 198
|
Posted: September 29 2007 at 11:38 | IP Logged
|
|
|
fetzervalve wrote:
What's the latest on Vista? It's time for a box upgrade 'round here and I'd like to make the jump to Vista. |
|
|
What would you like to know?
Finally upgraded my last box over the week. For me, there's no going back (I'm subjective) unless I must for a legacy application.
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: September 29 2007 at 21:52 | IP Logged
|
|
|
Lonewolf,
Is PowerHome running on your Vista box? If so, could you let us know what was necessary in order to get PowerHome to run?
Thanks,
Dave.
|
Back to Top |
|
|
bhlonewolf Senior Member
Joined: March 29 2007
Online Status: Offline Posts: 198
|
Posted: September 30 2007 at 22:33 | IP Logged
|
|
|
Hi Dave,
I can try it out on Vista but it's been sitting on a server (Win 2k3) -- sorry 'bout that! Didn't mean to imply I was using PH on Vista...
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: October 03 2007 at 14:06 | IP Logged
|
|
|
Lonewolf,
Gotcha. Im pretty sure fetzervalve is interested in running PowerHome on Vista. I know it's giving some people fits but Ive heard other reports that they are able to get it running. I still don't have Vista yet so if anyone has successfully gotten PowerHome to run on Vista, it would be great if they could post the steps that were necessary.
Dave.
|
Back to Top |
|
|
bhlonewolf Senior Member
Joined: March 29 2007
Online Status: Offline Posts: 198
|
Posted: October 06 2007 at 20:49 | IP Logged
|
|
|
Dave--
You have a machine you can (and are willing to!) install Vista on? If so, I'll see if I can send you a copy.
Brian
(lonewolf)
Edited by bhlonewolf - October 06 2007 at 20:51
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: October 15 2007 at 11:09 | IP Logged
|
|
|
Brian,
Hmmm...not really, but if I scour around, I can probably put something together (certainly wouldnt run Aero but should be able to do a basic install).
Ive got a copy of the business edition...Im assuming that it should be sufficient. Basically the same as Home without the media features I think.
Let me get a machine put together and I'll let you know if I can use a copy to load up and test with.
Thanks,
Dave.
|
Back to Top |
|
|