Unable to start on macOS 10.15.6
See original GitHub issueAfter installing Zulu and installing Dataloader v50.0.0 I get the following error on startup. The same issue occurs with versions back to v45.0.0:
2020-09-01 16:59:45,124 INFO [main] controller.Controller initLog (Controller.java:468) - Reading log-conf.xml in /Users/alex/dataloader/v50.0.0/configs/log-conf.xml
2020-09-01 16:59:45,149 INFO [main] controller.Controller initLog (Controller.java:477) - The log has been initialized
2020-09-01 16:59:45,158 INFO [main] controller.Controller createDir (Controller.java:306) - Config directory already exists: /Users/alex/dataloader/v50.0.0/configs
2020-09-01 16:59:45,159 INFO [main] controller.Controller initConfig (Controller.java:396) - Looking for file in config path: /Users/alex/dataloader/v50.0.0/configs/config.properties
2020-09-01 16:59:45,159 INFO [main] controller.Controller initConfig (Controller.java:429) - User config is found in /Users/alex/dataloader/v50.0.0/configs/config.properties
2020-09-01 16:59:45,232 INFO [main] controller.Controller initConfig (Controller.java:439) - The controller config has been initialized
2020-09-01 16:59:45,731 INFO [main] config.LastRun load (LastRun.java:96) - Last run info will be saved in file: /Users/alex/dataloader/v50.0.0/configs/ui_lastRun.properties
java.lang.NullPointerException
at org.eclipse.swt.widgets.Control.internal_new_GC(Unknown Source)
at org.eclipse.swt.graphics.GC.<init>(Unknown Source)
at org.eclipse.swt.graphics.GC.<init>(Unknown Source)
at org.eclipse.swt.custom.CLabel.getTotalSize(Unknown Source)
at org.eclipse.swt.custom.CLabel.onPaint(Unknown Source)
at org.eclipse.swt.custom.CLabel$1.paintControl(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Control.drawWidget(Unknown Source)
at org.eclipse.swt.widgets.Canvas.drawWidget(Unknown Source)
at org.eclipse.swt.widgets.Widget.drawRect(Unknown Source)
at org.eclipse.swt.widgets.Canvas.drawRect(Unknown Source)
at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Unknown Source)
at org.eclipse.swt.widgets.Display.applicationProc(Unknown Source)
at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
at org.eclipse.swt.internal.cocoa.NSApplication.nextEventMatchingMask(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at com.salesforce.dataloader.ui.LoaderWindow.run(LoaderWindow.java:149)
at com.salesforce.dataloader.controller.Controller.createAndShowGUI(Controller.java:266)
at com.salesforce.dataloader.process.DataLoaderRunner.main(DataLoaderRunner.java:50)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:11
- Comments:5 (1 by maintainers)
Top Results From Across the Web
If you can't open an app on Mac - Apple Support
If you recently installed a new version of macOS, some apps may need to be updated or reinstalled. See Install and uninstall apps...
Read more >Mac Won't Boot or Start After macOS Big Sur/Catalina/Sierra ...
1. Reset the PRAM / NVRAM · 2. Reset the SMC · 3. Boot Mac in Safe Mode · 4. Run Disk Utility...
Read more >How to Fix Common Problems in macOS Catalina - MacKeeper
1. Restart your Mac · Click the Apple menu, select Restart, and click Restart to confirm · If your Mac is unresponsive, press...
Read more >How to fix macOS Catalina 10.15.6 update can't install?
1. Free up storage from the startup disk · 2. Update macOS in the Safe mode · 3. Download and install the update...
Read more >macOS Catalina problems: how to fix the most common ...
If you encounter the macOS Catalina problem where the installation fails due to low disk space, simply restart your Mac and press Control...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Still facing this issue. Have installed v44.0 with jdk8
Closing as v51 (latest release) supports Big Sur.