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

Crash when selecting wad on Ubuntu #15

Open
nnn1590 opened this issue Sep 5, 2019 · 1 comment
Open

Crash when selecting wad on Ubuntu #15

nnn1590 opened this issue Sep 5, 2019 · 1 comment

Comments

@nnn1590
Copy link

nnn1590 commented Sep 5, 2019

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
Copy link
Author

nnn1590 commented Sep 5, 2019

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

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

1 participant