-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
Gnome-console-46.0 Breaks Box64 #1403
Comments
That's a known issue, not specific to box64. You'll have the same behaviour on native x86_64. |
OK. But wasn't there before the version 46.0. |
I had that issue before with other terminal (mate terminal I think). It's the engine that want to print pretty logs and use the terminal name for configuration and freaks out if the terminal is unknown to it. |
Issue
When testing two games
Axiom Verge
andAxiom Verge 2
with Goldberg, I found the strange issue, that gnome-console-46.0 breaks known working Box64 games.My current workaound is using xterm or add
export TERM=xterm
to start script.Good log with xterm and error log via gnome-console are listed at bottom.
These two games are known as good. And I never seen the below "Unhandled Exception" before.
I reverted box64 to release version, e42001b and 45c4117 and the above issue remains.
So it's not recent non-4k commits to blame.
Then I saw
System.Console
in the log.So I added
export TERM=xterm
to the start scripts, and the two games launched!Or launching the two games in xterm also worked.
I am almost sure that when I was at Gnome 45, I didn't see such an issue.
Games
Tested on
BSP Kernel 6.1.43+ (rk-6.1-rkr1-panthor-v6 6bd0bc6)
Mesa 24.1.0-devel (git-a2d3cdd5f2)
Gnome 46
Logs
export TERM=xterm
,The text was updated successfully, but these errors were encountered: