Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault #12

Closed
Menogus opened this issue May 27, 2019 · 3 comments
Closed

Segmentation fault #12

Menogus opened this issue May 27, 2019 · 3 comments

Comments

@Menogus
Copy link

Menogus commented May 27, 2019

i compile it:
root@astraG:/home/adming/tyrant/tyrant_optimize-3.0.2# make VERSION=v3.0.2

make -f make/Makefile.linux all
make[1]: вход в каталог «/home/adming/tyrant/tyrant_optimize-3.0.2»
mkdir -p obj
touch obj/.stamp
g++ -Wall -Werror -std=gnu++11 -Ofast -DNDEBUG -DNQUEST -DTYRANT_OPTIMIZER_VERSION='"v3.0.2"' -o obj/sim_test.o -c sim_test.cpp
g++ -Wall -Werror -std=gnu++11 -Ofast -DNDEBUG -DNQUEST -DTYRANT_OPTIMIZER_VERSION='"v3.0.2"' -o obj/tyrant.o -c tyrant.cpp
g++ -Wall -Werror -std=gnu++11 -Ofast -DNDEBUG -DNQUEST -DTYRANT_OPTIMIZER_VERSION='"v3.0.2"' -o obj/read.o -c read.cpp
g++ -Wall -Werror -std=gnu++11 -Ofast -DNDEBUG -DNQUEST -DTYRANT_OPTIMIZER_VERSION='"v3.0.2"' -o obj/cards.o -c cards.cpp
g++ -Wall -Werror -std=gnu++11 -Ofast -DNDEBUG -DNQUEST -DTYRANT_OPTIMIZER_VERSION='"v3.0.2"' -o obj/xml.o -c xml.cpp
g++ -Wall -Werror -std=gnu++11 -Ofast -DNDEBUG -DNQUEST -DTYRANT_OPTIMIZER_VERSION='"v3.0.2"' -o obj/sim.o -c sim.cpp
g++ -Wall -Werror -std=gnu++11 -Ofast -DNDEBUG -DNQUEST -DTYRANT_OPTIMIZER_VERSION='"v3.0.2"' -o obj/deck.o -c deck.cpp
g++ -Wall -Werror -std=gnu++11 -Ofast -DNDEBUG -DNQUEST -DTYRANT_OPTIMIZER_VERSION='"v3.0.2"' -o obj/tyrant_optimize.o -c tyrant_optimize.cpp
g++ -o tuo obj/sim_test.o obj/tyrant.o obj/read.o obj/cards.o obj/xml.o obj/sim.o obj/deck.o obj/tyrant_optimize.o -lboost_system -lboost_thread -lboost_filesystem -lboost_regex -lboost_timer -lpthread

and when i run tuo
./tuo "menog_u" "ShellGauntlet" pvp ordered -v -o -s climbex 10 200 fund 0 -L 4 10 dom- -e "SuperHeroism"

he has error:

Segmentation fault

@Menogus
Copy link
Author

Menogus commented May 27, 2019

when i post it on kongregate forum, admins have banned me!! :(((

(https://www.kongregate.com/forums/2468-general/topics/920187-tuo-v2-63-2?page=14)

@APN-Pucky
Copy link
Owner

I fixed a crash-bug with v3.0.4. Maybe it works now. Also your comment on kong-forums is visible again.

@Menogus
Copy link
Author

Menogus commented May 28, 2019

thank you!:))
all work fine now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants