Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error for ByteCode 13 #24

Open
Miepee opened this issue Mar 21, 2022 · 1 comment
Open

Error for ByteCode 13 #24

Miepee opened this issue Mar 21, 2022 · 1 comment
Labels
bug Something isn't working projects Issues relating to the project system

Comments

@Miepee
Copy link
Contributor

Miepee commented Mar 21, 2022

System.NullReferenceException: Object reference not set to an instance of an object.
   at DogScepterLib.Project.Converters.SoundConverter.<>c__DisplayClass2_0.<ConvertData>b__0(GMNamedSerializable asset) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\Converters\SoundConverter.cs:line 112
   at DogScepterLib.Project.Converters.AssetConverter`1.EmptyRefsForNamed(IEnumerable`1 dataAssets, List`1 projectAssets, MakeCachedData makeCachedData) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\Converters\IConverter.cs:line 29
   at DogScepterLib.Project.Converters.SoundConverter.ConvertData(ProjectFile pf) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\Converters\SoundConverter.cs:line 95
   at DogScepterLib.Project.ProjectFile.ConvertFromData() in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\ProjectFile.cs:line 167
   at DogScepterLib.Project.ProjectFile..ctor(GMData dataHandle, String directoryPath, Warning warningHandler) in C:\Users\narr\gitrepos\dog-scepter\DogScepterLib\Project\ProjectFile.cs:line 159
   at DogScepterCLI.ConsoleExtensions.OpenProject(IConsole console, GMData data, String directory) in C:\Users\narr\gitrepos\dog-scepter\DogScepterCLI\ConsoleExtensions.cs:line 95
ERROR
System.NullReferenceException: Object reference not set to an instance of an object.
  at DogScepterCLI.Commands.DumpCommand.ExecuteAsync(IConsole console) in C:\Users\narr\gitrepos\dog-scepter\DogScepterCLI\Commands\DumpCommand.cs:65
  at CliFx.CliApplication.RunAsync(ApplicationSchema applicationSchema, CommandInput commandInput) in \home\runner\work\CliFx\CliFx\CliFx\CliApplication.cs:147
  at CliFx.CliApplication.RunAsync(IReadOnlyList`1 commandLineArguments, IReadOnlyDictionary`2 environmentVariables) in \home\runner\work\CliFx\CliFx\CliFx\CliApplication.cs:191

Games in question that hit this, were AM2R Demo 1.33 and 1.34

@colinator27 colinator27 added the bug Something isn't working label Mar 21, 2022
@colinator27
Copy link
Owner

Looks like it's something to do with audio groups not existing... Would need to investigate further. Not sure if I have a copy of those versions on hand myself.

colinator27 added a commit that referenced this issue Mar 21, 2022
@colinator27 colinator27 added the projects Issues relating to the project system label May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working projects Issues relating to the project system
Projects
None yet
Development

No branches or pull requests

2 participants