MaxAim DI not showing up

Gtuner Plugins support. MaxAim, MaxRemapper, Combo Magick, Game Rec.

MaxAim DI not showing up

Postby Dark_hades » Fri Feb 24, 2017 10:30 am

I'm unable to get MaxAim DI to show up in the plugins menu despite the fact that it seems to have downloaded correctly from the Plugin Manager. It's a strange issue as all of the other plugins I've downloaded show up and run just fine.

I'm on Windows 10 x64 and everything is up to date (Gtuner Pro 3.5, Titan One fw v2.44) I tried running Gtuner as administrator and even disabling my anti-virus software but the issue remains.
Attachments
Capture.jpg
Capture.jpg (54.24 KiB) Viewed 1820 times
User avatar
Dark_hades
Corporal
Corporal
 
Posts: 4
Joined: Mon Oct 05, 2015 6:28 pm

Re: MaxAim DI not showing up

Postby J2Kbr » Fri Feb 24, 2017 1:59 pm

Please try download MaxAim DI plugin directelly

http://isystem.com.br/Gtuner/PLG/maxaimdi0425.zip

and unzip the dll file at the data folder shown in the output panel (compiler) when you launch Gtuner PRO.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: MaxAim DI not showing up

Postby Dark_hades » Fri Feb 24, 2017 5:44 pm

J2Kbr wrote:Please try download MaxAim DI plugin directelly

http://isystem.com.br/Gtuner/PLG/maxaimdi0425.zip

and unzip the dll file at the data folder shown in the output panel (compiler) when you launch Gtuner PRO.


It still won't show up in the plugins menu...
User avatar
Dark_hades
Corporal
Corporal
 
Posts: 4
Joined: Mon Oct 05, 2015 6:28 pm

Re: MaxAim DI not showing up

Postby J2Kbr » Sun Feb 26, 2017 9:52 am

in the folder you unzipped the DLL, have you saw if the dlls for the other plugins were there? combo magick, gamerec, etc
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: MaxAim DI not showing up

Postby Dark_hades » Sun Feb 26, 2017 10:33 am

Yeah they're in there (ComboMagick.dll, GameRec.dll, MaxAim.dll, MaxRemapper.dll, MaxAimDI.dll). It's just MaxAim DI that's not showing up in the plugin menu/launcher.

It does show up correctly on my Windows 8 tablet, just not on my main PC with Windows 10.
User avatar
Dark_hades
Corporal
Corporal
 
Posts: 4
Joined: Mon Oct 05, 2015 6:28 pm

Re: MaxAim DI not showing up

Postby J2Kbr » Sun Feb 26, 2017 10:40 am

There is a standalone version of MaxAim DI (does not need Gtuner Pro to run), please download it from:

http://isystem.com.br/Gtuner/maxaimdiapp0425.zip

Just unzip on the same folder you have installed the MaxAim DI plugin and run the executable.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: MaxAim DI not showing up

Postby Dark_hades » Mon Feb 27, 2017 5:56 am

After running the executable I receive an error stating: "The application was unable to start correctly (0xc000007b)".

I even tried running it in Windows 8 compatibility mode but I still get the same error.
User avatar
Dark_hades
Corporal
Corporal
 
Posts: 4
Joined: Mon Oct 05, 2015 6:28 pm

Re: MaxAim DI not showing up

Postby J2Kbr » Mon Feb 27, 2017 8:36 am

Quick looking at google, I found these possible solutions for the error you are receiving:
fix 0xc00007b error "the application was unable to start correctly"

there may be multiple reasons as to why you might receive 0xc00007b error when trying to run an application on a windows machine. 0xc000007b error usually comes from mixing up 32bit environment with 64bit one. For example 32bit application loads a 64bit dll causing 0xc000007b error.

Solution 1
In most cases it's .NET framework causing issues. This can easily fixed by re-installing latest .NET framework from

Solution 2
Re-install the application that you are trying to run. It sounds simple but the application data files could be corrupt or missing. This could be caused by a installation that did not complete successfully or by a virus.

Solution 3
Running the application as an administrator could fix this error. Right click on the program shortcut or program .exe file, then click on Properties, and on the Compatibility tab. Check the Run this program as an administrator box, and click on OK


Solution 4
Restart your computer as some applications require restart after installation to function properly.



Solution 5
Run Windows update as it can provide application fixes and updates. Furthermore it installs missing drivers and updates the outdated ones like graphic card drivers. Windows 7 / 8 / 8.1 users need to search for "windows update". select all important and optional updates and click on the "install updates" button. If you use Windows XP navigate navigate to Windows Update by choosing Start > All Programs > Windows Update. When the scan is complete,Click the Review and Install Updates link. Finally press the "install now" button.

Windows 7 / 8 / 8.1


Windows XP


Solution 6
manually update the application if possible.

Solution 7
re-install Microsoft Visual C++ from [x32 link] or [x64 link]

Solution 8
re-install DirectX

Solution 9
Many times hard disk problems can be repaired using the chkdsk command. If you are using windows 7 press the start button in bottom left corner of your screen. If you are using windows 8 / 8.1 press the windows key .Search for "cmd" and Right click it and select "Run as administrator". Windows XP users Click on start > run. In the Run box, type in "cmd" in the box.
Windows 7:

Windows 8 / 8.1

Windows XP


A CMD window should appear. In that window you can just type it as you see "chkdsk c: /f /r". If you have more then one drive or partition, you will need to tell it the disk (chkdsk d: /f /r).
If it is the primary windows disk c: it will ask you to schedule it for next boot. When you restart, it will do a chkdsk for you before even getting to the login screen.


Solution 10
This solution only works for a 64-bit system. It requires replacing files is system32 directory so be careful. Only attempt this solution if you are confident and if other solutions have failed. When Microsoft Visual C++ Redistributable Package is not properly configured it may cause 0xc00007b error. Firstly download the zip file and decompress it. Reboot in safe mode and go to C:\Windows\System32. copy all files included in the zip package (mfc100.dll, mfc100u.dll, msvcr100.dll, msvcp100.dll and msvcr100_clr0400.dll) to C:\Windows\System32 replacing the current ones. After that reboot in normal mode.

If all the solutions above haven't worked i would consider backing up data and performing a clean install of windows.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to Gtuner Plugins Support

Who is online

Users browsing this forum: No registered users and 25 guests