Jump to content
  • 1

Bus error - Raspberry Pi 3


Seiji89

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  05/07/22
  • Last Seen:  

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 ?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   1
  • Joined:  05/22/19
  • Last Seen:  

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

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  4
  • Reputation:   1
  • Joined:  04/30/22
  • Last Seen:  

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 by Tchaly
Adding more detail
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...