localpcguy / cbloader

Automatically exported from code.google.com/p/cbloader
1 stars 0 forks source link

not creating files in \AppData\Roaming\CBLoader #119

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.fresh install of character builder
2.fresh install of cbloader from 
http://code.google.com/p/cbloader/downloads/detail?name=CBLoaderV1.3.0.zip&can=2
&q=
3.first time I tried to run CBLoader it begins to pull the files and creates 
folders but only creates a "changelog" and "log" file. 

What is the expected output? What do you see instead?
Expected: working cbloader

Instead:
5/24/2012 3:46:32 PM - INFO: Extracting 
C:\Users\parr\AppData\Roaming\CBLoader\combined.dnd40.main
5/24/2012 3:46:32 PM - Debug: Not using registry key, trying on-disk key: 
C:\Users\parr\AppData\Roaming\CBLoader\cbloader.keyfile
5/24/2012 3:46:32 PM - ERROR: 
Inner Exception: Error decrypting the rules file. This usually indicates a key 
problem. Check into using a keyfile!
   at CharacterBuilderLoader.FileManager.ExtractWithKeyFile()
   at CharacterBuilderLoader.FileManager.ExtractFile(Boolean forced)
   at CharacterBuilderLoader.FileManager.ExtractAndMerge(Boolean forced)
   at CharacterBuilderLoader.Program.Main(String[] args)
--------------------------------------------------------------------------------

Inner Exception:    Value cannot be null.
Parameter name: value
      at System.Security.Cryptography.AesCryptoServiceProvider.set_Key(Byte[] value)
   at ApplicationUpdate.Client.CommonMethods.GetAlgorithmWithKey(Guid applicationID, Guid updateID)
   at ApplicationUpdate.Client.CommonMethods.GetDecryptedStream(Guid applicationID, Stream inputStream)
   at ApplicationUpdate.Client.CommonMethods.GetDecryptedStream(Guid applicationID, String fileName)
   at CharacterBuilderLoader.FileManager.TryExtract()
   at CharacterBuilderLoader.FileManager.ExtractWithKeyFile()
--------------------------------------------------------------------------------

What version of the product are you using? On what operating system?
using V.1.3.0 on win7 64bit

Please provide any additional information below.
seems the main problem is that it isn't creating the 4 files needed in 
"\AppData\Roaming\CBLoader

Original issue reported on code.google.com by parr1...@yahoo.com on 24 May 2012 at 9:39

GoogleCodeExporter commented 8 years ago
To resolve right click on cbloader, create shortcut, right click properties on 
the shortcut and in the target line add "-r -k" without the "" marks to the end

Original comment by 11winter...@gmail.com on 4 Dec 2012 at 6:16

Attachments:

GoogleCodeExporter commented 8 years ago
I tried this repair, and it did not work, infact I was not able to change the 
shortcut, as windows states: "The name 'C:\program' specified in the Target box 
is not valid. Make sure the path and file name are correct."

The issue is when I first loaded my cbloader, it did not generate the, 
combined.dnd40.main, combined.dnd40.part, combined.dnd40, or cbloader.merged 
files.

Original comment by MichaelT...@gmail.com on 16 Jan 2013 at 1:46