Delete the log
Restart DOFLinx
Try to do the same thing and then post log
Here is log. It says "No DOF Global Config file supplied" I'm guessing that's the problem. I'm also including my DOFLinx.ini.
Thanks for looking!
###############
06-May-21 14:27:12.845 - DOF Linx for Pinball Emulators - DOFLinx by DDH69
06-May-21 14:27:12.855 - Starting up - version 7.32
06-May-21 14:27:12.859 - Pre-Reading DOFLinx.INI startup config file details
06-May-21 14:27:12.951 - DEBUG enabled with showing of window True
06-May-21 14:27:12.963 - No DOF Global Config file supplied
06-May-21 14:27:13.047 - Joystick # 1 detected : 16 buttons Z-Axis
06-May-21 14:27:13.084 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
06-May-21 14:27:13.086 - Reading DOFLinx.INI startup config file details
06-May-21 14:27:13.090 - Reading DirectOutputConfig file named c:\DirectOutput\config\directoutputconfig40.ini
06-May-21 14:27:13.095 - Turning DEBUG off
06-May-21 14:27:13.113 - DEBUG enabled with showing of window True
06-May-21 14:27:13.124 - Error in configuration for left flipper trying to set device to 1 Needs to be in the range 1-0
06-May-21 14:27:14.954 - Stopping ROM
06-May-21 14:27:14.958 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
06-May-21 14:27:15.608 - Shutting down
06-May-21 14:27:15.613 - Program close
#######
DOFLinx.ini
################
####
# The config file for DOFLinx to achieve
B2S backglasses only with Pinball FX3
#
# IMPORTANT - when used just for backglasses with FX3 and no output devices with toys, you must add this command line options for DOFLinx, DISABLEDOF=YES
#
# Edit this file as you see fit, lines that start with a hash (#) or are blank are not processed. This blurb and comments can be cut out if you want.
####
# Point to your directoutputconfig.ini file. Your file may have a number, ie directoutputconfig20.ini
# You can point to any of your directoutputconfig.ini files, but only one
# Keep this as the first pararameter to process in your INI file. The order past ths point is not relevant
DIRECTOUTPUTCONFIG=c:\DirectOutput\config\directoutputconfig40.ini
DEBUG=1
DIRECTOUTPUTGLOBAL=C:\DirectOutput\config\GlobalConfig_b2SServer.xml
# The location of the .FX3 game specific files included with the DOFLinx release package
# Ensure your path has a \ on the end of it
PATH_FX3=C:\DirectOutput\FX3\
# The path to where you keep all of the .directb2s files that you've downloaded for use with FX3
# Ensure your path has a \ on the end of it
#PATH_FX3_B2S=C:\DirectOutput\DOFLinx_FX3_B2S\
# This is the folder where B2SServer.exe can be found on your system
PATH_B2S_SERVER=C:\Visual Pinball\Tables
# The list of processes that can activate DOFLinx, in this case, Pinball FX2, Pinball FX3 and Future Pinball
PROCESSES=Pinball FX3
# An over-ride to the default setting given this is just being used with Pinball FX3, not FX2,
FP or other systems that may require the default delay
PROCESS_TO_ACTIVE_TIME=1
# Set the key code for the keys being used as Left and Right flippers
# Used for the default fll back if a full link cannot be established
# Left Shift = A0, Right Shift = A1
L_FLIPPER_KEY=A0
R_FLIPPER_KEY=A1
# Just in case things go wrong (ie no keyup signal is detected, flipper held down for a long time), what is the maximum time a flipper solenoid / contactor can be in in milliseconds
MAX_FLIPPER_ON=5000
# Turn on the attempt to make a full connection to Future Pinball when it is detected as running
FP_ATTEMPT_LINK=1
# The device / port for the left and right flippers, set to output device 1, left flipper solenoid on port 1 and right flipper solenoid on port 2
L_FLIPPER_OUTPUT=101
R_FLIPPER_OUTPUT=102
LINK_LF=101,50,10000,255
LINK_RF=102,50,10000,255
# The other 8 solenoid of a 10 solenoid setup using ports 4 to 11 inclusive
LINK_LS=103,50,500,255
LINK_RS=104,50,500,255
LINK_ML=103,50,500,255
LINK_MC=104,50,500,255
LINK_MR=103,50,500,255
LINK_BL=104,50,500,255
LINK_BC=103,50,500,255
LINK_BR=104,50,500,255
####
# Pinscape analogue to key stroke plunger settings
####
#PLUNGER_AXIS=Z
#PLUNGER_JOYSTICK_NUMBER=1
#PLUNGER_KEY=0D
#PLUNGER_PULL_POINT=32767
#PLUNGER_RELEASE_POINT=45000
# Pinscape analogue nudge settings that get made into key strokes
####
#JOY_PORT=1
#JOY_X_OFFSET=32767
#JOY_Y_OFFSET=32767
#NUDGE_LEFT_POINT=-5500
#NUDGE_RIGHT_POINT=5500
#NUDGE_FORWARD_POINT=4000
#NUDGE_LEFT_KEY=4C
#NUDGE_RIGHT_KEY=52
#NUDGE_FORWARD_KEY=20
#NUDGE_LEFT_INPUT=A2
#NUDGE_RIGHT_INPUT=A3
#NUDGE_CHECK_BASIC_KEYBOARD=1
#################