-
Notifications
You must be signed in to change notification settings - Fork 115
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
Crashes on startup (windows) #485
Comments
Update:
That is the whole log_error.txt file |
What's your Hardware ? Which CPU ? |
I have a Ryzen 5 2600 |
@MaybeHawk1 please can you run this debug build in the terminal and tell us what it prints |
Yes, of course, I will once i have access to my PC again. |
@focus-editor I'm gonna make an educated guess and just say that this is happening because of meow hash. But why would it crash since my CPU Does infact support AES Instructions? |
You run it in the terminal and it prints nothing, is this what you mean?
…On Mon, 30 Dec 2024 at 20:41, MaybeHawk ***@***.***> wrote:
@focus-editor <https://github.com/focus-editor> I'm gonna make an
educated guess and just say that this is happening because of meow hash
<https://github.com/cmuratori/meow_hash>. But why would it crash since my
CPU Does infact support AES Instructions?
I can not read the stacktrace since the app crashes immediately.
—
Reply to this email directly, view it on GitHub
<#485 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4OX77TKHAQMUMMCL2XAU432ID2KHAVCNFSM6AAAAABUEP72P2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRVGEZDONJSHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@focus-editor I opened the debug build, it just prints the same error message. I may have a theory on how to fix it. What if instead of
EditForgot to say please also add
Into main.jai |
I don't think it's that one, because if the message about a slower hash function is printed then we should already be using the fallback hash. But just to be sure here's a build which disables meow hash focus.zip |
If that fails I suggest that you reinstall your graphics driver, this has caused similar crashes in the past |
I tried the build without meow hash and it still just crashes on startup the whole log_error.txt
Gonna try this one now |
Unfortunately, reinstalling my GPU drivers didn't do anything. |
Would you be able to record a screen cast of how exactly it crashes?
…On Tue, Dec 31, 2024, 2:07 AM MaybeHawk ***@***.***> wrote:
Unfortunately, reinstalling my GPU drivers didn't do anything.
—
Reply to this email directly, view it on GitHub
<#485 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4OX77VMFXM424SYPRMW6GD2IFAQTAVCNFSM6AAAAABUEP72P2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRVGQ3DCMRXG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@focus-editor Hello, Sorry for the late response i've been a bit busy, I ran focus.exe directly from CMD so the stacktrace printed there, here is an screenshot. |
Question: Do i need jai installed to use this? The app is already compiled so i didn't think i would need jai. |
OK this is an internal Jai problem, it's trying to execute an instruction popcnt.q, which your processor doesn't seem to support. It's expected that the get_cpu_count ones will both fail, but they are compiled with 2 different compiler versions, so we need to check if a later version has fixed it. Please also give the full name of your CPU. Thanks. |
Hello, Sorry i am on vacation, and i don't have access to my pc right now. i will run it as soon as i have access to my pc again |
Bug:
Focus.exe crashes on startup.
I have tried to run as adminstrator, that did not work either.
I have tried to run the exe from powershell by running
./focus.exe
, that did not work either.Steps to reproduce the behavior:
.\focus.exe
in powershellExpected behavior:
The app should open and work as expected
Additional context:
The app does not give any error code or anything like that, it just crashes
The text was updated successfully, but these errors were encountered: