KolllakBtapke Posted July 25, 2020 Share Posted July 25, 2020 Good morning, good afternoon, and good night! I have a little incident, and I cannot understand In short, more to the point. So I created a new character, halfway I stood in place, and all because of the crashes in the character selection menu. When I hover over its icon, the game crashes. And I climbed in the code and it seems like there are no errors. I attach screenshots, logs of my actions below. Help me deal with this problem, after all, I don't want to wind up my plans. (Sorry on my english) Link to comment https://forums.kleientertainment.com/forums/topic/120420-crashes-in-the-character-selection-menu/ Share on other sites More sharing options...
rawii22 Posted July 25, 2020 Share Posted July 25, 2020 Usually this means that the size of the .tex file is somehow wrong. It's a super specific thing Klei has. The image size must be a power of two so you probably have to resize it. Link to comment https://forums.kleientertainment.com/forums/topic/120420-crashes-in-the-character-selection-menu/#findComment-1357427 Share on other sites More sharing options...
KolllakBtapke Posted July 25, 2020 Author Share Posted July 25, 2020 6 hours ago, rawii22 said: Обычно это означает, что размер файла .tex как-то неправильный. Это супер специфическая вещь, которую имеет Клей. Размер изображения должен быть степенью двойки, поэтому вам, вероятно, придется изменить его размер. Thanks for answering. But, I do not understand, changing the size to the power of two is how? Link to comment https://forums.kleientertainment.com/forums/topic/120420-crashes-in-the-character-selection-menu/#findComment-1357469 Share on other sites More sharing options...
rawii22 Posted July 25, 2020 Share Posted July 25, 2020 dimensions like this: 2x2 or 4x4 or 8x8 etc... 128x128 or 256x256 or 512x512 or 1024x1024. Whichever is closer to your image. Maybe you can check out some other character mods to see what image sizes they and find out .tex files these rules apply to... 1 Link to comment https://forums.kleientertainment.com/forums/topic/120420-crashes-in-the-character-selection-menu/#findComment-1357470 Share on other sites More sharing options...
KolllakBtapke Posted July 26, 2020 Author Share Posted July 26, 2020 Of course, thanks for answering, but the problem is different. With the image, everything is fine, but with the context menu, which shows the perks and characteristics of the character, not everything is in order. The game does not seem to be able to find these very characteristics, and instead of them, it gives an error (game crash) Link to comment https://forums.kleientertainment.com/forums/topic/120420-crashes-in-the-character-selection-menu/#findComment-1357575 Share on other sites More sharing options...
rawii22 Posted July 27, 2020 Share Posted July 27, 2020 Could you post the client_log.txt and maybe the modmain just to see what's happening?? Link to comment https://forums.kleientertainment.com/forums/topic/120420-crashes-in-the-character-selection-menu/#findComment-1357822 Share on other sites More sharing options...
KolllakBtapke Posted July 27, 2020 Author Share Posted July 27, 2020 8 minutes ago, rawii22 said: Не могли бы вы опубликовать client_log.txt и, возможно, модмейн просто чтобы посмотреть, что происходит ?? client_log_2020-07-27-11-15-23.txt modmain.lua Link to comment https://forums.kleientertainment.com/forums/topic/120420-crashes-in-the-character-selection-menu/#findComment-1357825 Share on other sites More sharing options...
rawii22 Posted July 30, 2020 Share Posted July 30, 2020 Well your modmain looks fine, you're calling all of the image files. I noticed that your client_log didn't say anything specific about an error which I think can be considered good news. The only thing I can think of being wrong is image size or maybe you forgot something with the STRINGS section of your modmain. The game usually gives a description of the error, but if it just crashes that usually means the mistake is something simple. Link to comment https://forums.kleientertainment.com/forums/topic/120420-crashes-in-the-character-selection-menu/#findComment-1358496 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now