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

Mono: Runtime main args and assembly search fixes #17619

Merged
merged 1 commit into from
Mar 18, 2018

Conversation

neikeq
Copy link
Contributor

@neikeq neikeq commented Mar 18, 2018

  • Setup runtime main args during initialization. This must be done manually by embedders who do not call mono_runtime_run_main. Fixes NullReferenceException in System.Environment.
  • Continue to search the assembly in the rest of the search locations if loading it from one of them failed.

- Setup runtime main args during initialization. This must be done manually by embedders who do not call mono_runtime_run_main. Fixes NullReferenceException in System.Environment.
- Continue to search the assembly in the rest of the search locations if loading it from one of them failed.
@neikeq neikeq added this to the 3.1 milestone Mar 18, 2018
@neikeq neikeq merged commit 883afd1 into godotengine:master Mar 18, 2018
@hpvb
Copy link
Member

hpvb commented Apr 14, 2018

Cherry picked into 3.0.3

@hpvb hpvb removed the cherrypick label Apr 14, 2018
@neikeq neikeq deleted the mono-runtime-main-args branch May 14, 2021 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants