边缘世界 RimWorld

边缘世界 RimWorld

UI Not Included: Customizable UI Overhaul
 此主题已被置顶,因此可能具有重要性
GonDragon  [开发者] 2021 年 9 月 3 日 下午 6:29
Bug Reports
If you encounter a bug and you think that it may be related to this mod, please explain it as detailed as possible, and post your Player.log here.

To share your Player.log, I suggest using a site as https://pastebin.com/

If you want to know what bugs I'm aware of, check this Github Project:
https://github.com/GonDragon/UINotIncluded/projects/1
最后由 GonDragon 编辑于; 2021 年 9 月 6 日 下午 2:15
< >
正在显示第 1 - 15 条,共 180 条留言
GonDragon  [开发者] 2021 年 9 月 3 日 下午 11:07 
引用自 Fisherman_56
Are you sure that you added PlaySettings buttons positioning in your mod configuration?
It is not here: https://steamuserimages-a.akamaihd.net/ugc/1701786449807903670/F2A524941A045537A10BA308E7DF1863C31D25A2/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false.

Yes, that's just Steam Workshop being the Steam Workshop: Sometimes it just don't want to update Workshop content. A friend had to Verify Integrity of the game to force the update. Probably by tomorrow the workshop will recognize that it should update, and it will update.
最后由 GonDragon 编辑于; 2021 年 9 月 3 日 下午 11:07
Fisherman_56 2021 年 9 月 4 日 上午 12:04 
Some orders in designator are doubled. I looked at it and it seems that designator's default settings are doing nothing and actual orders are hidden.
This might be because of language setting in my game.
Here's example: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2593005364
As you can see there, "Forbid" is in central area, showing nothing. Actual "Forbid" order is in Hidden column and works as intended.
This is minor bug with low priority, but I think you should add note in description for clarity.

Post Scriptum: yeah, default designations do not take localization into account.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2593260798
最后由 Fisherman_56 编辑于; 2021 年 9 月 4 日 上午 6:47
Fisherman_56 2021 年 9 月 4 日 上午 6:43 
Also, found that when you start a game, Animals and Wildlife tabs aren't shown in tab bar even if mod buttons are disabled. For them to show you need to go to mod config and uncheck and re-check "Use vanilla Animals and Wildlife buttons" option.
Here's log: https://pastebin.com/9Gxk0aGy
最后由 Fisherman_56 编辑于; 2021 年 9 月 4 日 上午 6:56
pointfeev 2021 年 9 月 4 日 下午 3:38 
Eclipse 2021 年 9 月 5 日 上午 2:14 
UI breaks completely with modded weather

I changed weather with dev mode to sandstorm from nature's pretty sweet
I suppose that mod simply doesn't know what to show in weather window and breaks.
最后由 Eclipse 编辑于; 2021 年 9 月 5 日 上午 2:15
Eclipse 2021 年 9 月 5 日 上午 3:06 
The same problem with another mod for weather

I think you should add some checking whether or not the weather is vanilla and use some custom weather ico graphics and info shown in that case.

I can't provide you with log because ui dies completely and i can't leave the game without alt+f4
Hyomoto 2021 年 9 月 5 日 上午 9:57 
I am going to tentatively make a bug report here. I've been having this issue recently where when I go to the world screen, everything just goes black on me. I'll return to the colony view and it's also black. I can still click on things and see names and such, but nothing else is being rendered. If I save and go to the menu, then reload my save it works again until the next time it happens.

It started fairly recently, about the time I started using this mod. I removed the mod today and *so far* it hasn't happened again. Which considering it was happening multiple times per play session, I'm tentatively going to say I think this mod was the culprit. If it ends up coming back, then I'll have to rescind it but I feel like it's better to say this early in case other people are experiencing it.

Also I tried my absolute best to do a pastebin but ... it doesn't work. So I uploaded the file an here it is: https://www.dropbox.com/s/8cpzmsweehtlxpn/Player-prev.log?dl=0
GonDragon  [开发者] 2021 年 9 月 5 日 上午 9:59 
引用自 pointfeev
@GonDragon https://pastebin.com/HWiQXrn3

"Error, this is a private paste or is pending moderation. If this paste belongs to you, please login to Pastebin to view it.".

If you make the paste private, I wouldn't be able to see it.



引用自 Ninja Kitten
UI breaks completely with modded weather

I changed weather with dev mode to sandstorm from nature's pretty sweet
I suppose that mod simply doesn't know what to show in weather window and breaks.


引用自 Ninja Kitten
The same problem with another mod for weather

I think you should add some checking whether or not the weather is vanilla and use some custom weather ico graphics and info shown in that case.

I can't provide you with log because ui dies completely and i can't leave the game without alt+f4

There is already a fallback system that shows a default icon for custom weathers... I guess I didn't make it right? :rfacepalm:

Can you please link me to a mod with modded weather, so I can test it properly?
GonDragon  [开发者] 2021 年 9 月 5 日 上午 10:06 
引用自 Hyomoto
I am going to tentatively make a bug report here. I've been having this issue recently where when I go to the world screen, everything just goes black on me. I'll return to the colony view and it's also black. I can still click on things and see names and such, but nothing else is being rendered. If I save and go to the menu, then reload my save it works again until the next time it happens.

It started fairly recently, about the time I started using this mod. I removed the mod today and *so far* it hasn't happened again. Which considering it was happening multiple times per play session, I'm tentatively going to say I think this mod was the culprit. If it ends up coming back, then I'll have to rescind it but I feel like it's better to say this early in case other people are experiencing it.

Also I tried my absolute best to do a pastebin but ... it doesn't work. So I uploaded the file an here it is: https://www.dropbox.com/s/8cpzmsweehtlxpn/Player-prev.log?dl=0

Yes, i've been having that problem, and I'm trying to figure how to solve it... it's a "memory leak" caused by some Unity's thing... In some place, the game is asking to allocate resources somewhere, but then it never release them... And I don't know if it's some of the Icons, if 'ts a vanilla resource that some patch prevent from release, or what... It's not gamebreaking, as you can simply leave the game and open it again, but it is really annoying, so fixing this is my main priority right now.
Hyomoto 2021 年 9 月 5 日 上午 10:31 
Well, I'm glad I isolated it down correctly. I really hate making superfluous bug reports and I definitely wish you all the luck in finding it. I won't lie and tell you this is a must have on my list, I *can* play without but it deserves all the praise it is getting and I would *prefer* to use it :D

EDIT: Knowing this is the culprit I went back to try it again, and it seems I was mistaken. Reloading a save does not fix it, the whole program has to be restarted, which is sadly much more of a nuisance.
最后由 Hyomoto 编辑于; 2021 年 9 月 5 日 下午 3:14
Fisherman_56 2021 年 9 月 5 日 下午 3:06 
Not a bug, but UI overlap when PlaySettings are placed in the bottom right corner.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2594649286
On this picture PlaySettings button under gizmo is selected. While not a problem, I think, on vanilla Rimworld, this become an issue when you have a lot of things added.
pointfeev 2021 年 9 月 5 日 下午 3:16 
@GonDragon lol pastebin just really does not want me to upload this log (I even had that one on my account and yes it was public). here's the log on dropbox: https://www.dropbox.com/s/9zxa8m914wtbtly/Player.log?dl=0
Alexandr 2021 年 9 月 6 日 上午 10:20 
Got a weird issue and it might very well be only on my end with my modlist, but: When the mod's active, I get a memory leak. Like 4MB/second according to my task manager. It builds and builds the memory allocation of the game, even when paused or tabbed out or anything else, until it crashes the game and causes a hard refresh in Windows because of being literally 100% out of pagefile + RAM. I dunno WHY, exactly, but I'm hoping you might be able to look into it and see what you can see.

[edit] Looks like it's being looked into. Figures that someone got to it before me. Good luck, GonDragon!
< >
正在显示第 1 - 15 条,共 180 条留言
每页显示数: 1530 50