Senses string in Java

Submitted by rvillarejo on Wed, 04/20/2016 - 21:22
Forums

Hello!

I've been experimented some problems when i use the function getSensesString() in Java.

I need to know if a word contains a specific synset but when i do the comparation i get this error:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff98da46820, pid=11888, tid=12452
#
# JRE version: Java(TM) SE Runtime Environment (8.0_73-b02) (build 1.8.0_73-b02)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.73-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [freeling.dll+0x16820]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

I tried to concatenate a String before the senses string but i get the same. I've noticed that i get this error when i put words like "platano" (instead of "plátano").

Please, help.

#######UPDATE#########
I noticed i get this error when Probabilities Module is disabled in Maco Options. But i need this module off.