Search found 2 matches

by Cosmoliner
Fri Jul 14, 2017 10:30 am
Forum: Coding Questions
Topic: InitSound() causes page faults
Replies: 3
Views: 2479

Re: InitSound() causes page faults

ok, i was just wondering about the behavior that as soon InitSound() is called these faults
are produced constantly. Compared to the other processes in Task Manager this just looks strange.

I tried this with
PB 5.60, 5.44, 5.31, 4.61 - x64/x86, with/without Debugger
on Windows 10 64Bit

Shortest ...
by Cosmoliner
Thu Jul 13, 2017 10:37 am
Forum: Coding Questions
Topic: InitSound() causes page faults
Replies: 3
Views: 2479

InitSound() causes page faults

Hello,

When i am using InitSound() in my programs, the executable
produces a lot more page faults as usual on Windows.
You can check this by enabling the Page Fault column in
Details tab of the Task Manager.

Can anyone confirm this behavior?

I don't know if these page faults cause any problems ...