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

Missing assembly randomly? #1

Open
InochiPM opened this issue Nov 2, 2021 · 4 comments
Open

Missing assembly randomly? #1

InochiPM opened this issue Nov 2, 2021 · 4 comments
Assignees

Comments

@InochiPM
Copy link

InochiPM commented Nov 2, 2021

image
I keep getting this error when i try to use Clypo now, it worked fine before but now it wont even run or show me the inner workings?

@pleonex pleonex self-assigned this Nov 2, 2021
@pleonex
Copy link
Owner

pleonex commented Nov 2, 2021

Can you try try this one? I just recompiled the app with the latest. NET Core 3.1 in case that fixes the issue.
Clypo_1_2_latest_netcore31.zip

@InochiPM
Copy link
Author

InochiPM commented Nov 3, 2021

It works now! thanks!

@Blurro
Copy link

Blurro commented Sep 25, 2022

This version doesn't let me compile a bclyt out of an edited yml file. If I make no changes to the yml it works, otherwise it says

Unhandled exception. System.InvalidOperationException: Sequence contains no matching element
   at System.Linq.ThrowHelper.ThrowNoMatchException()
   at Clypo.Yml2Clyt.Convert(Clyt source)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
   at Yarhl.FileFormat.ConvertFormat.With(IConverter converter, Object src)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
   at Yarhl.FileFormat.ConvertFormat.With[TConv,TParam](TParam param, Object src)
   at Yarhl.FileSystem.Node.TransformWith[TConv,TParam](TParam param)
   at Clypo.Console.Program.Import(String inputYml, String inputPo, String inputClyt, String output)
   at Clypo.Console.Program.Main(String[] args)

Also the normal ver used to work just fine up until today when it now gives this error

Error:
  An assembly specified in the application dependencies manifest (Clypo.Console.deps.json) was not found:
    package: 'System.Composition.AttributedModel', version: '1.3.0'
    path: 'lib/netstandard2.0/System.Composition.AttributedModel.dll'

which is why i tried this ver but still no luck for me

@Blurro
Copy link

Blurro commented Sep 25, 2022

hm i think the first error happens with the normal ver too (tried it on a VM) guess I got a weird bclyt and gotta edit it the hard way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants