Author

Topic: Error when starting Multibit HD on windows 7 64bit (Read 961 times)

member
Activity: 89
Merit: 10
It is having problems reading a configuration file called 'mbhd.yaml' in your application directory.

It is stored in somewhere like:
C:\Users\example\AppData\Roaming\MultiBitHD

'example' is your user name.

You can try the following:
+ Shut down MultiBit HD
+ rename mbhd.yaml to old-mbhd.yaml
+ start up MultiBit HD

It will then recreate the file with the default settings.

Bug raised as: https://github.com/bitcoin-solutions/multibit-hd/issues/653


That Worked!
The error was after i clicked the Exit button without logging to the wallet, not sure if that's helpful...
Thank you very much Smiley
legendary
Activity: 1708
Merit: 1066
It is having problems reading a configuration file called 'mbhd.yaml' in your application directory.

It is stored in somewhere like:
C:\Users\example\AppData\Roaming\MultiBitHD

'example' is your user name.

You can try the following:
+ Shut down MultiBit HD
+ rename mbhd.yaml to old-mbhd.yaml
+ start up MultiBit HD

It will then recreate the file with the default settings.

Bug raised as: https://github.com/bitcoin-solutions/multibit-hd/issues/653
member
Activity: 89
Merit: 10
Hi
I am getting an error every time i am starting the multibit HD Client,
I have the latest Java version,

This is from the error log-

Code:
unacceptable character ' ' (0x0) special characters are not allowed
in "'reader'", position 0
at com.fasterxml.jackson.dataformat.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:93)
at com.fasterxml.jackson.dataformat.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:192)
at com.fasterxml.jackson.dataformat.yaml.snakeyaml.reader.StreamReader.(StreamReader.java:60)
at com.fasterxml.jackson.dataformat.yaml.YAMLParser.(YAMLParser.java:147)
at com.fasterxml.jackson.dataformat.yaml.YAMLFactory._createParser(YAMLFactory.java:513)
at com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(YAMLFactory.java:326)
at com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(YAMLFactory.java:14)
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2192)
at org.multibit.hd.core.config.Yaml.readYaml(Yaml.java:54)
at org.multibit.hd.core.services.CoreServices.bootstrap(CoreServices.java:149)
at org.multibit.hd.ui.MultiBitHD.start(MultiBitHD.java:92)
at org.multibit.hd.ui.MultiBitHD.main(MultiBitHD.java:63)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)
at com.install4j.runtime.launcher.WinLauncher.main(Unknown Source)


Anyone can help?

Thanks!
Jump to: