View Single Post
  #2  
Unread 22nd June, 2014, 09:49 PM
2399Skillz 2399Skillz is offline
Super Moderator
 
Join Date: Jan 2004
Location: North Carolina
Posts: 2,245
Default

Small bug discovered, but it's not the scripts fault. Seems when the game is run with the 64 bit binary, web admin continues to fail anytime you attempt to make changes within'. The easy fix is to run the game in 32 bit mode, but this script will auto detect your 64 bit operating system and run it that way so edit this line:

executable64="./ucc-bin-linux-amd64"

change to

executable64="./ucc-bin"

You may get some errors if you don't have the 32 bit dependencies installed. If you do just post here and I'll help ya find them.
__________________

UT-FILES.COM
Get your files
Reply With Quote