1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.35 Bug Reporting thread
    Solutions and more information may already be available.

Thrust Master Ferrari Racing Wheel Red Legend Support

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by mruppin, Nov 2, 2014.

  1. mruppin

    mruppin
    Expand Collapse

    Joined:
    Dec 28, 2013
    Messages:
    9
    Can't get FGT Rumble 3-in-1 wheel working. I've studied everything I could find online. I've confirmed in Control Panel Game Controllers that the USB device is recognized by Windows Vista. The torque3d.log reports my GUID as B655044F-0000-0000-0000-504944564944. I have a b655044f.inputmap.cs in ../BeamNG.drive/scripts/client/inputmaps/custom. The torque3d.log reports: trying to load mapping via VendorID/ProductID: scripts/client/inputmaps/custom/b655044f.inputmap.cs - SUCCESSFUL. I created b655044f.inputmap.cs based on "Advanced controller setup" from Playing/nl#Usage, existing inputmaps in ../BeamNG.drive/scripts/client/inputmaps, and Properties reported by Control Panel Game Controllers. I cannot identify any errors related to this inputmap in the torque3d.log. None of the buttons or other controls on the wheel create any response in BeamNG. I've tried changing values in "Edit Controls" in "Steam" "Settings" as well, with no effect. To simplify, I reduced the b655044f.inputmap.cs to:

    Code:
    // GUID: {B655044F-0000-0000-0000-504944564944}
    // axes: 5^X^S^V^Y^S
    //%device = "{B655044F-0000-0000-0000-504944564944}-" @ %joyNum;
    %device = "joystick" @ %joyNum;
    
    
    %mm.bind(%device, xaxis, steer_direct);
    %mm.bind(%device, yaxis,"RI", brake_direct);
    %mm.bind(%device, rzaxis, "RI", accelerate_direct);
    
    
    %mm.bind(%device, button5, shiftDown);
    %mm.bind(%device, button6, shiftUp);
    
    
    %mm.bindCmd(%device, button7, "beamNGCameraToggle();", "");
    
    
    echo("B655044F loaded");
    

    The torque3d.log is:

    Code:
    //-------------------------- 11/2/2014 -- 13:40:32 -----
    Processor Init:
       Intel Pentium III, ~2.66 Ghz
       FPU detected
       MMX detected
       SSE detected
       SSE2 detected
       MP detected [2 cores, 2 logical, 1 physical]
     
    Math Init:
       Installing Standard C extensions
       Installing Assembly extensions
       Installing FPU extensions
       Installing MMX extensions
       Installing SSE extensions
     
    Initializing platform...
    Input Init:
       keyboard0 input device created.
       mouse0 input device created.
       gamepad0 input device created.
       DirectInput enabled.
    
    
    Done
    SFXALProvider - OpenAL not available.
    *** TorqueBeamEngine created ***
    DebugDrawer Enabled!
    GFX Init:
       Direct 3D (version 9.x) device found
    
    
    0.240747|--------- Loading DIRS ---------
    0.241198|Missing file: levels/main.cs!
    0.241245|Error: Unable to find specified directory: levels
    0.245510|
    0.245556|--------- Parsing Arguments ---------
    0.297763|Binding server port to default IP
    0.297890|UDP initialized on port 0
    0.297935|no Oculus Rift support :(
    0.298013|Attempting to create GFX device 0: ATI Mobility Radeon HD 3650  on Generic PnP Monitor #1 (D3D9) [with output \\.\DISPLAY1]
    0.306378|Device created, setting adapter and enumerating modes
    0.331230|   moving (centering) window to: 448,216 / 1024,768
    0.382349|   Cur. D3DDevice ref count=1
    0.382455|   Pix version detected: 3.000000
    0.382497|   Vert version detected: 3.000000
    0.382538|   Maximum number of simultaneous samplers: 16
    0.382578|   Number of simultaneous render targets: 4
    0.382618|   Hardware occlusion query detected: Yes
    0.382697|   Using Direct3D9Ex: No
    0.405923|WMIVideoInfo: DxDiag initialized
    0.830074|Initializing GFXCardProfiler (D3D9)
    0.830124|   o Chipset : 'ATI Technologies Inc.'
    0.830164|   o Card    : 'Mobility Radeon HD 3650 '
    0.830204|   o Version : '8.15.0010.0183'
    0.830243|   o VRAM    : 512 MB
    0.830283|   - Scanning card capabilities...
    0.830329|GFXCardProfiler (D3D9) - Setting capability 'autoMipMapLevel' to 1.
    0.830374|GFXCardProfiler (D3D9) - Setting capability 'maxTextureWidth' to 8192.
    0.830417|GFXCardProfiler (D3D9) - Setting capability 'maxTextureHeight' to 8192.
    0.830459|GFXCardProfiler (D3D9) - Setting capability 'maxTextureSize' to 8192.
    0.830501|GFXCardProfiler (D3D9) - Setting capability 'lerpDetailBlend' to 1.
    0.830545|GFXCardProfiler (D3D9) - Setting capability 'fourStageDetailBlend' to 1.
    0.830594|   - Loading card profiles...
    0.830765|      - Loaded card profile core/profile/D3D9.cs
    0.830922|      - Loaded card profile core/profile/D3D9.ATITechnologiesInc.cs
    0.831113|<input> (0): Unable to find function GFXCardProfiler::getVersion
    0.831212|      - No card profile core/profile/D3D9.ATITechnologiesInc.MobilityRadeonHD3650.cs exists
    0.831303|      - No card profile core/profile/D3D9.ATITechnologiesInc.MobilityRadeonHD3650.81500100183.cs exists
    0.894924| % - Initialized Core
    0.894965|
    0.894976|--------- Initializing Directory: scripts ---------
    0.897937|sfxStartup...
    0.902567|SFXSystem::createDevice - created DirectSound device 'Primary Sound Driver'
    0.902611|SFXDSDevice::setDistanceModel - 'linear' distance attenuation not supported by DirectSound
    0.902672|   Provider: DirectSound
    0.902867|   Device: Primary Sound Driver
    0.902911|   Hardware: No
    0.902952|   Buffers: 16
    0.903090|
    0.903101|--------- Initializing BeamNG.drive: Server Scripts ---------
    0.927530|
    0.927542|--------- Initializing BeamNG.drive: Client Scripts ---------
    0.941678|
    0.941703|--------- Initializing Lighting Systems ---------
    0.956836|Using Advanced Lighting
    1.081026|
    1.081039|
    1.180584|% - PostFX Manager - Executing scripts/postfx/default.postfxpreset.cs
    1.181000|% - PostFX Manager - Applying from preset
    1.181144|HDR FORMAT: GFXFormatR10G10B10A2
    1.182200|Using Advanced Lighting
    1.307770|% - PostFX Manager - PostFX enabled
    1.356621|Missing file: art/gui/beamnghelp.gui!
    1.383152|scripts/client/default.bind.cs (141): string always evaluates to 0.
    1.383208|scripts/client/default.bind.cs (154): string always evaluates to 0.
    1.386277|processBind: unknown device: oculusvr
    1.395355|### beamng.cs loaded
    1.405642|--------------
    1.405691|Attempting to set resolution to "1024 768 false 32 60 4"
    1.406060|Accepted Mode: 
    1.406072|--Resolution : 1024 768
    1.406083|--Full Screen : No
    1.406093|--Bits Per Pixel : 32
    1.406104|--Refresh Rate : 60
    1.406114|--FSAA Level : 4
    1.406124|--------------
    1.406215|GFXPCD3D9Device::reset - depthstencil 3d86320 has 2 ref's
    1.406294|--- Resetting D3D Device ---
    1.428100|   moving (centering) window to: 448,216 / 1024,768
    1.428191|GFXPCD3D9Device::reset - depthstencil 3d86740 has 2 ref's
    1.428248|--- Resetting D3D Device ---
    1.488377| * loading materials script file: core/art/materials.cs
    1.488894| * loading materials script file: core/art/grids/materials.cs
    1.489680| * loading materials script file: core/art/shapes/materials.cs
    1.490805| * loading materials script file: core/art/skies/blank/materials.cs
    1.491436| * loading materials script file: core/art/special/materials.cs
    1.497540| * loading materials script file: art/materials.cs
    1.500398| * loading materials script file: art/player/common/materials.cs
    1.507217| * loading materials script file: art/player/soldier/materials.cs
    1.512578|Warning, overwriting material for: base_Soldier_Main
    1.512673|Warning, overwriting material for: base_Soldier_Dazzle
    1.514226| * loading materials script file: art/player/soldier/FP/materials.cs
    1.518418|Warning, overwriting material for: base_FP_Soldier_Arms_Main
    1.519918| * loading materials script file: art/skies/night/materials.cs
    1.523872| * loading materials script file: art/web/materials.cs
    1.524320|Binding server port to default IP
    1.524432|UDP initialized on port 0
    1.535765| % - Initializing Tools
    1.738031| % - Initializing Tools Base
    1.803013| % - Initializing Base Editor
    1.837508| % - Initializing World Editor
    2.165419| % - Initializing Sketch Tool
    2.190222| - Initializing Datablock Editor
    2.235469| % - Initializing Debugger
    2.276005| % - Initializing Decal Editor
    2.309874| % - Initializing Forest Editor
    2.348720| % - Initializing Gui Editor
    2.474103| % - Initializing Material Editor
    2.576639| % - Initializing Mesh Road Editor
    2.608969| % - Initializing Mission Area Editor
    2.629595| % - Initializing Particle Editor
    2.718343| % - Initializing Physics Tools
    2.726159| % - Initializing River Editor
    2.760822| - Initializing Road and Path Editor
    2.794660| % - Initializing Shape Editor
    3.176119|Engine initialized...
    3.187922|GFXPCD3D9Device::reset - depthstencil 3d8fe00 has 2 ref's
    3.188010|--- Resetting D3D Device ---
    3.215470|   moving (centering) window to: 448,216 / 1024,768
    3.215554|GFXPCD3D9Device::reset - depthstencil 9ebfa20 has 2 ref's
    3.215616|--- Resetting D3D Device ---
    3.248487|AntiAliasing has been disabled; it is not compatible with AdvancedLighting.
    3.254561|CEF: ping
    3.299967|CEF: ping
    3.335752|CEF: ping
    3.336218|CEF: ping
    3.336931|CEF: ping
    3.421783|CEF|:1|Uncaught ReferenceError: cefdev is not defined
    3.421886|CEF: pong
    3.421953|CEF: pong
    3.422025|CEF: pong
    3.422098|CEF: pong
    3.422170|CEF: pong
    3.422257|CEF: pong
    7.186980|Exporting client prefs
    32.494979|Exporting server prefs...
    32.541778|ParticleData - BNG_Leaf2(25) - invalid value for dragCoefficient: Must be between 0 and 5
    32.541858|ParticleData(BNG_Leaf2) times[2] < times[1]
    32.549580|ParticleEmitterData(BNG_TestExplosion) unable to find particle datablock: newParticle3
    32.549624|ParticleEmitterData(BNG_TestExplosion) unable to find any particle datablocks
    32.549674|art/shapes/particles/managedParticleEmitterData.cs (120): Register object failed for object BNG_TestExplosion of class ParticleEmitterData.
    32.549791|ParticleEmitterData(BNG_dust_gravel) unable to find particle datablock: BNG_dust_gravel
    32.549832|ParticleEmitterData(BNG_dust_gravel) unable to find any particle datablocks
    32.549878|art/shapes/particles/managedParticleEmitterData.cs (129): Register object failed for object BNG_dust_gravel of class ParticleEmitterData.
    32.550044|ParticleEmitterData - BNGP_2(46) - invalid value for thetaMax: Must be between 0 and 180
    32.550179|ParticleEmitterData - BNGP_3(47) - invalid value for thetaMax: Must be between 0 and 180
    32.550304|ParticleEmitterData - BNGP_4(48) - invalid value for thetaMax: Must be between 0 and 180
    32.550427|ParticleEmitterData - BNGP_5(49) - invalid value for thetaMax: Must be between 0 and 180
    32.551657|ParticleEmitterData - BNGP_7(51) - invalid value for thetaMax: Must be between 0 and 180
    32.551786|ParticleEmitterData - BNGP_8(52) - invalid value for thetaMax: Must be between 0 and 180
    32.551986|ParticleEmitterData - BNGP_16(54) - invalid value for thetaMax: Must be between 0 and 180
    32.557320|ParticleEmitterData(lightTest1) unable to find particle datablock: lightTestParticle
    32.557364|ParticleEmitterData(lightTest1) unable to find any particle datablocks
    32.557412|art/datablocks/managedDatablocks.cs (85): Register object failed for object lightTest1 of class ParticleEmitterData.
    32.800653|*** LOADING MISSION: levels/smallgrid/smallgrid.mis
    32.800695|*** Stage 1 load
    32.806054|*** Stage 2 load
    32.806268| === BeamNG - loading all .cs files in level folder:levels/smallgrid
    32.806516| * loading level script file: levels/smallgrid/materials.cs
    32.809259| === BeamNG - loading all .cs files in level folder DONE
    32.815044|*** Mission loaded
    32.817745|Connect request from: 
    32.817830|Connection established 4184
    32.818023|CADD: 4185 local
    32.818121|*** Sending mission load to client: levels/smallgrid/smallgrid.mis
    32.818274|Mapping string: ServerMessage to index: 0
    32.818316|Mapping string: MsgConnectionError to index: 1
    32.820712|onServerMessage: 
    32.820772|Mapping string: MsgLoadInfo to index: 2
    32.820824|onServerMessage: 
    32.820888|Mapping string: MsgLoadDescripition to index: 3
    32.820940|onServerMessage: 
    32.831792|Mapping string: MsgLoadInfoDone to index: 4
    32.831862|onServerMessage: 
    32.831924|Mapping string: MsgClientJoin to index: 5
    32.831965|Mapping string: Welcome to a Torque application %1. to index: 6
    32.832030|onServerMessage: 
    32.832071|  +- a: Welcome to a Torque application Bob.
    32.832124|Mapping string: MissionStartPhase1 to index: 7
    32.832170|*** New Mission: levels/smallgrid/smallgrid.mis
    32.832210|*** Phase 1: Download Datablocks & Targets
    32.832349|Mapping string: MissionStartPhase1Ack to index: 0
    32.965920|[MaterialList::mapMaterials] Unable to find material for texture: base.lmale
    33.029548|CEF: pong
    33.044524|Mapping string: MissionStartPhase2 to index: 8
    33.044593|*** Phase 2: Download Ghost Objects
    33.044678|Mapping string: MissionStartPhase2Ack to index: 1
    33.138254|Ghost Always objects received.
    33.139656|Mapping string: MissionStartPhase3 to index: 9
    33.139730|Client Replication Startup has Happened!
    33.139773|fxFoliageReplicator - replicated client foliage for 0 objects
    33.140042|*** Phase 3: Mission Lighting
    33.140184|Mission lighting done
    33.140266|Mapping string: MissionStartPhase3Ack to index: 2
    33.146850| === BeamNG - loading all .cs files in vehicle folder:vehicles/pickup/
    33.148448| * loading materials script file: vehicles/pickup/materials.cs
    33.155760| * loading materials script file: vehicles/common/materials.cs
    33.166684| === BeamNG - loading all .cs files in vehicle folder DONE
    33.166783| *** initializing vehicle (T3D side) *** 
    33.166836|DirectInput joystick enabled.
    33.166885|*** keyboard0 ***
    33.166941| - Product Name: Keyboard
    33.166981| - Product ID: 6F1D
    33.167021| - Vendor ID: 2B61
    33.167061| - GUID: {6F1D2B61-D5A0-11CF-BFC7-444553540000}
    33.167251| - 109 objects: escape (key), minus (key), backspace (key), tab (key), lbracket (key), return (key), lcontrol (key), semicolon (key), lshift (key), rbracket (key), comma (key), period (key), slash (key), rshift (key), numpadmult (key), lalt (key), space (key), capslock (key), f1 (key), f2 (key), f3 (key), f4 (key), f5 (key), f6 (key), f7 (key), f8 (key), f9 (key), f10 (key), pause (key), scrolllock (key), numpad7 (key), numpad8 (key), numpad9 (key), numpadminus (key), numpad4 (key), numpad5 (key), numpad6 (key), numpadadd (key), numpad1 (key), numpad2 (key), numpad3 (key), numpad0 (key), numpaddecimal (key), backslash (key), f11 (key), f12 (key), numpadenter (key), rcontrol (key), numpaddivide (key), print (key), ralt (key), numlock (key), home (key), up (key), pageup (key), left (key), right (key), end (key), down (key), pagedown (key), insert (key), delete (key), win_lwindow (key), win_rwindow (key), win_apps (key)
    33.167412|  - trying to load keyboard mapping: scripts/client/inputmaps/custom/keyboard.inputmap.cs - file not existing
    33.167505|  - trying to load mapping via VendorID/ProductID: scripts/client/inputmaps/custom/6f1d2b61.inputmap.cs - file not existing
    33.167616|  - trying to load mapping via name: scripts/client/inputmaps/custom/keyboard.inputmap.cs - file not existing
    33.171725|  - trying to load keyboard mapping: scripts/client/inputmaps/keyboard.inputmap.cs - SUCCESSFUL
    33.172492|  - trying to load mapping via VendorID/ProductID: scripts/client/inputmaps/6f1d2b61.inputmap.cs - SUCCESSFUL
    33.172590|  - trying to load keyboard mapping: vehicles/pickup/inputmaps/keyboard.inputmap.cs - file not existing
    33.172667|  - trying to load mapping via VendorID/ProductID: vehicles/pickup/inputmaps/6f1d2b61.inputmap.cs - file not existing
    33.172747|  - trying to load mapping via name: vehicles/pickup/inputmaps/keyboard.inputmap.cs - file not existing
    33.172803|*** mouse0 ***
    33.172856| - Product Name: Mouse
    33.172896| - Product ID: 6F1D
    33.172937| - Vendor ID: 2B60
    33.172977| - GUID: {6F1D2B60-D5A0-11CF-BFC7-444553540000}
    33.173030| - 6 objects: xaxis (axis), yaxis (axis), zaxis (axis), button0 (button), button1 (button), button2 (button)
    33.173131|  - trying to load keyboard mapping: scripts/client/inputmaps/custom/keyboard.inputmap.cs - file not existing
    33.173223|  - trying to load mapping via VendorID/ProductID: scripts/client/inputmaps/custom/6f1d2b60.inputmap.cs - file not existing
    33.173314|  - trying to load mapping via name: scripts/client/inputmaps/custom/mouse.inputmap.cs - file not existing
    33.177590|  - trying to load keyboard mapping: scripts/client/inputmaps/keyboard.inputmap.cs - SUCCESSFUL
    33.177746|  - trying to load mapping via VendorID/ProductID: scripts/client/inputmaps/6f1d2b60.inputmap.cs - file not existing
    33.177878|  - trying to load mapping via name: scripts/client/inputmaps/mouse.inputmap.cs - file not existing
    33.177925|--- unable to find mapping for this controller ---
    33.178017|  - trying to load keyboard mapping: vehicles/pickup/inputmaps/keyboard.inputmap.cs - file not existing
    33.178093|  - trying to load mapping via VendorID/ProductID: vehicles/pickup/inputmaps/6f1d2b60.inputmap.cs - file not existing
    33.178172|  - trying to load mapping via name: vehicles/pickup/inputmaps/mouse.inputmap.cs - file not existing
    33.178226|*** gamepad0 ***
    33.178267| (unbinding...)
    33.178311| *** unbinding failed!
    33.178366| - Product Name: FGT Rumble 3-in-1
    33.178406| - Product ID: B655
    33.178446| - Vendor ID: 044F
    33.178486| - GUID: {B655044F-0000-0000-0000-504944564944}
    33.180049| - 17 objects: button0 (button), button1 (button), button2 (button), button3 (button), button4 (button), button5 (button), button6 (button), button7 (button), button8 (button), button9 (button), button10 (button), button11 (button), button12 (button), rzaxis (axis), yaxis (axis), xaxis (axis)
    33.180179|  - trying to load keyboard mapping: scripts/client/inputmaps/custom/keyboard.inputmap.cs - file not existing
    33.180798|B655044F loaded
    33.180847|  - trying to load mapping via VendorID/ProductID: scripts/client/inputmaps/custom/b655044f.inputmap.cs - SUCCESSFUL
    33.180937|  - trying to load keyboard mapping: vehicles/pickup/inputmaps/keyboard.inputmap.cs - file not existing
    33.181012|  - trying to load mapping via VendorID/ProductID: vehicles/pickup/inputmaps/b655044f.inputmap.cs - file not existing
    33.181090|  - trying to load mapping via name: vehicles/pickup/inputmaps/fgtrumble3in1.inputmap.cs - file not existing
    33.181140| *** loading input map DONE *** 
    33.181202| *** done intializing vehicle (T3D side) *** 
    34.778531|Mapping string: MissionStart to index: 10
    34.874853|*** Initial Control Object
    34.875593|Activating DirectInput...
    34.875703|*** Control Object Changed
    34.875802|Mapping string: Bob to index: 11
    41.834545|[Material::mapMaterial] - Cannot map unnamed Material
    42.213840|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_DownSample_P.hlsl(72,10): warning X3205: conversion from larger type to smaller, possible loss of data
    42.213857|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_DownSample_P.hlsl(73,10): warning X3205: conversion from larger type to smaller, possible loss of data
    42.213868|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_DownSample_P.hlsl(74,10): warning X3205: conversion from larger type to smaller, possible loss of data
    42.213879|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_DownSample_P.hlsl(75,10): warning X3205: conversion from larger type to smaller, possible loss of data
    42.213889|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_DownSample_P.hlsl(84,18): warning X3206: 'autogenUncondition_55070f7a': implicit truncation of vector type
    42.213900|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_DownSample_P.hlsl(85,18): warning X3206: 'autogenUncondition_55070f7a': implicit truncation of vector type
    42.213911|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_DownSample_P.hlsl(86,18): warning X3206: 'autogenUncondition_55070f7a': implicit truncation of vector type
    42.213922|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_DownSample_P.hlsl(87,18): warning X3206: 'autogenUncondition_55070f7a': implicit truncation of vector type
    42.213932|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_DownSample_P.hlsl(88,14): warning X3205: conversion from larger type to smaller, possible loss of data
    42.213949|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_DownSample_P.hlsl(88,14): warning X3206: implicit truncation of vector type
    42.213961|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_DownSample_P.hlsl(88,11): warning X3550: array reference cannot be used as an l-value; not natively addressable, forcing loop to unroll
    42.290534|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_CalcCoC_P.hlsl(39,11): warning X3205: conversion from larger type to smaller, possible loss of data
    42.290549|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_CalcCoC_P.hlsl(40,12): warning X3205: conversion from larger type to smaller, possible loss of data
    42.349531|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_Final_P.hlsl(54,8): warning X3205: conversion from larger type to smaller, possible loss of data
    42.349547|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_Final_P.hlsl(55,8): warning X3205: conversion from larger type to smaller, possible loss of data
    42.349559|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_Final_P.hlsl(56,8): warning X3205: conversion from larger type to smaller, possible loss of data
    42.349569|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_Final_P.hlsl(57,8): warning X3205: conversion from larger type to smaller, possible loss of data
    42.349580|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_Final_P.hlsl(75,12): warning X3205: conversion from larger type to smaller, possible loss of data
    42.349591|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_Final_P.hlsl(103,8): warning X3205: conversion from larger type to smaller, possible loss of data
    42.349605|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_Final_P.hlsl(106,10): warning X3205: conversion from larger type to smaller, possible loss of data
    42.349616|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_Final_P.hlsl(117,12): warning X3206: 'autogenUncondition_55070f7a': implicit truncation of vector type
    42.349626|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_Final_P.hlsl(117,10): warning X3205: conversion from larger type to smaller, possible loss of data
    42.349637|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_Final_P.hlsl(131,14): warning X3205: conversion from larger type to smaller, possible loss of data
    42.349648|C:/Program Files (x86)/Steam/steamapps/common/BeamNG.drive/shaders/common/postFx/dof/DOF_Final_P.hlsl(132,11): warning X3205: conversion from larger type to smaller, possible loss of data
    43.382413|Win32Window::WindowProc - resetting device due to window size change.
    44.569572|CEF: pong
    44.569638|CEF|:1|Uncaught ReferenceError: oUpdate is not defined
    44.752450|CEF|:0|Attr.specified is deprecated. Its value is always true.
    44.970275|CEF|file:///html/js/app.js:328|getting Applist from Backend:
    45.020986|CEF|:0|event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
    45.021201|CEF|file:///html/js/app.js:330|got: ["EngineDebug","gForcesDebug","HydrosController","Messages","NodeBeamDebug","SimpleAGears","SimpleDash","SimpleDigSpeedo","SimpleDigTacho","SimpleEngineDebug","SimpleGears","SimpleNBDebug","SimplePedals","SimplePitch","SimpleRoll","SimpleRPMDebug","SimpleSpeedo","SimpleSteering","SimpleTacho","Tacho","TorqueCurve","VehicleDebug","WeightDistribution","WheelsDebug"]
    45.021315|CEF|file:///html/js/app.js:939|[AppLoader]: initializing Apploader
    45.136700|CEF|file:///html/js/app.js:939|[AppLoader]: Loading done
    45.136830|CEF|file:///html/js/app.js:939|[AppLoader]: loadedApps: ["EngineDebug","gForcesDebug","HydrosController","Messages","NodeBeamDebug","SimpleAGears","SimpleDash","SimpleDigSpeedo","SimpleDigTacho","SimpleEngineDebug","SimpleGears","SimpleNBDebug","SimplePedals","SimplePitch","SimpleRoll","SimpleRPMDebug","SimpleSpeedo","SimpleSteering","SimpleTacho","Tacho","TorqueCurve","VehicleDebug","WeightDistribution","WheelsDebug"]
    45.136920|CEF|file:///html/js/app.js:939|[AppEngine]: initializing AppEngine
    45.137162|CEF|file:///html/js/app.js:939|[AppEngine]: loading preset 'default'
    45.137248|CEF|file:///html/js/app.js:939|[AppEngine]: Adding App SimpleDash to Screen
    45.184464|CEF|file:///html/js/app.js:939|[AppEngine]: Adding App SimpleGears to Screen
    45.184654|CEF|file:///html/js/app.js:939|[AppEngine]: Adding App SimplePedals to Screen
    45.184766|CEF|file:///html/js/app.js:939|[AppEngine]: Adding App SimpleSpeedo to Screen
    45.231092|CEF|file:///html/js/app.js:939|[AppEngine]: Adding App SimpleTacho to Screen
    45.231231|CEF|file:///html/js/app.js:939|[AppEngine]: Adding App SimpleSteering to Screen
    45.231349|CEF|file:///html/js/app.js:939|[HookManager]: undefined hook triggered: Message
    45.231424|CEF|file:///html/js/app.js:939|[AppStore]: initializing AppStore
    79.735438|*** ENDING MISSION
    79.752682|CDROP: 4185 
    79.759671|Exporting server prefs...
    79.760186|Exporting client prefs
    79.760753|Exporting server prefs
    79.773204|*** TorqueBeamEngine destroyed ***
    79.852918|Cur. D3DDevice ref count=9
    
    
    
     
  2. samohubbell

    samohubbell
    Expand Collapse

    Joined:
    Nov 15, 2014
    Messages:
    4
    Did you get this figured out. We're also having problems with the Red Legend and Beamng. The program does not recognize the Wheel.

    Thanks!
     
  3. mruppin

    mruppin
    Expand Collapse

    Joined:
    Dec 28, 2013
    Messages:
    9
    No, but i will look at it hopefully soon ( in a month maybe )
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice