-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Comments
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. |
I'm running Windows 11 22H2 and my VM was running Windows 10 2004, both 64-bit. I'll upload the crash dumps later today if it generated any. I tried VS2010 and 2013 and those work perfectly on both host and VM, so it's specifically only 2008 that's crashing
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Rainer Schuetze ***@***.***>
Sent: Wednesday, January 3, 2024 9:55:41 AM
To: dlang/visuald ***@***.***>
Cc: Laura ***@***.***>; Author ***@***.***>
Subject: Re: [dlang/visuald] Visual D crashes when using Visual Studio 2008 (Issue #266)
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.
—
Reply to this email directly, view it on GitHub<#266 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A26RHEW4PNHGRUXKW55K4PLYMUMI3AVCNFSM6AAAAABBKSRP56VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZVGAZDQOBXGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
devenv.exe.46640.dmp |
The crash dump shows a heap corruption while populating the navigation bar at the top of the editor. |
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
The text was updated successfully, but these errors were encountered: