Page 1 of 1

Bug: Target Arc (or Arrow) is not displaying.[Solved]

PostPosted: 17 May 2020, 08:38
by orzcc2008
Issue:
1. When AI casting spells, no Targeting Arc displayed even when mouse hovering over;
2. When blocking attackers, no Targeting Arcs displayed to show who is blocking who.

System:
Win 10 / Java version 8u251

Tried to toggle the settings, not working;
Tried different game versions (1.5.59, 1.6.13, 1.6.22, 1.6.34), not working;
Tried to downgrade Java versions to JDK 7, the issue remains;
Tried to run with a different computer, still no luck.

Is there anything I am missing here, or it is a game bug? Please help!

Re: Bug: Target Arc (or Arrow) is not displaying.

PostPosted: 17 May 2020, 13:13
by CptKird
Hi,

I just updated to JRE 8u251 on W10 (Pro, 64bit), including restart, targeting arcs are still there, using 1.6.34 main release:

2020-05-17 15_08_29-Forge_ 1.6.34.png


I start the .jar from batch/cmd line, not sure this changes anything for you, but I got that Open-GL line in there and I don't remember why :?

java -Xmx12288m -Dsun.java2d.opengl=true -Dfile.encoding=UTF-8 -jar forge-gui-desktop-1.6.34-jar-with-dependencies.jar

The -Xmx value needs to be lower than your systems physical memory.

Fingers crossed
K.

PS: There were some weird java issues once where a user had a 64bit OS but installed 32bit java..
Issues were gone with 64bit java.

Re: Bug: Target Arc (or Arrow) is not displaying.

PostPosted: 18 May 2020, 14:39
by orzcc2008
Hi CptKird,

Found the issue, it was the Java version.

Thanks a lot man!

Re: Bug: Target Arc (or Arrow) is not displaying.[Solved]

PostPosted: 18 May 2020, 15:47
by CptKird
Nice! And you're welcome :)

K.