taihuapp / Pachira

Pachira - an application to manage personal financial accounts. It is aimed as a Quicken replacement.
4 stars 0 forks source link

Cannot launch Pachira #1

Closed NoData02939 closed 1 month ago

NoData02939 commented 2 months ago

When running the .exe it echos "Pachira.jar not found" I have installed both javas to the correct level, restarted the computer, and edited the path to FX, I have retyped the java launch command seperate to verify it was a seperate issue and attempted to launch the java file on its own. all result in the same issue. Windows 10 x64 Java FX level 11.0.2 Java Level 11, I have tried newer and older version of Java, and Java FX.

NoData02939 commented 2 months ago

After further digging it was due to "-jar %~dp0%Pachira.jar" and "if not exist %~dp0%Pachira.jar ( echo Pachira.jar not found pause exit /b 1"

I removed "%~dp0%" from both lines and the program is now running properly so far.

NoData02939 commented 2 months ago

New issue, upon importing the CSV its skipping all lines, even after altering CSV to handle the appropriate names and date locations. skips all lines, imports 0

taihuapp commented 2 months ago

Sorry for the delay. Are you importing prices or transactions in CSV?

On Sun, Aug 18, 2024 at 4:17 PM NoData02939 @.***> wrote:

New issue, upon importing the CSV its skipping all lines, even after altering CSV to handle the appropriate names and date locations. skips all lines, imports 0

— Reply to this email directly, view it on GitHub https://github.com/taihuapp/Pachira/issues/1#issuecomment-2295378143, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIK46YYNJDLSD2LKEO7XLCLZSD6NXAVCNFSM6AAAAABMWS64MCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJVGM3TQMJUGM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

taihuapp commented 2 months ago

When you unpacked the zip file, where do you keep the content? Do you have the runPachira.bat in the same folder as the Pachira.jar? The %~dp0% is there so the .bat file will locate the Pachira.jar in the same folder.

I just tried the unmodified runPachira.bat file on my own windows 10 machine without any problem.

On Sun, Aug 18, 2024 at 3:07 PM NoData02939 @.***> wrote:

After further digging it was due to "-jar %~dp0%Pachira.jar" and "if not exist %~dp0%Pachira.jar ( echo Pachira.jar not found pause exit /b 1"

I removed "%~dp0%" from both lines and the program is now running properly so far.

— Reply to this email directly, view it on GitHub https://github.com/taihuapp/Pachira/issues/1#issuecomment-2295359160, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIK46YZIYTGKY7AQC762LQLZSDWFLAVCNFSM6AAAAABMWS64MCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJVGM2TSMJWGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>