mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
4b9b21dfcd
Failed to create a proxy device for the USB device. (Error: VERR_INVALID_PARAMETER) 00:00:24.961804 usbProxyConstruct: Failed to open '/dev/ugen0.6', rc=VERR_INVALID_PARAMETER 00:00:24.961881 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={Failed to create a proxy device for the USB device. (Error: VERR_INVALID_PARAMETER)}, preserve=false aResultDetail=-2 In commit https://cgit.freebsd.org/src/commit/?id=9b077d72bcc313baea2b9283afc7f568739eaadc +#define USB_FS_XFER_MAX 126 - if (fs_ep_ptr == NULL || ep_index_max > 127) + if (fs_ep_ptr == NULL || ep_index_max > USB_FS_XFER_MAX) To fix VirtualBox decrease USBFBSD_MAXENDPOINTS from 127 to 126: -#define USBFBSD_MAXENDPOINTS 127 +#define USBFBSD_MAXENDPOINTS 126 PR: 270900 Tested by: groenveld@acm.org, russo@bogodyn.org Approved by: with hat of vbox (maintainer) MFH: 2024Q3 |
||
---|---|---|
.. | ||
adamem | ||
almostti | ||
anese | ||
aqemu | ||
aranym | ||
atari800 | ||
bfe | ||
bochs | ||
bsvc | ||
cannonball | ||
catapult | ||
cemu | ||
cingb | ||
citra | ||
citra-qt5 | ||
cpmtools | ||
cpmtools2 | ||
darcnes | ||
dgen-sdl | ||
dolphin-emu | ||
dosbox | ||
dosbox-staging | ||
dosbox-x | ||
dps8m | ||
duckstation | ||
dynamips-community | ||
edumips64 | ||
elliott-803 | ||
emu64 | ||
emulationstation | ||
fceux | ||
flexemu | ||
fmsx | ||
frodo | ||
fs-uae | ||
fs-uae-launcher | ||
fuse | ||
fuse-roms | ||
fuse-utils | ||
gbe | ||
gens | ||
gngb | ||
gxemul | ||
hatari | ||
hercules | ||
higan | ||
hv_kvp_cmd | ||
javatari | ||
joytran | ||
jzintv | ||
klh10 | ||
lib765 | ||
libc6-shim | ||
libdsk | ||
libretro-bsnes | ||
libretro-flycast | ||
libretro-kronos | ||
libretro-mame | ||
libretro-pcsx2 | ||
libretro-ppsspp | ||
libretro-reicast | ||
libretro-vice | ||
libspectrum | ||
linux_base-c7 | ||
linux_base-rl9 | ||
linux-c7 | ||
linux-power9-functional-sim | ||
linux-power10-functional-sim | ||
linux-rl9 | ||
magia | ||
mame | ||
mastergear | ||
mednafen | ||
mesen | ||
mgba | ||
mtools | ||
mupen64plus | ||
mupen64plus-audio-sdl | ||
mupen64plus-core | ||
mupen64plus-input-sdl | ||
mupen64plus-plugins | ||
mupen64plus-qt | ||
mupen64plus-rsp-cxd4 | ||
mupen64plus-rsp-hle | ||
mupen64plus-rsp-z64 | ||
mupen64plus-ui-console | ||
mupen64plus-video-arachnoid | ||
mupen64plus-video-glide64 | ||
mupen64plus-video-glide64mk2 | ||
mupen64plus-video-rice | ||
mupen64plus-video-z64 | ||
nemu | ||
nestopia | ||
o2em | ||
ods2reader | ||
open-simh | ||
open-vm-tools | ||
openmsx | ||
p5-Acme-6502 | ||
parallels-tools | ||
pcem | ||
pcemu | ||
pcsx2 | ||
playonbsd | ||
ppsspp | ||
ppsspp-qt5 | ||
py-gns3-converter | ||
py-m64py | ||
py-unicorn | ||
qemu | ||
qemu8 | ||
qemu-cheri | ||
qemu-devel | ||
qemu-powernv | ||
qemu-user-static | ||
qemu-user-static-devel | ||
qmc2 | ||
quasi88 | ||
reicast | ||
ripes | ||
riscv-isa-sim | ||
rpcs3 | ||
rubygem-fission | ||
sameboy | ||
simh | ||
simh-hp2100 | ||
simh-hp3000 | ||
simh-hpdoc | ||
snes9x-gtk | ||
spim | ||
stella | ||
stonx | ||
teo | ||
tic-80 | ||
tiemu3 | ||
tilem | ||
tme | ||
tnylpo | ||
tpm-emulator | ||
uae | ||
ucon64 | ||
uconvert | ||
ukncbtl | ||
unicorn | ||
vba | ||
vboxtool | ||
vgb-bin | ||
vgba-bin | ||
vice | ||
virtualbox-ose | ||
virtualbox-ose-additions | ||
virtualbox-ose-additions-legacy | ||
virtualbox-ose-additions-nox11 | ||
virtualbox-ose-additions-nox11-legacy | ||
virtualbox-ose-kmod | ||
virtualbox-ose-kmod-legacy | ||
virtualbox-ose-legacy | ||
virtualbox-ose-nox11 | ||
virtualbox-ose-nox11-legacy | ||
visualboyadvance-m | ||
vmips | ||
vmsbackup | ||
vmw | ||
vt100 | ||
vxtools | ||
wine | ||
wine8 | ||
wine-devel | ||
wine-gecko | ||
wine-gecko-devel | ||
wine-mono | ||
wine-mono-devel | ||
wine-proton | ||
winetricks | ||
x16-emulator | ||
x16-rom | ||
x48 | ||
x49gp | ||
xbraitenberg | ||
xcpc | ||
xen-kernel | ||
xhomer | ||
xsystem35 | ||
xzx | ||
yaze-ag | ||
yuzu | ||
z80pack | ||
zsnes | ||
Makefile |