-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
#define SYS_BGM is enabled by default in flags_full.h #1098
Comments
Hello @korn3r The flag is uncommented to let test the feature which allows play music using the in-game XMB player. I hope that it's more clear. The flag does not cause issues per se. |
@aldostools thanks. And also totally unrelated question in this seemingly finished issue (which wasnt an issue on first place): is it possible to change icon for XMB entry of Webman? (the one for "Webman games", that has tiny gamepad over a folder icon, or whatever it is). |
- Updated environment variable PATH _Make.bat: added current PATH #1098 - Updated download link of ps3netsrv in help.html - Updated ps3mapi variables with latest opcodes from Cobra 8.5 - Updated comments for /dump.ps3 in debug_mem.h
Thank you for the suggestion. I have added %PATH% to the environment variable. |
The image If the file doesn't exists, the system icon for game folder is used. This is the default. |
@aldostools Here is specific part from there - ISO mount. Most annoying part to me.
|
It seems related to /dev_hdd1 or the game. Nothing related to webMAN MOD. |
@aldostools
Then (around 4-5 minutes into hang) happens crash dump into /dev_hdd1. Im not sure crash dump that happens after 4-5 minutes of Webman Mod trying to mount ISO is related to given ISO (which is 100% IRD btw) only because it dumped itself into /dev_hdd1, also this happens randomly on random ISOs (have around 30 ISOs, 29 of those 100% IRD). |
@aldostools |
Syscon mode disables fan control in webMAN MOD. If you uninstalled webMAN MOD and still is being spammed with the poke and wm_request, you did not uninstall it or there is another application that is causing these events. |
@aldostools But thats probably totally non related to initial subject of this inquiry. It just for some reason started to appear after i disabled what you suggested to disable. UPD: it seems like messages are generated by my secondary controller (to which i switched at same time). sorry, that was not very smart of me to not think on switching controller :) |
@aldostools
also, could you please add that %PATH% to env variable in _Make_full_lite.bat, _Make_all.bat and _Make_all_nopause.bat? |
Also small feature suggestion related to "translation issues" (and thats actually suggestion to any english-speaking developer of any software that they would like to be translated properly and easily to many other languages). for example: include\scan\games_xml.h Prints second line as "X games" (where X is a number games found). I works in english, but does not always work in other languages. For example in Russian proper translations differ depending on number (endings differ). For example "1 игра", "2 игры", " 5 игр". And you cant put them all (except some weird thing like "игр(а,ы)" in STR_GAMES which looks ugly and wouldnt make sense in other applications of STR_GAMES). And easiest way to get around it is to use Unfortunately i cant remember all the places i had to edit to change that behavior. But for sure it was file manager (i think it was 2 different places depending on whas it sman gui or not) - X Folders, X files.... /index.ps3 on search button (where it shows also number of games). Im not even sure you care about this feature suggestion, so i didnt dug all the files i had to edit to make translation full (there are a lot of places where webman uses hardcoded text instead of variables) And also about filemanager. And since im already being annoying: static void wait_for_user(void) |
No one asked, but here i am again. The most annoying guy on github. |
- Improved scan notification for Russian & other languages (issue #1098)
Thank you @korn3r the changes were merged and the installers were updated. |
I would like to report another very weird issue. |
Hello @korn3r You first need to disable webMAN MOD's FTP server and reboot before perform this test. |
@aldostools |
@aldostools at this point i decided its faster to just download ISOs from internet again. sorry for bothering you with this and bailing out of gathering debug on that. |
@aldostools and i forgot to mention: after hitting this "limit" or whatever is this, next app im trying to start on console gives me blackscreen. |
That blackscreen issue sounds like some memory issue (memory leak, high memory usage or an access to restricted memory area). |
@aldostools |
Thank you for your comments @korn3r I hightly suggest you that consider using ps3netsrv instead of copying a large amount games to internal HDD. Another alternative is to copy your games to NTFS or exFAT external HDD. This does not require another device running and it's Only PS2 games are required to be copied to internal HDD. But you can store them in the external HDD and copy them on demand to internal HDD when you mount the games. |
@aldostools second. |
Also there is sorting issue. For some reason games with numbers come before regular ones. Infamous 2 comes before Infamous, Dead Space 2 comes before Dead Space, etc |
The sorting issue is due a memory limitation in the algorithm used to scan games. Only the first 6 characters of the game title are used to sort the game. Some hacks are used to improve the sorting using only 6 bytes, but it's not perfect. At least the games get close their real sort position. Increasing the size of the sort key would reduce the number of allowed games that can be scanned. |
@aldostools isn't it possible to sort my games.xml after game scanning is finished? In separate process. |
Everything is possible, but may take a lot of time and effort. Maybe you could make the changes and submit a PR. It would require to refactor completely the games scanning functions, which are very complex to maintain. I estimate that half of the time I invested in webMAN MOD was improving the scanning and building the XML. |
@aldostools OK. Maybe some day I will learn C and will find where I can compare game id's if 6 bytes of title are equal. Thank you |
Hi. Decided to rebuild webman mod for myself and did notice feature called "SYS_BGM" with comment system background music (may freeze the system when enabled)
And it is enabled in flags\flags_full.h
Im not sure it is an issue, but probably a questions: is it still a test feature? can it really hang system? and maybe it shouldnt be defined by default?
https://github.com/aldostools/webMAN-MOD/blob/master/flags/flags_full.h
The text was updated successfully, but these errors were encountered: