Opened 8 years ago

Closed 7 years ago

#3693 closed defect (needsinfo)

Can't start the battles

Reported by: juan cruz Owned by:
Priority: Should Have Milestone:
Component: Core engine Keywords:
Cc: Patch:

Description (last modified by elexis)

I just can't play, when I start a battle the game just quit Error: 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: 0017F238 errno = 13 (Insufficient access rights to open file) OS error = 126 (No se puede encontrar el módulo especificado.)

Attachments (2)

crashlog.dmp (82.5 KB ) - added by juan cruz 8 years ago.
crashlog.txt (6.4 KB ) - added by juan cruz 8 years ago.

Download all attachments as: .zip

Change History (5)

by juan cruz, 8 years ago

Attachment: crashlog.dmp added

by juan cruz, 8 years ago

Attachment: crashlog.txt added

in reply to:  description comment:1 by juan cruz, 8 years ago

Replying to juanhm:

I just can't play, when I start a battle the game just quit Error: 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: 0017F238 errno = 13 (Insufficient access rights to open file) OS error = 126 (No se puede encontrar el módulo especificado.)

Now the program error said this:

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 = 13 (Insufficient access rights to open file) OS error = 126 (No se puede encontrar el módulo especificado.)

comment:2 by fcxSanya, 8 years ago

It's the first time I tried to examine a crash dump, so there is a chance I did something wrong, but I see the following in WinDbg:

0:000> .frame
00 0025df90 003de5f4 pyrogenesis!CShaderTechnique::GetShader+0xe [e:\jenkins\workspace\0ad_win\source\graphics\shadertechnique.cpp @ 146]
0:000> .frame 1
01 0025dfe0 003de11b pyrogenesis!CLOSTexture::CreateShader+0xb4 [e:\jenkins\workspace\0ad_win\source\graphics\lostexture.cpp @ 79]
0:000> .frame 2
02 0025e000 003a20d6 pyrogenesis!CLOSTexture::CLOSTexture+0x8b [e:\jenkins\workspace\0ad_win\source\graphics\lostexture.cpp @ 67]

what apparently means that CreateShader was called inside the CLOSTexture constuctor. But:

  1. as far I understand, Intel 945G (reported in the crashlog.txt) doesn't support shaders
  2. it should be called only when smoothlos setting is enabled and it's disabled by default

@juanhm, did you override any graphic settings (smoothlos in particular)?

comment:3 by elexis, 7 years ago

Description: modified (diff)
Milestone: Backlog
Resolution: needsinfo
Status: newclosed

Try the new release, disabling all graphics options and updating your drivers.

Note: See TracTickets for help on using tickets.