Search found 21 matches

by Totien
Tue Nov 24, 2015 8:30 pm
Forum: General Chat
Topic: Full server experience on Raspberry pi?
Replies: 49
Views: 32306

Re: Full server experience on Raspberry pi?

Well, I've done all that. :/ I changed pos_zone to one of the jeunos, left the pos_prevzone as port windurst. I'll have to fraps or something what happens in the client when I try to log in. It's really odd. The model isn't drawn at all for either of the characters I made on the character select scr...
by Totien
Tue Nov 24, 2015 11:38 am
Forum: General Chat
Topic: Full server experience on Raspberry pi?
Replies: 49
Views: 32306

Re: Full server experience on Raspberry pi?

Recent searches of the error on the game server lead me to believe that there was once a problem with the linux build, so I'm running make clean && make | tee buildlog so I can have a better look. I do recall some odd warning as the game server was building, but neglected to address it since it wasn...
by Totien
Mon Nov 23, 2015 2:37 pm
Forum: General Chat
Topic: Full server experience on Raspberry pi?
Replies: 49
Views: 32306

Re: Full server experience on Raspberry pi?

I've restarted the server multiple times. Bear with me while I figure out how to clear that table. I'm still pretty new at this, :oops: coming into it with only like 6 months experience with linux, and none with sql or scripting. Edit: Figured it out, and it didn't help. I also figured from some sea...
by Totien
Mon Nov 23, 2015 12:53 pm
Forum: General Chat
Topic: Full server experience on Raspberry pi?
Replies: 49
Views: 32306

Re: Full server experience on Raspberry pi?

Gotcha. Sorry, I had to figure out how to check the console. pi@retropie ~/darkstar $ screen -r dsgame [20/Nov] [10:01:10][Info] parse: 00A | 0012 0000 2E from user: Totien [20/Nov] [10:01:10][Warning] Client cannot receive packet or key is invalid: Totien [20/Nov] [10:01:12][Info] parse: 00A | 0013...
by Totien
Mon Nov 23, 2015 12:05 pm
Forum: General Chat
Topic: Full server experience on Raspberry pi?
Replies: 49
Views: 32306

Re: Full server experience on Raspberry pi?

Ok, so I have 127.0.0.1 in the sql_host parameters, but everywhere else, I have the internal IP.. lan_config.conf and the msg_server_ip values in login_darkstar.conf and map_darkstar.conf. I uncommented allow: all in packet_darkstar_tcp.conf as well. I checked that the zoneip settings are as they sh...
by Totien
Fri Nov 20, 2015 10:19 pm
Forum: General Chat
Topic: Full server experience on Raspberry pi?
Replies: 49
Views: 32306

Re: Full server experience on Raspberry pi?

So you actually were able to connect and play on the server? Connect to, yes. Play on, no. Not yet anyway, but I won't be able to make any more progress until late Monday. To be more precise, I was able to create an account, create a character, starting city, etc. and get to the downloading data sc...
by Totien
Fri Nov 20, 2015 4:28 pm
Forum: General Chat
Topic: Full server experience on Raspberry pi?
Replies: 49
Views: 32306

Re: Full server experience on Raspberry pi?

That did the trick. :) Compiled the server without issue after that. Had some trouble setting up SQL, but I was trying to get fancy with user and db names. Removed everything and started over with the defaults on the wiki and it worked. So there you have it. It is entirely possible to compile and ru...
by Totien
Fri Nov 20, 2015 12:02 am
Forum: General Chat
Topic: Full server experience on Raspberry pi?
Replies: 49
Views: 32306

Re: Full server experience on Raspberry pi?

Ok, I'll give it a shot in the morning. I'm pretty sure the /use/include/zmq.hpp file from my previous post will take care of the cpp binding. I took a look at the makefile, and I am nowhere near done compiling so here's hoping this is the last issue I'll have. All the other requirements to build we...
by Totien
Thu Nov 19, 2015 5:26 pm
Forum: General Chat
Topic: Full server experience on Raspberry pi?
Replies: 49
Views: 32306

Re: Full server experience on Raspberry pi?

Alrighty. I fucked up my entire distro and had to redo the image, but I'm caught back up on the DS emulator, and I'll worry about the retro games later. So I found and compiled from source zmq 3.2.2, then I had to cp zmq.cpp /usr/include as I found here . I've now compiled and installed zmq 3.2.2, 3...
by Totien
Wed Nov 18, 2015 12:35 pm
Forum: General Chat
Topic: Full server experience on Raspberry pi?
Replies: 49
Views: 32306

Re: Full server experience on Raspberry pi?

Well, that made a bit more progress. I think I still have the wrong version of zmq though. I found here the proper command to get zmq, but I can't seem to download 3.2 and I'm not experienced enough to compile from source on my own. A brief step-by-step would be immensely appreciated. In order to do...