PDA

View Full Version : TaskMaster Startup Trouble


merb
07-19-2009, 08:12 PM
I just downloaded the latest TaskMaster and I'm having trouble even running the program (oh noes!). Basically, I edited the db.txt file correctly, then when I run the program, it opens. So I click Main > Connect and I get this in the debug:

[07.19.09 - 19:56:51] EQEmuErrorLog Init Successful.
[07.19.09 - 19:56:51] Creating Menus.
[07.19.09 - 19:56:51] Creating Sizer.
[07.19.09 - 19:56:51] Creating Item List Box.
[07.19.09 - 19:56:51] Adding Item List Box to Sizer.
[07.19.09 - 19:56:51] Creating Notebook Backing.
[07.19.09 - 19:56:51] Creating Panels.
[07.19.09 - 19:56:51] Adding Panels to Notebook Backing.
[07.19.09 - 19:56:51] Adding elements to General Page
[07.19.09 - 19:56:51] Adding elements to Activities Page
[07.19.09 - 19:56:51] Adding elements to Goals Page
[07.19.09 - 19:56:51] Adding elements to Proximities Page
[07.19.09 - 19:56:51] Adding Notebook to Sizer.
[07.19.09 - 19:56:51] Setting Frame Sizer.
[07.19.09 - 19:56:51] Calculating Frame Layout.
[07.19.09 - 19:57:09] Connect to database requested.
[07.19.09 - 19:57:11] MySQL Connection Error: Unknown MySQL server host 'host=localhost' (11004)

My concern is this: [07.19.09 - 19:57:09] Connect to database requested.
[07.19.09 - 19:57:11] MySQL Connection Error: Unknown MySQL server host 'host=localhost' (11004)

So why can't the program connect? I probably made a simple mistake, but thanks in advance!

EDIT: Sorry, forgot to include that I have tried moving the libmySQL.dll to system32 and keeping it in the original folder.

joligario
07-19-2009, 08:52 PM
Looks like your SQL listener is not running.

trevius
07-19-2009, 11:33 PM
Make sure you are setting the db.ini file correctly. When it is edited, it should look something like this:

192.168.1.100
mydb
myusername
mypass

You don't want to put any equal signs or anything in it.

merb
07-20-2009, 07:11 PM
This is what my file looks like:

host=localhost
database=peq
user=*****
password=*****

I noticed that the file was db.txt instead of db.ini, so I changed it to a .ini file and it still didn't work. I checked my processes and noticed that mysqld-nt.exe wasn't running in the background, so I started it manually, but that didn't work either.

merb
07-20-2009, 07:32 PM
Sorry for the double post...

I misread your previous post trev, I changed my db file to look like this:

localhost
peq
*****
*****

Works fine now! Now all I need to know is how to get the mob to initiate the task?

trevius
09-16-2009, 04:39 AM
For future reference, if anyone tries running TaskMaster in Windows 7, you might notice that it won't let you click in some of the boxes to change values. In order to fix this, simply right click the icon you use to start the tool, and select Properties. Then, go to the Compatibility tab and put a checkmark in the box for "Disable visual themes" and it should run perfectly :)

Bodmingaol
07-26-2010, 05:57 PM
I am having a different problem with Taskmaster. When I double-click on the executable, I get a dos box and a message box both pop-up, the message box saying "This application has failed to start because MSVCP71.dll was not found. Re-installing the application may fix this problem." Pulling a copy of MSVCP71.dll from my Visual Studio shared tools folder into the tm directory didn't fix it. Googling got me to this thread. Any ideas? :-D

trevius
07-26-2010, 07:02 PM
Did you install .NET Framework? I am pretty sure it is required for the tool.

Bodmingaol
07-26-2010, 08:51 PM
Yes.

I'm running XP SP3 with the following .NET related Frameworks:

Microsoft .Net Framework 1.1
Microsoft .Net Framework 2.0 Service Pack 2
Microsoft .Net Framework 3.0 Service Pack 2
Microsoft .Net Framework 3.5 SP1
Microsoft .Net Framework 4 Client Profile
Microsoft .Net Framework 4 Extended
Microsoft .Net Framework 4 Multi-Targeting Pack
Microsoft Windows SDK for Visual Studio 2008 SP1 Express Tools for .Net Framework - enu

Bodmingaol
07-27-2010, 10:58 PM
fdisk'd my computer. Reinstalled software to the same platform as my wife's, which can run the tools. It still won't work. Therefore, I am left with the thought that either it's the i5 or the Radeon 4600 that is getting in the way. I'm not in a position to change either right now. So I think I'm just SOL.

KLS
07-30-2010, 03:21 AM
Doesn't req .net it's made in C++, instead it sounds like you're missing visual c++ CRT files which you can get from microsoft. Search for visual c++ redistributable, I believe it's compiled with 2005.

Bellos
08-09-2010, 01:15 PM
Hey is there anyway to resize the task master. Im not able to get at the min/max level fields and some of the other items.

azog
02-21-2014, 04:50 PM
Doesn't req .net it's made in C++, instead it sounds like you're missing visual c++ CRT files which you can get from microsoft. Search for visual c++ redistributable, I believe it's compiled with 2005.

I just setup TaskMaster on my sandbox server which is windows XP, visual c++ redistributable 2008 SP1 is what worked for me.

thanks