[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-08-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 --- Comment #13 from Hani Naguib --- Not sure this is related by I get the same exception although with a different call stack. java.lang.RuntimeException: Fontconfig head is null, check your fonts or fonts configuration at java.deskt

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 Felix König changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 PJ Fanning changed: What|Removed |Added Blocks||69209 Referenced Bugs: https://bz.apach

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 --- Comment #11 from PJ Fanning --- So SheetUtil relies on a system property. private static boolean ignoreMissingFontSystem = Boolean.parseBoolean(System.getProperty("org.apache.poi.ss.ignoreMissingFontSystem")); Have you set

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 --- Comment #10 from Felix König --- Sure! First off, it's the same error as before. Here's a full reproducer: Given a minimal maven project with POI as a dependency, built as a jar-with-dependencies: ```xml http://maven.apache.org/POM/4.0.0

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 --- Comment #9 from PJ Fanning --- Felix - what exception do you get if you use POI 5.3.0. This issue is hard to reproduce and POI is a 100% volunteer project. With issues like this, it really helps if the reporter can provide as much as info

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-07-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 Felix König changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 --- Comment #7 from Felix König --- I can confirm that with 5.2.6-SNAPSHOT it works again, just as it did with 5.2.3, thanks! -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 Dominik Stadler changed: What|Removed |Added Resolution|--- |FIXED Status|NEEDINFO

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 --- Comment #5 from PJ Fanning --- I reread the if and it looks like it should be ok. So POI 5.2.6 should get us back to the POI 5.2.3 behaviour, -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #4 from Dominik

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 --- Comment #3 from PJ Fanning --- https://github.com/apache/poi/commit/209e8fc6599803c7cfe061f7755d6e19d9c14201 effectively undoes my change. With 209e8fc6599803c7cfe061f7755d6e19d9c14201, RuntimeExceptions will again be thrown instead of the

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 --- Comment #2 from Dominik Stadler --- As this is a RuntimeException, I think this case is unrelated to the recent changes around "isFatal", but was broken when we switched from catching Throwable via r1907443 and none of the changes afterward

[Bug 68778] POI 3.5.4 "Fontconfig head is null, check your fonts or fonts configuration"

2024-03-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68778 --- Comment #1 from PJ Fanning --- the code has changed in trunk see https://github.com/apache/poi/commits/08436ddf7fd8039118ff073b8dac02b4b5e67774/poi/src/main/java/org/apache/poi/ss/util/SheetUtil.java I keep trying to loosen the check so t