Seiji89 Posted May 9, 2022 Posted May 9, 2022 Hi, I'm looking for installing rathena server on my raspberry pi 3 and I get "Bus error" when connecting my character. I had a previous server on my mac, works fine. I imported the sql database to my pi. What I do to obtain this error : ./configure --enable-packetver=20211103 --with-mysql=/usr/bin/mysql_config Evrything works fine (no error). Then I do : make clean && make server Everything build without an error nor a warning. I starting login, char and map servers, starts well. I can login, select my character then when I get to map server my map-server crash I it says Bus error. Do you have a hint ? Quote
0 bhans1 Posted May 10, 2022 Posted May 10, 2022 I am having the same issue.. I can select a new character from char server, as novice, I can play regularly.. But when I change job and logout go to char select, then select my character again, I get Bus Error from map-server.. I am also hosting the server in Raspberry Pi 4 1 Quote
0 Tchaly Posted May 11, 2022 Posted May 11, 2022 (edited) Up Same error on my rpi4. Seems that Wifi or Wired interface of pi is detected as USB. With dmesg debugging I get constantly Link is down, Link is up. I'm thinking more of alimentation (underpowerd) device. Seems that other power supply can knock out the pi, making it irrecuperable damage. It's strange because the server with the account freshly created don't crash. It's crashing after the new account go through a "relogin" (login a second time). EDIT : OK it's chrismas before the hour ! I did with cmake and it worked : cd rathena && mkdir build && cd build cmake -G"Unix Makefiles" -DINSTALL_TO_SOURCE=ON .. <-- the two points are important make And it should be OK for the rpi. ^_^ Thanks guys on the forum that give me the idea to try with cmake. EDIT 2: Worked with sql database to yes. When I switch to yml it crashed and corrupt the stuff. Edited May 16, 2022 by Tchaly Adding more detail Quote
Question
Seiji89
Hi,
I'm looking for installing rathena server on my raspberry pi 3 and I get "Bus error" when connecting my character.
I had a previous server on my mac, works fine. I imported the sql database to my pi.
What I do to obtain this error :
./configure --enable-packetver=20211103 --with-mysql=/usr/bin/mysql_config
Evrything works fine (no error).
Then I do :
make clean && make server
Everything build without an error nor a warning.
I starting login, char and map servers, starts well.
I can login, select my character then when I get to map server my map-server crash I it says Bus error.
Do you have a hint ?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.