-
Notifications
You must be signed in to change notification settings - Fork 302
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
Mac OS app unable to start using 4.11.4 #1286
Comments
Definetely an error in renaming MacOS helpers logic. Will look into it soon. Could you provide the nw version, node version, and options used? |
It fails in builder 4.11.4, node 22.7.0 it was working in 4.8.1 |
@zkrige are you using any For example, this is what I'm using to test if Helper apps are renamed: app: {
name: 'nwapp',
// MacOS options
LSApplicationCategoryType: 'public.app-category.utilities',
CFBundleIdentifier: 'io.nwutils.demo',
CFBundleName: 'Demo',
CFBundleDisplayName: 'Demo',
CFBundleSpokenName: 'Demo',
CFBundleVersion: '0.0.0',
CFBundleShortVersionString: '0.0.0',
NSHumanReadableCopyright: 'Copyright (c) 2024 NW.js Utilities'
} |
Forgot to mention that to rename the helper apps, you have to add a "product_string": "Demo" |
Sorry for the delay - I'll get on this next week again |
🤖 I have created a release *beep* *boop* --- ## [4.11.6](v4.11.5...v4.11.6) (2024-11-01) ### Bug Fixes * **bld:** set product_string property in manifest to rename MacOS Helper apps ([#1290](#1290)) ([b1caad7](b1caad7)), closes [#1286](#1286) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4.8.1 does NOT rename the helpers, but 4.11.4 does. I suspect that renaming the helpers is causing the crash
[82675:259:1028/090525.413358:ERROR:gpu_process_host.cc(1005)] GPU process launch failed: error_code=1003 [82675:259:1028/090525.413388:WARNING:gpu_process_host.cc(1445)] The GPU process has crashed 1 time(s) [82675:259:1028/090525.414548:ERROR:network_service_instance_impl.cc(608)] Network service crashed, restarting service. [82675:259:1028/090525.419147:ERROR:gpu_process_host.cc(1005)] GPU process launch failed: error_code=1003 [82675:259:1028/090525.422696:WARNING:gpu_process_host.cc(1445)] The GPU process has crashed 2 time(s) [82675:259:1028/090525.424391:ERROR:network_service_instance_impl.cc(608)] Network service crashed, restarting service. [82675:259:1028/090525.427924:ERROR:gpu_process_host.cc(1005)] GPU process launch failed: error_code=1003 [82675:259:1028/090525.427939:WARNING:gpu_process_host.cc(1445)] The GPU process has crashed 3 time(s) [82675:259:1028/090525.428885:ERROR:network_service_instance_impl.cc(608)] Network service crashed, restarting service. [82675:259:1028/090525.438697:ERROR:gpu_process_host.cc(1005)] GPU process launch failed: error_code=1003 [82675:259:1028/090525.438711:WARNING:gpu_process_host.cc(1445)] The GPU process has crashed 4 time(s) [82675:259:1028/090525.440357:ERROR:network_service_instance_impl.cc(608)] Network service crashed, restarting service. [82675:259:1028/090525.441828:ERROR:gpu_process_host.cc(1005)] GPU process launch failed: error_code=1003 [82675:259:1028/090525.444684:WARNING:gpu_process_host.cc(1445)] The GPU process has crashed 5 time(s) [82675:259:1028/090525.445621:ERROR:network_service_instance_impl.cc(608)] Network service crashed, restarting service. [82675:259:1028/090525.452703:ERROR:gpu_process_host.cc(1005)] GPU process launch failed: error_code=1003 [82675:259:1028/090525.452941:WARNING:gpu_process_host.cc(1445)] The GPU process has crashed 6 time(s) [82675:259:1028/090525.454778:ERROR:network_service_instance_impl.cc(608)] Network service crashed, restarting service. [82675:259:1028/090525.460886:ERROR:gpu_process_host.cc(1005)] GPU process launch failed: error_code=1003 [82675:259:1028/090525.460896:WARNING:gpu_process_host.cc(1445)] The GPU process has crashed 7 time(s) [82675:259:1028/090525.461782:ERROR:network_service_instance_impl.cc(608)] Network service crashed, restarting service. [82675:259:1028/090525.466229:ERROR:gpu_process_host.cc(1005)] GPU process launch failed: error_code=1003 [82675:259:1028/090525.468756:WARNING:gpu_process_host.cc(1445)] The GPU process has crashed 8 time(s) [82675:259:1028/090525.470571:ERROR:network_service_instance_impl.cc(608)] Network service crashed, restarting service. [82675:259:1028/090525.473138:ERROR:gpu_process_host.cc(1005)] GPU process launch failed: error_code=1003 [82675:259:1028/090525.476840:WARNING:gpu_process_host.cc(1445)] The GPU process has crashed 9 time(s) [82675:259:1028/090525.476853:FATAL:gpu_data_manager_impl_private.cc(436)] GPU process isn't usable. Goodbye.
The text was updated successfully, but these errors were encountered: