VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1942 - 1944 of 16363)

Ticket Resolution Summary Owner Reporter
#14011 invalid error creating Windows Server 2012 R2 in Virtual Box 4.3.26 3/16/15 release. FinnChick
Description

I get the following error in the log file when trying to start Virtual Box and Windows Server 2012 R2. I have made sure that the appropropriate settings are enabled and disabled I in the net bios settings also. VINF_EM_TRIPLE_FAULT YOUR PC NEEDS TO RESTART. PLEASE HOLD DOWN THE POWER BUTTON . ERROR CODE: 0x000000C4

PARAMETERS: 0x0000000000000091 0x000000000000000F 0xFFFFF8019FDD9A00 0x0000000000000000

please help me.... thanks, and I have no way to attach the log file from this window.

#17517 duplicate error compiling kernel modules for kernel-4.15 zd59
Description

Hi!

Host: windows x64 10 ent Build 10240 Guest: Slackware-14.2 x64 kernel-4.15 final from 28.1.2018 unmodified

Tried to compile vbox modules (autocompile at machine BOOT with new kernel) - failed with /var/log/vboxadd-setup.log containing:


Building the main Guest Additions module. make V=1 CONFIG_MODULE_SIG= -C /lib/modules/4.15.0/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 -j4 modules make[1]: warning: -jN forced in submake: disabling jobserver mode.

test -e include/generated/autoconf.h -a -e include/config/auto.conf
( \

echo >&2; \ echo >&2 " ERROR: Kernel configuration is invalid."; \ echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo >&2 ; \


So I repeat a kernel compilation and install with suggestion as above: 'make oldconfig && make prepare' following a compilation & installation of the kernel & modules. But this did not solve the error.

Note: on kernel-4.14.14 the vbox modules compile & work.

#5051 invalid error compiling 3.0.6 additions for linux guests chuaj
Description

Problem:

/tmp/vbox.4/utils.c: In function 'sf_nlscpy':
/tmp/vbox.4/utils.c:532: error: 'wchar_t' undeclared (first use in this function)
/tmp/vbox.4/utils.c:532: error: (Each undeclared identifier is reported only once
/tmp/vbox.4/utils.c:532: error: for each function it appears in.)
/tmp/vbox.4/utils.c:532: error: syntax error before 'uni'
/tmp/vbox.4/utils.c:537: error: 'uni' undeclared (first use in this function)

Suggested solution:

--- vbox.3/utils.c      2009-09-10 03:45:02.000000000 +1000
+++ vbox.4/utils.c      2009-09-21 01:37:01.000000000 +1000
@@ -529,7 +529,7 @@

                 while (in_bound_len) {
                         int nb;
-                        wchar_t uni;
+                        linux_wchar_t uni;

 #if LINUX_VERSION_CODE >= KERNEL_VERSION (2, 6, 31)
                         nb = utf8_to_utf32 (in, in_bound_len, &uni);
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy