Deucez

Citizen
  • Posts

    2
  • Joined

  1. Don't know if anyone is still having issues getting passed geom.pigg in the CoHUpdater.exe running with Wine,
    but I have solved it (on my end) ...

    Terminal :
    sudo su
    (enter password)
    cat /proc/sys/net/ipv4/tcp_wmem
    4096 87380 524288
    (was mine)

    at this point, I doubled the middle value.
    echo 4096 116760 524288 > /proc/sys/net/ipv4/tcp_wmem

    This should work.
    NOTE: Do NOT exit terminal as CoH is updating/fixing files.
    Sometimes that tends to reset the values to the defaults,
    which you can change if you know how to access the TCP Conf file through Terminal.

    Hope that helps.
  2. Don't know if anyone is still having issues getting passed geom.pigg in the CoHUpdater.exe running with Wine,
    but I have solved it (on my end) ...

    Terminal :
    sudo su
    (enter password)
    cat /proc/sys/net/ipv4/tcp_wmem
    4096 87380 524288
    (was mine)

    at this point, I doubled the middle value.
    echo 4096 116760 524288 > /proc/sys/net/ipv4/tcp_wmem

    This should work.
    NOTE: Do NOT exit terminal as CoH is updating/fixing files.
    Sometimes that tends to reset the values to the defaults,
    which you can change if you know how to access the TCP Conf file through Terminal.

    Hope that helps.