going to perform a needed update to python 3
last night I went to his place and he complained something new had started. The rendering of most movies would start out normal then slow down until the movie seemed paused on a single scene. Once he hit rewind to the beginning it started out and stayed normal. So after some quick testing with the options, changing the render back to "Default" made it work properly again, and putting it on gl(fast) made it fail to render. On my machine here, changing the render to gl or default seems to have no effect...
yes, it's true. By setting the render to gl(fast) on his machine it eliminated the black screen, so I suppose the ui bug went away with the old version of gnome and the black screen is fixed by changing the render. nuts!
well, to tell you the truth, I think the UI freezing has stopped. Perhaps it was related to the gnome version. But! not all is well, because instead the smplayer screen goes black and the audio plays, but the video doesn't. On my computer, it displays the video, using the exact same playback method. So, I tried playing it with just mplayer and it worked properly. Summary: mongol plays back perfectly on my computer, but on my friends computer smplayer shows a black screen. If I use mplayer on either...
I got the video file that makes my friends smplayer crash, but it won't make it crash on my machine. We're using the same linux and everything. Next, I will try the video just by itself on my friends computer, and finally the video in a very huge list. Probably going to take a bit to nail down the exact cause of the glitch.
Do you have an additional log you can post when the crash happens? Or any other details.
wow the bug is alot more difficult to trigger than I thought. I originally thought some packed B Frames would cause the error message to come up, but that doesn't work. I am tentatively saying the b frames in avi combined with thousands of entries in the playlist triggers it. We'll see....
I will get a copy of a video that makes smplayer crash. I have to go to my friends house, I know he has several that do it. I am a debugging champion, and this bug won't hide for much longer!
the thing is, it works great as long as "notify mplayer/mpv crashes" is turned off. When it's turned on, that non-error error message in the log will crash the interface of smplayer. Then you have to "force quit" the program. With the crash reporting turned on, even if you get the movie to play, then adjust the volume, it pops up that crash message and freezes the UI.
black borders for fullscreen and subtitles is off, so is software equalizer. all other options are on.
here's the log. I know the specific file that generates this error, and if it doesn't crash right away, double clicking on the movie to make it windowed instead of fullscreen crashes it right away.
mplayer crash dialog makes UI unresponsive
hrrrm you know, the windows build under windows 10 doesn't produce newline characters...
When your SE game gets really slow, you have to clean out the mothballs and see what...
I made this program to keep your SE save game spotless and shiny clean.
Multi-selection and delete
just a slight change there to the dialog. I added staticbox and a panel, then updated...
fixed find dialog
Initial Commit
cruuuuud under windows the find dialog is....ahhh...kind of messed up. I didn't use...
skip 0 byte file
ok I made a 64 bit windows build that's about 8 megabytes. Enjoy! It contains the...
well, when I created a tar bz of the compiled program CSVOMATIC it's 156 megabytes....
minor lint
handle row index error
great news! The linting is complete, and it helped out in several spots. I completed...
use cols not col+1
configure dialog checkbox fix
linting complete
new method to select cells
more linting
removed const
IndexError
removed lint report
fix module imports
removed DSV.ico
use embedded image
use embedded image
icon is now python object
when I am done linting and debugging, I will make an exe and windows installer. then......
divided the code into another file containing the find grid. now the dialogs and...
more linting
find grid is seperate now
I am focusing on linting right now. Already broke the script into two, and might...
initial commit
separate dialogs
some linting
ahh it is quite amazing how well it works. I am even loading random data, to see...
row 0 in col display
remove readme line
just mopping up a few minor bugs. They are getting hard to find!
detect no data for columns
self.cols value updated
self.rows proper use
removed unused variables and code
removed duplicate line
debugging is going great! I have detected and eliminated quite a few related to inserting...
col/row append used wrong index
window resizing on more methods
gridmover col showed wrong data
replace \t with Delimiter
change header row refreshes headers
now the find menu that does the row selections, will select the rows from the matches....
readme update
changed find data menu
added the menu deactivation. Now you can see if there are row/col selections waiting...
menu deactivation
now there has been lots of testing and bug fixing. Most of the bugs resided in the...
sequence functions and lots of bug fixes
If anyone was wondering, I am using vscode with python linting and debugging. I recommend...
update readme
now you can transform a row into a column and a column into a row. It only works...
row/col transform
now you can cut rows or columns. My warning is don't copy/cut with multiple rows...
ctrl-x cuts row/col
update readme
focus on grid
just testing now and fixing some minor bugs. If you paste in a row longer than the...
append row grid fix
dbquery uses properties
removed unused code
self.RefreshHeaders added to main class
paste multiple rows
refresh headers after row move
there's a few rogue spaces in there still somewhere according to vscode. Yikes! The...
updated README
now the copy and paste of multiple rows/cols is a reality. You select the cols/rows...
column copy and paste
ok ok here's the plan. I will make it so if you have a row selected it copies/cuts...
fixed some pasting issues. I only made it paste a single row. That can change! it...
paste replaces selected row
pretty tired when I did that last commit. Not much user testing ;) but now you can...
column move works for gridmovers
I'm going to be working some more on the cut/paste functions. Right now it works,...
well I had completed the row moving, and was thinking about the columns. Had to commit...
row dragging, re-order rows with mouse
ok great news! I have got copy and paste, and I'm going to do cut as well. And I've...
ok I added an option menu you can clear the selections and data marks. It doesn't...
options menu in FIND GRID
updated readme for new menu