-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
Error on openig in linux #1044
Comments
Hmm, I've never seen it before, could you debug it please to locate code where crash occured? |
how do i do that? 😅(sorry idk how to debug) |
My assumption was correct. I installed manjaro xfce in virtualbox, and there it ran fine, both the release and the compiled one. It seems tic-80 does not like tiling window managers. GUESSING: |
Have you tried to run |
it does not even attempt to open, and gives no error info. |
Looking at the package source, I do see 3rd-party still in there. That's no longer needed. |
@RobLoach yes. that package also does not give me tic80-sokol
|
TLDR: Which are ALL dependencies? please list recommended also. it must be one of THESE Explanation: |
I don't use arch, but this certainly looks more up too date than the other package definition. |
Hi @narukeh, I happen to also use arch with i3wm but I couldn't reproduce your error. Actually both the aur package and the binary work just fine for me. Are you still having this problem? Have you updated packages from both the official repository and the aur? |
@stefandevai i just build it, and its still not working. Under Manjaro it runs fine. Which means im missing a dependencie, which the developer i think took for granted that everyone has. i have a minimal install. cant figure it out which package that is, what do u think is a recomended dependency? its gotta be one of these. |
So these are the 3rd-party dependencies of the project. I also took a look in your diff of packages and pinpointed these ones related to graphics/sound which you can try to install:
Tell me if anything changes :) |
😅i did not even have multilib, so i enabled it and installed all of them, but its still not working.
im gonna close this issiue here, @stefandevai thanks again. |
After i closed it, i could not open it again. Only when i changed my workspace did it work, which meant i could only run it 10 time in a session. than even that would not work, only after i would: |
Well, at least things changed and you were able to run it for a while. Let's try to understand this new problem. So there's no error message appearing when you try to open it? Have you tried to Depending on the way you are using the tic80 command, there's a |
@stefandevai its the same old error message:
to find config or data i do this:
ran everything from The 70.0.6 release, gives me this error mesage once, the first time on a "fresh" workspace:
then it gives me the old error mesage, even after i delete |
@narukeh what if you try to debug it with
once the program crash, do
and show us the output |
@nesbox here is the output of the latest build:
and here is the output of the 0.70 release:
|
@narukeh |
@nesbox
debug:
(tried it with the download link) |
I'm getting this same problem on my machine. It started happening immediately after upgrading my OS from Debian 9 to Debian 10. (glibc version is 2.28 if that's relevant) I get the same thing on 0.70.0, or 0.80.1265-dev downloaded from builds.tic.computer, or from 0.80.1273-dev built myself. My backtrace is slightly different from the one above, but only in the version numbers:
The
|
I had the exact same problem with the develop branch built on Raspberry Pi 4B (standard 32 bit Raspbian, not bare metal). The solution I found was to use the GLES 2 renderer instead of OpenGL. I switched it by patching CMakeLists.txt - maybe there's a better way? At CMakeLists.txt line 717, replace the line starting "target_compile_definitions(sdlgpu" with the version above under "if(EMSCRIPTEN OR ANDROID)" |
Disabled SDL GPU lib by default 0995ce5 |
I built this from master yesterday, and it's still crashing on my Debian Buster machine. Anything else I can do to debug? |
Do you see any error messages in the terminal? |
Oh, sorry--yeah, to be clear I get the exact same message as in the original description of this issue: |
It's strange because SDLGPU disabled by default, |
I don't get this error any more; thanks! |
I'm on ArchLinux, i compiled this package this aur and also this this from tic.computer
i always get an error code when i want to launch it:
or this, from the compiled one, which i think its the same:
does tic80 have a dependency to RUN? i know it has some to build. take a look at the aur package pkgbuild i compiled.
The text was updated successfully, but these errors were encountered: