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

Can't change configuration in Tools. #108

Open
martamako opened this issue Jan 17, 2020 · 2 comments
Open

Can't change configuration in Tools. #108

martamako opened this issue Jan 17, 2020 · 2 comments

Comments

@martamako
Copy link

Sorry for bothering but I have problem with changing settings and I couldn't find solution for my problem anywhere. Few years ago I installed AsmDude on VS 2015 and it worked without problem. Though I have problem with it on VS 2017 or 2019. When I click on AsmDude or AsmDude->General it's either just showing me blank black space in settings window or just crashes VS completely. Does somebody maybe know how to fix my VS? I worked on different computer and there AsmDude works without problem but on every Visual that has my account linked I have this problem.

@HJLebbink
Copy link
Owner

HJLebbink commented Jan 18, 2020

The only thing that springs to mind is that the latests AsmDude uses .NET framework 4.8; this will be installed automatically when AsmDude is installed (by vs), but that install may have gone wrong. You could check whether that is installed on your machine. Or that an older settings file exists that (somehow) did not got overwritten with a newer settings file when upgrading AsmDude. I assume you did a clean install of vs2019 and installed AsmDude, then no such settings issue could occur (I guess). If you find out what it was, do let me know.

I could update the dependencies of AsmDude just to check whether that would solve your issues. There are some bugfixes in the toolkit I use in the OptionsPages

@udenhat
Copy link

udenhat commented Jan 24, 2020

I have experienced the same issue with the black screen in Tools->Options->AsmDude.
Worked perfectly in vs2015, but not in vs2019 on same machine. Clean install of vs2019 and AsmDude.

AsmDude reports the following error:
ERROR: AsmDude.Squiggles.SquigglesTagger:Update_Error_Tasks_Labels_Async; e=System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: lineNumber at Microsoft.VisualStudio.Text.Implementation.BinaryStringRebuilder.GetLineFromLineNumber(Int32 lineNumber, Span& extent, Int32& lineBreakLength) at Microsoft.VisualStudio.Text.Implementation.CachingTextImage.GetLineFromLineNumber(Int32 lineNumber) at Microsoft.VisualStudio.Text.Implementation.BaseSnapshot.GetLineFromLineNumber(Int32 lineNumber) at AsmDude.Squiggles.SquigglesTagger.<Update_Error_Tasks_Labels_Async>b__21_0() in C:\Users\henk\Documents\Github\asm-dude\VS\CSHARP\asm-dude-vsix\Squiggles\SquigglesTagger.cs:line 708

Hope this can help solve the issue for this fantastic tool.

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