Gibbed.Cryptic icon indicating copy to clipboard operation
Gibbed.Cryptic copied to clipboard

Can't convert ClientMessagesEnglish.bin text from Neverwinter, or build Latest 64bit build

Open ghostlyghastly opened this issue 1 year ago • 0 comments

I was trying to export texts from Neverwinter but:

Gibbed.Cryptic.ConvertObject.exe ClientMessagesEnglish.bin
Loading bin...

Unhandled Exception: System.FormatException: One of the identified items was in an invalid format.
   at Gibbed.Cryptic.FileFormats.BlobFile.Deserialize(Stream input)
   at Gibbed.Cryptic.ConvertObject.Program.Main(String[] args)

So then I was trying to follow https://github.com/PlumberTaskForce/Datamining-Guide to extract translations/text from Neverwinter but:

Gibbed.Cryptic.ExportSchemas.exe

Unhandled Exception: System.ComponentModel.Win32Exception: A 32 bit processes cannot access modules of a 64 bit process.
   at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
   at System.Diagnostics.NtProcessManager.GetFirstModuleInfo(Int32 processId)
   at System.Diagnostics.Process.get_MainModule()
   at Gibbed.Cryptic.ExportSchemas.Program.FindSuitableProcess(String& projectName)
   at Gibbed.Cryptic.ExportSchemas.Program.Main(String[] args)

I saw a 64bit ticket closed but there's no recent build and I can't build (or don't know how): image

Severity	Code	Description	Project	File	Line	Suppression State
Error	NU1104	Unable to find project 'C:\dev\Gibbed.Cryptic\projects\NDesk.Options\NDesk.Options.csproj'. Check that the project reference is valid and that the project file exists.	Gibbed.Cryptic.Unpack	C:\dev\Gibbed.Cryptic\projects\Gibbed.Cryptic.Unpack\Gibbed.Cryptic.Unpack.csproj	1	
Error	NU1104	Unable to find project 'C:\dev\Gibbed.Cryptic\projects\NDesk.Options\NDesk.Options.csproj'. Check that the project reference is valid and that the project file exists.	Gibbed.Cryptic.ConvertResource	C:\dev\Gibbed.Cryptic\projects\Gibbed.Cryptic.ConvertResource\Gibbed.Cryptic.ConvertResource.csproj	1	
Error	NU1104	Unable to find project 'C:\dev\Gibbed.Cryptic\projects\NDesk.Options\NDesk.Options.csproj'. Check that the project reference is valid and that the project file exists.	Gibbed.Cryptic.GenerateSerializer	C:\dev\Gibbed.Cryptic\projects\Gibbed.Cryptic.GenerateSerializer\Gibbed.Cryptic.GenerateSerializer.csproj	1	
Error	NU1104	Unable to find project 'C:\dev\Gibbed.Cryptic\projects\Gibbed.IO\Gibbed.IO.csproj'. Check that the project reference is valid and that the project file exists.	Gibbed.Cryptic.Unpack	C:\dev\Gibbed.Cryptic\projects\Gibbed.Cryptic.Unpack\Gibbed.Cryptic.Unpack.csproj	1	
Error	NU1104	Unable to find project 'C:\dev\Gibbed.Cryptic\projects\Gibbed.IO\Gibbed.IO.csproj'. Check that the project reference is valid and that the project file exists.	Gibbed.Cryptic.ConvertResource	C:\dev\Gibbed.Cryptic\projects\Gibbed.Cryptic.ConvertResource\Gibbed.Cryptic.ConvertResource.csproj	1	
Error	NU1104	Unable to find project 'C:\dev\Gibbed.Cryptic\projects\Gibbed.IO\Gibbed.IO.csproj'. Check that the project reference is valid and that the project file exists.	Gibbed.Cryptic.GenerateSerializer	C:\dev\Gibbed.Cryptic\projects\Gibbed.Cryptic.GenerateSerializer\Gibbed.Cryptic.GenerateSerializer.csproj	1	
Error	NU1104	Unable to find project 'C:\dev\Gibbed.Cryptic\projects\Gibbed.IO\Gibbed.IO.csproj'. Check that the project reference is valid and that the project file exists.	Gibbed.Cryptic.FileFormats	C:\dev\Gibbed.Cryptic\projects\Gibbed.Cryptic.FileFormats\Gibbed.Cryptic.FileFormats.csproj	1	

ghostlyghastly avatar Mar 03 '23 00:03 ghostlyghastly