• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 153 154 155 156 157 ... 369 Next »

Debugging: 'The NVIDIA OpenGL driver has encountered an out of memory error'
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Debugging: 'The NVIDIA OpenGL driver has encountered an out of memory error'
12-14-2013, 05:49 PM
#2
shuffle2 Offline
godisgovernment
*
Project Owner  Developers (Administrators)
Posts: 698
Threads: 17
Joined: Mar 2009
You should really complain to Matt_P to fix the symbol server, or if it's your own build, load symbols for dolphin.

Also, you just looking at exceptions caused by the jit (
IP_ON_HEAP: 000024a1802694b8
The fault address in not in any loaded module, please check your build's rebase
) and mask the "bad" addresses by 0xffff - you'll see they are just mmio addresses.
try disassembling code around these read AVs - it'll look like dolphin-emitted code.

So, the output of !analyze is not applicable - it's just reporting normal dolphin behavior.

A dump(with pdb) or at least the log with proper symbols would help. Let it crash normally. You can install windbg as postmortem debugger by:
windbg -I
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Debugging: 'The NVIDIA OpenGL driver has encountered an out of memory error' - Asmodean - 12-14-2013, 04:43 AM
RE: Debugging: 'The NVIDIA OpenGL driver has encountered an out of memory error' - shuffle2 - 12-14-2013, 05:49 PM
RE: Debugging: 'The NVIDIA OpenGL driver has encountered an out of memory error' - degasus - 12-16-2013, 09:50 PM
RE: Debugging: 'The NVIDIA OpenGL driver has encountered an out of memory error' - Asmodean - 12-17-2013, 08:46 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode