Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openponk-plugins.bat not working on Windows #11

Open
sdasda7777 opened this issue Aug 15, 2023 · 3 comments
Open

openponk-plugins.bat not working on Windows #11

sdasda7777 opened this issue Aug 15, 2023 · 3 comments

Comments

@sdasda7777
Copy link

sdasda7777 commented Aug 15, 2023

I downloaded the latest nightly version today, and I noticed the batch file does nothing when I tried to run it. I checked what changed with the file or the structure since then, and supposedly nothing. After lot of fruitless debugging, I tried moving the extracted folder to a different folder, and it just worked. Granted, the folder it was in had Unicode symbols, but I tried the older versions in the same folder, and they worked there without a hitch.

After more debugging, I don't think the issue is something with the %~dp0 or the start command, the outputs look fine, and it was able to launch a different executable placed in the Pharo/ folder successfully. The ERRORLEVEL variable is set to 0 after trying to launch Pharo, but I think it likely just fails without setting it properly.

To be clear, I do not believe this is an issue with OpenPonk (as in an issue that could be fixed here alone), but I wanted it to be documented in some way, since someone else might encounter it too.

@JanBliznicenko
Copy link
Member

That's weird, I do not have any info from others about these not working. I see you created the issue regarding unicode chars - so the script works in ASCII-only paths?

@sdasda7777
Copy link
Author

sdasda7777 commented Oct 6, 2023

It appears so, yes. But again, to be clear, the script as such behaves correctly (it didn't change since the P10 version, which worked just fine), it's the Pharo VM that is suddenly crashing when the image path contains Unicode characters.

@JanBliznicenko
Copy link
Member

Problem comes from Pharo VM - issue here: pharo-project/pharo-vm#707

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants