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

Crashes shortly after start. #33

Closed
godofgrunts opened this issue May 3, 2022 · 5 comments
Closed

Crashes shortly after start. #33

godofgrunts opened this issue May 3, 2022 · 5 comments

Comments

@godofgrunts
Copy link

godofgrunts commented May 3, 2022

Shortly after starting steam-tui crashes with the following message:

`thread '' panicked at 'Stopping anyway.: Io(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" })', src/interface.rs:288:14

note: run with `RUST_BACKTRACE=1` environment variable to display the backtrace.

image

Running with RUST_BACKTRACE=1 give me the same message, but tell me to run with RUST_BACKTRACE=full.

Running with RUST_BACKTRACE=full give the follwing:

image

ldd /usr/bin/steam-tui
	linux-vdso.so.1 (0x00007ffda5141000)
	libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fb6e798e000)
	libm.so.6 => /usr/lib/libm.so.6 (0x00007fb6e78a6000)
	libc.so.6 => /usr/lib/libc.so.6 (0x00007fb6e769c000)
	/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fb6e7caf000)
@dmadisetti
Copy link
Owner

Was this compiled from main?

@godofgrunts
Copy link
Author

Yeah. I used https://aur.archlinux.org/packages/steam-tui which pulls from main yeah.

@godofgrunts
Copy link
Author

Actually it doesn't. It has a commit tag on it. I'll try recompiling from main.

@godofgrunts
Copy link
Author

Okay it's still happening compiling from main, but I think it's related to steamcmd not liking my proxy. I'll close this issue.

ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
[  0%] Checking for available update...
[----] Verifying installation...
[  0%] Downloading Update...
[  0%] Checking for available update...
[----] !!! Fatal Error: Steamcmd needs to be online to update.	 Please confirm your network connection and try again.
threadtools.cpp (3294) : Assertion Failed: Illegal termination of worker thread 'Thread(0x0x58042320/0x0xf77f4a'

Thanks for the response.

@dmadisetti
Copy link
Owner

dmadisetti commented May 3, 2022

Yeah I really need to resync packages 😬.

I'll make the time to push more changes this summer. Let me know if there's any other comments you have !!

And good luck! Feel free to open a new issue if it looks like it's this code

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