Jump to content

SøηGøku®

Inactive Member
  • Posts

    148
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by SøηGøku®

  1. Remove the preloads from the run.sh scripts like this..

     

     

    find this:

    ./vrunner --daemon --pid-path=pid.game --file=game --env="LD_32_LIBRARY_PATH=/usr/local/lib/metin2" --env="LD_32_PRELOAD=./libgame.so" >> autorun.log 2>&1 &
    

    remove this:

    --env="LD_32_LIBRARY_PATH=/usr/local/lib/metin2" --env="LD_32_PRELOAD=./libgame.so"

    End result should be like this:

    ./vrunner --daemon --pid-path=pid.game --file=game >> autorun.log 2>&1 &
    

    This was a mistake in the script and I'll update the package with the right scripts.

     

    How do i do that? Where do i find that?

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.