dann lass das eine doch weg?
Beiträge von Semo
-
-
apt-get update
apt-get install libccid libtool libglib2.0-dev libssl-dev libssl0.9.8 libpcsclite1 libpcsclite-dev libusb-dev -
5 Minuten angeschaut, nicht wirklich begeistert, eher abschreckend.
Keine Homepage
Kein TS3 Server eingerichtet
Einfach nur hingeklatscht.
Gibt mehr Bots als Spieler. Nicht so mein Ding.
Viel Erfolg.
-
Müll ist keine 10€ Wert außerdem bezweifle ich sehr dass hier irgendjemand (außer mir natürlich) in der Lage ist einen solchen Crawler zu schreiben
Natürlich sind hier nur Idioten unterwegs und nur du bist selbstverständlich in der Lage einen Crawler zu programmieren, du hast natürlich die Anwendungsentwicklung studiert und hast fundamentiertes Wissen. Ohne dich wären wir sicherlich nicht in der Lage einen Crawler zu schreiben!
-
Hä? Einfach rauslöschen wtf?
-
http://ip-api.com/json/24.48.0.1
Mehr geht nicht. Alles andere kostet Geld. Wer nicht zahlt, braucht keine Anforderrungen stellen!
-
-
Versuch dich zu Anfang bei GVMP, StateV und PhoenixRP sind sowas wie Farming Simulator, bis du da mal 150K hast vergehen mindestens 2 - 4 Monate laut Admin aussage.
-
Lass uns das Thema DDoS bitte nicht hier in der Öffentlichkeit ausdiskutieren. Müssen nicht noch weitere Scriptkiddies lernen wie das geht
-
Sicher, du hast da recht, aber muss man anderen Zeigen, wie man per Script ein DDoS ausführt?
-
Das letzte mal als ich geguckt habe war es noch nicht verboten jemanden Hurensohn zu nennen.
Finde sowas dreist einfach andere als Huso zu betiteln. Scheinbar kein Anstand die Leute mehr. Naja.
-
Sollte man skrupy Fragen er hatte mit sowas zutun
Da ich selber ein Projekt damit betreiben möchte, habe ich den Mist als erstes entfernt, ich finde, sowas sollte hier eh entfernt werden, da es ein illegaler Akt ist.
-
So bekommst du ColAndreas (Collision Plugin For San Andreas Multiplayer) zum laufen.
Entweder mit meinen beigefügten libraries, diese installierst du inter "/usr/local/lib/" ohne "" auf deinem Ubuntu 18.04 Server oder aber wie folgt.
Als erstes einmal Compiler installieren.
apt-get install gcc g++ make cmake
Nun laden wir uns den Sourcecode und entpacken diesen.
wget https://codeload.github.com/bulletphysics/bullet3/tar.gz/2.83.7 -O 2.83.7.tar.gz && tar -zxvf 2.83.7.tar.gz
Nun erstellen wir einen Build Ordner und wechseln in diesen und anschließend compilieren wir die Libraries. Achtung, du wirst Warnungen bekommen, kannst du ignorieren.
cd bullet3-2.83.7 && mkdir build && cd build && cmake .. -G "Unix Makefiles" -DINSTALL_LIBS=ON -DBUILD_SHARED_LIBS=ON && make -j4 && make install
Sollte am Ende etwa so aussehen.
Brainfuck
Alles anzeigen[ 2%] Built target LinearMath [ 23%] Built target BulletCollision [ 30%] Built target BulletDynamics [ 31%] Built target App_HelloWorld [ 31%] Built target App_BasicExample [ 46%] Built target gwen [ 47%] Built target Bullet3Common [ 50%] Built target OpenGLWindow [ 51%] Built target BulletInverseDynamics [ 54%] Built target BulletInverseDynamicsUtils [ 56%] Built target BulletSoftBody [ 78%] Built target App_ExampleBrowser [ 81%] Built target ConvexDecomposition [ 82%] Built target HACD [ 83%] Built target GIMPACTUtils [ 84%] Built target BulletFileLoader [ 84%] Built target BulletWorldImporter [ 86%] Built target BulletXmlWorldImporter [ 86%] Built target Bullet3Geometry [ 87%] Built target Bullet3Collision [ 89%] Built target Bullet3Dynamics [ 96%] Built target Bullet3OpenCL_clew [ 97%] Built target Bullet2FileLoader [ 97%] Built target gtest [ 98%] Built target Test_BulletInverseDynamics [100%] Built target Test_Collision [100%] Built target Test_BulletDynamics Install the project... -- Install configuration: "Release" -- Installing: /usr/local/lib/pkgconfig/bullet.pc -- Installing: /usr/local/lib/cmake/bullet/UseBullet.cmake -- Installing: /usr/local/lib/cmake/bullet/BulletConfig.cmake -- Installing: /usr/local/include/bullet/btBulletCollisionCommon.h -- Installing: /usr/local/include/bullet/btBulletDynamicsCommon.h -- Installing: /usr/local/lib/libBullet3OpenCL_clew.so.2.83 -- Installing: /usr/local/lib/libBullet3OpenCL_clew.so -- Set runtime path of "/usr/local/lib/libBullet3OpenCL_clew.so.2.83" to "" -- Installing: /usr/local/include/bullet/Bullet3OpenCL -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3OptimizedBvh.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3VoronoiSimplexSolver.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3ConvexHullContact.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/satConcaveKernels.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/satClipHullContacts.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/mprKernels.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/satKernels.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/bvhTraversal.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/kernels/primitiveContacts.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3GjkEpa.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3SupportMappings.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3BvhInfo.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3ConvexPolyhedronCL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3QuantizedBvh.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3VectorFloat4.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3TriangleCallback.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3ContactCache.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3GjkPairDetector.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3StridingMeshInterface.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/NarrowphaseCollision/b3TriangleIndexVertexArray.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/Raycast -- Installing: /usr/local/include/bullet/Bullet3OpenCL/Raycast/kernels -- Installing: /usr/local/include/bullet/Bullet3OpenCL/Raycast/kernels/rayCastKernels.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/Raycast/b3GpuRaycast.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/b3GpuRigidBodyPipelineInternalData.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/b3GpuConstraint4.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/kernels -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/kernels/batchingKernelsNew.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/kernels/updateAabbsKernel.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/kernels/solveContact.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/kernels/solverUtils.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/kernels/jointSolver.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/kernels/solverSetup.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/kernels/integrateKernel.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/kernels/solverSetup2.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/kernels/solveFriction.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/kernels/batchingKernels.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/b3GpuPgsConstraintSolver.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/b3GpuGenericConstraint.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/b3GpuNarrowPhaseInternalData.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/b3GpuJacobiContactSolver.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/b3GpuNarrowPhase.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/b3GpuSolverBody.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/b3Solver.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/b3GpuPgsContactSolver.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/b3GpuRigidBodyPipeline.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/RigidBody/b3GpuSolverConstraint.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/BroadphaseCollision -- Installing: /usr/local/include/bullet/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvh.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/BroadphaseCollision/b3GpuGridBroadphase.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/BroadphaseCollision/kernels -- Installing: /usr/local/include/bullet/Bullet3OpenCL/BroadphaseCollision/kernels/parallelLinearBvhKernels.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/BroadphaseCollision/kernels/sapKernels.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/BroadphaseCollision/kernels/gridBroadphaseKernels.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/BroadphaseCollision/b3GpuSapBroadphase.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/BroadphaseCollision/b3SapAabb.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvhBroadphase.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/BroadphaseCollision/b3GpuBroadphaseInterface.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/Initialize -- Installing: /usr/local/include/bullet/Bullet3OpenCL/Initialize/b3OpenCLUtils.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/Initialize/b3OpenCLInclude.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/b3OpenCLArray.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/kernels -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/kernels/PrefixScanKernelsCL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/kernels/FillKernelsCL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/kernels/RadixSort32KernelsCL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/kernels/BoundSearchKernelsCL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/kernels/CopyKernelsCL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/kernels/PrefixScanKernelsFloat4CL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/b3BufferInfoCL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/b3FillCL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/b3BoundSearchCL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/b3PrefixScanFloat4CL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/b3PrefixScanCL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/b3LauncherCL.h -- Installing: /usr/local/include/bullet/Bullet3OpenCL/ParallelPrimitives/b3RadixSort32CL.h -- Installing: /usr/local/lib/libBullet2FileLoader.so.2.83 -- Installing: /usr/local/lib/libBullet2FileLoader.so -- Set runtime path of "/usr/local/lib/libBullet2FileLoader.so.2.83" to "" -- Installing: /usr/local/include/bullet/Bullet2FileLoader -- Installing: /usr/local/include/bullet/Bullet2FileLoader/b3Common.h -- Installing: /usr/local/include/bullet/Bullet2FileLoader/b3File.h -- Installing: /usr/local/include/bullet/Bullet2FileLoader/b3BulletFile.h -- Installing: /usr/local/include/bullet/Bullet2FileLoader/b3Chunk.h -- Installing: /usr/local/include/bullet/Bullet2FileLoader/b3DNA.h -- Installing: /usr/local/include/bullet/Bullet2FileLoader/autogenerated -- Installing: /usr/local/include/bullet/Bullet2FileLoader/autogenerated/bullet2.h -- Installing: /usr/local/include/bullet/Bullet2FileLoader/b3Serializer.h -- Installing: /usr/local/include/bullet/Bullet2FileLoader/b3Defines.h -- Installing: /usr/local/lib/libBullet3Dynamics.so.2.83 -- Installing: /usr/local/lib/libBullet3Dynamics.so -- Set runtime path of "/usr/local/lib/libBullet3Dynamics.so.2.83" to "" -- Installing: /usr/local/include/bullet/Bullet3Dynamics -- Installing: /usr/local/include/bullet/Bullet3Dynamics/b3CpuRigidBodyPipeline.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/shared -- Installing: /usr/local/include/bullet/Bullet3Dynamics/shared/b3IntegrateTransforms.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/shared/b3ConvertConstraint4.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/shared/b3Inertia.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/shared/b3ContactConstraint4.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/ConstraintSolver -- Installing: /usr/local/include/bullet/Bullet3Dynamics/ConstraintSolver/b3SolverBody.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/ConstraintSolver/b3JacobianEntry.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/ConstraintSolver/b3SolverConstraint.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/ConstraintSolver/b3FixedConstraint.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/ConstraintSolver/b3PgsJacobiSolver.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/ConstraintSolver/b3Point2PointConstraint.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/ConstraintSolver/b3Generic6DofConstraint.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/ConstraintSolver/b3ContactSolverInfo.h -- Installing: /usr/local/include/bullet/Bullet3Dynamics/ConstraintSolver/b3TypedConstraint.h -- Installing: /usr/local/lib/libBullet3Collision.so.2.83 -- Installing: /usr/local/lib/libBullet3Collision.so -- Set runtime path of "/usr/local/lib/libBullet3Collision.so.2.83" to "" -- Installing: /usr/local/include/bullet/Bullet3Collision -- Installing: /usr/local/include/bullet/Bullet3Collision/BroadPhaseCollision -- Installing: /usr/local/include/bullet/Bullet3Collision/BroadPhaseCollision/b3DynamicBvhBroadphase.h -- Installing: /usr/local/include/bullet/Bullet3Collision/BroadPhaseCollision/b3BroadphaseCallback.h -- Installing: /usr/local/include/bullet/Bullet3Collision/BroadPhaseCollision/b3OverlappingPair.h -- Installing: /usr/local/include/bullet/Bullet3Collision/BroadPhaseCollision/shared -- Installing: /usr/local/include/bullet/Bullet3Collision/BroadPhaseCollision/shared/b3Aabb.h -- Installing: /usr/local/include/bullet/Bullet3Collision/BroadPhaseCollision/b3OverlappingPairCache.h -- Installing: /usr/local/include/bullet/Bullet3Collision/BroadPhaseCollision/b3DynamicBvh.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/b3RaycastInfo.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/b3ConvexUtility.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/b3Config.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/b3Contact4.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/b3RigidBodyCL.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3QuantizedBvhNodeData.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3MprPenetration.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3ConvexPolyhedronData.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3FindConcaveSatAxis.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3RigidBodyData.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3ContactConvexConvexSAT.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3UpdateAabbs.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3BvhTraversal.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3NewContactReduction.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3ClipFaces.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3BvhSubtreeInfoData.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3Contact4Data.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3ReduceContacts.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3Collidable.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3FindSeparatingAxis.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/shared/b3ContactSphereSphere.h -- Installing: /usr/local/include/bullet/Bullet3Collision/NarrowPhaseCollision/b3CpuNarrowPhase.h -- Installing: /usr/local/lib/libBullet3Geometry.so.2.83 -- Installing: /usr/local/lib/libBullet3Geometry.so -- Set runtime path of "/usr/local/lib/libBullet3Geometry.so.2.83" to "" -- Installing: /usr/local/include/bullet/Bullet3Geometry -- Installing: /usr/local/include/bullet/Bullet3Geometry/b3GeometryUtil.h -- Installing: /usr/local/include/bullet/Bullet3Geometry/b3GrahamScan2dConvexHull.h -- Installing: /usr/local/include/bullet/Bullet3Geometry/b3AabbUtil.h -- Installing: /usr/local/include/bullet/Bullet3Geometry/b3ConvexHullComputer.h -- Installing: /usr/local/lib/libBullet3Common.so.2.83 -- Installing: /usr/local/lib/libBullet3Common.so -- Installing: /usr/local/include/bullet/Bullet3Common -- Installing: /usr/local/include/bullet/Bullet3Common/b3Matrix3x3.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3AlignedAllocator.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3Vector3.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3QuadWord.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3AlignedObjectArray.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3Scalar.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3TransformUtil.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3MinMax.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3Logging.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3Quaternion.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3Transform.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3StackAlloc.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3HashMap.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3Random.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3FileUtils.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3CommandLineArgs.h -- Installing: /usr/local/include/bullet/Bullet3Common/shared -- Installing: /usr/local/include/bullet/Bullet3Common/shared/b3PlatformDefinitions.h -- Installing: /usr/local/include/bullet/Bullet3Common/shared/b3Mat3x3.h -- Installing: /usr/local/include/bullet/Bullet3Common/shared/b3Int4.h -- Installing: /usr/local/include/bullet/Bullet3Common/shared/b3Int2.h -- Installing: /usr/local/include/bullet/Bullet3Common/shared/b3Quat.h -- Installing: /usr/local/include/bullet/Bullet3Common/shared/b3Float4.h -- Installing: /usr/local/include/bullet/Bullet3Common/b3PoolAllocator.h -- Installing: /usr/local/lib/libBulletInverseDynamics.so.2.83 -- Installing: /usr/local/lib/libBulletInverseDynamics.so -- Set runtime path of "/usr/local/lib/libBulletInverseDynamics.so.2.83" to "" -- Installing: /usr/local/include/bullet/BulletInverseDynamics -- Installing: /usr/local/include/bullet/BulletInverseDynamics/details -- Installing: /usr/local/include/bullet/BulletInverseDynamics/btBulletCollisionCommon.h -- Installing: /usr/local/lib/libBulletSoftBody.so.2.83 -- Installing: /usr/local/lib/libBulletSoftBody.so -- Set runtime path of "/usr/local/lib/libBulletSoftBody.so.2.83" to "" -- Up-to-date: /usr/local/include/bullet/BulletSoftBody -- Installing: /usr/local/include/bullet/BulletSoftBody/btSoftBodySolvers.h -- Installing: /usr/local/include/bullet/BulletSoftBody/btSoftBodyInternals.h -- Installing: /usr/local/include/bullet/BulletSoftBody/btSoftBodySolverVertexBuffer.h -- Installing: /usr/local/include/bullet/BulletSoftBody/btSoftBody.h -- Installing: /usr/local/include/bullet/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h -- Installing: /usr/local/include/bullet/BulletSoftBody/btSoftBodyData.h -- Installing: /usr/local/include/bullet/BulletSoftBody/btSoftSoftCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletSoftBody/btSoftRigidCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletSoftBody/btDefaultSoftBodySolver.h -- Installing: /usr/local/include/bullet/BulletSoftBody/btSparseSDF.h -- Installing: /usr/local/include/bullet/BulletSoftBody/btSoftRigidDynamicsWorld.h -- Installing: /usr/local/include/bullet/BulletSoftBody/btSoftBodyHelpers.h -- Installing: /usr/local/lib/libBulletCollision.so.2.83 -- Installing: /usr/local/lib/libBulletCollision.so -- Set runtime path of "/usr/local/lib/libBulletCollision.so.2.83" to "" -- Up-to-date: /usr/local/include/bullet/BulletCollision -- Up-to-date: /usr/local/include/bullet/BulletCollision/CollisionShapes -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btConcaveShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btCompoundShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btConvex2dShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleInfoMap.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btConeShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btSphereShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btShapeHull.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btEmptyShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btBox2dShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btMaterial.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btCollisionShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btCollisionMargin.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleCallback.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btConvexShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btCapsuleShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btBoxShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleMesh.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btConvexHullShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btCylinderShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btConvexPolyhedron.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.h -- Up-to-date: /usr/local/include/bullet/BulletCollision/BroadphaseCollision -- Installing: /usr/local/include/bullet/BulletCollision/BroadphaseCollision/btDbvt.h -- Installing: /usr/local/include/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.h -- Installing: /usr/local/include/bullet/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h -- Installing: /usr/local/include/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h -- Installing: /usr/local/include/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h -- Installing: /usr/local/include/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h -- Installing: /usr/local/include/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.h -- Installing: /usr/local/include/bullet/BulletCollision/BroadphaseCollision/btDispatcher.h -- Installing: /usr/local/include/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h -- Installing: /usr/local/include/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h -- Installing: /usr/local/include/bullet/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h -- Installing: /usr/local/include/bullet/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h -- Up-to-date: /usr/local/include/bullet/BulletCollision/Gimpact -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_hash_table.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btContactProcessing.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btClipPolygon.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_array.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btGImpactMassUtil.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_geom_types.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btBoxCollision.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_contact.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_box_collision.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_basic_geometry_operations.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_box_set.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_tri_collision.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btGenericPoolAllocator.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btTriangleShapeEx.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btQuantization.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btGeometryOperations.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_memory.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btGImpactBvh.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btGImpactShape.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_bitset.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_linear_math.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_math.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btCompoundFromGimpact.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_clip_polygon.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_geometry.h -- Installing: /usr/local/include/bullet/BulletCollision/Gimpact/gim_radixsort.h -- Up-to-date: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btMprPenetration.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btGjkCollisionDescription.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btPointCollector.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btConvexCast.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btRaycastCallback.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa3.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btComputeGjkEpaPenetration.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h -- Installing: /usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h -- Up-to-date: /usr/local/include/bullet/BulletCollision/CollisionDispatch -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btHashedSimplePairCache.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btCollisionWorldImporter.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btCollisionObject.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btCollisionConfiguration.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btGhostObject.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btCollisionObjectWrapper.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btUnionFind.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h -- Installing: /usr/local/include/bullet/BulletCollision/CollisionDispatch/btManifoldResult.h -- Installing: /usr/local/include/bullet/BulletCollision/btBulletCollisionCommon.h -- Installing: /usr/local/lib/libBulletDynamics.so.2.83 -- Installing: /usr/local/lib/libBulletDynamics.so -- Set runtime path of "/usr/local/lib/libBulletDynamics.so.2.83" to "" -- Up-to-date: /usr/local/include/bullet/BulletDynamics -- Up-to-date: /usr/local/include/bullet/BulletDynamics/Featherstone -- Installing: /usr/local/include/bullet/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/Featherstone/btMultiBodyLinkCollider.h -- Installing: /usr/local/include/bullet/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h -- Installing: /usr/local/include/bullet/BulletDynamics/Featherstone/btMultiBodySolverConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/Featherstone/btMultiBodyLink.h -- Installing: /usr/local/include/bullet/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h -- Installing: /usr/local/include/bullet/BulletDynamics/Featherstone/btMultiBodyPoint2Point.h -- Installing: /usr/local/include/bullet/BulletDynamics/Featherstone/btMultiBodyJointFeedback.h -- Installing: /usr/local/include/bullet/BulletDynamics/Featherstone/btMultiBodyConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/Featherstone/btMultiBody.h -- Installing: /usr/local/include/bullet/BulletDynamics/Featherstone/btMultiBodyJointMotor.h -- Up-to-date: /usr/local/include/bullet/BulletDynamics/Vehicle -- Installing: /usr/local/include/bullet/BulletDynamics/Vehicle/btWheelInfo.h -- Installing: /usr/local/include/bullet/BulletDynamics/Vehicle/btVehicleRaycaster.h -- Installing: /usr/local/include/bullet/BulletDynamics/Vehicle/btRaycastVehicle.h -- Up-to-date: /usr/local/include/bullet/BulletDynamics/Dynamics -- Installing: /usr/local/include/bullet/BulletDynamics/Dynamics/btActionInterface.h -- Installing: /usr/local/include/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h -- Installing: /usr/local/include/bullet/BulletDynamics/Dynamics/btRigidBody.h -- Installing: /usr/local/include/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h -- Installing: /usr/local/include/bullet/BulletDynamics/Dynamics/btDynamicsWorld.h -- Up-to-date: /usr/local/include/bullet/BulletDynamics/Character -- Installing: /usr/local/include/bullet/BulletDynamics/Character/btKinematicCharacterController.h -- Installing: /usr/local/include/bullet/BulletDynamics/Character/btCharacterControllerInterface.h -- Up-to-date: /usr/local/include/bullet/BulletDynamics/MLCPSolvers -- Installing: /usr/local/include/bullet/BulletDynamics/MLCPSolvers/btLemkeSolver.h -- Installing: /usr/local/include/bullet/BulletDynamics/MLCPSolvers/btLemkeAlgorithm.h -- Installing: /usr/local/include/bullet/BulletDynamics/MLCPSolvers/btSolveProjectedGaussSeidel.h -- Installing: /usr/local/include/bullet/BulletDynamics/MLCPSolvers/btMLCPSolverInterface.h -- Installing: /usr/local/include/bullet/BulletDynamics/MLCPSolvers/btMLCPSolver.h -- Installing: /usr/local/include/bullet/BulletDynamics/MLCPSolvers/btDantzigSolver.h -- Installing: /usr/local/include/bullet/BulletDynamics/MLCPSolvers/btPATHSolver.h -- Installing: /usr/local/include/bullet/BulletDynamics/MLCPSolvers/btDantzigLCP.h -- Up-to-date: /usr/local/include/bullet/BulletDynamics/ConstraintSolver -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btSolverBody.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btConstraintSolver.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btNNCGConstraintSolver.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btJacobianEntry.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btContactSolverInfo.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btGearConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btFixedConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.h -- Installing: /usr/local/include/bullet/BulletDynamics/btBulletDynamicsCommon.h -- Installing: /usr/local/lib/libLinearMath.so.2.83 -- Installing: /usr/local/lib/libLinearMath.so -- Up-to-date: /usr/local/include/bullet/LinearMath -- Installing: /usr/local/include/bullet/LinearMath/btSerializer.h -- Installing: /usr/local/include/bullet/LinearMath/btTransform.h -- Installing: /usr/local/include/bullet/LinearMath/btGeometryUtil.h -- Installing: /usr/local/include/bullet/LinearMath/btTransformUtil.h -- Installing: /usr/local/include/bullet/LinearMath/btGrahamScan2dConvexHull.h -- Installing: /usr/local/include/bullet/LinearMath/btSpatialAlgebra.h -- Installing: /usr/local/include/bullet/LinearMath/btQuadWord.h -- Installing: /usr/local/include/bullet/LinearMath/btCpuFeatureUtility.h -- Installing: /usr/local/include/bullet/LinearMath/btQuickprof.h -- Installing: /usr/local/include/bullet/LinearMath/btAabbUtil2.h -- Installing: /usr/local/include/bullet/LinearMath/btMatrix3x3.h -- Installing: /usr/local/include/bullet/LinearMath/btPolarDecomposition.h -- Installing: /usr/local/include/bullet/LinearMath/btQuaternion.h -- Installing: /usr/local/include/bullet/LinearMath/btConvexHull.h -- Installing: /usr/local/include/bullet/LinearMath/btMinMax.h -- Installing: /usr/local/include/bullet/LinearMath/btHashMap.h -- Installing: /usr/local/include/bullet/LinearMath/btDefaultMotionState.h -- Installing: /usr/local/include/bullet/LinearMath/btMotionState.h -- Installing: /usr/local/include/bullet/LinearMath/btAlignedObjectArray.h -- Installing: /usr/local/include/bullet/LinearMath/btRandom.h -- Installing: /usr/local/include/bullet/LinearMath/btStackAlloc.h -- Installing: /usr/local/include/bullet/LinearMath/btAlignedAllocator.h -- Installing: /usr/local/include/bullet/LinearMath/btMatrixX.h -- Installing: /usr/local/include/bullet/LinearMath/btPoolAllocator.h -- Installing: /usr/local/include/bullet/LinearMath/btConvexHullComputer.h -- Installing: /usr/local/include/bullet/LinearMath/btVector3.h -- Installing: /usr/local/include/bullet/LinearMath/btList.h -- Installing: /usr/local/include/bullet/LinearMath/btScalar.h -- Installing: /usr/local/include/bullet/LinearMath/btIDebugDraw.h
Wenn das alles passt, solltet ihr nun auch ColAndreas verwenden können. (Collision Plugin For San Andreas Multiplayer)
Bug mit SyncHTTP.so beheben.
Installiere als erstes die libcurl x32 bit Version
sudo apt-get install libcurl3:i386
Danach setze ein FakeSymLink (Warum Fake? Weil das Plugin sonst nicht funktioniert und nicht findet wonach es suchten muss)
cp /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4 /usr/lib/libcurl.so.4
Nun findet das Plugin den Namen der Lib und kann es verwenden.
MySQL Fix Account Tabelle -> [ERROR] error #1364 while executing query "INSERT INTO `accounts` (name,passwort) VALUES ('Semo',MD5('asasasasasasas'))": Field 'ck' doesn't have a default value
SQL
Alles anzeigen-- -------------------------------------------------------- -- Host: 127.0.0.1 -- Server Version: 5.7.29-0ubuntu0.18.04.1 - (Ubuntu) -- Server Betriebssystem: Linux -- HeidiSQL Version: 11.0.0.5919 -- -------------------------------------------------------- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!50503 SET NAMES utf8mb4 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -- Exportiere Struktur von Tabelle samp.accounts CREATE TABLE IF NOT EXISTS `accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(28) DEFAULT NULL, `banned` tinyint(1) DEFAULT NULL, `passwort` varchar(128) DEFAULT NULL, `admin` int(4) DEFAULT NULL, `verified` int(11) DEFAULT NULL, `TS_UID` varchar(45) DEFAULT NULL, `level` int(12) DEFAULT NULL, `reg` int(4) DEFAULT NULL, `sex` tinyint(1) DEFAULT NULL, `age` tinyint(1) DEFAULT NULL, `origin` int(2) DEFAULT NULL, `ck` int(3) DEFAULT NULL, `muted` int(11) DEFAULT NULL, `cash` int(4) DEFAULT NULL, `account` int(11) DEFAULT NULL, `crimes` int(11) DEFAULT NULL, `kills` int(11) DEFAULT NULL, `deaths` int(11) DEFAULT NULL, `arrested` int(11) DEFAULT NULL, `wanteddeaths` int(11) DEFAULT NULL, `phonebook` int(11) DEFAULT NULL, `lottonr` int(3) DEFAULT NULL, `fishes` int(3) DEFAULT NULL, `biggestfish` int(11) DEFAULT NULL, `job` int(11) DEFAULT NULL, `paycheck` int(11) DEFAULT NULL, `headvalue` int(11) DEFAULT NULL, `jailed` int(11) DEFAULT NULL, `gangjailed` int(11) DEFAULT NULL, `mauled` int(11) DEFAULT NULL, `jailtime` int(11) DEFAULT NULL, `drugs` int(11) DEFAULT NULL, `boxmats` int(11) DEFAULT NULL, `boxdrugs` int(11) DEFAULT NULL, `leader` int(11) DEFAULT NULL, `member` int(11) DEFAULT NULL, `smember` int(11) DEFAULT NULL, `rank` int(11) DEFAULT NULL, `char` varchar(11) DEFAULT NULL, `contracttime` int(11) DEFAULT NULL, `detskill` int(11) DEFAULT NULL, `lawskill` int(11) DEFAULT NULL, `mechskill` int(11) DEFAULT NULL, `jackskill` int(11) DEFAULT NULL, `carskill` int(11) DEFAULT NULL, `newsskill` int(11) DEFAULT NULL, `drugsskill` int(11) DEFAULT NULL, `cookskill` int(11) DEFAULT NULL, `fishskill` int(11) DEFAULT NULL, `shealth` int(11) DEFAULT NULL, `health` int(11) DEFAULT NULL, `int` int(11) DEFAULT NULL, `local` int(11) DEFAULT NULL, `team` int(11) DEFAULT NULL, `model` int(11) DEFAULT NULL, `pnumber` varchar(28) DEFAULT NULL, `phousekey` int(11) DEFAULT NULL, `pbiskey` int(11) DEFAULT NULL, `handygeld2` int(11) DEFAULT NULL, `pos_x` int(11) DEFAULT NULL, `pos_y` int(11) DEFAULT NULL, `pos_z` int(11) DEFAULT NULL, `carlic` int(11) DEFAULT NULL, `flylic` int(11) DEFAULT NULL, `boatlic` int(11) DEFAULT NULL, `fishlic` int(11) DEFAULT NULL, `gunlic` int(11) DEFAULT NULL, `lkwlic` int(11) DEFAULT NULL, `motolic` int(11) DEFAULT NULL, `zig` int(11) DEFAULT NULL, `gun1` int(3) DEFAULT NULL, `gun2` int(11) DEFAULT NULL, `gun3` int(11) DEFAULT NULL, `orgmember` int(11) DEFAULT NULL, `gun4` int(11) DEFAULT NULL, `ammo1` int(11) DEFAULT NULL, `ammo2` int(11) DEFAULT NULL, `ammo3` int(6) DEFAULT NULL, `ammo4` int(11) DEFAULT NULL, `mulltime` int(11) DEFAULT NULL, `payday` int(11) DEFAULT NULL, `paydayhad` int(11) DEFAULT NULL, `wins` int(11) DEFAULT NULL, `loses` int(11) DEFAULT NULL, `miserperk` int(11) DEFAULT NULL, `painperk` int(11) DEFAULT NULL, `traderperk` int(11) DEFAULT NULL, `warns` int(11) DEFAULT NULL, `adjustable` int(11) DEFAULT NULL, `married` int(6) NOT NULL DEFAULT '0', `playminutes` int(6) NOT NULL DEFAULT '0', `gesamtminutes` int(6) NOT NULL DEFAULT '0', `minutessincean` int(6) NOT NULL DEFAULT '0', `fraksperre` int(6) NOT NULL DEFAULT '0', `gehalt` int(6) NOT NULL DEFAULT '0', `invweapon` int(6) NOT NULL DEFAULT '0', `invammo` int(6) NOT NULL DEFAULT '0', `invweapon2` int(6) NOT NULL DEFAULT '0', `invammo2` int(6) NOT NULL DEFAULT '0', `invmats` int(6) NOT NULL DEFAULT '0', `invdrugs` int(6) NOT NULL DEFAULT '0', `flugtime` int(11) DEFAULT NULL, `farmtime` int(11) DEFAULT NULL, `gdeaths` int(11) DEFAULT NULL, `gkills` int(11) DEFAULT NULL, `gwd` varchar(28) DEFAULT NULL, `erstehilfe` int(11) DEFAULT NULL, `meldung` int(11) DEFAULT NULL, `hitsound` int(11) DEFAULT NULL, `ptankekey` int(11) DEFAULT NULL, `zollpass` int(11) DEFAULT NULL, `gebannt` int(11) DEFAULT NULL, `pcarp` int(11) DEFAULT NULL, `skinauswahl` int(11) DEFAULT NULL, `online` int(11) DEFAULT NULL, `offlineflucht` int(11) DEFAULT NULL, `handyid` int(11) DEFAULT NULL, `handyakku` int(11) DEFAULT NULL, `handyton` int(11) DEFAULT NULL, `handyver` int(11) DEFAULT NULL, `zigid` int(11) DEFAULT NULL, `zigsucht` int(11) DEFAULT NULL, `handygeld` int(11) DEFAULT NULL, `ownperso` int(11) DEFAULT NULL, `eingeloggt` int(1) DEFAULT NULL, `lastonline` varchar(28) DEFAULT NULL, `frakinvited` varchar(28) CHARACTER SET utf8 DEFAULT NULL, `coins` int(3) DEFAULT NULL, `tottime` int(11) DEFAULT NULL, `tban` varchar(12) CHARACTER SET utf8 DEFAULT NULL, `tutorial` int(11) DEFAULT NULL, `AdminPasswort` int(11) NOT NULL DEFAULT '0', `ipadresse` varchar(15) DEFAULT NULL, `Leben` varchar(16) DEFAULT NULL, `Armour` varchar(16) DEFAULT NULL, `kampfstil` int(11) DEFAULT NULL, `amutedtime` int(11) DEFAULT NULL, `banadmin` varchar(29) DEFAULT NULL, `helm` int(11) DEFAULT NULL, `tot` int(11) DEFAULT NULL, `carkeys` int(11) DEFAULT NULL, `admintickets` int(11) DEFAULT NULL, `weather` int(11) DEFAULT NULL, `marriedto` varchar(32) DEFAULT NULL, `bandauer` varchar(32) DEFAULT NULL, `mutedtime` int(11) DEFAULT NULL, `IsPlayerProjektleiter` int(11) DEFAULT NULL, `bangrund` varchar(32) DEFAULT NULL, `bantime` int(11) DEFAULT NULL, `banactor` int(11) DEFAULT NULL, `regdatum` varchar(32) DEFAULT NULL, `verreckt` int(11) DEFAULT NULL, `orgleader` int(11) DEFAULT NULL, `prison` int(11) DEFAULT NULL, `premium` int(11) DEFAULT NULL, `spawnchange` int(11) DEFAULT NULL, `logintime` varchar(35) DEFAULT NULL, `housekey` int(11) DEFAULT NULL, `amuted` int(11) DEFAULT NULL, `wantedlevel` int(11) DEFAULT NULL, `wantedpoints` int(11) DEFAULT NULL, `DutyChar` int(11) DEFAULT NULL, `Wanted` int(11) DEFAULT NULL, `arggeld` int(11) DEFAULT NULL, `fuel` int(11) DEFAULT NULL, `ichmusskuedigen` int(10) DEFAULT NULL, `orgname` varchar(32) DEFAULT NULL, `prisoncps` int(23) DEFAULT NULL, `fightingstyle` int(32) DEFAULT NULL, `orgrang` int(11) DEFAULT NULL, `pBomben` int(11) DEFAULT NULL, `TutorialGemacht` int(11) DEFAULT NULL, `StartBonusErhalten` int(11) DEFAULT NULL, `pSpielerWiederbelebt` int(11) DEFAULT NULL, `exp` int(11) DEFAULT NULL, `pStoresGerobbt` int(11) DEFAULT NULL, `pAmmuRobSkill` int(11) DEFAULT NULL, `pDisarmed` int(11) DEFAULT NULL, `pDisarmedTime` int(11) DEFAULT NULL, `pDonator` int(11) DEFAULT NULL, `pDonatorTime` int(11) DEFAULT NULL, `pDisarmedMinuten` int(11) DEFAULT NULL, `pPermitCoolDown` int(11) DEFAULT NULL, `KnastOfflineZeit` int(11) DEFAULT NULL, `AdminVerified` int(11) DEFAULT NULL, `pPoints` int(11) DEFAULT NULL, `pBeamtenZeit` int(11) DEFAULT NULL, `pFirstGF` int(11) DEFAULT NULL, `pFirstJob` int(11) DEFAULT NULL, `VerfolgungsZeit` int(11) DEFAULT NULL, `pStationKey` int(11) DEFAULT NULL, `pFirstReport` int(11) DEFAULT NULL, `pBanTime` int(11) DEFAULT NULL, `Mail` varchar(128) DEFAULT NULL, `pRobSkill` int(11) DEFAULT NULL, `pWareGeraubt` int(11) DEFAULT NULL, `pStrafString0` varchar(35) DEFAULT NULL, `pStrafString1` varchar(35) DEFAULT NULL, `pStrafString2` varchar(35) DEFAULT NULL, `pStrafString3` varchar(35) DEFAULT NULL, `pStrafString4` varchar(35) DEFAULT NULL, `pVergehen` int(1) DEFAULT NULL, `pPrivatCarSperre` int(11) DEFAULT NULL, `pPayDayAbzug` int(11) DEFAULT NULL, `pLSPDPakete` int(11) DEFAULT NULL, `HasSellMatsGoods` int(11) DEFAULT NULL, `pExplosivSchuesse` int(11) DEFAULT NULL, `pRankUpPoints` int(11) DEFAULT NULL, `pGeschenkAbgeholt` int(11) DEFAULT NULL, `pDarlehen` int(11) DEFAULT NULL, `pBankSchulden` int(11) DEFAULT NULL, `pStammspieler` int(11) DEFAULT NULL, `pDailyPresentTime` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=33006 DEFAULT CHARSET=latin1; -- Daten Export vom Benutzer nicht ausgewählt /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
-
Code
if(strcmp(GetName(playerid),"Tec9DerLooper33",false)) { ShowPlayerDialog(playerid,30,DIALOG_STYLE_MSGBOX,"Kick","Du bist nicht berechtigt den Server zu betreten.","Ok",""); SetTimerEx("kicktimerfake", 100,false,"i",playerid); return 1; }*/ //SCMToAll(-1,"GEHT /AUFTRÄGE MIT MEHREREN PERSONEN ? DAS IST HIER DIE FRAGE DU HURENSOHN");
Ahja ... auch ganz interessant :O
-
Veraltete Systeme, damit arbeite ich nicht, dann wird das Script bei mir nie funktionieren, da gewisse Plugins nicht unter Debian 10 funktionieren, da diese nicht updated wurden.
-
Das war nicht die Frage. Die Frage war, welche Version der Server hat. Debian 7, 8, 9, 10 Ubuntu, CentOS?
-
Ich weiß nicht wo das Problem liegt?
Würde man Vernünftig schaun dann wüsste man Warum!
- stuff.ini
- FrakDrugs.ini
- Fraktionskassen.cfg
Diese 3 Datein habe ich hinzugefügt und mein Server läuft!Welche Version von Linux Server verwendest du?
-
An dieser Datei liegt es nicht, es fehlen Informationen. Per PM bekommt man nach dessen Anfrage keinerlei Auskunft.
-
So, ich hab mich nun 2 Stunden hingesetzt und mal rumprobiert. Es fehlen grundlegende informationen zu Linux OS welches verwendet wurde, zu den Versionen und es fehlt die korrekte server.cfg.
Das Script ist so nicht verwendbar.
Brainfuck
Alles anzeigen[18:04:45] [debug] Server received interrupt signal [18:04:45] [debug] Native backtrace: [18:04:45] [debug] #0 f7a4f8b6 in _Z13GetStackTraceRSt6vectorI10StackFrameSaIS0_EEPv () in plugins/crashdetect.so [18:04:45] [debug] #1 f7a47120 in _ZN18CrashDetectHandler20PrintNativeBacktraceERSoRKN2os7ContextE () in plugins/crashdetect.so [18:04:45] [debug] #2 f7a47886 in _ZN18CrashDetectHandler20PrintNativeBacktraceERKN2os7ContextE () in plugins/crashdetect.so [18:04:45] [debug] #3 f7a47ea9 in _ZN18CrashDetectHandler11OnInterruptERKN2os7ContextE () in plugins/crashdetect.so [18:04:45] [debug] #4 f7a4ef22 in ?? () in plugins/crashdetect.so [18:04:45] [debug] #5 f7f7c090 in __kernel_rt_sigreturn () in linux-gate.so.1 [18:04:45] [debug] #6 f7f7c069 in __kernel_vsyscall () in linux-gate.so.1 [18:04:45] [debug] #7 f7b3fde3 in nanosleep () in /lib/i386-linux-gnu/libc.so.6 [18:04:45] [debug] #8 f7b71fd1 in usleep () in /lib/i386-linux-gnu/libc.so.6 [18:04:45] [debug] #9 080aa172 in ?? () in ./samp03svr [18:04:45] [debug] #10 f7a95ef1 in __libc_start_main () in /lib/i386-linux-gnu/libc.so.6 [18:04:45] [debug] #11 0804b4e1 in ?? () in ./samp03svr [18:04:45] --- Server Shutting Down. [18:04:45] [debug] Run time error 19: "File or function is not found" [18:04:45] [debug] SynchronizedHTTP [18:04:45] [junkbuster] Resetting player classes. [18:04:45] plugin.mysql: Unloading plugin... [18:04:45] plugin.mysql: Plugin unloaded. [18:04:45] *** Streamer Plugin v2.9.4 by Incognito unloaded *** ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [18:04:46] [18:04:46] Server Plugins [18:04:46] -------------- [18:04:46] Loading plugin: crashdetect.so [18:04:46] CrashDetect plugin 4.19.4 [18:04:46] Loaded. [18:04:46] Loading plugin: mysql.so [18:04:46] >> plugin.mysql: R41-4 successfully loaded. [18:04:46] Loaded. [18:04:46] Loading plugin: streamer.so [18:04:46] *** Streamer Plugin v2.9.4 by Incognito loaded *** [18:04:46] Loaded. [18:04:46] Loading plugin: nativechecker.so [18:04:46] Loaded. [18:04:46] Loading plugin: mapandreas.so [18:04:46] Loaded. [18:04:46] Loaded 5 plugins. [18:04:47] [18:04:47] Filterscripts [18:04:47] --------------- [18:04:47] Loading filterscript 'JunkBuster.amx'... [18:04:47] [junkbuster] Loading JunkBuster... [18:04:47] [18:04:47] [junkbuster] Current JunkBuster configuration: [18:04:47] [junkbuster] - WeaponHack = 1 [18:04:47] [junkbuster] - MoneyHack = 1 [18:04:47] [junkbuster] - Jetpack = 1 [18:04:47] [junkbuster] - HealthHack = 1 [18:04:47] [junkbuster] - ArmourHack = 1 [18:04:47] [junkbuster] - DriveBy = 2 [18:04:47] [junkbuster] - Spam = 1 [18:04:47] [junkbuster] - CommandSpam = 1 [18:04:47] [junkbuster] - BadWords = 1 [18:04:47] [junkbuster] - CarJackHack = 1 [18:04:47] [junkbuster] - TeleportHack = 1 [18:04:47] [junkbuster] - MaxPing = 500 [18:04:47] [junkbuster] - SpectateHack = 1 [18:04:47] [junkbuster] - Blacklist = 1 [18:04:47] [junkbuster] - IpBans = 1 [18:04:47] [junkbuster] - TempBans = 1 [18:04:47] [junkbuster] - SpawnKill = 3 [18:04:47] [junkbuster] - CapsLock = 1 [18:04:47] [junkbuster] - 3DSpeed = 0 [18:04:47] [junkbuster] - MaxSpeed = 230 [18:04:47] [junkbuster] - AdminImmunity = 1 [18:04:47] [junkbuster] - Advertisement = 0 [18:04:47] [junkbuster] - FreezeUpdate = 0 [18:04:47] [junkbuster] - SpawnTime = 10 [18:04:47] [junkbuster] - CheckpointTeleport = 1 [18:04:47] [junkbuster] - Airbrake = 150 [18:04:47] [junkbuster] - TankMode = 1 [18:04:47] [junkbuster] - WarnPlayers = 0 [18:04:47] [junkbuster] - SingleplayerCheats = 1 [18:04:47] [junkbuster] - MinFPS = 13 [18:04:47] [junkbuster] - DisableBadWeapons = 1 [18:04:47] [junkbuster] - CBug = 16 [18:04:47] [junkbuster] - AntiBugKill = 1 [18:04:47] [junkbuster] - NoReload = 20 [18:04:47] [junkbuster] - NoReloadForSawnOff = 4 [18:04:47] [junkbuster] - ActiveGMC = 2 [18:04:47] [junkbuster] - GMCBan = 0 [18:04:47] [junkbuster] - ServerSideHealth = 1 [18:04:47] [junkbuster] - CheckVMPos = 0 [18:04:47] [junkbuster] - QuickTurn = 1 [18:04:47] [junkbuster] - VehicleTeleport = 1 [18:04:47] [junkbuster] - Wallride = 170 [18:04:47] [junkbuster] - DisplayTextDraw = 1 [18:04:47] [junkbuster] - AFK = 5 [18:04:47] [junkbuster] - PickupTeleport = 1 [18:04:47] [junkbuster] - FlyHack = 40 [18:04:47] [junkbuster] - JunkBusterChrome = 1 [18:04:47] [junkbuster] - CheckWalkAnims = 1 [18:04:47] [junkbuster] - ReportMoneyHack = 1 [18:04:47] [junkbuster] - SpeedhackAdvanced = 20 [18:04:47] [junkbuster] - Joypad = 0 [18:04:47] [junkbuster] - ArmedVehicles = 0 [18:04:47] [junkbuster] - VehicleRepair = 2 [18:04:47] [junkbuster] - TuningHack = 1 [18:04:47] [junkbuster] - PayForGuns = 0 [18:04:47] [junkbuster] - SpawnVehicles = 2 [18:04:47] [junkbuster] - MaxTotalWarnings = 15 [18:04:47] [junkbuster] - TooManyWarningsAction = 1 [18:04:47] [junkbuster] - AirbrakeDetection = 1 [18:04:47] [junkbuster] - SpeedhackDetection = 0 [18:04:47] [18:04:47] [junkbuster] 0 IP-bans have been loaded. [18:04:47] [junkbuster] 1 temporary bans have been loaded. [18:04:47] [junkbuster] 5 whitelist entries have been loaded. [18:04:47] [junkbuster] 4 blacklist entries have been loaded. [18:04:47] [junkbuster] 41 bad words have been loaded. [18:04:47] [junkbuster] 4 forbidden weapons have been loaded. [18:04:47] [junkbuster] JunkBuster has been configurated. [18:04:47] [junkbuster] JunkBuster (v11) has successfully been loaded. [18:04:47] Loading filterscript 'attachitger.amx'... [18:04:47] Loaded 2 filterscripts. [18:04:47] Error: Function not registered: 'SynchronizedHTTP' [18:04:47] [debug] Run time error 19: "File or function is not found" [18:04:47] [debug] SynchronizedHTTP [18:04:47] [debug] Run time error 19: "File or function is not found" [18:04:47] [debug] SynchronizedHTTP [18:04:47] Script[gamemodes/sampcitylife.amx]: Run time error 19: "File or function is not found" [18:04:47] Number of vehicle models: 0
-
66 - 67 C°
Schwierig zu beurteilen, meine RTX 2060 Super 8GB OC wird nicht so heiß auf Ultra wenn ich Spiele wie CoD spiele. Ich tucker bei 50 - 60 Grad herum. Wird dein PC Laut / Heiß am Hinterlüfter oder fällt dir irgend was auf, was nicht sein sollte?Gibt es eventuell ein Programm der mir fehlende Treiber sucht? Ohne etwas zu kaufen gibt ja viele Programme wen man scannt das vieles Anscheinend fehlen solle wen man das als Joke versucht muss man dafür bezahlen.
Das was du brauchst ist DirectX Runtime von der Windows Homepage, danneventuell noch diverse C++ Bibliotheken (Runtime) und den Rest von deinem herstelle, bei deinem Mainboard.
Mainboard Treiber -> https://de.msi.com/Motherboard…-TOMAHAWK-MAX#down-driverGrafikkarten Treiber -> https://www.asus.com/de/Graphi…80-O8G/HelpDesk_Download/
Ansonsten sind solche Treiberprogramme allesamt unnötig oder können unter Umständen auch dein System kaputt machen. Hier sage ich extra können, weil es kann sein, das diese nicht immer die neuesten Treiber haben und du einen alten Treiber installierst und damit dein System kaputt machen kannst. Immer vom Originalhersteller nach Mögllichkeit die Treiber beziehen. Und Geld für Treibersoftware würde ich eh nicht ausgeben. Aber dass ist deine Sache. Und wenn du wirklich ein treiber Programm kaufen willst, dann DriverEasy. Mein Tipp.