Extrodus
|| Blazera.net ||
All I've done was make talk actions that enable and disable the party share experience, and now I end up with a crash.
Method of Crash: Join Party, Enable Shared EXP, Kill a monster; after killing the monster instead of adding experience it just crashes.
Sources: https://github.com/TwistedScorpio/OTHire/
Crash Log Report:
Any help is appreciated, source code can be found at the link above. Crash Report should help out to determine the cause, thanks to anyone who can be of help.
Method of Crash: Join Party, Enable Shared EXP, Kill a monster; after killing the monster instead of adding experience it just crashes.
Sources: https://github.com/TwistedScorpio/OTHire/
Crash Log Report:
Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff3ac4700 (LWP 31008)]
Player::onGainExperience (this=0x1329950, gainExp=2, fromMonster=true)
at player.cpp:4059
4059 {
#0 Player::onGainExperience (this=0x1329950, gainExp=2, fromMonster=true)
at player.cpp:4059
No locals.
#1 0x00000000004bb417 in Party::shareExperience (this=0x1305960,
experience=<value optimized out>, fromMonster=<value optimized out>)
at party.cpp:389
xpgained = <value optimized out>
shareExp = 2
#2 0x00000000004d9966 in Player::onGainExperience (this=0x1329950, gainExp=2,
fromMonster=<value optimized out>) at player.cpp:4066
party = 0x1329950
#3 0x00000000004bb417 in Party::shareExperience (this=0x1305960,
experience=<value optimized out>, fromMonster=<value optimized out>)
at party.cpp:389
xpgained = <value optimized out>
shareExp = 2
#4 0x00000000004d9966 in Player::onGainExperience (this=0x1329950, gainExp=2,
fromMonster=<value optimized out>) at player.cpp:4066
party = 0x1329950
#5 0x00000000004bb417 in Party::shareExperience (this=0x1305960,
experience=<value optimized out>, fromMonster=<value optimized out>)
at party.cpp:389
xpgained = <value optimized out>
Any help is appreciated, source code can be found at the link above. Crash Report should help out to determine the cause, thanks to anyone who can be of help.