Failed to add pdh counter paging file total usage error code 0xc0000bb8

«Failed to add PDH counter» on some machines #578 Comments A lot of «Failed to add PDH Counter» errors are logged when running the test program on my PC, but the same program run fine without any errors on my AWS VM. exemple of errors logged (trying to access memory informations) : my system […]

Содержание

  1. «Failed to add PDH counter» on some machines #578
  2. Comments
  3. Repairing Performance Counter Error 0xC0000BB8
  4. Rebuild the Windows Performance Counter.
  5. January 2023 Update:
  6. Update server manager settings
  7. Very long loading pause while booting the game («Failed to add PDH Counter», caused by oshi)
  8. Details
  9. Description
  10. Attachments
  11. Issue Links
  12. Very long loading pause while booting the game («Failed to add PDH Counter», caused by oshi)
  13. Details
  14. Description
  15. Attachments
  16. Issue Links

«Failed to add PDH counter» on some machines #578

A lot of «Failed to add PDH Counter» errors are logged when running the test program on my PC, but the same program run fine without any errors on my AWS VM.

exemple of errors logged (trying to access memory informations) :

my system details :
Windows 10 x64 — french
JDK 10.0.2

The text was updated successfully, but these errors were encountered:

Can you run the Windows Performance Monitor ( perfmon.exe ) on your PC and try to add the counters producing the errors, and identify what the correct string for them is?

I can only get the french versions of the counter strings :
«MémoireÉcritures de pages/s» and «MémoireLecture de pages/s».

Also, I can’t add any of the counters related to the swap file («fichier d’échange») in perfmon.

It looks like using only PDH counters for your setup isn’t going to work. For the time being, you should be able to use version 3.5.0 on your PC. I will have to look into adding the older (slower) WMI version as a fallback when counters don’t work.

Thank you for your answer.

I also notice that even if errors are being thrown, all the functions seem to return a correct result. Example : the GlobalMemory#getAvailable() function return the correct amount of free memory on my test setup. Maybe the PDH counters are not needed by this function. In this case, is there a way to disable the error logging ?

For memory, the PerfMon counters are only used for swap file reads/writes and percent usage, so you’re probably getting zero for those results.

I believe you should only get those errors one time, but if you still want to suppress the errors, you can set the log level for the class oshi.util.platform.windows.PerfDataUtil to FATAL in your logging setup.

Hey, I got a similar Problem regarding the CPU, memory and pagefile

Источник

Repairing Performance Counter Error 0xC0000BB8

Please enable JavaScript

Last Updated on October 9, 2018

Updated January 2023: Stop getting error messages and slow down your system with our optimization tool. Get it now at this link

  1. Download and install the repair tool here.
  2. Let it scan your computer.
  3. The tool will then repair your computer.

The error 0xC0000BB8 can be recorded by EventSentry if a particular performance counter is unavailable or disabled.

If the counter is disabled, you can use the Extensible Performance Counter List utility to reactivate the counter. The error message looks like this:

“The performance counter “PhysicalDisk(*)Avg. Disk Queue Length” could not be monitored due to error “0xC0000BB8″. Please make sure that the performance counter exists. If you are running a non-english version of Windows then performance counters are named in the language of the Operating System. ”

If you receive the error below in the Server Manager for a server, the user-defined set of data collectors is actually missing. This may be the result of an administrator accidentally deleting the set.

The update of the power meter failed with the following error: The set of data collectors was not found.

Rebuild the Windows Performance Counter.

Follow these steps to rebuild the performance counter:

January 2023 Update:

You can now prevent PC problems by using this tool, such as protecting you against file loss and malware. Additionally it is a great way to optimize your computer for maximum performance. The program fixes common errors that might occur on Windows systems with ease — no need for hours of troubleshooting when you have the perfect solution at your fingertips:

  • Step 1 : Download PC Repair & Optimizer Tool (Windows 10, 8, 7, XP, Vista – Microsoft Gold Certified).
  • Step 2 : Click “Start Scan” to find Windows registry issues that could be causing PC problems.
  • Step 3 : Click “Repair All” to fix all issues.

1. Click on Start, then type cmd in the Start search box.
2. Right-click on cmd in the Programs list, then click Run as administrator. If you are prompted to enter an administrator password or confirmation, enter your password or click Next.
3. enter the following line at the prompt, then press ENTER: Lodctr /r
4. You will receive the following message: “Info: Setting the successfully restored performance counter from the system backup memory”.
5. exit the command prompt

Update server manager settings

To solve the problem, proceed as follows:

Connect to the server with the error.
Start the performance monitor (perfmon.exe) and search under Data Collector Sets – User-Defined and Server Manager Performance Monitor. If it exists, right-click it and choose Start. It is very likely that he will not be there, so move on to the next step.
Connect to a server whose performance counters can be monitored.
Open a high command prompt to which you can use this command to export the server manager performance monitor dataset:

logman export -n “Server Manager Performance Monitor” -xml SMPM.xml

Open the generated XML file, delete the entire ID List section and save the file.
Open a high command prompt that does not contain the data collector and import the XML file:

logman import -n “Server Manager Performance Monitor” -xml SMPM.xml

Start the performance counters:

Start logman start “Server Manager Performance Monitor

When you update the server in the Server Manager, performance data should now be available.

Expert Tip: This repair tool scans the repositories and replaces corrupt or missing files if none of these methods have worked. It works well in most cases where the problem is due to system corruption. This tool will also optimize your system to maximize performance. It can be downloaded by Clicking Here

CCNA, Web Developer, PC Troubleshooter

I am a computer enthusiast and a practicing IT Professional. I have years of experience behind me in computer programming, hardware troubleshooting and repair. I specialise in Web Development and Database Design. I also have a CCNA certification for Network Design and Troubleshooting.

Источник

Very long loading pause while booting the game («Failed to add PDH Counter», caused by oshi)

Details

Description

Since 1.17-pre1 and also in 1.17, Minecraft almost always gets stuck for over a minute very early in the boot process seemingly doing nothing (no CPU usage).
This did not occur in any version prior (confirmed for 21w20a).

Sometimes, this pause only takes 3-4 seconds, but most of the time, it’s doing the long con.

This long pause can be seen in the log:

[16:15:46] [main/WARN] [PerfDataUtil] : Failed to add PDH Counter: Auslagerungsdatei(_Total)% Usage, Error code: 0xC0000BB8
[16:15:46] [main/WARN] [PerfCounterQueryHandler] : Failed to add counter for PDH object: Auslagerungsdatei
[16:15:46] [main/WARN] [PerfCounterQuery] : Disabling further attempts to query Paging File.
[16:17:03] [Render thread/INFO] [YggdrasilAuthenticationService] : Environment: authHost=’https://authserver.mojang.com’, accountsHost=’https://api.mojang.com’, sessionHost=’https://sessionserver.mojang.com’, servicesHost=’https://api.minecraftservices.com’, name=’PROD’

The log line just before the pause stems from oshi, which was updated from 1.1 to 5.3.4 in 1.17-pre1 and it is using the newest version 5.7.4 in 1.17.

This query is using a timeout value, which is set via the oshi.util.wmi.timeout field inside the oshi.properties file (inside e.g. oshi-core-5.7.4.jar) and that is currently set to -1, meaning no timeout.

This makes me think it is stuck querying the WMI (for some other unknown reason).

I wanted to try and change the timeout, but I’m not sure how, since it’s part of oshi-core-5.7.4.jar and modifying it would cause it getting redownloaded (at least with the launcher I’m using).

While this does look like oshi is the cause, I’m not 100% certain, which is why I’m reporting it here first.

Attachments

Issue Links

MC-228393 1.17 server fails to add PDH counter

  • Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. » title=» Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. «>Resolved

MC-228885 Minecraft 1.17 server create bug

  • Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. » title=» Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. «>Resolved

MC-231246 Paging File(_Total)% Usage, Error code: 0xC0000BB8

  • Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. » title=» Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. «>Resolved

MC-231249 Paging File(_Total)% Usage, Error code: 0xC0000BB8

  • Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. » title=» Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. «>Resolved

MC-250601 Failed to add PDH counter on 1.18.2

  • Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. » title=» Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. «>Resolved

MC-253901 «Failed to add PDH Counter» issues (caused by outdated OSHI)

  • Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. » title=» Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. «>Resolved

Источник

Very long loading pause while booting the game («Failed to add PDH Counter», caused by oshi)

Details

Description

Since 1.17-pre1 and also in 1.17, Minecraft almost always gets stuck for over a minute very early in the boot process seemingly doing nothing (no CPU usage).
This did not occur in any version prior (confirmed for 21w20a).

Sometimes, this pause only takes 3-4 seconds, but most of the time, it’s doing the long con.

This long pause can be seen in the log:

[16:15:46] [main/WARN] [PerfDataUtil] : Failed to add PDH Counter: Auslagerungsdatei(_Total)% Usage, Error code: 0xC0000BB8
[16:15:46] [main/WARN] [PerfCounterQueryHandler] : Failed to add counter for PDH object: Auslagerungsdatei
[16:15:46] [main/WARN] [PerfCounterQuery] : Disabling further attempts to query Paging File.
[16:17:03] [Render thread/INFO] [YggdrasilAuthenticationService] : Environment: authHost=’https://authserver.mojang.com’, accountsHost=’https://api.mojang.com’, sessionHost=’https://sessionserver.mojang.com’, servicesHost=’https://api.minecraftservices.com’, name=’PROD’

The log line just before the pause stems from oshi, which was updated from 1.1 to 5.3.4 in 1.17-pre1 and it is using the newest version 5.7.4 in 1.17.

This query is using a timeout value, which is set via the oshi.util.wmi.timeout field inside the oshi.properties file (inside e.g. oshi-core-5.7.4.jar) and that is currently set to -1, meaning no timeout.

This makes me think it is stuck querying the WMI (for some other unknown reason).

I wanted to try and change the timeout, but I’m not sure how, since it’s part of oshi-core-5.7.4.jar and modifying it would cause it getting redownloaded (at least with the launcher I’m using).

While this does look like oshi is the cause, I’m not 100% certain, which is why I’m reporting it here first.

Attachments

Issue Links

MC-228393 1.17 server fails to add PDH counter

  • Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. » title=» Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. «>Resolved

MC-228885 Minecraft 1.17 server create bug

  • Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. » title=» Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. «>Resolved

MC-231246 Paging File(_Total)% Usage, Error code: 0xC0000BB8

  • Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. » title=» Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. «>Resolved

MC-231249 Paging File(_Total)% Usage, Error code: 0xC0000BB8

  • Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. » title=» Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. «>Resolved

MC-250601 Failed to add PDH counter on 1.18.2

  • Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. » title=» Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. «>Resolved

MC-253901 «Failed to add PDH Counter» issues (caused by outdated OSHI)

  • Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. » title=» Resolved
    A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed. «>Resolved

Источник


  • Type:


    Bug

  • Resolution:

    Duplicate

  • Fix Version/s:



    None


  • Affects Version/s:



    1.17


  • Environment:

    Windows 10 20H2, Java 16.0.1


  • Confirmation Status:

    Unconfirmed

I’ve made multiple servers for myself and friends, but when trying to make a 1.17 server, I get prompted with «Failed to add PDH Counter: Fichier d’échange(_Total)% Usage, Error code: 0xC0000BB8»

I tried redownloading the whole server, with no success.

duplicates

Bug - A problem which impairs or prevents the functions of the product.

MC-228430
Very long loading pause while booting the game («Failed to add PDH Counter», caused by oshi)

  • Resolved

14 часов назад, Shomen сказал:

что пишет если запускать без мода replaymod 

[14:47:20] [main/INFO]: Loading Minecraft 1.19.2 with Fabric Loader 0.14.9
[14:47:20] [main/INFO]: Loading 112 mods:
    — appleskin 2.4.1+mc1.19
    — bendy-lib 2.1.2 via emotecraft
    — blue_endless_jankson 1.2.1 via jankson
    — caffeineconfig 1.0.0+1.17 via sodium-extra
    — cem 0.7.1
    — citresewn 1.1.2+1.19.2
    — citresewn-defaults 1.1.2+1.19.2 via citresewn
    — clickthrough 1.19.1-fabric0.58.5-0.4
    — cloth-basic-math 0.6.1 via cloth-config
    — cloth-config 8.2.88
    — coat 1.0.0-beta.19+mc22w17a via completeconfig
    — completeconfig 2.1.0
    — completeconfig-base 2.1.0 via completeconfig
    — completeconfig-gui-cloth 2.1.0 via completeconfig
    — completeconfig-gui-coat 2.1.0 via completeconfig
    — completeconfig-gui-yacl 2.1.0 via completeconfig
    — cr-arrows-info 1.2.1+1.19
    — crowdin-translate 1.4+1.19 via clickthrough
    — ecs 1.2.1-MC1.19
    — emotecraft 2.2.5
    — fabric-api 0.62.0+1.19.2
    — fabric-api-base 0.4.12+93d8cb8290 via fabric-api
    — fabric-api-lookup-api-v1 1.6.10+93d8cb8290 via fabric-api
    — fabric-biome-api-v1 9.0.18+c6af733c90 via fabric-api
    — fabric-blockrenderlayer-v1 1.1.21+c6af733c90 via fabric-api
    — fabric-client-tags-api-v1 1.0.2+b35fea8390 via fabric-api
    — fabric-command-api-v1 1.2.12+f71b366f90 via fabric-api
    — fabric-command-api-v2 2.1.8+93d8cb8290 via fabric-api
    — fabric-commands-v0 0.2.29+df3654b390 via fabric-api
    — fabric-containers-v0 0.1.35+df3654b390 via fabric-api
    — fabric-content-registries-v0 3.3.1+624e468e90 via fabric-api
    — fabric-convention-tags-v1 1.1.2+93d8cb8290 via fabric-api
    — fabric-crash-report-info-v1 0.2.6+aeb40ebe90 via fabric-api
    — fabric-data-generation-api-v1 5.2.0+b598f4ac90 via fabric-api
    — fabric-dimensions-v1 2.1.32+0dd10df690 via fabric-api
    — fabric-entity-events-v1 1.4.19+9ff28f4090 via fabric-api
    — fabric-events-interaction-v0 0.4.29+c6af733c90 via fabric-api
    — fabric-events-lifecycle-v0 0.2.29+df3654b390 via fabric-api
    — fabric-game-rule-api-v1 1.0.22+c6af733c90 via fabric-api
    — fabric-item-api-v1 1.5.8+93d8cb8290 via fabric-api
    — fabric-item-groups-v0 0.3.30+93d8cb8290 via fabric-api
    — fabric-key-binding-api-v1 1.0.21+93d8cb8290 via fabric-api
    — fabric-keybindings-v0 0.2.19+df3654b390 via fabric-api
    — fabric-language-kotlin 1.8.4+kotlin.1.7.20
    — fabric-lifecycle-events-v1 2.2.0+33ffe9ec90 via fabric-api
    — fabric-loot-api-v2 1.1.4+83a8659290 via fabric-api
    — fabric-loot-tables-v1 1.1.7+9e7660c690 via fabric-api
    — fabric-message-api-v1 5.0.4+93d8cb8290 via fabric-api
    — fabric-mining-level-api-v1 2.1.15+33fbc73890 via fabric-api
    — fabric-models-v0 0.3.18+c6af733c90 via fabric-api
    — fabric-networking-api-v1 1.2.5+c6af733c90 via fabric-api
    — fabric-networking-v0 0.3.22+df3654b390 via fabric-api
    — fabric-object-builder-api-v1 4.0.12+93d8cb8290 via fabric-api
    — fabric-particles-v1 1.0.11+79adfe0a90 via fabric-api
    — fabric-registry-sync-v0 0.9.26+c6af733c90 via fabric-api
    — fabric-renderer-api-v1 1.0.11+c6af733c90 via fabric-api
    — fabric-renderer-indigo 0.6.13+aeb40ebe90 via fabric-api
    — fabric-renderer-registries-v1 3.2.21+df3654b390 via fabric-api
    — fabric-rendering-data-attachment-v1 0.3.15+aeb40ebe90 via fabric-api
    — fabric-rendering-fluids-v1 3.0.8+c6af733c90 via fabric-api
    — fabric-rendering-v0 1.1.23+df3654b390 via fabric-api
    — fabric-rendering-v1 1.11.0+73145abb90 via fabric-api
    — fabric-resource-conditions-api-v1 2.0.12+a29562c890 via fabric-api
    — fabric-resource-loader-v0 0.7.0+93d8cb8290 via fabric-api
    — fabric-screen-api-v1 1.0.27+93d8cb8290 via fabric-api
    — fabric-screen-handler-api-v1 1.3.1+1cc24b1b90 via fabric-api
    — fabric-textures-v0 1.0.21+aeb40ebe90 via fabric-api
    — fabric-transfer-api-v1 2.1.1+93d8cb8290 via fabric-api
    — fabric-transitive-access-wideners-v1 1.3.1+42d99c3290 via fabric-api
    — fabricloader 0.14.9
    — gbfabrictools 1.3.4+1.19 via clickthrough
    — indium 1.0.9+mc1.19.2
    — inventoryprofilesnext 1.7.2
    — io_github_douira_glsl-transformer 1.0.1 via iris
    — iris 1.4.3
    — jankson 4.1.1+j1.2.1 via libgui
    — java 17
    — lambdynlights 2.1.2+1.19
    — libgui 6.0.0-beta.5+1.19-pre1 via stendhal
    — libninepatch 1.1.0 via libgui
    — libraryferret 3.0.0
    — litematica 0.12.5
    — malilib 0.13.0
    — minecraft 1.19.2
    — modmenu 4.0.6
    — notenoughanimations 1.6.1
    — org_anarres_jcpp 1.4.14 via iris
    — org_antlr_antlr4-runtime 4.10.1 via iris
    — org_jetbrains_kotlin_kotlin-reflect 1.7.20 via fabric-language-kotlin
    — org_jetbrains_kotlin_kotlin-stdlib 1.7.20 via fabric-language-kotlin
    — org_jetbrains_kotlin_kotlin-stdlib-jdk7 1.7.20 via fabric-language-kotlin
    — org_jetbrains_kotlin_kotlin-stdlib-jdk8 1.7.20 via fabric-language-kotlin
    — org_jetbrains_kotlinx_atomicfu-jvm 0.18.3 via fabric-language-kotlin
    — org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.6.4 via fabric-language-kotlin
    — org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.6.4 via fabric-language-kotlin
    — org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.4.0 via fabric-language-kotlin
    — org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.4.0 via fabric-language-kotlin
    — org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.4.0 via fabric-language-kotlin
    — org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.4.0 via fabric-language-kotlin
    — org_joml_joml 1.10.4 via sodium
    — plasmo_voice 1.2.18
    — player-animator 0.3.5
    — pride 1.1.2+1.19 via lambdynlights
    — reeses-sodium-options 1.4.7+mc1.19.2-build.59
    — shetiphiancore 1.3.3
    — shulkerboxtooltip 3.1.3+1.19.2
    — skinlayers 1.5.2-mc1.19.1
    — sodium 0.4.4+build.18
    — sodium-extra 0.4.11+mc1.19.2-build.68
    — spruceui 4.0.0+1.19 via lambdynlights
    — stendhal 1.3.3-1.19
    — wi_zoom 1.4-MC1.19.2
[14:47:21] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/AlexF/AppData/Roaming/.minecraft/libraries/net/fabricmc/sponge-mixin/0.11.4+mixin.0.8.5/sponge-mixin-0.11.4+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT
[14:47:21] [main/INFO]: Compatibility level set to JAVA_16
[14:47:21] [main/INFO]: Compatibility level set to JAVA_17
[14:47:22] [main/WARN]: Reference map ‘plasmovoice-fabric-refmap.json’ for plasmovoice.mixins.json could not be read. If this is a development environment you can ignore this message
[14:47:22] [main/INFO]: Loaded configuration file for Sodium: 29 options available, 1 override(s) found
[14:47:22] [main/INFO]: Loaded configuration file for Sodium Extra: 27 options available, 0 override(s) found
[14:47:23] [main/WARN]: Force-disabling mixin ‘features.sky.MixinWorldRenderer’ as rule ‘mixin.features.sky’ (added by mods [iris]) disables it and children
[14:47:24] [main/WARN]: Configuration conflict: there is more than one oshi.properties file on the classpath
[14:47:25] [main/WARN]: Configuration conflict: there is more than one oshi.architecture.properties file on the classpath
[14:47:25] [main/WARN]: Failed to add PDH Counter: Paging File(_Total)% Usage, Error code: 0xC0000BB8
[14:47:25] [main/WARN]: Failed to add counter for PDH counter: Paging File(_Total)% Usage
[14:47:25] [main/WARN]: Disabling further attempts to query Paging File.
[14:47:32] [main/WARN]: COM exception: Invalid Query: SELECT PERCENTUSAGE FROM Win32_PerfRawData_PerfOS_PagingFile
[14:47:32] [main/WARN]: @Final field field_22786:Ljava/util/List; in mixins.ipnext.json:MixinScreen from mod inventoryprofilesnext should be final
[14:47:32] [main/WARN]: @Final field field_33815:Ljava/util/List; in mixins.ipnext.json:MixinScreen from mod inventoryprofilesnext should be final
[14:47:39] [main/INFO]: Building optimized datafixer
[14:47:43] [main/WARN]: Discarding @Unique public method getAnimatedSkin in 3dskinlayers.mixins.json:DonorAbstractClientPlayerMixin from mod skinlayers because it already exists in net.minecraft.class_742
[14:47:45] [Render thread/WARN]: Method overwrite conflict for method_22920 in sodium.mixins.json:features.buffer_builder.intrinsics.MixinBufferBuilder from mod sodium, previously written by net.coderbot.iris.mixin.vertices.block_rendering.MixinBufferBuilder_SeparateAo. Skipping method.
[14:47:45] [Render thread/INFO]: Environment: authHost=’https://authserver.mojang.com’, accountsHost=’https://api.mojang.com’, sessionHost=’https://sessionserver.mojang.com’, servicesHost=’https://api.minecraftservices.com’, name=’PROD’
[14:47:46] [Render thread/INFO]: Setting user: Uru__
[14:47:51] [Render thread/INFO]: libraryferret — > Initialize library
[14:47:51] [Render thread/INFO]: libraryferret — > Initialized library
[14:47:51] [Render thread/ERROR]: No data fixer registered for shetiphiancore:gui_item
[14:47:52] [Render thread/INFO]: [Stendhal] Initializing
[14:47:52] [Render thread/INFO]: [STDOUT]: Starting WI Zoom v1.4-MC1.19.2
[14:47:54] [Render thread/INFO]: Loading 62 entities from Custom Entity Models 0.7.1
[14:47:54] [Render thread/INFO]: [citresewn] Registering CIT Conditions
[14:47:54] [Render thread/INFO]: [citresewn] Registering CIT Types
[14:47:54] [Render thread/INFO]: [Indigo] Different rendering plugin detected; not applying Indigo.
[14:47:54] [Render thread/WARN]: Static binding violation: PRIVATE @Overwrite method method_23182 in sodium.mixins.json:features.item.MixinItemRenderer from mod sodium cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[14:47:54] [Render thread/INFO]: [LambDynLights] Initializing LambDynamicLights…
[14:47:55] [Render thread/INFO]: [LambDynLights] Configuration loaded.
[14:47:55] [ForkJoinPool.commonPool-worker-1/WARN]: [Iris Update Check] Cached update file detected, using that!
[14:47:56] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 SNAPSHOT
[14:47:59] [Render thread/INFO]: ARB_direct_state_access detected, enabling DSA.
[14:47:59] [Render thread/INFO]: Debug functionality is disabled.
[14:47:59] [Render thread/INFO]: Shaders are disabled because enableShaders is set to false in iris.properties
[14:47:59] [Render thread/INFO]: Shaders are disabled
[14:48:00] [Render thread/WARN]: Couldn’t get pack info for: java.util.zip.ZipException: invalid CEN header (bad entry name)
[14:48:00] [Render thread/WARN]: Couldn’t get pack info for: net.minecraft.class_3266: ‘pack.mcmeta’ in ResourcePack ‘C:UsersAlexFAppDataRoaming.minecraftresourcepackscat-ears-pack-1-0-by-becca4leafclover.zip’
[14:48:01] [Render thread/INFO]: Hardware information:
[14:48:01] [Render thread/INFO]: CPU: 16x Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz
[14:48:01] [Render thread/INFO]: GPU: NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2 (Supports OpenGL 3.2.0 NVIDIA 526.98)
[14:48:01] [Render thread/INFO]: OS: Windows 10 (10.0)
[14:48:03] [Render thread/INFO]: Narrator library for x64 successfully loaded
[14:48:03] [Render thread/INFO]: Reloading ResourceManager: Default, Cat_Ears_Pack_1.0_by_becca4leafclover, WHAT telescope, axolot.zip, totem-by-fortune-cat.zip, barn-owl-wings-elytra.zip, Belle Рpoque paintings, SunnyCat.zip, bedrock-emotecraft-8.zip, mooncat.zip, Fabric Mods (AppleSkin, CaffeineConfig, Custom Entity Models, CIT Resewn, CIT Resewn: Defaults, ClickThrough, Cloth Config v8, Coat, completeconfig-base, completeconfig-gui-coat, Arrows Info, Elytra/Chestplate Swapper, Emotecraft, Fabric API, Fabric API Base, Fabric API Lookup API (v1), Fabric Biome API (v1), Fabric BlockRenderLayer Registration (v1), Fabric Client Tags, Fabric Command API (v1), Fabric Command API (v2), Fabric Commands (v0), Fabric Containers (v0), Fabric Content Registries (v0), Fabric Convention Tags, Fabric Crash Report Info (v1), Fabric Data Generation API (v1), Fabric Dimensions API (v1), Fabric Entity Events (v1), Fabric Events Interaction (v0), Fabric Events Lifecycle (v0), Fabric Game Rule API (v1), Fabric Item API (v1), Fabric Item Groups (v0), Fabric Key Binding API (v1), Fabric Key Bindings (v0), Fabric Language Kotlin, Fabric Lifecycle Events (v1), Fabric Loot API (v2), Fabric Loot Tables (v1), Fabric Message API (v1), Fabric Mining Level API (v1), Fabric Models (v0), Fabric Networking API (v1), Fabric Networking (v0), Fabric Object Builder API (v1), Fabric Particles (v1), Fabric Registry Sync (v0), Fabric Renderer API (v1), Fabric Renderer — Indigo, Fabric Renderer Registries (v1), Fabric Rendering Data Attachment (v1), Fabric Rendering Fluids (v1), Fabric Rendering (v0), Fabric Rendering (v1), Fabric Resource Conditions API (v1), Fabric Resource Loader (v0), Fabric Screen API (v1), Fabric Screen Handler API (v1), Fabric Textures (v0), Fabric Transfer API (v1), Fabric Transitive Access Wideners (v1), Fabric Loader, GBfabrictools, Indium, Inventory Profiles Next, Iris, Jankson, LambDynamicLights, LibGui, Library ferret, Litematica, MaLiLib, Mod Menu, NotEnoughAnimations, Plasmo Voice, Pride Lib, Reese’s Sodium Options, ShetiPhianCore, Shulker Box Tooltip, 3d Skin Layers, Sodium, Sodium Extra, SpruceUI, Stendhal, WI Zoom)
[14:48:03] [Render thread/INFO]: Creating pipeline for dimension OVERWORLD
[14:48:03] [Worker-Main-18/ERROR]: [citresewn] Warning: minecraft:block is not in the item registry @L1 in minecraft:optifine/cit/example.properties from Cat_Ears_Pack_1.0_by_becca4leafclover
[14:48:04] [Worker-Main-18/ERROR]: {citresewn} Errored while parsing CIT: Cannot resolve path @L3 in minecraft:optifine/cit/example.properties from Cat_Ears_Pack_1.0_by_becca4leafclover
[14:48:04] [Worker-Main-18/INFO]: [citresewn] Loading item CIT models…
[14:48:09] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[14:48:09] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[14:48:09] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on 2790 (NVIDIA High Definition Audio)
[14:48:09] [Render thread/INFO]: Sound engine started
[14:48:09] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[14:48:10] [Render thread/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[14:48:10] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[14:48:10] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[14:48:10] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[14:48:10] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[14:48:10] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[14:48:10] [Render thread/INFO]: [citresewn] Linking baked models to item CITs…
[14:48:10] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[14:48:11] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[14:48:11] [Render thread/INFO]: Created: 4096x4096x0 minecraft:textures/atlas/paintings.png-atlas
[14:48:11] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[14:48:13] [Worker-Bootstrap-1/INFO]: 4283 Datafixer optimizations took 33754 milliseconds
[14:54:19] [Render thread/INFO]: [fabric-registry-sync] Loaded registry data [file 1/4]
[14:54:21] [Render thread/INFO]: Loaded 7 recipes
[14:54:21] [Render thread/INFO]: Loaded 1179 advancements
[14:54:23] [Render thread/INFO]: Applied 0 biome modifications to 0 of 63 new biomes in 6.142 ms
[14:54:23] [Server thread/INFO]: Starting integrated minecraft server version 1.19.2
[14:54:23] [Server thread/INFO]: Generating keypair
[14:54:23] [Server thread/INFO]: Loading Teams Data
[14:54:23] [Server thread/INFO]: Finished Loading Teams Data
[14:54:23] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[14:54:26] [Render thread/INFO]: Подготовка области возрождения: 0%
[14:54:26] [Render thread/INFO]: Подготовка области возрождения: 0%
[14:54:26] [Render thread/INFO]: Подготовка области возрождения: 0%
[14:54:26] [Render thread/INFO]: Подготовка области возрождения: 0%
[14:54:26] [Render thread/INFO]: Подготовка области возрождения: 0%
[14:54:26] [Render thread/INFO]: Подготовка области возрождения: 0%
[14:54:26] [Render thread/INFO]: Подготовка области возрождения: 0%
[14:54:27] [Render thread/INFO]: Подготовка области возрождения: 11%
[14:54:27] [Render thread/INFO]: Подготовка области возрождения: 68%
[14:54:28] [Render thread/INFO]: Time elapsed: 4484 ms
[14:54:28] [Server thread/WARN]: Config outdated. Check https://github.com/plasmoapp/plasmo-voice/wiki/How-to-install-Server for new config.
[14:54:28] [Thread-25/INFO]: Voice UDP server started on /0.0.0.0:60606
[14:54:28] [Server thread/INFO]: Changing view distance to 21, from 10
[14:54:28] [Server thread/INFO]: Changing simulation distance to 10, from 0
[14:54:29] [Server thread/INFO]: Uru__[local:E:e107aff9] logged in with entity id 51 at (74.96643134811795, -2.0120829995970975, 13.851523739767398)
[14:54:30] [Server thread/INFO]: Uru__ присоединился к игре
[14:54:30] [Netty Local Client IO #0/INFO]: Connecting to localhost
[14:54:30] [Netty Local Client IO #0/INFO]: Clients: [efab9559-a425-4ec1-8f7e-26e40c08bb3c]
[14:54:30] [Netty Local Client IO #0/INFO]: Muted clients: []
[14:54:30] [Thread-31/INFO]: Start ping
[14:54:30] [Thread-30/INFO]: Connected to UDP
[14:54:30] [pool-2-thread-1/INFO]: OpenAL (Plasmo Voice) initialized.
[14:54:30] [Input Device Recorder/INFO]: Recorder started
[14:54:30] [Render thread/WARN]: @Redirect conflict. Skipping mixins.iris.compat.sodium.json:vertex_format.MixinFluidRenderer from mod iris->@Redirect::iris$fixSidewaysInnerFaceNormal(Lme/jellysquid/mods/sodium/client/model/IndexBufferBuilder;ILme/jellysquid/mods/sodium/client/model/quad/properties/ModelQuadWinding;Lnet/minecraft/class_1920;Lnet/minecraft/class_3610;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lme/jellysquid/mods/sodium/client/render/chunk/compile/buffers/ChunkModelBuilder;)V with priority 1000, already redirected by mixins.iris.compat.sodium.json:vertex_format.MixinFluidRenderer from mod iris->@Redirect::iris$fixBackwardUpFaceNormal(Lme/jellysquid/mods/sodium/client/model/IndexBufferBuilder;ILme/jellysquid/mods/sodium/client/model/quad/properties/ModelQuadWinding;Lnet/minecraft/class_1920;Lnet/minecraft/class_3610;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;Lme/jellysquid/mods/sodium/client/render/chunk/compile/buffers/ChunkModelBuilder;)V with priority 1000
[14:54:30] [Render thread/INFO]: Started 10 worker threads
[14:54:32] [Render thread/INFO]: [inventoryprofilesnext] Loaded 0 external GUI hints
[14:54:32] [Render thread/INFO]: [inventoryprofilesnext] Loaded 738 build-in GUI hints
[14:54:32] [Render thread/INFO]: [inventoryprofilesnext] Effective GUI hints after merge: 738
[14:54:32] [Render thread/INFO]: Using 3 total BufferBuilder caches
[14:54:33] [Render thread/WARN]: Unable to read property: east with value: false for blockstate: {Name:»minecraft:cobblestone_wall»,Properties:{east:»false»,north:»false»,south:»false»,up:»false»,west:»false»}}
[14:54:33] [Render thread/WARN]: Unable to read property: south with value: false for blockstate: {Name:»minecraft:cobblestone_wall»,Properties:{east:»false»,north:»false»,south:»false»,up:»false»,west:»false»}}
[14:54:33] [Render thread/WARN]: Unable to read property: north with value: false for blockstate: {Name:»minecraft:cobblestone_wall»,Properties:{east:»false»,north:»false»,south:»false»,up:»false»,west:»false»}}
[14:54:33] [Render thread/WARN]: Unable to read property: west with value: false for blockstate: {Name:»minecraft:cobblestone_wall»,Properties:{east:»false»,north:»false»,south:»false»,up:»false»,west:»false»}}
[14:54:33] [Render thread/WARN]: Unable to read property: east with value: false for blockstate: {Name:»minecraft:mossy_cobblestone_wall»,Properties:{east:»false»,north:»false»,south:»false»,up:»false»,west:»false»}}
[14:54:33] [Render thread/WARN]: Unable to read property: south with value: false for blockstate: {Name:»minecraft:mossy_cobblestone_wall»,Properties:{east:»false»,north:»false»,south:»false»,up:»false»,west:»false»}}
[14:54:33] [Render thread/WARN]: Unable to read property: north with value: false for blockstate: {Name:»minecraft:mossy_cobblestone_wall»,Properties:{east:»false»,north:»false»,south:»false»,up:»false»,west:»false»}}
[14:54:33] [Render thread/WARN]: Unable to read property: west with value: false for blockstate: {Name:»minecraft:mossy_cobblestone_wall»,Properties:{east:»false»,north:»false»,south:»false»,up:»false»,west:»false»}}
[14:54:33] [Render thread/INFO]: [ShulkerBoxTooltip] Server integration enabled, attempting handshake…
[14:54:33] [Netty Server IO #1/INFO]: [ShulkerBoxTooltip] Uru__: protocol version: 2.0
[14:54:33] [Server thread/INFO]: [ShulkerBoxTooltip] Loading 1 plugin: shulkerboxtooltip
[14:54:33] [Netty Local Client IO #0/INFO]: [ShulkerBoxTooltip] Handshake succeeded
[14:54:33] [Netty Local Client IO #0/INFO]: [ShulkerBoxTooltip] Server protocol version: 2.0
[14:54:33] [Server thread/INFO]: [ShulkerBoxTooltip] Registered 7 providers for mod shulkerboxtooltip
[14:54:34] [Render thread/INFO]: Loaded 252 advancements
[14:54:35] [Render thread/INFO]: Animated skins loaded and ready to use!
[14:54:37] [Render thread/INFO]: [System] [CHAT] Inventory Profiles Next: Версия: ‘1.8.4’ теперь доступна.nПолучить из: «Modrinth»или»CurseForge»
[14:54:44] [Server thread/INFO]: Uru__ получил достижение «[Две стихии]»
[14:54:44] [Render thread/INFO]: [System] [CHAT] Uru__ получил достижение «[Две стихии]»
[14:54:44] [Render thread/INFO]: Loaded 259 advancements
[14:55:00] [Render thread/INFO]: Reloading pipeline on dimension change: OVERWORLD => NETHER
[14:55:00] [Render thread/INFO]: Destroying pipeline OVERWORLD
[14:55:00] [Render thread/INFO]: Creating pipeline for dimension NETHER
[14:55:00] [Render thread/INFO]: Stopping worker threads
[14:55:00] [Render thread/INFO]: Started 10 worker threads
[14:55:00] [Render thread/INFO]: Stopping worker threads
[14:55:00] [Render thread/INFO]: Started 10 worker threads
[14:55:00] [Render thread/INFO]: Stopping worker threads
[14:55:00] [Render thread/INFO]: Started 10 worker threads
 

Updated January 2023: Stop getting error messages and slow down your system with our optimization tool. Get it now at this link

  1. Download and install the repair tool here.
  2. Let it scan your computer.
  3. The tool will then repair your computer.

The error 0xC0000BB8 can be recorded by EventSentry if a particular performance counter is unavailable or disabled.

0xC0000BB8 error

If the counter is disabled, you can use the Extensible Performance Counter List utility to reactivate the counter. The error message looks like this:

“The performance counter “PhysicalDisk(*)Avg. Disk Queue Length” could not be monitored due to error “0xC0000BB8″. Please make sure that the performance counter exists. If you are running a non-english version of Windows then performance counters are named in the language of the Operating System. ”

If you receive the error below in the Server Manager for a server, the user-defined set of data collectors is actually missing. This may be the result of an administrator accidentally deleting the set.

The update of the power meter failed with the following error: The set of data collectors was not found.

Rebuild the Windows Performance Counter.

Windows Performance Counter

Follow these steps to rebuild the performance counter:

January 2023 Update:

You can now prevent PC problems by using this tool, such as protecting you against file loss and malware. Additionally it is a great way to optimize your computer for maximum performance.
The program fixes common errors that might occur on Windows systems with ease — no need for hours of troubleshooting when you have the perfect solution at your fingertips:

  • Step 1 : Download PC Repair & Optimizer Tool (Windows 10, 8, 7, XP, Vista – Microsoft Gold Certified).
  • Step 2 : Click “Start Scan” to find Windows registry issues that could be causing PC problems.
  • Step 3 : Click “Repair All” to fix all issues.

download

1. Click on Start, then type cmd in the Start search box.
2. Right-click on cmd in the Programs list, then click Run as administrator. If you are prompted to enter an administrator password or confirmation, enter your password or click Next.
3. enter the following line at the prompt, then press ENTER: Lodctr /r
4. You will receive the following message: “Info: Setting the successfully restored performance counter from the system backup memory”.
5. exit the command prompt

Update server manager settings

Server Manager Settings Performance Counter

To solve the problem, proceed as follows:

Connect to the server with the error.
Start the performance monitor (perfmon.exe) and search under Data Collector Sets – User-Defined and Server Manager Performance Monitor. If it exists, right-click it and choose Start. It is very likely that he will not be there, so move on to the next step.
Connect to a server whose performance counters can be monitored.
Open a high command prompt to which you can use this command to export the server manager performance monitor dataset:

logman export -n “Server Manager Performance Monitor” -xml SMPM.xml

Open the generated XML file, delete the entire ID List section and save the file.
Open a high command prompt that does not contain the data collector and import the XML file:

logman import -n “Server Manager Performance Monitor” -xml SMPM.xml

Start the performance counters:

Start logman start “Server Manager Performance Monitor

When you update the server in the Server Manager, performance data should now be available.

https://github.com/oshi/oshi/issues/578

Expert Tip: This repair tool scans the repositories and replaces corrupt or missing files if none of these methods have worked. It works well in most cases where the problem is due to system corruption. This tool will also optimize your system to maximize performance. It can be downloaded by Clicking Here

ed_moyes

CCNA, Web Developer, PC Troubleshooter

I am a computer enthusiast and a practicing IT Professional. I have years of experience behind me in computer programming, hardware troubleshooting and repair. I specialise in Web Development and Database Design. I also have a CCNA certification for Network Design and Troubleshooting.

Post Views: 165

I’m getting these and i don’t know how to fix them could somebody help

20:58:16.649

Mod `terrablender` (1.1.0.77) uses more dot-separated version components than SemVer allows; support for this is currently not guaranteed.

20:58:16.653

Mod `xaeroworldmap` (1.20.3.1) uses more dot-separated version components than SemVer allows; support for this is currently not guaranteed.

20:59:07.044

Reference map ‘static-content-refmap.json’ for static-content.mixins.json could not be read. If this is a development environment you can ignore this message

21:00:32.403

Force-disabling mixin ‘features.sky.MixinWorldRenderer’ as rule ‘mixin.features.sky’ (added by mods [iris]) disables it and children

21:02:21.588

Failed to add PDH Counter: Paging File(_Total)% Usage, Error code: 0xC0000BB8

21:02:21.606

Failed to add counter for PDH counter: Paging File(_Total)% Usage

21:02:21.607

Disabling further attempts to query Paging File.

21:02:57.788

COM exception: Invalid Query: SELECT PERCENTUSAGE FROM Win32_PerfRawData_PerfOS_PagingFile

21:04:01.399

Injection warning: LVT in net/minecraft/class_2404::method_10316(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Z has incompatible changes at opcode 120 in callback betternether.mixins.common.json:LiquidBlockMixin->@Inject::bn_shouldSpreadLiquid(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;ZLcom/google/common/collect/UnmodifiableIterator;Lnet/minecraft/class_2350;Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;)V from mod betternether. Expected: [Z, Lcom/google/common/collect/UnmodifiableIterator;, Lnet/minecraft/class_2350;, Lnet/minecraft/class_2338;, Lnet/minecraft/class_2248;] Found: [Z, Lcom/google/common/collect/UnmodifiableIterator;, Lnet/minecraft/class_2350;, Lnet/minecraft/class_2338;] Available: [Z, Lcom/google/common/collect/UnmodifiableIterator;, Lnet/minecraft/class_2350;, Lnet/minecraft/class_2338;]

Found: [Z, Lcom/google/common/collect/UnmodifiableIterator;, Lnet/minecraft/class_2350;, Lnet/minecraft/class_2338;] Available: [Z, Lcom/google/common/collect/UnmodifiableIterator;, Lnet/minecraft/class_2350;, Lnet/minecraft/class_2338;]

21:05:54.847

@Inject(@At(«INVOKE»)) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:client.WorldChunkMixin::handler$blo000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.

Понравилась статья? Поделить с друзьями:
  • Fail to hook gettickcount shadow of mordor как исправить
  • Fail to hook gettickcount metal gear solid v ground zeroes как исправить
  • Fail to connect to server wo mic как исправить
  • Fail sha256 is invalid ошибка odin
  • Fail psa v4236 error 2000 0155