-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to set up a printer #125
Comments
Can you post your properties.json file please? |
Seems like the issue might be related with the Installer rather than SimBridge |
Could be the same in the installer that was solved in simbridge here: dbddf3e |
Here is original file: {
"server": {
"port": 8380,
"hidden": true,
"closeWithMSFS": false
},
"printer": {
"enabled": true,
"printerName": null,
"fontSize": 19,
"paperSize": "A4",
"margin": 30
}
} And here is the one I updated manually: {
"server": {
"port": 8380,
"hidden": true,
"closeWithMSFS": false
},
"printer": {
"enabled": true,
"printerName": "POS-80",
"fontSize": 19,
"paperSize": "A4",
"margin": 30
}
} Turns out setting printer name manually actually works. I don't know why it didn't work earlier, either it didn't update properly or I didn't save changes. |
I have created flybywiresim/installer#480 to fix the selection issue in the installer 👍 Glad to hear it works with the manual selection at least. |
I can't select a printer in the installer, becase drop-down menu is empty, despite having a printer connected.
Adding a printer manually in the properties.json also didn't help.
Issue exists with running simbridge normally and as admin.
Windows correctly sees the printer, I was able to print a test page.
The rest of simbridge works correctly.
Simbridge release: 0.5.4
A32NX release: Development build 29c52a9
Windows version: 23H2 (OS Build 22631.4112)
fbw-simbridge-2024-10-10-00.log
Log from console:
The text was updated successfully, but these errors were encountered: