• Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

[GUIDE] Fix for random crashes in linux with wine

Scheduled Pinned Locked Moved BO2 Client Support
7 Posts 7 Posters 5.5k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • catgirlundefined Offline
    catgirlundefined Offline
    catgirl
    wrote on last edited by RektInator
    #1

    (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.

    andresito_20undefined FutureRaveundefined 2 Replies Last reply
    4
  • RektInatorundefined Offline
    RektInatorundefined Offline
    RektInator Plutonium Admin
    wrote on last edited by
    #2

    Pinned the topic, good job.

    1 Reply Last reply
    1
  • Symbellmundundefined Offline
    Symbellmundundefined Offline
    Symbellmund
    wrote on last edited by
    #3

    Hello I've got relatively the same issue it says not in-off space, but where to find this script I launch the game via lutris. can you help?

    1 Reply Last reply
    0
  • iEnx10undefined Offline
    iEnx10undefined Offline
    iEnx10
    wrote on last edited by
    #4

    jlkjkb

    1 Reply Last reply
    0
  • andresito_20undefined Offline
    andresito_20undefined Offline
    andresito_20 Contributor
    replied to catgirl on last edited by
    #5

    catgirl
    serve friend thanks

    1 Reply Last reply
    0
  • Angleaundefined Offline
    Angleaundefined Offline
    Anglea
    wrote on last edited by
    #6

    To fix random crashes in Linux when running applications through Wine, ensure you have the latest Wine version installed. Additionally, try adjusting Wine settings, such as changing Windows version compatibility or disabling certain graphics or sound options. Updating graphics drivers and checking application-specific Wine compatibility resources can also help resolve crashes.

    1 Reply Last reply
    0
  • FutureRaveundefined Offline
    FutureRaveundefined Offline
    FutureRave Plutonium Staff
    replied to catgirl on last edited by
    #7

    catgirl The plutonium bootstrapper is a 32-bit (Win32) application. Although I also have been able to run 32-bit applications with WINEARCH=win64 it should be 32 bits instead for clarity. What Anglea suggested is also good advice.

    1 Reply Last reply
    0

  • Login

  • Don't have an account? Register

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

  • Don't have an account? Register

  • Login or register to search.