dave@dave-MS-7C09:~$ snap run frogsquash
Found path: /snap/frogsquash/1/FrogSquash.x86_64
Mono path[0] = '/snap/frogsquash/1/FrogSquash_Data/Managed'
Mono config path = '/snap/frogsquash/1/FrogSquash_Data/MonoBleedingEdge/etc'
Receiving unhandled NULL exception
#0 0x007fe826e5ca89 in mini_get_debug_options
#1 0x00000000d25236 in std::pow(float, float)
#2 0x00000000d2b3a8 in std::pow(float, float)
#3 0x00000000d84968 in std::vector<std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > >, std::allocator<std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > > > >::~vector()
#4 0x00000000449fd2 in (Unknown)
#5 0x007fe82cc28d90 in __libc_init_first
#6 0x007fe82cc28e40 in __libc_start_main
#7 0x000000004572a9 in (Unknown)
Aborted
1 Like
Yes, it won't run because the code crashed on an unhandled NULL exception. In other words, you found a bug in the snap (in either frogsquash or (more likely) MonoBleedingEdge )) .
Please report the bug both here: Issues · mono/website · GitHub
and here: Install Frog Squash on Linux | Snap Store
4 Likes
Thank you very much for you're prompt reply