April 24, 2024, 01:54:43 am

Author Topic: Opticraft software  (Read 27905 times)

0 Members and 1 Guest are viewing this topic.

turtleman918

  • Guest
Re: Opticraft software
« Reply #30 on: January 16, 2011, 06:49:20 pm »
Is there any chance this works or will work in the future on a mac (apple) computer? Please let me know.

thanks,
Turtle

optical

  • Administrator
  • Champion Member
  • *****
  • Posts: 1844
    • View Profile
Re: Opticraft software
« Reply #31 on: January 16, 2011, 09:59:11 pm »
Yes it works on a mac. You will need to download the sourcecode version. link: http://sourceforge.net/projects/opticraft/files/Source/Opticraft_Alpha_0.1.0.tar.gz/download

chenna

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Opticraft software
« Reply #32 on: January 17, 2011, 07:02:59 am »
my server URL keeps changing is it supposed to do this

SwaT123

  • Elitecraft Owner
  • Full Member
  • *
  • Posts: 128
  • I'll always be here watching you -.-
    • View Profile
Re: Opticraft software
« Reply #33 on: January 17, 2011, 08:28:26 am »
Your url keeps changing cuz your IP is changing so you will need to find the url in the folder in url.txt

turtleman918

  • Guest
Re: Opticraft software
« Reply #34 on: January 17, 2011, 03:01:16 pm »
Yes it works on a mac. You will need to download the sourcecode version. link: http://sourceforge.net/projects/opticraft/files/Source/Opticraft_Alpha_0.1.0.tar.gz/download
ok good i've been wanting to start my own classic server for a while :D

turtleman918

  • Guest
Re: Opticraft software
« Reply #35 on: January 17, 2011, 05:03:39 pm »
I have gotten through most of startup but when i open up run.py in python launcher 2.6 and type "python run.py" into terminal it gives me this(entire line of code on the terminal)
Quote
Last login: Mon Jan 17 11:58:02 on ttys000
cd '/Users/apple/Downloads/Alpha_0.1.0-src/' && '/usr/local/bin/pythonw'  '/Users/apple/Downloads/Alpha_0.1.0-src/run.py'  && echo Exit status: $? && exit 1
Zacs-MacBook:~ apple$ cd '/Users/apple/Downloads/Alpha_0.1.0-src/' && '/usr/local/bin/pythonw'  '/Users/apple/Downloads/Alpha_0.1.0-src/run.py'  && echo Exit status: $? && exit 1
(11:58:03) (Startup) Opticraft is starting up.
(11:58:03) (World) Loaded world Guest in 73ms
(11:58:03) (PlayerDB) Successfully connected to Player.db
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py", line 522, in __bootstrap_inner
    self.run()
  File "/Users/apple/Downloads/Alpha_0.1.0-src/core/servercontroller.py", line 109, in run
    self.Initialise()
  File "/Users/apple/Downloads/Alpha_0.1.0-src/core/servercontroller.py", line 95, in Initialise
    Version = Result.fetchone()[0]
TypeError: 'NoneType' object is unsubscriptable

(11:58:03) (Startup) Startup procedure completed in 257ms
Trace/BPT trap
Zacs-MacBook:Alpha_0.1.0-src apple$ python run.py
(11:58:21) (Startup) Opticraft is starting up.
(11:58:21) (World) Loaded world Guest in 44ms
(11:58:21) (Startup) Startup procedure completed in 745ms
(11:58:21) (Server) Press Ctrl-C at any time to shutdown the sever safely.
(11:58:21) (PlayerDB) Successfully connected to Player.db
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py", line 522, in __bootstrap_inner
  File "/Users/apple/Downloads/Alpha_0.1.0-src/core/servercontroller.py", line 109, in run
    self.Initialise()
  File "/Users/apple/Downloads/Alpha_0.1.0-src/core/servercontroller.py", line 95, in Initialise
    Version = Result.fetchone()[0]
TypeError: 'NoneType' object is unsubscriptable

(11:58:22) (Heartbeat) Your url is: http://www.minecraft.net/play.jsp?server=dbd751ddc96b2e1b922372bfb0da9604
(11:58:22) (Heartbeat) This has been saved to url.txt


then when i attempt to connect to the server finding it on the list when i open it it pops up with
Quote
Failed to connect
You failed to connect to the server, it's probably down!
What do i need to do next to run and connect to my server
Extra info: I am running on a mac osx laptop - Snow leopard version(most recent)

Thanks in advance,
Turtle

optical

  • Administrator
  • Champion Member
  • *****
  • Posts: 1844
    • View Profile
Re: Opticraft software
« Reply #36 on: January 17, 2011, 07:50:50 pm »
Hi Turtle.

That is a very strange bug you've got there, and its probably because i don't have a mac to test the software on!

I will try get a fix for you soon, however, the being unable to connect is caused by either your firewall, or the lack of port-forwarding.

You will need to port forward port 25565 to your mac. This can be done in your router settings. There are a number of guides for doing this available online.

If you need more assistance open up a topic in the opticraft server software support section.

turtleman918

  • Guest
Re: Opticraft software
« Reply #37 on: January 18, 2011, 01:34:54 am »
I port forwarded and got my server up and running thanks optical :D

Tutle ^_^

chenna

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Opticraft software
« Reply #38 on: January 18, 2011, 11:03:52 pm »
mine keeps saying <heartbeat> failed to register heartbeat
and if i want to modify the programming of this server what file do i edit
« Last Edit: January 19, 2011, 09:33:05 am by chenna »

Juls|Azzathel

  • Sr. Member
  • **
  • Posts: 401
  • Redstone. LOVE IT
    • View Profile
Re: Opticraft software
« Reply #39 on: January 19, 2011, 01:58:13 pm »
when I tried opticraft.salt and the others it said it doesn't what program to use. .
what program do I use to run it?


another thing
how do you change the name of the server?

Spartan

  • Follow my Twitter!
  • Champion Member
  • ***
  • Posts: 1792
  • I'm back
    • View Profile
Re: Opticraft software
« Reply #40 on: January 19, 2011, 11:03:33 pm »
Omg... dont open the salt. To change the name of the server, go into opticraft.config.

turtleman918

  • Guest
Re: Opticraft software
« Reply #41 on: January 20, 2011, 01:12:58 am »
when I tried opticraft.salt and the others it said it doesn't what program to use. .
what program do I use to run it?


another thing
how do you change the name of the server?
Like spartan said, don't open the salt just read the readme. It is there for a reason, to help you!

chenna

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Opticraft software
« Reply #42 on: January 20, 2011, 01:39:39 am »
the console keeps saying
(Heartbeat) Failed to register heartbeat, trying again... (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond)

Spartan

  • Follow my Twitter!
  • Champion Member
  • ***
  • Posts: 1792
  • I'm back
    • View Profile
Re: Opticraft software
« Reply #43 on: January 20, 2011, 10:41:21 pm »
It does that, it doesnt really matter. Dont worry about it.

chenna

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Opticraft software
« Reply #44 on: January 21, 2011, 07:41:24 am »
my server wont let me connect

it says i have on the console it says
chenna connected
chenna disconected
and on my WOM client it loads the loading screen then says it has disconected