Jump to content

Alt Tab crash the game


Stan`
 Share

Recommended Posts

Much to our regret we must report the program has encountered an error.Please let us know at http://trac.wildfiregames.com/ and attach the crashlog.txt and crashlog.dmp files.Details: unhandled exception (Access violation reading 0x00000004)Location: unknown:0 (?)Call stack:(error while dumping stack: No stack frames found)errno = 0 (No error reported here)OS error = 0 (no error code was set)

logs.7z

Link to comment
Share on other sites

Well I guess a lot of things get in action here. I alt-tabbed just after loading the map and moving some units.

I guess thing is I'm using switchable graphics, and the game doesn't like going from one card to another.

This no more possible to disable the intel chipset since the all the graphic data go through it's bridge. Moreover samsung Bios is locked.

Alt enter works fine because it doesn't switch graphics I guess.

Link to comment
Share on other sites

In Linux, I use GDB, I don't know what tools are used for Windows. I guess something is build in VS. This bug is most likely OS-specific (or even driver-specific). So debugging in Linux makes no sense.

Can you join #0ad-dev (best in the evening), and try to contact historic_bruno, Philip, or maybe leper?

Link to comment
Share on other sites

After the game crashed I asked visual studio to debug it here is what it said

Exception non gérée à 0x06800C90 (ig7icd32.dll) dans pyrogenesis.exe : 0xC0000005 : Violation d'accès lors de la lecture de l'emplacement 0x00000004.

post-12287-0-06851700-1395686936_thumb.p

I'm sorry french version

It also said graphic package was not loaded correctly. Maybe a switchable graphics bug ? A

My card is AMD 8750M muxed with Intel HD4000

Link to comment
Share on other sites

After the game crashed I asked visual studio to debug it here is what it said

Exception non gérée à 0x06800C90 (ig7icd32.dll) dans pyrogenesis.exe : 0xC0000005 : Violation d'accès lors de la lecture de l'emplacement 0x00000004.
What we need is the call stack once it crashes and you have entered the debugger. You should see the call stack window, which you can select and copy/paste here.

attachicon.gifSans titre.png

I'm sorry french version

It also said graphic package was not loaded correctly. Maybe a switchable graphics bug ? A

My card is AMD 8750M muxed with Intel HD4000

I think that's a problem with the Visual Studio installation, but it shouldn't have any effect on debugging this.
Link to comment
Share on other sites

Set VS2012 to english. First message that appears

Unhandled exception at 0x05950C90 (ig7icd32.dll) in pyrogenesis.exe: 0xC0000005: Access violation reading location 0x00000004.
Unhandled exception at 0x77E41A91 in pyrogenesis.exe: 0xC0000005: Access violation executing location 0x00000000.
Unhandled exception at 0x77E41A91 in pyrogenesis.exe: 0xC00001A5: Une routine de gestionnaire d’exceptions non valide a été détectée (parameters: 0x00000003).

Maybe one of the pictures can help you

post-12287-0-40708400-1396206706_thumb.p

post-12287-0-20061200-1396206708_thumb.p

post-12287-0-77648500-1396206708_thumb.p

Link to comment
Share on other sites

Set VS2012 to english. First message that appears

Unhandled exception at 0x05950C90 (ig7icd32.dll) in pyrogenesis.exe: 0xC0000005: Access violation reading location 0x00000004.
Unhandled exception at 0x77E41A91 in pyrogenesis.exe: 0xC0000005: Access violation executing location 0x00000000.
Unhandled exception at 0x77E41A91 in pyrogenesis.exe: 0xC00001A5: Une routine de gestionnaire dexceptions non valide a été détectée (parameters: 0x00000003).
Maybe one of the pictures can help you

The symbol paths need to be set up, I recently wrote a section specifically for that in Debugging :) Then you can set VS to load the symbols either automatically or on demand. Then you should have a decent call stack that shows which function in pyrogenesis is triggering the crash.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...