Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

Slug Lickerundefined

Slug Licker

@Slug Licker
About
Posts
83
Topics
12
Groups
0
Followers
2
Following
0

Posts

Recent Best Controversial

  • t6 zombies ezz crashing when a player times out
    Slug Lickerundefined Slug Licker

    Yes, try that first. @pextotic

    And then try verifying integrity of game files.

    Make sure you run that .bat script above because it repairs your Windows image, then fixes corrupted system files, and fixes winsock.

    Winsock serves as a translator for basic network services, such as send () or receive () requests.

    You could also try opening device manager and going to your network adapters and right-clicking each of them to check if any of them have an updated driver that can be installed.

    You could try unplugging your router and/or modem and leaving it unplugged for 10 minutes, then plugging it back in. This is a good reboot for the device handling your internet connectivity. It's important to give it that 10 minutes, by the way.


  • Error 0xC0000005 is not related to outdated server
    Slug Lickerundefined Slug Licker

    Elbaan

    Run a windows memory diagnostic scan to check if your RAM is corrupted or experiencing failure in some way.

    Untitled.png

    Reset your firewall settings to default by opening command prompt as administrator and typing the following:

    netsh advfirewall reset
    

    Reset your group policy settings to default by saving this segment as a .bat file and running it as admin:

    @echo off
    RD /S /Q "%WinDir%\System32\GroupPolicyUsers" && RD /S /Q "%WinDir%\System32\GroupPolicy"
    gpupdate /force
    pause
    

    Restart your pc.
    Then try playing the game.

    Right click the .exe file, select 'Run as Administrator'.
    Right click Plutonium's folder, select 'Properties', untick 'Read Only', click Apply, then try running it.
    Disable the UAC (User Account Controls).
    Kill "taskhost.exe" process in your task manager.
    Occasionally your download may just be corrupted, try re-downloading the entirety of Plutonium and see if you encounter the same bug.


  • "Lost Reliable Commands" Error Message
    Slug Lickerundefined Slug Licker

    Open notepad.exe, copy and paste this, save it as "systemhealth.bat", run it as admin:

    @echo off
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    ipconfig /flushdns
    ipconfig /registerdns
    ipconfig /release
    ipconfig /renew
    netsh winsock reset
    netsh int ipv4 reset
    netsh int ipv6 reset
    netsh int ip reset
    netsh int tcp reset
    pause
    

    Restart your pc.

    Go to C:\Users\You\AppData\Local\Plutonium
    Delete everything inside.
    Delete your old plutonium.exe
    Download a clean one from here: https://plutonium.pw/docs/install/
    Run it.


  • t6 zombies ezz crashing when a player times out
    Slug Lickerundefined Slug Licker

    Open notepad.exe, copy and paste this, save it as "systemhealth.bat", run it as admin:

    @echo off
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    ipconfig /flushdns
    ipconfig /registerdns
    ipconfig /release
    ipconfig /renew
    netsh winsock reset
    netsh int ipv4 reset
    netsh int ipv6 reset
    netsh int ip reset
    netsh int tcp reset
    pause
    

    Restart your pc.

    Go to C:\Users\You\AppData\Local\Plutonium
    Delete everything inside.
    Delete your old plutonium.exe
    Download a clean one from here: https://plutonium.pw/docs/install/
    Run it.

    If the problem still happens, go to your steam library, right-click the game and select "properties", go to "local files", select "verify integrity of game files".


  • Error 0xC0000005 is not related to outdated server
    Slug Lickerundefined Slug Licker

    Elbaan

    Your .exe might be out of date or has a bug/corrupted.

    go to C:\Users\You\AppData\Local\Plutonium

    Delete everything inside.

    Delete your plutonium.exe wherever you put it. Download a clean one from here: https://plutonium.pw/docs/install/

    Run it and let it download all the Plutonium files again, clean.


  • Hello I need help as soon as I start BO2 I always get this error message. Can someone help me? would be very nice
    Slug Lickerundefined Slug Licker

    I think that's a file for Modern Warfare 3, not Black Ops 2. Have you set the path in Plutonium to the correct game? iw5 is mw3. t6 is black ops 2.

    Untitled.png


  • Hello I need help as soon as I start BO2 I always get this error message. Can someone help me? would be very nice
    Slug Lickerundefined Slug Licker

    Have you tried this?

    Go to C:\Users\You\AppData\Local\Plutonium
    Delete everything inside.
    Delete your old plutonium.exe
    Download a clean one from here: https://plutonium.pw/docs/install/
    Run it.

    It will download all the necessary files needed for Plutonium.


  • My game crash when i try to get in game, both modes, zombies and multiplayer, what can i do?
    Slug Lickerundefined Slug Licker

    I can't understand why it would still be doing it if you've downloaded all the files again, clean.

    Hm. The same crash point in memory as well, "movss dword ptr [eax+10h],xmm0 ds:002b:00010490=????????"

    I asked chatGPT and it said:
    Based on the provided error text, it appears that the issue is related to an access violation (ExceptionCode: c0000005) where there was an attempt to write to a specific memory address (00010490) that resulted in an error. This can occur when a program tries to access memory that it does not have permission to access.

    Possible solutions to address this issue include:

    1. Check for any recent changes or updates made to the software or system that could have caused this access violation.
    2. Ensure that the software or application is running with the necessary permissions to access the memory addresses it requires.
    3. Verify that the memory addresses being accessed are valid and within the allocated memory space.
    4. Consider debugging the application to identify the specific code or operation causing the access violation and address it accordingly.
    5. If the issue persists, reaching out to the software developer or support team for further assistance may be necessary.

    It is recommended to carefully review the code or operation that is attempting to write to the memory address 00010490 and investigate any potential issues that could be causing the access violation.

    Hm. Try this:
    Open windows search, type "Windows memory diagnostic", run it and let it scan your RAM to see if there's any issues with it that it needs to resolve.

    It's also possible your anti-virus software is interfering with it.


  • i cant play with my friends because my game or her game and show's this mesage:
    Slug Lickerundefined Slug Licker

    Open notepad.exe, copy and paste this, save it as "systemhealth.bat", run it as admin:

    @echo off
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    ipconfig /flushdns
    ipconfig /registerdns
    ipconfig /release
    ipconfig /renew
    netsh winsock reset
    netsh int ipv4 reset
    netsh int ipv6 reset
    netsh int ip reset
    netsh int tcp reset
    pause
    

    Restart your pc.

    Go to C:\Users\You\AppData\Local\Plutonium
    Delete everything inside.
    Delete your old plutonium.exe
    Download a clean one from here: https://plutonium.pw/docs/install/
    Run it.


  • Problem while playing private match zombies with friends.
    Slug Lickerundefined Slug Licker

    Open notepad.exe, copy and paste this, save it as "systemhealth.bat", run it as admin:

    @echo off
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    ipconfig /flushdns
    ipconfig /registerdns
    ipconfig /release
    ipconfig /renew
    netsh winsock reset
    netsh int ipv4 reset
    netsh int ipv6 reset
    netsh int ip reset
    netsh int tcp reset
    pause
    

    Restart your pc.

    Go to C:\Users\You\AppData\Local\Plutonium
    Delete everything inside.
    Delete your old plutonium.exe
    Download a clean one from here: https://plutonium.pw/docs/install/
    Run it.


  • Game constantly crashing after connecting to a server
    Slug Lickerundefined Slug Licker

    @Cpt_Nascimento Your plutonium-bootstrapper-win32.exe crashed trying to execute this part of code:

    movzx eax,word ptr [ecx+4] ds:002b:00000004=????
    

    Moonway Your plutonium-bootstrapper-win32.exe crashed trying to execute this part of code:

    mov cx,word ptr [eax+6] ds:002b:00000006=????
    

    This means your .exe might be out of date or has a bug.

    Both of you go to C:\Users\You\AppData\Local\Plutonium

    Delete everything inside.

    Delete your plutonium.exe wherever you put it. Download a clean one from here: https://plutonium.pw/docs/install/

    Run it and let it download all the Plutonium files again, clean.


  • Launch Client
    Slug Lickerundefined Slug Licker

    That code is when a program has a problem and Windows is unable to determine what caused it.

    Try allowing the app through your firewall:

    Type "firewall and network protection" in the windows search bar and open it.
    Select "allow an app through the firewall".
    Scroll down until you see "plutonium-bootstrapper-win32.exe".
    Select "change settings".
    Select "plutonium-bootstrapper-win32.exe" and tick both boxes.
    Press "Ok".

    1714557345117-1.png
    1714557350430-2.png


  • Random crashes on round 2 zombies
    Slug Lickerundefined Slug Licker

    Hm. You might be missing files related to round 2.

    When round 2 happens, round-2-specific files are required to tell you it's round 2. If you're missing even 1 of those files, the .exe might crash.

    You might have a broken .exe where everytime it gets to that specific point in code to change rounds, something is broken in the .exe that makes it crash.


  • Game constantly crashing after connecting to a server
    Slug Lickerundefined Slug Licker

    This is how you can open a .dmp file yourself:

    Open cmd as admin, type "winget install microsoft.windbg"

    Wait for it to install.

    When it has installed, type into Windows search "windbg" and launch that application.

    It will look like this:
    Untitled.png

    Press "File" at the top-left of the program and select "Open dump file". Select "Browse", select your .dmp file. Keep the "Target architecture" option set to "Autodetect".

    Wait for the program to load it.

    When it's loaded, you'll see at the bottom it looks like this:
    1Untitled.png

    Select the blue text "!analyze -v"

    When it's done doing an analyze, scroll up to here:
    2Untitled.png

    Copy and paste everything under there to here so people can see what the problem is.


  • erorr code 0xc000007b
    Slug Lickerundefined Slug Licker

    That error can happen when the .exe needs to read a config or system file. You might be missing essential files the plutonium-bootstrapper-win32.exe needs in order to run.

    Windows cannot access the file for one of the following reasons: It could be there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on the computer; or the disk is missing.

    I would suggest you delete everything inside "C:\Users\You\AppData\Local\Plutonium"
    Delete your plutonium.exe and download a clean one from https://plutonium.pw/docs/install/
    Run it as admin and let it download all the files/dependencies again.


  • My game crash when i try to get in game, both modes, zombies and multiplayer, what can i do?
    Slug Lickerundefined Slug Licker

    KillerGhost_020 I think this isn't a problem on your end but a bug with Plutonium until they patch it. I wonder if we replace your .exe with mine it will work?

    go to C:\Users\You\AppData\Local\Plutonium\bin

    replace your .exe with this one https://file.io/W9tuPQgDA4pD

    run plutonium, see if it works from mine

    if it doesn't work from mine even though mine works on my computer, i dunno 😭


  • My game crash when i try to get in game, both modes, zombies and multiplayer, what can i do?
    Slug Lickerundefined Slug Licker

    Resxt

    plutonium_bootstrapper_win32+0xb3709:
    004b3709 f30f114010      movss   dword ptr [eax+10h],xmm0 ds:002b:00085bf0=????????
    Resetting default scope
    
    EXCEPTION_RECORD:  (.exr -1)
    ExceptionAddress: 004b3709 (plutonium_bootstrapper_win32+0x000b3709)
       ExceptionCode: c0000005 (Access violation)
      ExceptionFlags: 00000000
    NumberParameters: 2
       Parameter[0]: 00000001
       Parameter[1]: 00085bf0
    Attempt to write to address 00085bf0
    
    PROCESS_NAME:  plutonium-bootstrapper-win32.exe
    
    WRITE_ADDRESS:  00085bf0 
    
    ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.
    
    EXCEPTION_CODE_STR:  c0000005
    
    EXCEPTION_PARAMETER1:  00000001
    
    EXCEPTION_PARAMETER2:  00085bf0
    
    STACK_TEXT:  
    WARNING: Stack unwind information not available. Following frames may be wrong.
    0019df1c 76006842     850f50b7 00000000 006e7567 plutonium_bootstrapper_win32+0xb3709
    0019e3a0 0019e3d4     00a4f32c 00a2e37b 0019e40c rpcrt4!NdrClientCall2+0xd22
    0019e3ac 0019e40c     0019e3c8 0019e3cc 0019e3c8 0x19e3d4
    0019e3b0 0019e3c8     0019e3cc 0019e3c8 00a2e5a6 0x19e40c
    0019e40c 01810c02     00000004 0019e758 00b48c14 0x19e3c8
    0019e410 00000000     0019e758 00b48c14 ffffffff plutonium_bootstrapper_win32+0x1410c02
    
    

    It crashed trying to do "movss dword ptr [eax+10h],xmm0"

    I think the problem is that it's trying to move a float value into a register which can't hold a float value?


  • My game crash when i try to get in game, both modes, zombies and multiplayer, what can i do?
    Slug Lickerundefined Slug Licker

    KillerGhost_020 I took a look at that .dmp file and I have to say, it is far beyond my computer literacy. Perhaps if we ask Xerxes or Resxt

    Untitled.png


  • bo1 zombies crashes when picking up dual cz-75
    Slug Lickerundefined Slug Licker

    This has been a problem on Plutonium for a long time, according to research.

    I don't think they are going to fix it, sadly. Just try not pick up that weapon from the box. It's just a thing you'll have to cope with while playing online.


  • Error 0xC0000005 is not related to outdated server
    Slug Lickerundefined Slug Licker

    Elbaan Oh, lmao. I dunno. I just typed in that error code and assumed.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 3 / 5
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate