Everytime i compile and debug inside vs 2010 i get the error you can see in the attached image.
I dont get that error on the host but i do on the guest.
I have disabled nested paging since one of the developers of visual studio said that it had know bugs with the memory.
I have tried to reinstall windows with both 32bit and 64bit but with the same result.
Any ideas on how i should proceed?
Problem with virtual ram memory in Visual Studio 2010
-
FredrikSandgren
- Posts: 1
- Joined: 7. Dec 2010, 20:31
- Primary OS: MS Windows 7
- VBox Version: OSE other
- Guest OSses: Windows 7 64
Problem with virtual ram memory in Visual Studio 2010
- Attachments
-
- FEL.png (21.71 KiB) Viewed 2177 times
-
massaslayer
- Posts: 1
- Joined: 22. Mar 2011, 10:31
- Primary OS: MS Windows 7
- VBox Version: OSE other
- Guest OSses: MS Windows 7
Re: Problem with virtual ram memory in Visual Studio 2010
I have the same problem did you found a solution?
-
zcurtis
- Posts: 1
- Joined: 24. Mar 2011, 16:49
- Primary OS: Mac OS X Leopard
- VBox Version: OSE other
- Guest OSses: Windows Server 2008 R2, Debian, Windows 7
Re: Problem with virtual ram memory in Visual Studio 2010
I too am having this issue. Only when running in virtual. Anybody have any ideas yet?
Re: Problem with virtual ram memory in Visual Studio 2010
Does it happen when compiling, debugging or both at the same time? debugging often resorts to special calls to int-3 which inside a VM can result in a different situation. Any complete dumps to view? registers dump at crashtime? Can you simulate the code in a single source that would cause the crash? Is it specific 64bit code that is being compiled, is the compiler respecting code from data separation? Is the compiler trying to determine timing results from ram access for compiletime optimization? Any specific cpu instruction in use?
[This space is intentionally left blank]
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
If you can read this, you can read the VirtualBox Manual, the Forum FAQ, and the QuickClick FAQ
-=[ Search this forum with Keywords, VirtualBox solutions at you're fingertips]=-
-
squall leonhart
- Posts: 312
- Joined: 21. Apr 2010, 10:39
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, 8, 10, Android x86
Re: Problem with virtual ram memory in Visual Studio 2010
pretty sure the minimum requirements have a disclaimer underneath stating you might need an additioinal 512MB on top of the minimum req's when run in a vm.