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

Visual D crashes when using Visual Studio 2008 #266

Open
luxploit opened this issue Jan 2, 2024 · 4 comments
Open

Visual D crashes when using Visual Studio 2008 #266

luxploit opened this issue Jan 2, 2024 · 4 comments

Comments

@luxploit
Copy link

luxploit commented Jan 2, 2024

Wanted to try out Visual D in VS2008 (my main IDE). I installed, created a Windows Application and then when i went into winmain.d the text was sort of corrupted and it crashed right after. For sanity's sake I even tried it in a VM with a clean install of Vs2008 without any extras or Visual Assist. Any clue why this is happening?

Host Version: 1.4.0-beta2
VM Version: 1.3.1

image

@rainers
Copy link
Member

rainers commented Jan 3, 2024

AFAICT VS2008 hasn't been tested in a while. Are you running on Win7 or earlier, too? 32 or 64 bit OS?

Maybe some (background) colors are not working, you might be able to tweak them in Tools->Options->Environment->Fonts and Colors, names "Visual D - ...".

Regarding crashes: do you have a crash dump? Might be written to %LocalAppData%\CrashDumps.

@luxploit
Copy link
Author

luxploit commented Jan 3, 2024 via email

@luxploit
Copy link
Author

luxploit commented Jan 3, 2024

devenv.exe.46640.dmp
this is the crash dump that was written by VS at %LocalAppData%\CrashDumps

@rainers
Copy link
Member

rainers commented Jan 4, 2024

The crash dump shows a heap corruption while populating the navigation bar at the top of the editor.
Maybe it helps to just disable that in Tools->Options->Text Editor->D->General before loading any D source file.

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

2 participants