sora4222 / DatabaseDirectoryRecord

Takes all the files I have on a device and records them in a database
0 stars 0 forks source link

Exe build from launch4j has stopped working #5

Open sora4222 opened 4 years ago

sora4222 commented 4 years ago

An exception is occurring when running createExe. This had worked the night before. Unsure why it is happening.

Security framework of XStream not initialized, XStream is probably vulnerable.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':createExe'.
> net.sf.launch4j.BuilderException: net.sf.launch4j.ExecException: Exec failed (1): C:\Users\sora4\OneDrive\Desktop\DatabaseDirectoryRecord\build\tmp\launch4j\bin-launch4j-3.12\bin\ld.exe -mi386pe --oformat pei-i386 --dynamicbase --nxcompat --no-seh --subsystem windows -s C:\Users\sora4\OneDrive\Desktop\DatabaseDirectoryRecord\build\tmp\launch4j\bin-launch4j-3.12\w32api\crt2.o C:\Users\sora4\OneDrive\Desktop\DatabaseDirectoryRecord\build\tmp\launch4j\bin-launch4j-3.12\head\guihead.o C:\Users\sora4\OneDrive\Desktop\DatabaseDirectoryRecord\build\tmp\launch4j\bin-launch4j-3.12\head\head.o C:\Users\sora4\AppData\Local\Temp\launch4j5761446975487944505o C:\Users\sora4\OneDrive\Desktop\DatabaseDirectoryRecord\build\tmp\launch4j\bin-launch4j-3.12\w32api\libmingw32.a C:\Users\sora4\OneDrive\Desktop\DatabaseDirectoryRecord\build\tmp\launch4j\bin-launch4j-3.12\w32api\libgcc.a C:\Users\sora4\OneDrive\Desktop\DatabaseDirectoryRecord\build\tmp\launch4j\bin-launch4j-3.12\w32api\libmsvcrt.a C:\Users\sora4\OneDrive\Desktop\DatabaseDirectoryRecord\build\tmp\launch4j\bin-launch4j-3.12\w32api\libkernel32.a C:\Users\sora4\OneDrive\Desktop\DatabaseDirectoryRecord\build\tmp\launch4j\bin-launch4j-3.12\w32api\libuser32.a C:\Users\sora4\OneDrive\Desktop\DatabaseDirectoryRecord\build\tmp\launch4j\bin-launch4j-3.12\w32api\libadvapi32.a C:\Users\sora4\OneDrive\Desktop\DatabaseDirectoryRecord\build\tmp\launch4j\bin-launch4j-3.12\w32api\libshell32.a -o C:\Users\sora4\OneDrive\Desktop\DatabaseDirectoryRecord\build\launch4j\DatabaseDirectoryRecord.exe
sora4222 commented 4 years ago

This hasn't caused many problems now, as the program can be executed as a simple java application.