-
Notifications
You must be signed in to change notification settings - Fork 59
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
Fix file parsing for Eve v19 #184
Conversation
I would like to ask for help from someone who has the necessary knowledge to create a new exe file with the new code with the help of PyInstaller |
I've put the exe here : https://github.com/jblemee/vintel/releases |
Thank you very much for the prompt response.
…________________________________
Από: Jean-Baptiste Lemée <[email protected]>
Στάλθηκε: Πέμπτη, 11 Φεβρουαρίου 2021 12:40 μμ
Προς: Xanthos-Code/vintel <[email protected]>
Κοιν.: alphagreek <[email protected]>; Comment <[email protected]>
Θέμα: Re: [Xanthos-Code/vintel] Fix file parsing for Eve v19 (#184)
I would like to ask for help from someone who has the necessary knowledge to create a new exe file with the new code with the help of PyInstaller
I've put the exe here : https://github.com/jblemee/vintel/releases
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#184 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASZ7PXKI7KUL5TZETWCLFWLS6OX2VANCNFSM4XL4H32Q>.
|
When I'm trying to install i get this wrong message.
I have windows 8.1
Do you have a suggestion?
…________________________________
Από: Jean-Baptiste Lemée <[email protected]>
Στάλθηκε: Πέμπτη, 11 Φεβρουαρίου 2021 12:40 μμ
Προς: Xanthos-Code/vintel <[email protected]>
Κοιν.: alphagreek <[email protected]>; Comment <[email protected]>
Θέμα: Re: [Xanthos-Code/vintel] Fix file parsing for Eve v19 (#184)
I would like to ask for help from someone who has the necessary knowledge to create a new exe file with the new code with the help of PyInstaller
I've put the exe here : https://github.com/jblemee/vintel/releases
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#184 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASZ7PXKI7KUL5TZETWCLFWLS6OX2VANCNFSM4XL4H32Q>.
|
I don't see your error message, please use the github interface instead of replying to the notification email |
I'm using windows 8.1 and I get the next Error Message: "This windows version (6.3.9600) does not support the required Bluetooth API. Consider updating to a more recent Windows (10.0.10586 or above). |
I appreciate that there's a Mac version! I've been using 1.2.3 for ages. However, 1.2.3 launches and your 2.0.1 crashes on launch. I've attached the crash log it generated. |
I just looked inside the package. It doesn't look to me like it's packaged correctly. Instead of having a If I have time, I'll try mucking around to create one in the correct structure and see if that works. I'm not going to try to compile from scratch. That was painful last time I tried it. :-o |
clean up |
Fix #183