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

[BUG]New version creates error when importing submodel #245

Open
Bar3644 opened this issue Aug 30, 2024 · 1 comment
Open

[BUG]New version creates error when importing submodel #245

Bar3644 opened this issue Aug 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Bar3644
Copy link

Bar3644 commented Aug 30, 2024

When a submodel is loaded as Auxiliary and is "Copy recursively" an error occurs. From the log:

Error: Unhandled exception in AasxPackageExplorer v1.0.0.0: Value cannot be null. (Parameter 'source') Value cannot be null. (Parameter 'source') at at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.Where[TSource](IEnumerable1 source, Func2 predicate)
at Extensions.ExtendEnvironment.FindSubmodel(Environment environment, IReference submodelReference) in D:\a\package-explorer\package-explorer\src\AasxCsharpLibrary\Extensions\ExtendEnvironment.cs:line 500
at Extensions.ExtendEnvironment.CopySubmodelRefAndCD(Environment environment, Environment srcEnv, IReference srcSubRef, Boolean copySubmodel, Boolean copyCD, Boolean shallowCopy) in D:\a\package-explorer\package-explorer\src\AasxCsharpLibrary\Extensions\ExtendEnvironment.cs:line 1057
at AasxPackageLogic.DispEditHelperEntities.<>c__DisplayClass8_0.b__6(Int32 buttonNdx, AasxMenuActionTicket ticket) in D:\a\package-explorer\package-explorer\src\AasxPackageLogic\DispEditHelperEntities.cs:line 1409
at AasxPackageLogic.DispEditHelperBasics.<>c__DisplayClass21_2.b__2(Object o) in D:\a\package-explorer\package-explorer\src\AasxPackageLogic\DispEditHelperBasics.cs:line 727
at AnyUi.AnyUiDisplayContextWpf.<>c__DisplayClass25_8.<b__45>d.MoveNext() in D:\a\package-explorer\package-explorer\src\AasxWpfControlLibrary\AnyUiWpf.cs:line 1118
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler).

** The same operation works with the previous version.

Desktop (please complete the following information):

  • OS: Windows 11 Pro
  • Build: 22631.4037
@Bar3644 Bar3644 added the bug Something isn't working label Aug 30, 2024
@BirgitBoss
Copy link
Contributor

The auxiliary submodel can be loaded without problem as "normal" submodel?
Is it happening for any submodel you load as auxiliary or just a specific one?

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
None yet
Development

No branches or pull requests

2 participants