Skip to content
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

PDE console rendering issue #5597

Open
zumoshi opened this issue Jul 29, 2018 · 7 comments
Open

PDE console rendering issue #5597

zumoshi opened this issue Jul 29, 2018 · 7 comments

Comments

@zumoshi
Copy link

zumoshi commented Jul 29, 2018

Description

print('A'); displays ! in console.

Expected Behavior

print('A'); would display A in console.

Current Behavior

image
selecting/copying text from console copies what was printed, not what is displayed.

Steps to Reproduce

  1. new sketch
  2. write print('A');
  3. run.
    (I did not manage to reproduce this issue on a win 7 vm... so please ask for any files/enviromental variables/library or redist software versions etc that could affect this so i can provide more info)

Your Environment

  • Processing version: 3.3.7
  • Operating System and OS version: Windows 8.1 x64

Possible Causes / Solutions

no idea what could cause this. since copying the text copies it correctly it seems to be a rendering issue. also, I didn't manage to reproduce this issue on a win 7 vm with the same version. so it could be result of a conflict with other applications on my system.

I can provide any other info that you think might help with diagnosing the issue.

@gohai
Copy link
Contributor

gohai commented Jul 29, 2018

Never seen anything like this. What happens if you change the "Editor & Console Font" setting in Preferences?

@zumoshi
Copy link
Author

zumoshi commented Jul 29, 2018

I thought it could be a font thing too, but since editor and console use the same font, it doesn't make sense for the editor to be fixed and console be broken, either both should show gibberish or none.

as for your question, I'm probably missing something but the option is greyed out.
image

@zumoshi
Copy link
Author

zumoshi commented Jul 29, 2018

nvm, I managed to change it. it actually got fixed when I changed it to simplified Arabic fixed:
image
but I can reproduce the error by setting the font back to source code pro or any of its variants


should I close the issue, or do you want to investigate this further to see what causes this?

@gohai
Copy link
Contributor

gohai commented Jul 29, 2018

Okay, so something up with Source Code Pro on this version of Windows 8.1. Let's leave this open - perhaps its useful feedback.

I saw that you're based in Iran - is your system locale perhaps set to Farsi, or are you running an English version of Windows? (Unclear if this would matter even, just fishing..)

@zumoshi
Copy link
Author

zumoshi commented Jul 29, 2018

it's the English version with en-us locale.
image

@gohai
Copy link
Contributor

gohai commented Jul 29, 2018

@zumoshi I see, so it must be something else. Thanks for checking and glad you're able to use it now at least.

@zumoshi
Copy link
Author

zumoshi commented Jul 29, 2018

yeah, thanks for the workaround. I was copy-pasting text from console to notepad++ to read debug messages each time before...

feel free to ask any other questions. i can even give you remove access to my system if you wanted to check it out yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants