Hi im trying to get this to run, this is the error im coming across. I went thru the comments and replies to try to find a fix,
> Task :kronos-server:run
[01/21/2021 04:58:33 PM]: Loading server settings...
[01/21/2021 04:58:33 PM]: WARNING: Offline mode enabled!
[01/21/2021 04:58:34 PM]: Loading server data...
Failed to install signal handler: java.lang.IllegalArgumentException: Unknown signal: TRAP
[main] INFO io.ruin.Server -
[email protected]
[Attach Listener] INFO kilim.agent.KilimAgent - agentmain method invoked with args: and inst:
[email protected]
[main] INFO io.ruin.Server - Looking for system.properties in C:\Users\fatch\Desktop\Kronos-master\kronos-server\server.properties
[main] ERROR rollingErrorFileLogger -
java.io.FileNotFoundException: C:\Users\fatch\Desktop\Kronos-master\kronos-server\Cache\main_file_cache.dat2 (The system cannot find the path specified)
at java.io.RandomAccessFile.open0(Native Method)
at java.io.RandomAccessFile.open(RandomAccessFile.jav a:316)
at java.io.RandomAccessFile.<init>(RandomAccessFile.j ava:243)
at java.io.RandomAccessFile.<init>(RandomAccessFile.j ava:124)
at io.ruin.api.filestore.FileStore.<init>(FileStore.j ava:17)
at io.ruin.Server.main(Server.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at kilim.WeavingClassLoader.run(WeavingClassLoader.ja va:122)
at kilim.tools.Kilim.trampoline(Kilim.java:110)
at kilim.tools.Kilim.trampoline(Kilim.java:79)
at io.ruin.Server.main(Server.java:80)