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

MAC filter crashes program when enabled #410

Open
tredI9100 opened this issue Jun 20, 2024 · 2 comments
Open

MAC filter crashes program when enabled #410

tredI9100 opened this issue Jun 20, 2024 · 2 comments

Comments

@tredI9100
Copy link

Describe the bug
If you try to create a hotspot while the MAC filter is enabled, the program crashes.

To Reproduce

  1. Open advanced settings
  2. Enable the MAC filter
  3. Try to create a hotspot
  4. Program crashes with no error message

Expected behavior
The program should create a hotspot that denies access to devices not on the specified list of MAC addresses.

Desktop (please complete the following information):

  • OS: Linux Mint 21.3 Cinnamon
  • Version: 21.3 (Cinnamon, Linux 5.15.0-112-generic)

Additional context
Terminal output:

(wihotspot-gui:10860): GLib-GObject-WARNING **: 22:55:48.229: invalid cast from 'GtkEntry' to 'GtkTextView'

(wihotspot-gui:10860): Gtk-CRITICAL **: 22:55:48.229: gtk_text_view_get_buffer: assertion 'GTK_IS_TEXT_VIEW (text_view)' failed

(wihotspot-gui:10860): GLib-GObject-WARNING **: 22:55:48.229: invalid (NULL) pointer instance

(wihotspot-gui:10860): GLib-GObject-CRITICAL **: 22:55:48.229: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(wihotspot-gui:10860): Gtk-CRITICAL **: 22:56:00.840: gtk_text_buffer_get_start_iter: assertion 'GTK_IS_TEXT_BUFFER (buffer)' failed

(wihotspot-gui:10860): Gtk-CRITICAL **: 22:56:00.840: gtk_text_buffer_get_end_iter: assertion 'GTK_IS_TEXT_BUFFER (buffer)' failed

(wihotspot-gui:10860): Gtk-CRITICAL **: 22:56:00.840: gtk_text_buffer_get_text: assertion 'GTK_IS_TEXT_BUFFER (buffer)' failed

(wihotspot-gui:10860): Gtk-CRITICAL **: 22:56:00.840: gtk_text_buffer_get_start_iter: assertion 'GTK_IS_TEXT_BUFFER (buffer)' failed

(wihotspot-gui:10860): Gtk-CRITICAL **: 22:56:00.840: gtk_text_buffer_get_end_iter: assertion 'GTK_IS_TEXT_BUFFER (buffer)' failed

(wihotspot-gui:10860): Gtk-CRITICAL **: 22:56:00.840: gtk_text_buffer_get_text: assertion 'GTK_IS_TEXT_BUFFER (buffer)' failed
Segmentation fault (core dumped)
@MacaylaMarvelous81
Copy link

This was fixed in #391, but it's not in the latest release yet.

@lakinduakash
Copy link
Owner

Will release new version soon. Thanks

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

3 participants