Skip to content

[WOWBOX64] Initialize memory before reading RC file - #4285

Open
airidosas252 wants to merge 1 commit into
ptitSeb:mainfrom
airidosas252:wowbox64-box64rc-init
Open

[WOWBOX64] Initialize memory before reading RC file#4285
airidosas252 wants to merge 1 commit into
ptitSeb:mainfrom
airidosas252:wowbox64-box64rc-init

Conversation

@airidosas252

Copy link
Copy Markdown
Contributor

This fixes hangs when .box64rc file is provided.

Comment thread wine/wow64/wowbox64.c

LoadEnvVariables();
InitializeEnvFiles();
InitializeSystemInfo();

@ptitSeb ptitSeb Aug 24, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue with this ordering is that InitialiazeSystemInfo() might depends on some of the env. var. in InitializeEnvFiles() (for cpu cores counts & rdtsc options)

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.

2 participants