You are not logged in.

Aktuelle Downloads (mit Link):
:!!: 22.02.2012: Vandit's SFX-Archive!
:!!: 22.02.2012: Dimpel's Addons für WinXP 32bit
:!!: 21.01.2012: Ganesha-UpdatePackSP3-inkl.IE8-2012-01-21
  • "Megachip" started this thread

Posts: 30

Date of registration: Mar 8th 2009

  • Send private message

1

Monday, September 19th 2011, 2:03pm

4.1.2

4.1.2_6.4.7 for testing. Bugreports are welcome...

zeroFX

Ex-GNlite-User ...

Posts: 5

Date of registration: Jun 7th 2011

  • Send private message

2

Tuesday, September 20th 2011, 9:33pm

Quoted

Launcher version 6.4.7

=> New hybrid mode (backport of LinuxLive Pack)
Will run regular VirtualBox instead of portable one if found.
I just saw this for the 6.4.7, when I was about to complain, that instead of creating a portable Version the launcher starts my installed VBox. Would be nice to be able to select, what to to on startup (or through a var in the settings, whatever works better).

Besides that vbox keeps crashing almost every 2nd start and not exiting correctly thereafter, so you have to kill it (-> the launcher) via taskmanager. But as the launcher is not really different to the 6.4.5 or 6.4.6 I'm afraid that's not very suprising.
(Ich schreibe auf Englisch, weil ich einfach mal annehme, dass es so mehr Leute lesen. Sollte ich mich irren, schreib ich's auch gern nochnal auf Deutsch.)

This post has been edited 3 times, last edit by "zeroFX" (Sep 21st 2011, 9:53pm)


  • "Megachip" started this thread

Posts: 30

Date of registration: Mar 8th 2009

  • Send private message

3

Monday, September 26th 2011, 12:10pm

Englisch ist besser. Kannst du das mit den Abstürzen vllt näher spezifizieren (gern in engl). Das einzige Problem was ich bei mir in regelmäßigen Abständen feststelle, ist dass VB, wenn man es komplett beendet, beim 2. Start den Kernel nicht mehr laden kann. Dann hilft nur noch ein Neustart des Hostsystems(bei mir). Abstürze konnte ich allerdings unter keinem System feststellen.

Die Hybridmode konnte ich bisher nicht testen, da ich keine VBox installiert hab. Einen Switch einzubauen sollte aber sicher kein Problem sein. Vllt übernimmt das sogar slymdesign.

Posts: 4

Date of registration: Sep 27th 2011

  • Send private message

4

Tuesday, September 27th 2011, 3:04pm

Problems on Windows 7 32 bit:
- bridged networking is not working (hardware network adapter is not recognised in virtual box)
- virtualbox usb adapter reports error in windows hardware manager

These two things work correctly in starter version 6.4.5 and VirtualBox version 4.0.12. I don't know if you noticed that driver for network bridged adapter has changed in VirtualBox version 4.1.0, it uses different files than previous versions and maybe this causes problems.

Regarding second start of VirtualBox and "Core" error message, this was never resolved in any version of VirtualBox, and is not so important.

Posts: 3

Date of registration: Oct 5th 2011

  • Send private message

5

Wednesday, October 5th 2011, 8:49am

4.1.2_6.4.7 for testing. Bugreports are welcome...

After launching VirtualBox Portable and using CTRL+5 shortcut (Settings), a window is opened with 'NotFound' as the window title name.

Posts: 4

Date of registration: Sep 27th 2011

  • Send private message

6

Thursday, October 6th 2011, 6:32pm

New version of Virtual Box (4.1.4) has arrived, and also new version of Virtual Box Starter. Bridged networking is still not working. So I took 1-2 hours to check in starter source files if this problem could be resolved. The problem was exactly as expected, only the names of files where changed. VBoxNetFlt_m.inf changed to VBoxNetFltM.inf, VBoxNetFltNotify.dll to VBoxNetFltNobj.dll. Even in newest starter version for Virtual Box v4.1.4 old file names are used and script is not usable for anything never than Virtual Box 4.0.12.

Bridged networking is working with Virtual Box 4.1.4 and Starter 6.4.5. (hardware network adapter appears in bridged networking dialog and can be selected). In order to get to this, run starter as usual (with networking activated in settings). After that copy snetcfg_x86.exe from tools folder to app32/drivers/network and run following command in terminal from folder with Portable-VirtualBox.exe:

"app32\drivers\network\snetcfg_x86.exe -v -l app32\drivers\network\netflt\VBoxNetFlt.inf -m app32\drivers\network\netflt\VBoxNetFltM.inf -c s -i sun_VBoxNetFlt"

After this copy VBoxNetFltNobj.dll to Windows/System32/Drivers and register it there (regsvr32.exe /S c:\Windows\System32\drivers\VBoxNetFltNobj.dll )

After this hardware network adapter should be visible in bridged networking adapter.

I already made a batch file so I don't have to go to this procedure every time again. Hopefully in next version of Starter this problem will be resolved.

Posts: 20

Date of registration: May 17th 2011

Thanks: 0 / 1

  • Send private message

7

Thursday, October 6th 2011, 8:59pm

Great work Risky73! Love to get reports like this, where someone have found the solution.

I will add you'r suggestions asap.

  • "Megachip" started this thread

Posts: 30

Date of registration: Mar 8th 2009

  • Send private message

8

Sunday, October 9th 2011, 10:17pm


After launching VirtualBox Portable and using CTRL+5 shortcut (Settings), a window is opened with 'NotFound' as the window title name.


Which language?

@Risky73
plz check http://dl.dropbox.com/u/23963864/PVB/6.4…-VirtualBox.exe or http://dl.dropbox.com/u/23963864/PVB/6.4…tualBox_x64.exe. Dunno if it's working.

atm 4 me, neither 6.4.6, 6.4.7 nor 6.4.8 works with 4.1.4 :/

Patchset:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Datei: 
5c5
< ; Version        : 6.4.7
---
> ; Version        : 6.4.8
9,10c9,10
< #AutoIt3Wrapper_Res_Fileversion=6.4.7
< #AutoIt3Wrapper_Res_ProductVersion=6.4.7
---
> #AutoIt3Wrapper_Res_Fileversion=6.4.8
> #AutoIt3Wrapper_Res_ProductVersion=6.4.8
37c37
< Global $version = "6.4.7"
---
> Global $version = "6.4.8"
695c695
<             RunWait (@ScriptDir&"\data\tools\snetcfg_x86.exe -v -l .\"& $arch &"\drivers\network\netflt\VBoxNetFlt.inf -m .\"& $arch &"\drivers\network\netflt\VBoxNetFlt_m.inf -c s -i sun_VBoxNetFlt", @ScriptDir, @SW_HIDE)
---
>             RunWait (@ScriptDir&"\data\tools\snetcfg_x86.exe -v -l .\"& $arch &"\drivers\network\netflt\VBoxNetFlt.inf -m .\"& $arch &"\drivers\network\netflt\VBoxNetFltM.inf -c s -i sun_VBoxNetFlt", @ScriptDir, @SW_HIDE)
699c699
<             RunWait (@ScriptDir&"\data\tools\snetcfg_x64.exe -v -l .\"& $arch &"\drivers\network\netflt\VBoxNetFlt.inf -m .\"& $arch &"\drivers\network\netflt\VBoxNetFlt_m.inf -c s -i sun_VBoxNetFlt", @ScriptDir, @SW_HIDE)
---
>             RunWait (@ScriptDir&"\data\tools\snetcfg_x64.exe -v -l .\"& $arch &"\drivers\network\netflt\VBoxNetFlt.inf -m .\"& $arch &"\drivers\network\netflt\VBoxNetFltM.inf -c s -i sun_VBoxNetFlt", @ScriptDir, @SW_HIDE)
701c701
<           FileCopy (@ScriptDir&"\"& $arch &"\drivers\network\netflt\VBoxNetFltNotify.dll", @SystemDir, 9)
---
>           FileCopy (@ScriptDir&"\"& $arch &"\drivers\network\netflt\VBoxNetFltNobj.dll", @SystemDir, 9)
703c703
<           RunWait (@SystemDir&"\regsvr32.exe /S "& @SystemDir &"\VBoxNetFltNotify.dll", @ScriptDir, @SW_HIDE)
---
>           RunWait (@SystemDir&"\regsvr32.exe /S "& @SystemDir &"\VBoxNetFltNobj.dll", @ScriptDir, @SW_HIDE)
822c822
<         RunWait (@SystemDir&"\regsvr32.exe /S /U "&@SystemDir&"\VBoxNetFltNotify.dll", @ScriptDir, @SW_HIDE)
---
>         RunWait (@SystemDir&"\regsvr32.exe /S /U "&@SystemDir&"\VBoxNetFltNobj.dll", @ScriptDir, @SW_HIDE)
824c824
<         FileDelete (@SystemDir&"\VBoxNetFltNotify.dll")
---
>         FileDelete (@SystemDir&"\VBoxNetFltNobj.dll")

This post has been edited 2 times, last edit by "Megachip" (Oct 9th 2011, 11:00pm)


Posts: 3

Date of registration: Oct 5th 2011

  • Send private message

9

Tuesday, October 18th 2011, 9:05am


After launching VirtualBox Portable and using CTRL+5 shortcut (Settings), a window is opened with 'NotFound' as the window title name.


Which language?


My language is set to the default value in portable virtual box settings: english.
I have the same issue with Portable-VirtualBox_v4.1.4-Starter_v6.4.5-Win_all.exe.

My OS: Window XP SP3 32bit

This post has been edited 1 times, last edit by "pinhead" (Oct 18th 2011, 9:07am)


  • "Megachip" started this thread

Posts: 30

Date of registration: Mar 8th 2009

  • Send private message

10

Thursday, October 20th 2011, 6:12pm

@pinhead: Looks there is a problem with the english language file... thx for reporting.

Get the fixed translation file from here

This post has been edited 1 times, last edit by "Megachip" (Oct 20th 2011, 6:27pm)


Posts: 20

Date of registration: May 17th 2011

Thanks: 0 / 1

  • Send private message

11

Friday, October 21st 2011, 3:52pm

I have released a new version of the launcher with v4.1.4 support and all path's from Megachip and others.

Included is:
* Polish translation (first release)
* Fixed German and English translation
* Suggestions from Risky73 about bridged networking
* New hybrid mode that will run regular VirtualBox instead of portable one if found

Unfortunately bridged networking is still not working for me, on Windows 7 64 bit, even with Risky73's fix. Will have to look into it....

Posts: 3

Date of registration: Oct 5th 2011

  • Send private message

12

Monday, October 24th 2011, 1:48pm

@pinhead: Looks there is a problem with the english language file... thx for reporting.


I have released a new version of the launcher with v4.1.4 support and all path's from Megachip and others.
Included is:
* Fixed German and English translation


I confirm the 'NotFound' issue is fixed with the latest release ! Thanks ;-)

  • "Megachip" started this thread

Posts: 30

Date of registration: Mar 8th 2009

  • Send private message

13

Tuesday, October 25th 2011, 6:08pm


Unfortunately bridged networking is still not working for me, on Windows 7 64 bit, even with Risky73's fix. Will have to look into it....


After restoring the tools folder (was missing for me) it installs the drivers/services and i'm able to select the interfaces in vb. But looks like no network traffic gone trough.
(Win8-x64, pvb-x64,bridged with wireless)

But WinXP-x64, PVB-x64, bridged with wired works (but on this machine i already had run pvb in former times)

This post has been edited 1 times, last edit by "Megachip" (Oct 25th 2011, 7:06pm)


Posts: 2

Date of registration: Jan 8th 2012

  • Send private message

14

Sunday, January 8th 2012, 2:36pm

If I upload my old working version of VBoxNetFltNobj.dll (taken from portable virtualbox launcher: v6.4.8.1 and Virtualbox manager: 4.1.4r74291) into windows\system32\VBoxNetFltNobj.dll and Portable-VirtualBox\app64\drivers\network\netflt\VBoxNetFltNobj.dll
Then the bridged networking option works in portable virtualbox - I am able to select it and I see my proper network adapters.

However when I start the virtualbox manager, I first get this error:

"
Failed to access teh USB subsystem.

Could not load the Host USB Proxy Service
(VERR_FILE_NOT_FOUND). The servie might not be installed on the host computer.

details:

Result Code:
E_FAIL (0x00004005)
Component:
Host
Interface:
IHost {dab4a2b8-c735-4f08-94fc-9bec84182e2f}
Callee:
IMachine {5eaa9319-62fc-4b0a-843c-0cb1940f8a91}
"


I am now able to select the bridged adapter option in networking. But:


then when I start the virtual machine I get this error:

"
Failed to open a session for the virtual machine Win7.

Failed to open/create the internal network 'HostInterfaceNetworking-Intel(R) 82576 Gigabit Dual Port Network Connection' (VERR_SUPDRV_COMPONENT_NOT_FOUND).

Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND).

Result Code: E_FAIL (0x80004005)
Component: Console
Interface: IConsole {1968b7d3-e3bf-4ceb-99e0-cb7c913317bb}
"

I also noticed, that I am able to do this only once. When I restart the portable virtualbox, the bridged adapter option is disabled again.
Portable virtualbox seems to delete the file windows\system32\VBoxNetFltNobj.dll on exit.
If I want to make the option available again, I have to re-upload my old VBoxNetFltNobj.dll in windows\system32\

  • "Megachip" started this thread

Posts: 30

Date of registration: Mar 8th 2009

  • Send private message

15

Wednesday, January 18th 2012, 10:51pm

Possible you did not install the usb extention?