@legoman , do you agree that it must be a line in his startup script?
it is likely the startup script given in happens on every log it.
Hello legoman, thanks for the answers, I still haven't managed to solve the problem, Real Flight works perfectly but the error message appears at each login, I've tried changing the keyboard language but the message continues to appear, it's not a serious problem, it's just an error message, I'll be able to continue playing without problems, thanks!
if you navigate to \Documents\RealFlight 9\Scripts
@sbeccacece and open the file called startup. notepad would be my program of choice to open it although a any plain text editor should work
you should see something similar to this could you copy and paste the contents of your startup.rfscript. I imagine there is a bind "+" <some_command>
// RealFlight Startup Script
// Each line of this file will be executed by the console as a console command.
// Use it to bind keys using the bind console command or other console related operations.
// A line that starts with a // will be treated as a comment and ignored
// Example:
// bind ctrl-y say "Example command"
bind b orbitmode
bind l lockposition
bind n poop
bind shift-n flushpoop
bind ";" lockOrientation
bind ctrl-n gfx_nametags
setAutoTargetingMode Leader
exec setWind
bind shift-h say "Hello"
pilotname Legoman
bind ctrl-home winddirection 10+
bind ctrl-end winddirection 10-
bind ctrl-shift-home winddirection 90+
bind ctrl-shift-end winddirection 90-