jtrfp / terminal-recall

Engine remake for Terminal Velocity and Fury3
Eclipse Public License 1.0
56 stars 2 forks source link

Refuses to run properly on windows. #285

Open StrikerMan780 opened 2 months ago

StrikerMan780 commented 2 months ago

A base installation of Temurin JDK 11 on Windows, and a copy of the nightly build, refuses to run Terminal-Recall.

Runme.exe gives this error: Image

Trying to run it directly gives a blank window with no rendering, no matter what you try. Starting a mission obviously starts the mission, but all you can hear is the music/sound. image

I really hope this gets looked into, because I haven't been able to run Terminal-Recall for at least 5 years at this point.

cjritola commented 2 months ago

Newest commits probably fix the .EXE problem. Blank screen probably a quirk incompatability with whatever card you're using. Sound means it's successfully talking to the card (OpenGL is used by the engine to process audio too). Plans are in the works to redesign the renderer and threading, much simpler GLES2. Existing renderer is very hard to debug. Rewrite will probably take same amount of work but much less buggy.

StrikerMan780 commented 2 months ago

I'm using an NVidia RTX 3060, if that helps.