It is currently Mon May 20, 2013 2:40 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 85 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject:
PostPosted: Sat Mar 15, 2008 9:16 am 
Offline
User avatar

Joined: Fri Aug 03, 2007 10:42 am
Posts: 128
Location: USA
Okay, I can't possibly expect all of you to recompile the program... so here you go.

If you're having the Virtual Monitor problem, put the following exe in the same folder as the regular "PortableVirtualPC.exe" and then try running it.

Download the file Here

This is not a solution, but I'd like to know if it works. The only thing different in the program, is I gave the program start up a 30 second extra delay.

Please post your results.

_________________
320gb 2.5in 9.5mm - 100% Portable :)
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 16, 2008 8:59 am 
Offline

Joined: Sun Mar 16, 2008 8:13 am
Posts: 1
I recompiled and did the update and seems to be working fine.

The only issue I still seem to be having is when I close Virtual PC it disconnects me from the internet for a few moments.

Anyone know how I can get around that?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 16, 2008 12:56 pm 
Offline
User avatar

Joined: Fri Aug 03, 2007 10:42 am
Posts: 128
Location: USA
Yeah, thats what I figured, the problem isn't that the VMM Driver isn't installing... it's just not installing fast enough. For the time being, people who have the problem can use the fixed version, but I'll be looking for a more elegant fix.

As for the internet disconnect, there's no way around it. In order to install (and uninstall) the VMNetSvc, some network settings must be reconfigured, which results in a short drop out.

_________________
320gb 2.5in 9.5mm - 100% Portable :)
Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 19, 2008 12:19 am 
Offline

Joined: Fri Feb 15, 2008 12:48 pm
Posts: 12
Thanks lococobra, I will have the opportunity to try your patch in in the next few days.

Kind Regards,
Netgirl


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 19, 2008 9:44 am 
Offline

Joined: Sat Mar 24, 2007 5:52 am
Posts: 18
Location: Utrecht, Netherlands
I'm following this topic with _much_ interest. Will try the Virtual pc during this week, and let you know my experiences. But it sounds like great stuff.

_________________
LIVE FREE
_________________


Top
 Profile  
 
 Post subject: Thanks so much ~~
PostPosted: Thu Mar 20, 2008 1:13 pm 
Offline

Joined: Mon Mar 17, 2008 10:19 am
Posts: 7
lococobra, I think I love you~ ^^; What a Great job!


I have two questions.


1. Is it legal to make and distribute the launcher?

I am just wondering about it. I know there is no file from virtual PC in your files so, I guess it's legit but I have no idea.

2. If it's legal, can I upload your files on my forum ( Korean forum) ?


Thanks~~


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 20, 2008 10:12 pm 
Offline
User avatar

Joined: Fri Aug 03, 2007 10:42 am
Posts: 128
Location: USA
Legal? I honestly don't know, I haven't been contacted by Microsoft, and I don't think I'm breaking any laws since I'm not really decompiling their code or anything.

The file you can download from my page does contain some Microsoft files (like the msxml installer), but it does not contain Virtual PC files.

Please do not host my files anywhere else, but feel free to link to them, and give credit where credit's deserved :)

_________________
320gb 2.5in 9.5mm - 100% Portable :)
Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 16, 2008 2:30 pm 
Offline
User avatar

Joined: Mon Oct 08, 2007 2:41 am
Posts: 198
Any news on this? I've been eagerly awaiting a version of this where you detect the process being finished rather than just relying on a fixed delay.

What are you options in this regard?

Loading things one by one and waiting on each (it sounded like that was an option you didn't want to pursue)?

Executing everything then starting a relatively fast loop (half second?) that checks that everything's loaded before continuing?

Regardless, this is a pretty spiffy project.

Queue


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 17, 2008 7:10 am 
Offline
User avatar

Joined: Fri Aug 03, 2007 10:42 am
Posts: 128
Location: USA
Yeah, I already do the second method, run all the installers then loop and wait until they are all done. The problem is, simply checking for the presence of the correct files does not always mean the driver/service is done installing.

_________________
320gb 2.5in 9.5mm - 100% Portable :)
Image


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 17, 2008 8:24 am 
Offline
User avatar

Joined: Mon Oct 08, 2007 2:41 am
Posts: 198
Oh duh, of course. Executed != ready.

Hm, so you need some way of asking the service if it's ready, correct?

Queue


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 17, 2008 9:50 am 
Offline
User avatar

Joined: Fri Aug 03, 2007 10:42 am
Posts: 128
Location: USA
I just found a way to do it :)

Previously I had only checked for the VMNetSvc.dll in the system32 directory... I'm not looking at my code so don't quote me on that..

Now I've found that there is also a service installed for that, I forget the name... but it isn't what you'd expect.

I'll use "sc query" to detect when that service becomes present.

_________________
320gb 2.5in 9.5mm - 100% Portable :)
Image


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 17, 2008 12:16 pm 
Offline
User avatar

Joined: Fri Aug 03, 2007 10:42 am
Posts: 128
Location: USA
Version 1.25 is now availible! Please check it for bugs and I will fix them ASAP.. this was kind of a rush job, so I probably did something wrong, however... the major change in this update is:

No one should get that VMNetSvc bug anymore! I HOPE!

Changelog:
Code:
Version 1.25 - April 17, 2008
• Added: Automatic updater
• Fixed: VMNetSvc startup bug -> Resulting in much faster startup time

Version 1.23 - March 12, 2008
• Changed: Service detection now uses a more generalized search string to avoid language issues


edit: Haha, didn't even put a link to it... it's Here

_________________
320gb 2.5in 9.5mm - 100% Portable :)
Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 25, 2008 4:50 am 
Offline
User avatar

Joined: Sat Mar 31, 2007 2:38 am
Posts: 902
Location: Kce,PL
Doesn't work :(
Quote:
One or more of the child processes started by portable virtual pc have not completed after the allotted 90 seconds. Portable Virtual PC will now attempt to clean up the mess it made...

Code:
[CrashLog]
msxmlu=3
keys=
vals=
mydoc=0
appdataflag=1
vmmd=1
vmnet=0

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 27, 2008 2:49 pm 
Offline
User avatar

Joined: Fri Aug 03, 2007 10:42 am
Posts: 128
Location: USA
Okay, problem... solved? Not sure, I need to work on it more, but here's 1.26, which should at least fix your problem.

Try just running PVPC, it should auto-update.

Also available at my site if you want to update that way

Tuesday I'll take some real time to run regshot tests and fix any remaining cleanup issues.

_________________
320gb 2.5in 9.5mm - 100% Portable :)
Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 30, 2008 10:02 pm 
Offline
User avatar

Joined: Sat Mar 31, 2007 2:38 am
Posts: 902
Location: Kce,PL
Cannot test if it's fixed. I got major problems with my OS and I had to reinstall it. Now 1.25 works correctly..

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 85 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group