Custom Query (16363 matches)
Results (1372 - 1374 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #17769 | invalid | tsStartNs sets bug | ||
| Description |
pPeriod->Dbg.tsStartNs sets inside hdaR3StreamPeriodBegin only when LOG_ENABLED defined but uses in hdaR3StreamPeriodEnd without LOG_ENABLED define. int hdaR3StreamPeriodBegin(PHDASTREAMPERIOD pPeriod, uint64_t u64WalClk)
{
Assert(!(pPeriod->fStatus & HDASTREAMPERIOD_FLAG_ACTIVE)); /* No nested calls. */
pPeriod->fStatus |= HDASTREAMPERIOD_FLAG_ACTIVE;
pPeriod->u64StartWalClk = u64WalClk;
pPeriod->u64ElapsedWalClk = 0;
pPeriod->framesTransferred = 0;
pPeriod->cIntPending = 0;
# ifdef LOG_ENABLED
pPeriod->Dbg.tsStartNs = RTTimeNanoTS();
# endif
Log3Func(("[SD%RU8] Starting @ %RU64 (%RU64 long)\n", pPeriod->u8SD, pPeriod->u64StartWalClk, pPeriod->u64DurationWalClk));
return VINF_SUCCESS;
}
/**
* Ends a formerly begun period life span.
*
* @param pPeriod Stream period to end life span for.
*/
void hdaR3StreamPeriodEnd(PHDASTREAMPERIOD pPeriod)
{
Log3Func(("[SD%RU8] Took %zuus\n", pPeriod->u8SD, (RTTimeNanoTS() - pPeriod->Dbg.tsStartNs) / 1000));
...
}
|
|||
| #17766 | invalid | Black screen showing -> not a bug, continued on forums | ||
| Description |
Good Morning guys! My problem is very unique. My VM was working just fine with no issues, but yesterday I removed my VM by clicking on remove. but instead of clicking remove only, i clicked delete all files! My VHD got deleted permanently! So, with muchh patience, I downloaded it again(7.39 GB)..but this time, something strange happened. WHen I started it, a screen started and I can give you one word that was showing a lot and it is "removing orphan file"...something like that...and it took approx 1/2 hour and when it was done, i tried to start the VM and now there was an error...and the error was.."lsass.exe system error: Security Accounts Manager initialization failed because Directory Service cannot start". Than I tried formatting my C drive. Installed everything again and now the error is gone, but got new strange issue! BLACK screen....nothing happens! Please help me guys... I lost my sleep over this.. My Host OS is WIndows 7 and Guest OS is Windows Server 2003. Thank you |
|||
| #17765 | wontfix | Avecto Defendpoint Breaks Virtualbox | ||
| Description |
Hi, I have Avecto Defendpoint installed on y corporate computer (company policy, no way to remove it), and it prevents virtualbox from starting. From Hardeoning log: 3144.1518: supR3HardenedMonitor_LdrLoadDll: Refusing to load 'C:\Program Files\Avecto\Privilege Guard Client\PGHook.dll' as it is expected to create undesirable threads that will upset our respawn checks (returning STATUS_TOO_MANY_THREADS) VB 5.2.10 was not affected by this issue. Best regards, NicolaF_ |
|||

