vlinkz / winmin-setup

Setup application for winmin
GNU General Public License v3.0
8 stars 2 forks source link

Segmentation fault on Manjaro #4

Open Epacik opened 4 years ago

Epacik commented 4 years ago

After selecting Windows iso and pressing "next" button winmin-setup exits with SIGSEGV. Output from Terminal:

$  winmin-setup

(winmin-setup:246608): Gtk-WARNING **: 18:58:50.165: Could not find signal handler 'on_stack_configure_event'.  Did you compile with -rdynamic?
ISOPATH: /home/epat/Dokumenty/Windows.iso
[1]    246608 segmentation fault (core dumped)  winmin-setup
vlinkz commented 4 years ago

Make sure you install pywinminsetup first

git clone https://github.com/vlinkz/winmin-setup/
cd winmin-setup/pywinminsetup
sudo python3 setup.py install

Let me know if the issue continues to appear

Epacik commented 4 years ago

I think it's doing something Wifi got disconnected, winmin-setup ui froze and it's sitting like that for like an hour now.

Epacik commented 4 years ago

Yesterday nothing happened after waiting for a few hours, so I've tried again, and Manjaro seems to don't like to create files in /tmp which name starts with a dot, which means that winmin-setup can't get access to ".mount_jetbravsrsx5". If I create file with without a dot at the start, everything is fine, but if I try add a dot, the all of the sudden "filesystem is read-only". Maybe it have something to do with that a /tmp im Manjaro is mounted as tmpfs

Epacik commented 4 years ago

All right.. I'm dumb, problem wasn't a dot, but an Jetbrains Toolbox or to be more precise a folder in which an appimage with Jetbrains Toolbox was mounted.

After turning off that app winmin-setup worked as expected. I don't know if the problem occurs only with Jetbrains Toolbox or with any .appimage packaged program but I can test it