Bitcoin Forum
December 13, 2024, 03:27:47 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Error when starting Multibit HD on windows 7 64bit  (Read 962 times)
gigantic (OP)
Member
**
Offline Offline

Activity: 89
Merit: 10



View Profile
July 09, 2015, 02:58:05 PM
 #1

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.<init>(StreamReader.java:60)
at com.fasterxml.jackson.dataformat.yaml.YAMLParser.<init>(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!
jim618
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
July 09, 2015, 03:23:13 PM
 #2

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

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
gigantic (OP)
Member
**
Offline Offline

Activity: 89
Merit: 10



View Profile
July 09, 2015, 03:59:19 PM
 #3

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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!