WhiteCoreSim / WhiteCore-Dev

WhiteCoreSim - Software to create your own virtual world
BSD 3-Clause "New" or "Revised" License
26 stars 34 forks source link

cant begin standalone mode #319

Closed johnfelipe closed 4 years ago

johnfelipe commented 4 years ago
git clone --recursive https://github.com/WhiteCoreSim/WhiteCore-Dev.git
cd WhiteCore-Dev/

./runprebuild.sh

x64 architecture found
Architecture to use? (x86, x64) [x64]: x64
Configuration? (Release, Debug) [Debug]: Release
Build immediately? (Yes, No) [No]: Yes

Log https://paste.md-5.net/atumarayaw.sql

sudo iptables -F
sudo iptables -P INPUT ACCEPT
sudo iptables -P OUTPUT ACCEPT

sudo iptables -S

-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-N syn-flood

i follow this steps:

cd WhiteCore-Dev/
cd WhiteCoreSim
./run_standalonemode.sh

i fill this questions:

Do you want to configure WhiteCore-Sim now?  (yes/no): [no]
no

Apr 28 09:56:57 - Please enter the user name of the grid owner
Grid owner user name (? for suggestion) [Vinar Shelby]: felipe urrego
Password: felipe
Re-enter Password: felipe
Email for password recovery. ('none' if unknown) [none]: ingenierofelipeurrego@gmail.com
Required avatar UUID (optional)) [f1b13f36-5657-4dc7-85b7-47b772b92495]: enter
Apr 28 09:58:25 - Please enter the name for felipe urrego's estate
felipe urrego's estate name [Owner's Estate]: opensimbranch
Region Name (? for suggestion) []: ebim1
Region Location X [1000]: 1000
Region location Y [1000]: 1000
Region size X [256]: 256
Region size Y [256]: 256
Region Type (Mainland / Estate / Homes) [Estate]: enter
Estate region type?, Options are [Full Region] [Full Region]: Full Region
Terrain Type?, Options are [Flatland, Grassland, Hills, Mountainous, Island, Swamp, Aquatic] [Grassland]: Grassland
Estate owner name (RealEstate Owner/User Name) [RealEstate Owner]: felipe urrego

but when put ip:9000 is not resolve

then shutdown and begin again and show me this:

Apr 28 10:09:52 - Checking system account for Library
Apr 28 10:09:52 - Found system account for Library
Apr 28 10:09:52 - Retrieving region data from: ../Data/Region
Apr 28 10:09:52 - Region archives saved to:    ../Data/RegionBak
Apr 28 10:09:52 - Found: ebim1
Apr 28 10:09:52 - [FileBasedSimulationData]: Restoring sim backup for region ebim1...
Apr 28 10:09:52 - [SceneManager]: Starting region "ebim1" at @ 1000,1000
Apr 28 10:09:53 - [Grid service]: Region ebim1 registered successfully at 1000, 1000
Apr 28 10:09:53 - [ODE Physics]: Selected engine -> Open Dynamics
Apr 28 10:09:53 - [Profile] Profile Services are enabled
Apr 28 10:09:53 - [Search] Search Services are enabled
Apr 28 10:09:53 - [Materials]: Initializing module
Apr 28 10:09:53 - [World view]: Configured and enabled for ebim1
Apr 28 10:09:53 - [World view]: RegionID 4ddbc290-9e0a-4a65-b3fd-d2718322c9da
Apr 28 10:09:53 - [Backup]: Loading objects for ebim1 from FileBasedDatabase
Apr 28 10:09:53 - [Backup]: Loaded 0 object(s) in ebim1
Apr 28 10:09:53 - [Backup]: Starting scripts in ebim1
Apr 28 10:09:53 - [Backup]: 0 scripts started
Apr 28 10:09:54 - [SceneManager]: Startup Complete. This took 0m 16.107s
Apr 28 10:19:52 - [FileBasedSimulationData]: Backing up ebim1
Apr 28 10:19:52 - [FileBasedSimulationData]: Saved Backup for region ebim1
root: #

what i need to do for review if all is OK?

johnfelipe commented 4 years ago

Solved