Problem with Texture Studio -
LeRusse - 07.05.2016
Hello! I have a problem with Texture Studio.
It does not load plugins while I took the file of a friend, how can it be done?
Quote:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[19:53:46]
[19:53:46] Server Plugins
[19:53:46] --------------
[19:53:46] Loading plugin: crashdetect
[19:53:46] Failed.
[19:53:46] Loading plugin: sscanf
[19:53:46] Failed.
[19:53:46] Loading plugin: streamer
[19:53:46] Failed.
[19:53:46] Loading plugin: filemanager
[19:53:46] ******************
[19:53:46] ** FILE MANAGER **
[19:53:46] ** Loaded **
[19:53:46] ** Version 1.5 **
[19:53:46] ******************
[19:53:46] Loaded.
[19:53:46] Loaded 1 plugins.
[19:53:46]
[19:53:46] Filterscripts
[19:53:46] ---------------
[19:53:46] Loading filterscript 'tstudio.amx'...
[19:53:46] Loading filterscript 'fsdebug.amx'...
[19:53:46]
*********************
* SA:MP DEBUG 0.2 *
[19:53:46] * By Simon Campbell *
*********************
[19:53:46] * Version: 0.5d *
*********************
[19:53:46] * -- LOADED *
*********************
[19:53:46] Loaded 2 filterscripts.
[19:53:46]
/*-----------------------------------*\
[19:53:46] |*=====[TS Base GameMode Loaded]=====*|
[19:53:46] \*-----------------------------------*/
[19:53:46] Number of vehicle models: 0
|
Re: Problem with Texture Studio -
Sew_Sumi - 07.05.2016
It'll be a runtime issue. You need to install the correct runtimes for the plugins involved.
Refer to their release threads to find which ones they need.
Re: Problem with Texture Studio -
LeRusse - 07.05.2016
Okay i try and i say if it's good. Thanks
Re: Problem with Texture Studio -
LeRusse - 07.05.2016
Okay i installed x86 and x64 but it deosn't work too :/. I restart my pc.
Re: Problem with Texture Studio -
Sew_Sumi - 07.05.2016
What's the server.log say now...
Re: Problem with Texture Studio -
LeRusse - 07.05.2016
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[20:42:17]
[20:42:17] Server Plugins
[20:42:17] --------------
[20:42:17] Loading plugin: crashdetect
[20:42:17] Failed.
[20:42:17] Loading plugin: sscanf
[20:42:17] Failed.
[20:42:17] Loading plugin: streamer
[20:42:17] Failed.
[20:42:17] Loading plugin: filemanager
[20:42:17] ******************
[20:42:17] ** FILE MANAGER **
[20:42:17] ** Loaded **
[20:42:17] ** Version 1.5 **
[20:42:17] ******************
[20:42:17] Loaded.
[20:42:17] Loaded 1 plugins.
[20:42:17]
[20:42:17] Filterscripts
[20:42:17] ---------------
[20:42:17] Loading filterscript 'tstudio.amx'...
[20:42:17] Loading filterscript 'fsdebug.amx'...
[20:42:17]
*********************
* SA:MP DEBUG 0.2 *
[20:42:17] * By Simon Campbell *
*********************
[20:42:17] * Version: 0.5d *
*********************
[20:42:17] * -- LOADED *
*********************
[20:42:17] Loaded 2 filterscripts.
[20:42:17]
/*-----------------------------------*\
[20:42:17] |*=====[TS Base GameMode Loaded]=====*|
[20:42:17] \*-----------------------------------*/
[20:42:17] Number of vehicle models: 0
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[20:43:09]
[20:43:09] Server Plugins
[20:43:09] --------------
[20:43:09] Loading plugin: crashdetect
[20:43:09] Failed.
[20:43:09] Loading plugin: sscanf
[20:43:09] Failed.
[20:43:09] Loading plugin: streamer
[20:43:09] Failed.
[20:43:09] Loading plugin: filemanager
[20:43:09] ******************
[20:43:09] ** FILE MANAGER **
[20:43:09] ** Loaded **
[20:43:09] ** Version 1.5 **
[20:43:09] ******************
[20:43:09] Loaded.
[20:43:09] Loaded 1 plugins.
[20:43:09]
[20:43:09] Filterscripts
[20:43:09] ---------------
[20:43:09] Loading filterscript 'tstudio.amx'...
[20:43:09] Loading filterscript 'fsdebug.amx'...
[20:43:09]
*********************
* SA:MP DEBUG 0.2 *
[20:43:09] * By Simon Campbell *
*********************
[20:43:09] * Version: 0.5d *
*********************
[20:43:09] * -- LOADED *
*********************
[20:43:09] Loaded 2 filterscripts.
[20:43:09]
/*-----------------------------------*\
[20:43:09] |*=====[TS Base GameMode Loaded]=====*|
[20:43:09] \*-----------------------------------*/
[20:43:09] Number of vehicle models: 0
[20:43:32] [connection] 127.0.0.1:62619 requests connection cookie.
[20:43:33] [connection] incoming connection: 127.0.0.1:62619 id: 0
[20:43:34] [join] Yuri_Oslof has joined the server (0:127.0.0.1)
[20:43:58] [part] Yuri_Oslof has left the server (0:1)
Re: Problem with Texture Studio -
Sew_Sumi - 07.05.2016
Alright, what we're looking at directly is the plugin loading lines with the fail.
Code:
[20:43:09] Loading plugin: crashdetect
[20:43:09] Failed.
[20:43:09] Loading plugin: sscanf
[20:43:09] Failed.
[20:43:09] Loading plugin: streamer
[20:43:09] Failed.
In this case, all 3 are still failing. FileManager was running prior, so it's not included in this count.
CrashDetect isn't really needed I don't think, so you could just remove that from the plugins line.
I'm unsure as to what runtimes you actually do need, but on my home server I have a folder where I stashed all of the relevant ones for what I do.
You could also be wise to put the DotNet 4.0 and 4.5 runtimes also on your computer to be sure that you have all.
Start with dotnet 4 before these at least. Put 4.5 on after the runtimes are installed.
These are what runtimes I have sitting on my server in an install folder I use to be able to format the machine quick and have everything handy.
Code:
2010 (x86&x64)
2012 (x86)
2013 (x86&x64)
2015 (x86&x64)
DotNet 4.0 & 4.5
There is somewhere a Visual C++ 2005 and 2008 runtime, however I don't have those on the server so I don't think I used it.
I think you'll be looking at needing the 2010 package, and work up from there.
I know that the latest streamer, needs 2015 runtimes,
The link below is only for some runtimes.
https://support.microsoft.com/en-us/kb/2977003
Re: Problem with Texture Studio -
LeRusse - 07.05.2016
Sorry i don't understand all, i'm not english it's hard for me ^^. I just need to install Visual ?
Re: Problem with Texture Studio -
Sew_Sumi - 07.05.2016
You'll want to install all of those. Start with DotNet 4, go through those runtimes, then put DotNet 4.5 on.
If you have x64, do both x86 and x64 of the runtimes.
Code:
2010 (x86&x64)
2012 (x86)
2013 (x86&x64)
2015 (x86&x64)
DotNet 4.0 & 4.5
https://support.microsoft.com/en-us/kb/2977003
Re: Problem with Texture Studio -
LeRusse - 07.05.2016
Okay it's good man THANKS A LOT OF !
Re: Problem with Texture Studio -
Sew_Sumi - 08.05.2016
Awesome...
Re: Problem with Texture Studio -
LeRusse - 15.06.2016
I have an other problem... When i /flymode, my screen become yellow... I don't know why, do u have a solution ?