Sorry if it sounded wrong, I was just surprised many things got broken in a weird way at once, so I started a long enumeration. I indeed just wanted to provide a maximum of information and report that it could be more broken for other users than for me. Once again sorry if it came out wrong.
For / and \, upon seeing that things weren't working, I tried to check all links to various files (mpg, tbl, bin and all), and that's when \ and / would get switched when I re-selected the files. But as I mentioned, sometimes it would stay as before.
Examples:
- palettes paths and mpq paths use /, tbl paths and "other settings" use \.
- In MPQ selection, it formerly used \, adding manually use /, but "add default mpg use \.
For scrolls, selecting an item in any of the tabs (not sure if it's the technical word) then crolling up/down will produce that result if there's a horizontal scroll bar displaying. For Techdata and Portdata where there's no horizontal scroll bar, the mouse wheel just doesn't have any effect.
Tested on Windows 10 Pro.
Important: Now I wonder if the update may have deleted dependencies or something like that. I will look into that.
edit: "python2.7 -m pip install -r requirements.txt" used, effects:
1.Installing collected packages: Pillow
Found existing installation: Pillow 6.2.1
Uninstalling Pillow-6.2.1:
Successfully uninstalled Pillow-6.2.1
Successfully installed Pillow-5.3.0
You are using pip version 8.1.1, however version 22.2.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
2. All issues seems to remain
So it wasn't that either apparently.
My Python version is the 2.7.12 as described in the Readme.
One bug I forgot to mentions before:
When in a "Add MPQ" file picking dialog box, the "All MPQ files" option that should display several extensions, display nothing.
Switching to a single extension type work.
I hope I have provided meaningful/useful information without phrasing it wrong this time.
Good luck.edit: update just now showed lots of files and folders only existing in my install compared (through WinMerge) to content of archive, but this time I only updated file that had changed.
Sound and scroll are fixed.
Thank you.Images are still broken.
Nothing visible in Sprites tab.
Images tab Check Buttons display this sort of things:
Exception in Tkinter callback
Traceback (most recent call last):
File "E:\Programmes\Python27\lib\lib-tk\Tkinter.py", line 1537, in __call__
return self.func(*args)
File "E:\Starcraft modding\PyMS-master\PyMS\PyDAT\ImagesTab.py", line 38, in check_grp_ref
self.check_used_by_references(grp_id, refs)
File "E:\Starcraft modding\PyMS-master\PyMS\PyDAT\DATTab.py", line 85, in check_used_by_references
self.used_by_data.extend(dat_refs.matching(self.toplevel.data_context, lookup_id))
AttributeError: 'tuple' object has no attribute 'matching'
Exception in Tkinter callback
Traceback (most recent call last):
File "E:\Programmes\Python27\lib\lib-tk\Tkinter.py", line 1537, in __call__
return self.func(*args)
File "E:\Starcraft modding\PyMS-master\PyMS\PyDAT\ImagesTab.py", line 53, in check_iscript_ref
self.check_used_by_references(iscript_id, refs)
File "E:\Starcraft modding\PyMS-master\PyMS\PyDAT\DATTab.py", line 85, in check_used_by_references
self.used_by_data.extend(dat_refs.matching(self.toplevel.data_context, lookup_id))
AttributeError: 'tuple' object has no attribute 'matching'
Seen on Broodling entry.
Post has been edited 3 time(s), last time on Sep 27 2022, 7:08 pm by UndeadStar.