TcT2k / HLMWadExplorer

Small tool to edit resources in Hotline Miami 2
GNU General Public License v3.0
63 stars 15 forks source link

Crash when selecting wad on Ubuntu #15

Open nnn1590 opened 5 years ago

nnn1590 commented 5 years ago

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 commented 5 years ago

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