-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
segfault when connecting to blank host server #4703
Comments
Should be fixed in 32a5c1a, can you confirm? |
this should be OK now. |
ghost
closed this as completed
Mar 14, 2017
0-wiz-0
pushed a commit
to NetBSD/pkgsrc-wip
that referenced
this issue
Jun 1, 2017
– AUTOSAVE/SRAM – Fix bug #3829 / #4820 (libretro/RetroArch#3829) – ENDIANNESS: Fixed database scanning. Should fix scanning on PS3/WiiU/Wii, etc. – NET: Fix bug #4703 (libretro/RetroArch#4703) – ANDROID: Runtime permission checking – ANDROID: Improve autoconf fallback – ANDROID: Improve shield portable/gamepad device grouping workaround – ANDROID: Allow remotes to retain OK/Cancel position when menu_swap_ok_cancel is enabled – LOCALIZATION: Update/finish French translation – LOCALIZATION: Update German translation – LOCALIZATION: Update Japanese translation – LOCALIZATION/GUI: Korean font should display properly now with XMB/MaterialUI’s default font – MENU: Improved rendering for XMB ribbon; using additive blending (Vulkan/GL) – OSX/MACOS: Fixes serious memory leak – WINDOWS: Added WASAPI audio driver for low-latency audio. Both shared and exclusive mode. – WINDOWS: Added RawInput input driver for low-latency, low-level input. – WINDOWS: Core mouse input should be relative again in cores – MISC: Various frontend optimizations. – VIDEO: Fix threaded video regression; tickering of menu entries would no longer work. – WII: Fix crashing issues which could occur with the dummy core – WIIU: HID Controller support – WIIU: XMB/MaterialUI menu driver support – WIIU: Initial network/netplay support – LOBBIES: Fallback to filename based matching if no CRC matches are found (for people making playlists by hand) – LOBBIES: GUI refinement, show stop hosting when a host has been started, show disconnect when playing as client – LOBBIES: if the game is already loaded it will try to connect directly instead of re-loading content (non-fullpath cores only) – LOBBIES: unify both netplay menus – THUMBNAILS: Thumbnails show up now in Load Content -> Collection, Information -> Database – VITA: Fix slow I/O – VITA: Fix 30fps menu (poke into input now instead of reading the entire input buffer which apparently is slow) – VITA: Fix frame throttle – VULKAN: Unicode font rendering support. Should fix bad character encoding for French characters, etc. – VULKAN: Fix some crashes on loading some thumbnails – AUDIO: Audio mixer support. Mix up to 8 streams with the game’s audio.
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
First and foremost consider this:
Description
Entering nothing(or just blank) in connect to netplay hose causes segfault.
Expected behavior
should just return to netplay menu when server(or host address) is invalid or not available or similar.
Actual behavior
segfault
Steps to reproduce the bug
6.segfault
Bisect Results
bt https://hastebin.com/jivaxegevi.go
Version/Commit
You can find this information under Information/System Information
Environment information
The text was updated successfully, but these errors were encountered: