03-13-2012, 08:22 PM | #41 | |
Initiate
Join Date: Apr 2011
Posts: 179
|
Quote:
Edit: Ok, problem is in opening the database. It doesnt succeed, query variable is uninitialized, but it gets accessed later and app crashes. Hope that helps. Last edited by Jaroslav; 03-13-2012 at 08:41 PM. |
|
03-14-2012, 02:42 PM | #42 | |
Master
Join Date: Nov 2010
Posts: 322
|
Quote:
Honestly, what the hell am I supposed to do with a bunch of c++ - source files? What terminal do I have to open? Thanks. |
|
03-15-2012, 12:17 PM | #43 | |
Initiate
Join Date: Apr 2011
Posts: 179
|
Quote:
If you have windows, i suggest you download "Qt creator" with bundled Qt SDK and Mingw compiler, open the .pro file there and click build button, thats it. On linux, you need qt, make and gcc installed (+ development packages if your linux distro split those, ubuntu does so, arch linux doesnt), run from terminal those 2 commands, or you can also install qt creator and do it from there. But as I said in my previous comment, database connection fails, seems like the hardcoded username//password in the source code is not valid, they changed ip, or something like that. |
|
03-15-2012, 01:12 PM | #44 |
Banned
Join Date: Jan 2011
Posts: 280
|
Builded at Archlinux using PKGBUILD.
Got 'Segmentation fault' error. *bump* |
03-15-2012, 06:33 PM | #45 | |
Master
Join Date: Nov 2010
Posts: 322
|
Quote:
|
|
03-15-2012, 07:57 PM | #46 |
Initiate
Join Date: Apr 2011
Posts: 179
|
PPl dont read, reason why is in my comment - database connection fails, the "query" object is then uninitialized, but it still gets accessed because the code "suppose" database connection never fails and query is always initialized. That needs fixing, but I am too lazy to actually write anything, been helping a friend with his java project these days and I just cant stand it anymore ... for a while
|
03-15-2012, 09:06 PM | #47 | |
Banned
Join Date: Jan 2011
Posts: 280
|
Quote:
|
|
03-17-2012, 03:44 PM | #48 |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
Probably an error on my end.
As you might've noticed I am not really active on here anymore, and I am not really maintaining my Regnum tools either. I'll see what I can do about it... UPDATE: Changing the IP to my new server ip (95.143.195.233) in NetworkHandler.h should solve the problem.
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
03-17-2012, 03:46 PM | #49 |
Banned
Join Date: Jan 2011
Posts: 280
|
|
09-23-2012, 01:05 AM | #50 | |
Master
Join Date: Nov 2010
Posts: 322
|
Quote:
I am done with it and would be the happiest person on earth if somebody could make a compiled version out of it. |
|
Tags |
community application, rp manager, znurre |
|
|