mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
1018 B
1018 B
title | layout | created | updated | toc | tags | |||
---|---|---|---|---|---|---|---|---|
WinE Tricks | default | 2010-02-06 01:55:28 +0100 | 2010-02-07 13:29:19 +0100 | false |
|
Java crashes with EXCEPTION_ACCESS_VIOLATION (0xc00000005)
The AirVideo Server for iPhone runs only under Mac and Windows and needs Bonjour and JRE. Java always crashed with
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7d826f48, pid=8, tid=12
After some poking around, I found a thread at nabble.com.
Disabling the d3d9.dll
was the solution:
- Run
winecfg
- Go to the Libraries tab
- Select
d3d9
from the drop-down box, click Add - Select the new entry
d3d9
and click Edit… - Select (X) disabled, click OK
That was it. Now, Java should run smoothly.