-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add a safeguard to map command #564
Conversation
Adds safeguard to the `map` command that prevents it from executing if the requested map is invalid or no map argument is given.
cc @catornot |
Figured it out (shoutouts to x64dbg) @GeckoEidechse Its crashing right here NorthstarLauncher/NorthstarDLL/util/printmaps.cpp Lines 106 to 116 in 0246053
because in the Docker container there is no Fixes are:
|
That's amazing, many thanks for taking your time to look into this <3 cc @catornot |
With #575 merged and this PR updated accordingly, this should work now. |
Test with
created via https://github.com/pg9182/northstar-dedicated-ci/actions/runs/6533697962 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adds safeguard to the `map` command that prevents it from executing if the requested map is invalid or no map argument is given. Retry of #529 Co-authored-by: cat_or_not <[email protected]> (cherry picked from commit da7061a)
Adds safeguard to the
map
command that prevents it from executing if the requested map is invalid or no map argument is given.This is basically #529 again which got reverted in #561 due to pg9182/northstar-dedicated#70
The issue in pg9182/northstar-dedicated#70 is likely caused by Wine and not launcher code. Nevertheless the PR got reverted due to not being able to locate the issue in Wine in a timely manner.
As such this PR here is marked as draft until we can figure out and solve the issue in Wine in the Docker image.