-
Notifications
You must be signed in to change notification settings - Fork 22
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
Wget.lua - Add dlls to compilator #9
Comments
Well to fix this I would need to know what's the precise error in the first place, if you can send that |
GitHub refuse any connection from the function |
On my computer, |
Have you tried to do the command in the emulator ? |
Yes, by on my computer I meant in OCEmu using OpenOS. |
Can I have your version of OCEmu ? |
It's because @zenith391 have the last version |
After compiling it says "unsupported protocol" |
change |
Maybe github refuse connection just because it wants https but there is no https protocol in \src\extras\socket |
@zenith391 Can you add an https addon ? |
seems like the install script doesn't install luasec correctly |
Here we go again... |
recompiling will on do anything since the OCEmu.exe just calls boot.lua |
Ok |
I think it's not stripping the ssl core correctly, but I can be entirely wrong |
ffi file is missing |
it's a lua library https://luajit.org/ext_ffi.html |
Pls have you a tutorial to install I am stuck I have windows 64 bits I try following the readme nothing work I'm tired of solving problems |
for windows all you have to do is (once you installed msys2) run the script |
there are no |
YEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEES Thank you so munch |
How to do:
After that (considering that there is no error(s) while compiling), go to src, and you'll find the file OCEmu.exe |
now how to put this into the setup script @zenith391? |
I'm trying to download a file from github using wget (
wget -f https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Installer/BIOS.lua /tmp/bios.lua
) but wget sayConnection refused
I tried to allow the emulator on my firewall, but still the same error
What can I do ?
Edit: pastebin works normally
The text was updated successfully, but these errors were encountered: