Jump to content

Start.sh Problems :|


Recommended Posts

  • Premium

Hello guys ^-^

I have a little Problem, and It's not so that I can't solve it

The problem is, I really don't know whats wrong

My Problem is that when I run the sh start.sh script, only the DB is

starting to run. The Auth, the game99 and the other Channels are not

running and it says:

"env: ./auth: No such file or directory"

"env: ./game: No such file or directory"

!Everytihng seems to be ouk. I also compared the "db" and the "auth" folder

and it seems to be ouk!

Here are some parts of the script:

DB:

cd only_sf/db && env LD_32_PRELOAD="/usr/home/game/share/lib/LibCostume.so" ./db &

sleep 2

Auth:

cd only_sf/auth && env LD_32_PRELOAD="/usr/home/game/share/lib/LibCostume.so" ./auth &

sleep 2

game99 & Cores:

cd ./game99/core1 && env LD_32_PRELOAD="/usr/home/game/share/lib/LibCostume.so" ./game &

sleep 5

ans so on.

Channel1 & Cores:

cd ./channel1/core1 && env LD_32_PRELOAD="/usr/home/game/share/lib/LibCostume.so" ./game &

sleep 5

cd ./channel1/core2 && env LD_32_PRELOAD="/usr/home/game/share/lib/LibCostume.so" ./game &

sleep 5

and so on.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.