Navigation

    Plutonium
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Donate
    1. Home
    2. catgirl

    catgirl (@catgirl)

    3
    Reputation
    1
    Posts
    57
    Profile views
    14
    Followers
    8
    Following
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Information about catgirl

    Joined
    Last Online

    About me

    cats

    Best posts made by catgirl

    • [GUIDE] Fix for random crashes in linux with wine

      (This is based on pants guide)
      If your game crashes with the error eventfd: Too many open files what fixed it for me was changing the start script a little bit:

      #!/bin/bash
      export WINEARCH=win64 
      export WINEPREFIX=~/.wine_plutonium
      export WINEESYNC=1
      
      wine plutonium.exe
      

      change line 4, export WINEESYNC=1 to export WINEFSYNC=1
      so your start script would look like this:

      #!/bin/bash
      export WINEARCH=win64 
      export WINEPREFIX=~/.wine_plutonium
      export WINEFSYNC=1
      
      wine plutonium.exe
      

      and done! There shouldn't be any more crashes, I hope this helps someone.

      posted in BO2 Client Support

    Latest posts made by catgirl

    • [GUIDE] Fix for random crashes in linux with wine

      (This is based on pants guide)
      If your game crashes with the error eventfd: Too many open files what fixed it for me was changing the start script a little bit:

      #!/bin/bash
      export WINEARCH=win64 
      export WINEPREFIX=~/.wine_plutonium
      export WINEESYNC=1
      
      wine plutonium.exe
      

      change line 4, export WINEESYNC=1 to export WINEFSYNC=1
      so your start script would look like this:

      #!/bin/bash
      export WINEARCH=win64 
      export WINEPREFIX=~/.wine_plutonium
      export WINEFSYNC=1
      
      wine plutonium.exe
      

      and done! There shouldn't be any more crashes, I hope this helps someone.

      posted in BO2 Client Support