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

New version are accept custom arguments fewer than past #203

Open
kowith337 opened this issue Jan 17, 2022 · 4 comments
Open

New version are accept custom arguments fewer than past #203

kowith337 opened this issue Jan 17, 2022 · 4 comments

Comments

@kowith337
Copy link

kowith337 commented Jan 17, 2022

Compared between chrlauncher 2.5.7 and 2.6 and I've found that v2.6 load fewer arguments than before, it seems limited to 512 strings for new version.

Actual .ini ChromiumCommandLine config

--user-data-dir="%localappdata%\RobRich\Chromium\User Data" --aggressive-cache-discard --block-new-web-contents --cleanup-id --disable-breakpad --disable-bundled-ppapi-flash --disable-dinosaur-easter-egg --disable-fetching-hints-at-navigation-start --disable-logging --disable-modal-animations --disable-offer-store-unmasked-wallet-cards --disable-presentation-api --disable-quic --disable-reading-from-canvas --disable-resource-scheduler --disable-search-geolocation-disclosure --disable-shared-workers --disable-smooth-scrolling --disable-speech-api --disable-sync --disable-zero-copy --isolate-origins --no-crash-upload --no-default-browser-check --no-first-run --no-pings --no-report-upload --no-service-autorun --purge-model-and-features-store --purge-optimization-guide-store --structured-metrics-disabled --use-fake-codec-for-peer-connection --use-fake-device-for-media-stream --user-agent-client-hint-disable --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.0.0 Safari/537.36"

chrome://version Output @ v2.5.7

"C:\tools\henrypp\chrlauncher\64\robrich-bin\chrome.exe" --user-data-dir="C:\Users\******************\AppData\Local\RobRich\Chromium\User Data" --aggressive-cache-discard --block-new-web-contents --cleanup-id --disable-breakpad --disable-bundled-ppapi-flash --disable-dinosaur-easter-egg --disable-fetching-hints-at-navigation-start --disable-logging --disable-modal-animations --disable-offer-store-unmasked-wallet-cards --disable-presentation-api --disable-quic --disable-reading-from-canvas --disable-resource-scheduler --disable-search-geolocation-disclosure --disable-shared-workers --disable-smooth-scrolling --disable-speech-api --disable-sync --disable-zero-copy --isolate-origins --no-crash-upload --no-default-browser-check --no-first-run --no-pings --no-report-upload --no-service-autorun --purge-model-and-features-store --purge-optimization-guide-store --structured-metrics-disabled --use-fake-codec-for-peer-connection --use-fake-device-for-media-stream --user-agent-client-hint-disable --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.0.0 Safari/537.36" --flag-switches-begin --disable-features=LensRegionSearch,WebUITabStrip --flag-switches-end --site-per-process

chrome://version Output @ v2.6

"C:\tools\henrypp\chrlauncher-2.6-bin\64\robrich-bin\chrome.exe" --user-data-dir="C:\Users\******************\AppData\Local\RobRich\Chromium\User Data" --aggressive-cache-discard --block-new-web-contents --cleanup-id --disable-breakpad --disable-bundled-ppapi-flash --disable-dinosaur-easter-egg --disable-fetching-hints-at-navigation-start --disable-logging --disable-modal-animations --disable-offer-store-unmasked-wallet-cards --disable-presentation-api --disable-quic --disable-reading-from-canvas --disable-resource-scheduler --disable-search-geolocation-disclosure --dis --flag-switches-begin --disable-features=LensRegionSearch,WebUITabStrip --flag-switches-end --site-per-process

Note: The divide output are custom arguments from chrome://flags

@wpuckering
Copy link

I can confirm this bug. Happening to me as well, the command line argument string is being truncated.

@ltguillaume
Copy link

Same here

@wpuckering
Copy link

Checking back months later, kind of surprised such a critical issue hasn't been addressed yet...

@ltguillaume
Copy link

@henrypp Yep, needs addressing. I needed to downgrade.

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

No branches or pull requests

3 participants