Giter VIP home page Giter VIP logo

Comments (25)

lagomorph42 avatar lagomorph42 commented on June 10, 2024

I'm getting the same error, java license is expired.

from pal2.

FManster avatar FManster commented on June 10, 2024

3rd

from pal2.

Rakivo-Ladoh avatar Rakivo-Ladoh commented on June 10, 2024

4th. Error started today.

Do @rizlim buy a liecense?
Costly? Crowd fund?

from pal2.

thyll56 avatar thyll56 commented on June 10, 2024

I'm getting the same error, java license is expired

from pal2.

keidrolis avatar keidrolis commented on June 10, 2024

Same. Any update?

from pal2.

FireDragonix avatar FireDragonix commented on June 10, 2024

Same here... :(

from pal2.

seckela avatar seckela commented on June 10, 2024

Anyone know his compile process? Might be able to 1 off compile locally from src.

from pal2.

bclcburwood2 avatar bclcburwood2 commented on June 10, 2024

just joining the cool crowd, also getting the expired license :(.

from pal2.

Shingyboy avatar Shingyboy commented on June 10, 2024

yeah getting the exact same thing as everyone else.

alright guys I got something temporary whilst the owner fixes this.

open notepad and then type this

@echo off
start "macro1.ahk" "C:\PoE Addons\Lutbot macro\macro1.ahk"
start "macro2.ahk" "C:\PoE Addons\Trade companion\macro2.ahk"
start "macro3.exe" "C:\PoE Addons\PoE Trade\macro3.exe"
exit

You can obviously edit it to your needs, where your addons are what they are called, where they are held, so if you have several and can't be bothered to open them all at once, you can even open PoE if you like.

Then save as .bat file and there you go that file will then open any program you put in there.

from pal2.

POE-Addon-Launcher avatar POE-Addon-Launcher commented on June 10, 2024

Normally it takes 3 months to expire, no idea why it did after 25 days.

from pal2.

FireDragonix avatar FireDragonix commented on June 10, 2024

The Java licensing changed in December 2018. This might have impacted the evaluation of versions licensing as well.... maybe?

from pal2.

POE-Addon-Launcher avatar POE-Addon-Launcher commented on June 10, 2024

Nope it's excelsior JET

from pal2.

Gladaed avatar Gladaed commented on June 10, 2024

Maybe you just patched PAL2 instead of also renewing the license?

from pal2.

Piou1102 avatar Piou1102 commented on June 10, 2024

Hello,
For me the message is that the trial version of java is ended.

from pal2.

POE-Addon-Launcher avatar POE-Addon-Launcher commented on June 10, 2024

Yes everyone has that issue, update is soon, just finalizing some stuff.

from pal2.

POE-Addon-Launcher avatar POE-Addon-Launcher commented on June 10, 2024

Potential Fix live, use: https://github.com/POE-Addon-Launcher/PAL2/releases/download/1.12.2/PAL2.exe

from pal2.

tonpix avatar tonpix commented on June 10, 2024

This manual fix is confusing, what are we supposed to do with? Previous PAL2.exe is 30+MB, this one is 200KB, seems to be downloader/extractor, but doesn't seem to extract main .exe

from pal2.

POE-Addon-Launcher avatar POE-Addon-Launcher commented on June 10, 2024

This manual fix is confusing, what are we supposed to do with? Previous PAL2.exe is 30+MB, this one is 200KB, seems to be downloader/extractor, but doesn't seem to extract main .exe

Just overwrite the old exe and it'll take care of everything, it'll download the program and then run it whenever you use the exe

If you wanna know indepth, instead of having everyone download the libraries it checks if you have java installed if you don't only then will it download the additional binaries, making the install a lot smaller for quite a lot of people, it also makes updates smaller as now to update you only need to download ~25mb whereas you had to download the full 80mb every update instead.

from pal2.

tonpix avatar tonpix commented on June 10, 2024

This manual fix is confusing, what are we supposed to do with? Previous PAL2.exe is 30+MB, this one is 200KB, seems to be downloader/extractor, but doesn't seem to extract main .exe

Just overwrite the old exe and it'll take care of everything, it'll download the program and then run it whenever you use the exe

If you wanna know indepth, instead of having everyone download the libraries it checks if you have java installed if you don't only then will it download the additional binaries, making the install a lot smaller for quite a lot of people, it also makes updates smaller as now to update you only need to download ~25mb whereas you had to download the full 80mb every update instead.

I checked again, and got new info for you - if I double click on new .exe file, it blinks with CMD window and that's all. But when i do Ctrl+R/cmd, then drag .exe to CMD window and press enter, it launches your launcher properly. I'm not sure why there's difference with double LMB click and CMD procedure.
(of course I'm describing both scenarios after updated.exe is done with downloading and extracting)

from pal2.

idmclaren avatar idmclaren commented on June 10, 2024

This manual fix is confusing, what are we supposed to do with? Previous PAL2.exe is 30+MB, this one is 200KB, seems to be downloader/extractor, but doesn't seem to extract main .exe

Just overwrite the old exe and it'll take care of everything, it'll download the program and then run it whenever you use the exe
If you wanna know indepth, instead of having everyone download the libraries it checks if you have java installed if you don't only then will it download the additional binaries, making the install a lot smaller for quite a lot of people, it also makes updates smaller as now to update you only need to download ~25mb whereas you had to download the full 80mb every update instead.

I checked again, and got new info for you - if I double click on new .exe file, it blinks with CMD window and that's all. But when i do Ctrl+R/cmd, then drag .exe to CMD window and press enter, it launches your launcher properly. I'm not sure why there's difference with double LMB click and CMD procedure.
(of course I'm describing both scenarios after updated.exe is done with downloading and extracting)

Same issue. Now it just blinks open and closes and PAL does not run. I'll try running it from CMD

EDIT: That didn't work for me either, but running the JAR works to run the program. Before, running the exe would run the program. Now it does not seem to.

from pal2.

quarkslatinum avatar quarkslatinum commented on June 10, 2024

thanks for the quick fix, worked for me

from pal2.

sicu avatar sicu commented on June 10, 2024

Overwriting the exe worked fine for me as well

from pal2.

148349 avatar 148349 commented on June 10, 2024

@POE-Addon-Launcher can you update the readme on how to rebuild the packages to create the zip file?

Edit: Also please read https://en.wikipedia.org/wiki/Excelsior_JET and consider moving off to graal instead. Best way to get up and running with graal is to use sdkman.

from pal2.

POE-Addon-Launcher avatar POE-Addon-Launcher commented on June 10, 2024

@POE-Addon-Launcher can you update the readme on how to rebuild the packages to create the zip file?

If you wanna take the time to do that, then you might aswell take the time to install the JRE since that's way faster to do.

Edit: Also please read https://en.wikipedia.org/wiki/Excelsior_JET and consider moving off to graal instead. Best way to get up and running with graal is to use sdkman.

The issue is that because I use Kotlin all of those tools that do that never work, tried a bunch of them.

Stuff like:

All did not work either.

from pal2.

Smooshface avatar Smooshface commented on June 10, 2024

Edit: So, it works perfectly fine if I run from the same drive that Windows is installed on, but not any of my other drives. I'm assuming that has something to do with installing JRE, but I am not well enough versed in Java to really know for sure.

I can also still only get it to work if I use win+R and bring up a command prompt, then drag and drop the exe and press enter.

Essentially, it only works if I run it from command prompt, not as a stand-alone exe file.

from pal2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.