BuzzerBeater Forums

BB Global (English) > NT Scout

NT Scout

Set priority
Show messages by
From: 3ball

To: RSX
This Post:
00
218184.115 in reply to 218184.1
Date: 1/25/2015 8:44:06 PM
Overall Posts Rated:
5454
I think I finally have this all figured out and running. The only thing that I may be missing, is how the excel file compiles. Right now every bit of data for each player is in a single column. Is that normal? Or am I missing something? Thanks.

www.showdownpokergear.com
From: whitewind

This Post:
11
218184.116 in reply to 218184.115
Date: 1/26/2015 10:11:41 AM
rimmers
III.2
Overall Posts Rated:
463463
Second Team:
Redbacks
in excel, click data>text to columns, and itll sort it very nicely into separate columns

From: RSX

This Post:
00
218184.118 in reply to 218184.117
Date: 1/29/2015 11:13:12 AM
Overall Posts Rated:
181181
If you have followed tutorial then this is how the directory structure shood look.

NTScout-master
├── data
├── flags
├── icons
└── source
....├── build-NTScout-Desktop_Qt_5_4_0_GCC_64bit-Release (automatically created)
....│   ├── data (copy here to run program, it should include country.dat)
....│   ├── flags (copy here to view flags inside program)
....│   └── results (automatically created)
....├── ntscout
....│   └── icons (copy here to compile source code)
....└── updater


As for these warnings about SSL Socket, I would ignore them unless program has problems getting data.


Last edited by RSX at 1/29/2015 11:13:45 AM

From: RSX

This Post:
00
218184.120 in reply to 218184.119
Date: 1/29/2015 11:36:09 AM
Overall Posts Rated:
181181
In QtCreator, if you go to Projects (in left panel, CTRL+5) and in section General, is Shadow Build checked and the specified Build directory includes copied data folder?

From: RSX

This Post:
00
218184.122 in reply to 218184.121
Date: 1/29/2015 12:05:52 PM
Overall Posts Rated:
181181
Paths are correct then, and it shouldn't have problems with file reading. In this situation it's hard to guess what's wrong. You might try to organize the directory like I have done in the Release package (you would need to find and copy Qt libraries (from it's installation directory) and copy the executable from build directory).

You may also switch off Shadow build, and put data and flags folders inside NTScout-master/source/ntscout/ and then try to compile and run it.

Or perhaps user whitewind (196796) could help you as he managed to compile and run it on mac.

From: RSX

This Post:
00
218184.124 in reply to 218184.123
Date: 1/29/2015 6:47:56 PM
Overall Posts Rated:
181181
I have reorganized project structure (you need to download source files again), and updated tutorial how to compile. Should be less confusing now.

Last edited by RSX at 1/29/2015 6:53:37 PM

This Post:
00
218184.125 in reply to 218184.117
Date: 4/29/2015 4:47:07 PM
Green Machines
II.4
Overall Posts Rated:
4242
Any luck with solving this problem? I seem to be getting the same error right after I enter my information in the login page. Thanks for any help.

Advertisement