I believe it was the next time I used my player it showed a message to reformat (connect to a pc - formating was broken - FAT32 I believe). Since then, it has been stuck on a green screen whenever I power on. I have taken the card out and still the same. When I plug into USB, the computers I have tried on do not pick the sansa up. I have tried the firmware updater, and it is still asking to plug the device in (not recognizing it).
I have tried a few computers and they will not detect it; I have also tried loading the new firmware and it will not pick the clip zip up - it stays on the step of waiting for the zip clip to be connected (It is conected but will not pick it up).
I still have this problem and I dont know what to do. I cant reinstall the firmware because the player doenst get recognized by my pc. reset didnt do anything, neither did msc mode. nothing but a green screen all the time.
When closing your movie, first pause it & then go to "Media" then "Quit" without selecting the "Stop" button. For some reason, using the "Stop" button sometimes causes the player to crash in Windows 7 Professional.
My screens have a horizontal resolution of 1920px. So to record my 2nd screen (located to the right of my primary screen), I add :screen-left=1920 to the "Edit Options" box. Make sure you check the "Show more options" on the "Open media" dialogue box to see the option.
Usually with a music app, the music player will show up on your lock screen allowing basic controls. It'll show up for me when I first turn my phone on, but after that it goes away and doesn't come back. I already checked my lock screen and notification settings, I feel like this is tied to whatever bug is fading out the skip and repeat buttons too. Please look into it, I relied heavily on this feature and I'll probably go back to Amazon or Spotify if it doesn't get fixed.
So I finally broke down n paid for Pandora premium and now Pandora won't show up on my lock screen like it did in the free version. Is there a way to fix this? I'm really enjoying the unlimited skips and no ads.
When Pandora is playing I see the basic controls on my lock screen. If I pause it and the screen times out, it won't bring back the controls. It just disappears entirely. Is there a way to keep it active on the lock screen without having to unlock my phone to resume play?
Seriously is there an update on this bug. It's very annoying to have to unlock the phone and open the app skip or repeat a song. Please don't recommend the trouble shooting options, been there, done that, and it doesn't work. Maybe instead of giving the same poor response get the engineers to do their jobs and fix the bug!
Hey, same issue... No music controls on my lock screen... I have to unlock my phone and swipe down the status bar to skip songs.. I have completed all the recommended steps and still not working.. I have android 11 LG v60
Yay!! I fixed mine!! So.. I completely disabled all notifications in the app settings.. Force stopped the app, cleared the cache, then re-enabled all notifications ... And now I have my control widget... Hope this helps others
Thanks for letting us know about this. Glad to hear that you were able to fix this using the steps to disable your notifications from your app settings. I'm sure this will help other listeners experiencing this issue.
After choosing a file location to save a screen recording, the movie will start to save, then it says "Cannot Open" and nothing is saved. I can retry but it still doesn't. I just saved a video before this. It's on macOS High Sierra. 10.13.1. This same issue is plastered all over the Apple.com help forums but there are no answers.
To debug, I did confirm that a 5 second video with voiceover could save. However, a 25 minute video will not. I closed that video and recorded another screen recording for 10 minutes long and same issue. In the past I've been able to record 10-30 minute videos and save. Now it only allows small videos.
He was able to resolve his problem using a bit of what I call Apple Black Magic which is resetting your NVRAM and resetting your SMC, which seems to have influence over features you would have never thought were associated.
I just tried to make a screen recording using QT. The player appears on screen and using the File menu, I choose new screen recording and then move the mouse onto the screen I want to record and click.. the player then completely disappears from my screen when the recording starts. The only way to stop the recording is to hit quit from the quicktime menu. This is the first screen recording I have tried to make since updating to Mavericks and it's also the first time I have had this problem.
ah shoot.. I just realized what is going on. The player fades away and then you have that little record icon in the menu bar... a little confusing and I would bet this has tripped up other people, at least it makes me feel better to think it has ?
Thanks for the tip on the stop record function icon on the top menu bar. Its disappointing that the new program with Mavericks doesn't keep the the player control box open when you are recording. This may have been in response to some people complaining that the box can get in the way of the recording, although elsewhere it is said that even though it looks like it gets in the way it actually won't show up in the recording.
Regardless of your preference, I think some of us would ideally like to be able to see the window at times so that we can verify that the sound levels are coming through (its a royal pain to record an hour and find out later that no sound was recorded) and to potentially pause recording to remove sections where material is occuring that is of no interest (ie they took a break or need to look for something). The stop button literally stops the recording and no longer gives you the option to RESUME.
The only thing that I found that does work although it is VERY CLUMSY is that if you attempt to quit Quicktime the window with all the controls will show up. If you hit cancel that window will stay there and allow you to do what you want. Now I suspect all the messages that say DO YOU WANT TO END RECORDING are likely to show up in your recording, but I guess you can trim that out. What would make a lot of sense is for them to have the option to view the control box in the View pull down menu.
I have already connected the display to my CMS and it is also displayed in the CMS.
The Problem is that the player itself is completely stuck in the splash screen and doesnt seem able to download new content from the CMS.
Yes I think I am having the same issue. I recently upgraded my server and all the old clients seem to be connecting fine, but when I install new clients they just sit there at the XIBO screen and never go anywhere. I cannot send content to them or schedules to them.
i know this is an old topic, but i have yet the same problem.
I new Server installation without ssl.
Player and Server are on the same subnet.
The debian 12 KDE player with the newest version of the player installed over snap und i have only the splash screen und the player is authorized on the xibo server and shows downloading content all the time.
I have only activated the default layout.
As far as I can tell its basically not possible now to connect the linux clients to the server. I have no idea if the company knows about this or cares. There is a beta version of the next version that says its 100% complete, but it does not work either. I have also had zero success installing the windows client using WINE, it would be really nice if that worked so we had a fallback option.
I am creating a simple 2D platformer in Pygame. In this project I have been trying to use classes much more for good practice. My current problem is that I am trying to make the screen center on the player, however I cannot find a way to do this with the way my code is currently set up.
In addition, I plan to later add a way to make the screen follow the player with a small amount of lag, following faster as it gets further away. However, making the camera center on the player is my main concern.
When the player is moving right, I have all the "PlatformRects" move left at the same speed. I have tried different speeds, setting the player to zero speed and just moving the "PlatformRects" almost works (related comment in code in the "update" func of the "Player" class). I had also tried making the "PlatformRects" movement depend on the position of the player, but I couldn't get this to work either.
Hi, so I'm making a 3D Side Scrolling Platformer and I want it so that when my player dies, a game over screen will appear and when they click restart, they'll return to the beginning of the level. During the Game Over Screen, the player is unable to move at all.
Everything points to your player files on the server being damaged. The only other small potential problem flags I have seen are a 12k world and that you had to connect with SteamNetworking which tends to be a common thing whenever people report network problems.
Could you ask the server admin to make a copy of and delete your player files again on the server. Since you only mention the ttp files, please tell him to also remove the .map file for your character and edit players.xml to remove the part with your player id.
Then connect to the server. If the problem happens again, let the server admin send you the newly created player files so you can publish them on the forum. I think a TFP tester should then be able to find out what is wrong with your character data and get a lead on this bug.
ff7609af8f