| 93 | |
| 94 | '''First Start - Mbrola Jni Caller - EXCEPTION_ACCESS_VIOLATION''' |
| 95 | |
| 96 | (Using Windows and eclipse) |
| 97 | If your Mary-Server doesn't start and your logfile shows: |
| 98 | |
| 99 | {{{ |
| 100 | ... |
| 101 | 2006-07-06 20:31:12,635 [main] INFO MbrolaSynthesizer Starting my own MbrolaCaller |
| 102 | (de.dfki.lt.mary.modules.MbrolaJniCaller) |
| 103 | # |
| 104 | # An unexpected error has been detected by HotSpot Virtual Machine: |
| 105 | # |
| 106 | # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000, pid=3320, tid=3324 |
| 107 | # |
| 108 | # Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode, sharing) |
| 109 | # Problematic frame: |
| 110 | # C 0x00000000 |
| 111 | # |
| 112 | # An error report file with more information is saved as hs_err_pid3320.log |
| 113 | # |
| 114 | # If you would like to submit a bug report, please visit: |
| 115 | # http://java.sun.com/webapps/bugreport/crash.jsp |
| 116 | # |
| 117 | }}} |
| 118 | |
| 119 | (or similar), copy the files mbrola.dll and MbrolaJNI.dll to your system-directory (e.g. C:\Windows\System32). |
| 120 | |