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

Blurry text depending on scroll position #249

Open
MangoB1 opened this issue Feb 27, 2025 · 2 comments
Open

Blurry text depending on scroll position #249

MangoB1 opened this issue Feb 27, 2025 · 2 comments

Comments

@MangoB1
Copy link

MangoB1 commented Feb 27, 2025

I noticed in GMEdit (or ACE) that my text gets blurry depending on where I scroll. It is easier/harder to replicate depending on the font size.

It may be really hard to tell but I attached a video.

I currently use a 4k monitor.

blurry.mp4
@YellowAfterlife
Copy link
Owner

If this reproduces in Ace's kitchen sink, that's an Ace issue.

If this reproduces in web version on GMEdit, that's probably a GMEdit issue (or I need to update Ace).

If this only reproduces in desktop version of GMEdit, that's probably an Electron issue and you can try building GMEdit from latest with a newer Electron version.

@MangoB1
Copy link
Author

MangoB1 commented Feb 27, 2025

I was only able to reproduce in the desktop version. Possibly user error as I am new to this but here are the errors I got when trying to build from latest Electron (both v34.x and v33.x).

E:\GameMaker\GMEdit2\bin\resources\app>npm install
npm warn deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

added 292 packages, and audited 293 packages in 7s

39 packages are looking for funding
  run `npm fund` for details

15 vulnerabilities (5 moderate, 10 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

E:\GameMaker\GMEdit2\bin\resources\app>npm run compile
npm error Missing script: "compile"
npm error
npm error To see a list of scripts, run:
npm error   npm run
npm error A complete log of this run can be found in: C:\Users\Brendon\AppData\Local\npm-cache\_logs\2025-02-27T17_45_31_836Z-debug-0.log

E:\GameMaker\GMEdit2\bin\resources\app>cd..

E:\GameMaker\GMEdit2\bin\resources>cd..

E:\GameMaker\GMEdit2\bin>npm run compile

> [email protected] compile
> haxe build.hxml

src/ui/WelcomePage.hx:30: characters 63-87 : Uncaught exception bin/buildnumber.txt: No such file or directory
src/ace/AceMacro.hx:21: characters 3-58 : Called from here
src/ui/WelcomePage.hx:30: characters 63-87 : Called from here
src/ui/WelcomePage.hx:30: characters 63-87 : For function argument 'by'

E:\GameMaker\GMEdit2\bin>npm start

> [email protected] start
> (cd bin/resources/app && npm start)

The system cannot find the path specified.

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