Skip to content

fixed console commands - #582

Merged
DragonSlayer62 merged 1 commit into
UOX3DevTeam:feature/libmozjs-115-13-2-cleanupfrom
DragonSlayer62:feature/libmozjs-115-13-2-cleanup
Aug 9, 2026
Merged

fixed console commands#582
DragonSlayer62 merged 1 commit into
UOX3DevTeam:feature/libmozjs-115-13-2-cleanupfrom
DragonSlayer62:feature/libmozjs-115-13-2-cleanup

Conversation

@DragonSlayer62

Copy link
Copy Markdown
Contributor

All console commands were failing because their JavaScript handlers were still executing on the console input thread. The fix now queues JavaScript console commands and executes them from UOX3’s main thread, where SpiderMonkey is safely running.

All console commands were failing because their JavaScript handlers were still executing on the console input thread. The fix now queues JavaScript console commands and executes them from UOX3’s main thread, where SpiderMonkey is safely running.
@DragonSlayer62
DragonSlayer62 merged commit c3c8111 into UOX3DevTeam:feature/libmozjs-115-13-2-cleanup Aug 9, 2026
3 checks passed
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

Successfully merging this pull request may close these issues.

1 participant