HLMWadExplorer icon indicating copy to clipboard operation
HLMWadExplorer copied to clipboard

Crash when selecting wad on Ubuntu

Open nnn1590 opened this issue 4 years ago • 1 comments

Ubuntuでwadを選択するとクラッシュする

Selecting the Danganronpa wad file (~/.steam/steam/steamapps/common/Danganronpa Trigger Happy Havoc/dr1_data.wad) causes a crash. Pressing the Continue button will cause a Segmentation fault (core dumped).

ダンガンロンパのwadファイル(~/.steam/steam/steamapps/common/Danganronpa Trigger Happy Havoc/dr1_data.wad)を選択するとクラッシュしてしまいます。 Continueボタンを押すとSegmentation fault (コアダンプ)してしまいます。

sudo apt install -y libwxgtk3.0-dev
git clone https://github.com/TcT2k/HLMWadExplorer.git
cd HLMWadExplorer
mkdir build; cd $_
cmake ..
make
./HLMWADExplorer
Backtrace: ASSERT INFO: ../src/gtk/dataview.cpp(4054): assert "node" failed in iter_has_child(): Did you forget a call to ItemAdded()? The iterator is unknown to the wxGtkTreeModel

BACKTRACE: [1] gtk_tree_view_set_model [2] wxDataViewCtrl::AssociateModel(wxDataViewModel*) [3] ExploreFrame::OpenBaseFile(bool) [4] WADExplorerApp::OnInit() [5] wxAppConsoleBase::CallOnInit() [6] wxEntry(int&, wchar_t**) [7] main [8] __libc_start_main [9] _start

OS1: Ubuntu 18.04 LTS (Japanese-remix, amd64) OS2: Ubuntu 16.04 LTS (Japanese-remix, amd64) CPU: Intel Core i7-2700K

This sentence has been translated from Japanese to English by Google Translate. この文章はGoogle 翻訳によって日本語から英語に翻訳されました。

nnn1590 avatar Sep 05 '19 11:09 nnn1590

91bdbd3565d391da9a1b6db126c68b984c96e402 also crashes. 91bdbd3565d391da9a1b6db126c68b984c96e402 でもクラッシュしてしまいます。

nnn1590 avatar Sep 05 '19 16:09 nnn1590