You are not logged in.

DarkBlood

DarkBlood

  • "DarkBlood" started this thread

Posts: 19

Date of registration: May 31st 2010

Thanks: 45 / 1

  • Send private message

1

Monday, August 9th 2010, 10:23am

Please wait, download file: NotFound

This is a minor detail, the only problem is that I see "NotFound" instead of the filename of the installer of virtualbox.

Screenshot (after the button "Download VirtualBox" is pressed).


Nothing more, thank you michaelm_007 for the recent new version of portable virtualbox.

This post has been edited 1 times, last edit by "DarkBlood" (Aug 9th 2010, 10:24am)


1 guest thanked already.

g-force

Gunnar

Posts: 11,356

Date of registration: Sep 23rd 2008

Thanks: 166 / 162

  • Send private message

2

Monday, August 9th 2010, 10:55am

DarkBlood, i know you as an expert, but mybe you missed the last version?

Download: http://www.vbox.me/?dir=./VirtualBox%20v3.2.8
"Von all den Dingen, die mir verloren gegangen sind, habe ich am meisten an meinem Verstand gehangen."

DarkBlood

DarkBlood

  • "DarkBlood" started this thread

Posts: 19

Date of registration: May 31st 2010

Thanks: 45 / 1

  • Send private message

3

Monday, August 9th 2010, 11:05am

No, it happens with all versions from 3.x.x to the current 3.2.8, bye g-force!! ;-)

This post has been edited 1 times, last edit by "DarkBlood" (Aug 9th 2010, 11:07am)


g-force

Gunnar

Posts: 11,356

Date of registration: Sep 23rd 2008

Thanks: 166 / 162

  • Send private message

4

Monday, August 9th 2010, 12:32pm

Maybe the downloadlink has changed or is wrong in the AutoIt-Script.
Is it possible to change it (without help from "michaelm_007") ?
"Von all den Dingen, die mir verloren gegangen sind, habe ich am meisten an meinem Verstand gehangen."

DarkBlood

DarkBlood

  • "DarkBlood" started this thread

Posts: 19

Date of registration: May 31st 2010

Thanks: 45 / 1

  • Send private message

5

Saturday, August 14th 2010, 5:11am

Wrong dir on line 1188 of Portable-VirtualBox.au3

PHP Source code

1
SplashTextOn ("Portable-VirtualBox""Please wait, download file:" & @LF IniRead (@ScriptDir&"\data\tools\extraction.ini""download""key""NotFound"), 48056, -1, -11"arial"10)

To fix it replace "\tools\extraction.ini" with "\settings\vboxinstall.ini".

This post has been edited 5 times, last edit by "DarkBlood" (Aug 14th 2010, 5:16am)


Posts: 10

Date of registration: Aug 23rd 2010

  • Send private message

6

Sunday, August 29th 2010, 6:35pm

Why is it that when I try these fixes, they never work for me? LOL

DarkBlood

DarkBlood

  • "DarkBlood" started this thread

Posts: 19

Date of registration: May 31st 2010

Thanks: 45 / 1

  • Send private message

7

Monday, August 30th 2010, 2:20am

Why is it that when I try these fixes, they never work for me? LOL

My fix works ok, see these images in full-size:

Editing source file Portable-VirtualBox.au3 with Scite Editor, replaced tools\extraction.ini with settings\vboxinstall.ini


Running the script to test if works

This post has been edited 3 times, last edit by "DarkBlood" (Aug 30th 2010, 2:21am)


Posts: 10

Date of registration: Aug 23rd 2010

  • Send private message

8

Tuesday, August 31st 2010, 1:11pm

Is there like ANOTHER Portable-Virtualbox.au3 file somewhere that I'm supposed to be editing? I'm editing the one in the Source folder. Is that the file? Because I just did it again, and I don't see the fix being applied. I still get the "NotFound" message.

peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

9

Tuesday, August 31st 2010, 3:49pm

Hallo

Copy "vboxinstall.ini" from Folder (Portable-VirtualBox\data\settings)
Insert "vboxinstall.ini" into (Portable-VirtualBox\data\tools)
Rename "vboxinstall.ini" into (Portable-VirtualBox\data\tools) to "extraction.ini"
Done

Apology for my bad English

DarkBlood

DarkBlood

  • "DarkBlood" started this thread

Posts: 19

Date of registration: May 31st 2010

Thanks: 45 / 1

  • Send private message

10

Wednesday, September 1st 2010, 3:14am

Is there like ANOTHER Portable-Virtualbox.au3 file somewhere that I'm supposed to be editing? I'm editing the one in the Source folder. Is that the file? Because I just did it again, and I don't see the fix being applied. I still get the "NotFound" message.

You have to "run the source code" on the base folder (where Portable-Virtualbox.exe is), cut all source files in the folder \source\ and copy them in base folder.

Posts: 10

Date of registration: Aug 23rd 2010

  • Send private message

11

Monday, September 6th 2010, 3:53pm

Hallo

Copy "vboxinstall.ini" from Folder (Portable-VirtualBox\data\settings)
Insert "vboxinstall.ini" into (Portable-VirtualBox\data\tools)
Rename "vboxinstall.ini" into (Portable-VirtualBox\data\tools) to "extraction.ini"
Done

Apology for my bad English

Now this fix worked. Thank you so much!