Plugin installing on Windows 7 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Plugin installing on Windows 7 (
/showthread.php?tid=574874)
Plugin installing on Windows 7 -
Deathlane - 21.05.2015
Hey, I tried updating my streamer to the latest and I'm getting these errors on start up:
Code:
[21:39:01] Error: Function not registered: 'CreateDynamic3DTextLabel'
[21:39:01] Error: Function not registered: 'CreateDynamicMapIcon'
[21:39:01] Error: Function not registered: 'CreateDynamicPickup'
[21:39:01] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[21:39:01] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[21:39:01] Error: Function not registered: 'IsValidDynamicPickup'
[21:39:01] Error: Function not registered: 'DestroyDynamicPickup'
[21:39:01] Error: Function not registered: 'IsValidDynamicMapIcon'
[21:39:01] Error: Function not registered: 'DestroyDynamicMapIcon'
[21:39:01] Error: Function not registered: 'CountDynamic3DTextLabels'
[21:39:01] Error: Function not registered: 'CountDynamicMapIcons'
[21:39:01] Error: Function not registered: 'CountDynamicObjects'
[21:39:01] Error: Function not registered: 'CountDynamicPickups'
[21:39:01] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[21:39:01] Error: Function not registered: 'CreateDynamicObject'
[21:39:01] Error: Function not registered: 'AttachDynamicObjectToVehicle'
[21:39:01] Error: Function not registered: 'IsValidDynamicObject'
[21:39:01] Error: Function not registered: 'DestroyDynamicObject'
[21:39:01] Error: Function not registered: 'CreateDynamicObjectEx'
[21:39:01] [debug] Run time error 19: "File or function is not found"
[21:39:01] [debug] CreateDynamic3DTextLabel
[21:39:01] [debug] CreateDynamicMapIcon
[21:39:01] [debug] CreateDynamicPickup
[21:39:01] [debug] IsValidDynamic3DTextLabel
[21:39:01] [debug] DestroyDynamic3DTextLabel
[21:39:01] [debug] IsValidDynamicPickup
[21:39:01] [debug] DestroyDynamicPickup
[21:39:01] [debug] IsValidDynamicMapIcon
[21:39:01] [debug] DestroyDynamicMapIcon
[21:39:01] [debug] CountDynamic3DTextLabels
[21:39:01] [debug] CountDynamicMapIcons
[21:39:01] [debug] CountDynamicObjects
[21:39:01] [debug] CountDynamicPickups
[21:39:01] [debug] UpdateDynamic3DTextLabelText
[21:39:01] [debug] CreateDynamicObject
[21:39:01] [debug] AttachDynamicObjectToVehicle
[21:39:01] [debug] IsValidDynamicObject
[21:39:01] [debug] DestroyDynamicObject
[21:39:01] [debug] CreateDynamicObjectEx
[21:39:01] [debug] Run time error 19: "File or function is not found"
[21:39:01] [debug] CreateDynamic3DTextLabel
[21:39:01] [debug] CreateDynamicMapIcon
[21:39:01] [debug] CreateDynamicPickup
[21:39:01] [debug] IsValidDynamic3DTextLabel
[21:39:01] [debug] DestroyDynamic3DTextLabel
[21:39:01] [debug] IsValidDynamicPickup
[21:39:01] [debug] DestroyDynamicPickup
[21:39:01] [debug] IsValidDynamicMapIcon
[21:39:01] [debug] DestroyDynamicMapIcon
[21:39:01] [debug] CountDynamic3DTextLabels
[21:39:01] [debug] CountDynamicMapIcons
[21:39:01] [debug] CountDynamicObjects
[21:39:01] [debug] CountDynamicPickups
[21:39:01] [debug] UpdateDynamic3DTextLabelText
[21:39:01] [debug] CreateDynamicObject
[21:39:01] [debug] AttachDynamicObjectToVehicle
[21:39:01] [debug] IsValidDynamicObject
[21:39:01] [debug] DestroyDynamicObject
[21:39:01] [debug] CreateDynamicObjectEx
[21:39:01] Script[gamemodes/asdasd.amx]: Run time error 19: "File or function is not found"
#1: Yes, I have updated the streamer.dll
#2: Yes, I have updated the streamer.inc
#3: And yes, I have recompiled.
I tried the same for MySQL
R39-3, and it gives out the same output. But I tried installing MySQL
R39-2, and it worked. Is it only me?
Immediate help would be appreciated!

)
EDIT: I'm using crashdetect and nativechecker at the same time so yeah, there's quite a lot of debugging there
Re: Plugin installing on Windows 7 -
Deathlane - 22.05.2015
I reinstalled Visual C++ components, from all years and it still doesn't work.
(I'm going back to v2.7 of streamer)
[SOLVED].
EDIT: I was able to install the latest! I forgot to drag the msvc* files to the directory.