Jump to content
OGXbox.com

Bugs


Rocky5
 Share

Recommended Posts

Hello! I've reported this in the XBOX-SCEBE Discord server as well, but changing the config to use the left joystick to move along with the d-pad causes XBMC4Gamers to scroll as fast as it can, just as if i've been holding a d-pad direction long enough for it to reach max speed. I may have configured it incorrectly, as i couldn't find any documentation and tried to figure out on my own how to do this, so i'll add my modified gamepad.xml

 

<keymap>
		<FileManager>
				<gamepad>
						<black>XBMC.SetFocus(9006)</black>
				</gamepad>
		</FileManager>
		<MyPrograms>
				<gamepad>
						<black>XBMC.ActivateWindow(1112)</black>
						<back>XBMC.ActivateWindow(1115)</back>
						<Y>SetFocus(9099)</Y>
				</gamepad>
		</MyPrograms>
		<Settings>
				<gamepad>
						<black>XBMC.RunScript(Special://xbmc/system/scripts/XBMC4Gamers/Utilities/Text Reader.py,0,Special://root/system/SystemInfo/changes.txt)</black>
				</gamepad>
		</Settings>
		<Profiles>
				<gamepad>
						<Back>Highlight</Back>
						<start>ActivateWindow(Settings)</start>
				</gamepad>
		</Profiles>
		<global>
				<gamepad>
						<A>Select</A>
						<B>Back</B>
						<X>XBMC.ReplaceWindow(114)</X>
						<Y />
						<white>ContextMenu</white>
						<black />
						<start>XBMC.PlayDVD()</start>
						<back>PreviousMenu</back>
						<dpadleft>Left</dpadleft>
						<dpadright>Right</dpadright>
						<dpadup>Up</dpadup>
						<dpaddown>Down</dpaddown>
						<leftthumbbutton>RunScript(Special://root/system/scripts/XBMC4Gamers/Utilities/Views Builder.py,1)</leftthumbbutton>
						<rightthumbbutton>XBMC.ActivateWindow(ShutdownMenu)</rightthumbbutton>
						<leftanalogtrigger>ScrollUp</leftanalogtrigger>
						<rightanalogtrigger>ScrollDown</rightanalogtrigger>
						<leftthumbstickleft>Left</leftthumbstickleft>
						<leftthumbstickright>Right</leftthumbstickright>
						<leftthumbstickup>Up</leftthumbstickup>
						<leftthumbstickdown>Down</leftthumbstickdown>
						<rightthumbstickleft>AnalogSeekBack</rightthumbstickleft>
						<rightthumbstickright>AnalogSeekForward</rightthumbstickright>
						<rightthumbstickup>VolumeUp</rightthumbstickup>
						<rightthumbstickdown>VolumeDown</rightthumbstickdown>
				</gamepad>
		</global>
		<LoginScreen>
				<gamepad>
						<black />
						<start>SetFocus(9001)</start>
						<black>XBMC.SetFocus(19)</black>
				</gamepad>
		</LoginScreen>
		<Home>
				<gamepad>
						<back>RunScript(Special://root/system/scripts/XBMC4Gamers/Utilities/Home Screen Items.py)</back>
						<black>XBMC.ActivateWindow(1112)</black>
				</gamepad>
		</Home>
		<MyFiles>
				<gamepad>
						<Y>Highlight</Y>
				</gamepad>
		</MyFiles>
		<MyMusicPlaylist>
				<gamepad>
						<Y>Delete</Y>
						<black>Back</black>
				</gamepad>
		</MyMusicPlaylist>
		<MyMusicPlaylistEditor>
				<gamepad>
						<Y>Queue</Y>
				</gamepad>
		</MyMusicPlaylistEditor>
		<MyMusicFiles>
				<gamepad>
						<Y>Queue</Y>
						<black>Playlist</black>
				</gamepad>
		</MyMusicFiles>
		<MyMusicLibrary>
				<gamepad>
						<Y>Queue</Y>
						<black>Playlist</black>
				</gamepad>
		</MyMusicLibrary>
		<FullscreenVideo>
				<gamepad>
						<A>Pause</A>
						<B>Stop</B>
						<Y>AspectRatio</Y>
						<black>CodecInfo</black>
						<white>Info</white>
						<back>SmallStepBack</back>
						<start>OSD</start>
						<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
						<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
						<dpadleft>StepBack</dpadleft>
						<dpadright>StepForward</dpadright>
						<dpadup>BigStepForward</dpadup>
						<dpaddown>BigStepBack</dpaddown>
				</gamepad>
		</FullscreenVideo>
		<FullscreenInfo>
				<gamepad>
						<start>OSD</start>
						<black>CodecInfo</black>
						<white>Back</white>
						<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
						<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
				</gamepad>
		</FullscreenInfo>
		<PlayerControls>
				<gamepad>
						<X>Back</X>
				</gamepad>
		</PlayerControls>
		<Visualisation>
				<gamepad>
						<A>Pause</A>
						<B>Stop</B>
						<x>LockPreset</x>
						<Y>XBMC.ActivateWindow(VisualisationPresetList)</Y>
						<black>CodecInfo</black>
						<white>Info</white>
						<start>XBMC.ActivateWindow(MusicOSD)</start>
						<back>back</back>
						<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
						<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
						<dpadleft>SkipPrevious</dpadleft>
						<dpadright>SkipNext</dpadright>
						<dpadup>NextPreset</dpadup>
						<dpaddown>PreviousPreset</dpaddown>
				</gamepad>
		</Visualisation>
		<MusicOSD>
				<gamepad>
						<start>Back</start>
						<black>CodecInfo</black>
						<white>Info</white>
						<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
						<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
				</gamepad>
		</MusicOSD>
		<VisualisationSettings>
				<gamepad>
						<start>Back</start>
						<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
						<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
				</gamepad>
		</VisualisationSettings>
		<VisualisationPresetList>
				<gamepad>
						<start>Back</start>
						<Y>Back</Y>
						<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
						<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
				</gamepad>
		</VisualisationPresetList>
		<SlideShow>
				<gamepad>
						<A>Pause</A>
						<B>Stop</B>
						<Y>Rotate</Y>
						<X>ZoomNormal</X>
						<black>CodecInfo</black>
						<white>Info</white>
						<righttrigger>NextPicture</righttrigger>
						<lefttrigger>PreviousPicture</lefttrigger>
						<dpadleft>PreviousPicture</dpadleft>
						<dpadright>NextPicture</dpadright>
						<dpadup>ZoomIn</dpadup>
						<dpaddown>ZoomOut</dpaddown>
						<leftthumbstick>AnalogMove</leftthumbstick>
						<back>Stop</back>
				</gamepad>
		</SlideShow>
		<ScreenCalibration>
				<gamepad>
						<leftthumbstick>AnalogMove</leftthumbstick>
						<A>NextCalibration</A>
						<black>ResetCalibration</black>
						<white>NextResolution</white>
				</gamepad>
		</ScreenCalibration>
		<GUICalibration>
				<gamepad>
						<leftthumbstick>AnalogMove</leftthumbstick>
						<A>NextCalibration</A>
						<black>ResetCalibration</black>
				</gamepad>
		</GUICalibration>
		<VideoOSD>
				<gamepad>
						<start>Back</start>
						<black>CodecInfo</black>
						<white>Info</white>
						<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
						<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
				</gamepad>
		</VideoOSD>
		<VideoMenu>
				<gamepad>
						<Y>AspectRatio</Y>
						<B>Stop</B>
						<start>OSD</start>
						<white>Info</white>
						<black>CodecInfo</black>
						<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
						<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
				</gamepad>
		</VideoMenu>
		<OSDVideoSettings>
				<gamepad>
						<X />
						<Y>AspectRatio</Y>
						<start>Back</start>
						<black>CodecInfo</black>
						<white>Info</white>
						<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
						<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
				</gamepad>
		</OSDVideoSettings>
		<OSDAudioSettings>
				<gamepad>
						<X />
						<Y>AspectRatio</Y>
						<start>Back</start>
						<black>CodecInfo</black>
						<white>Info</white>
						<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
						<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
				</gamepad>
		</OSDAudioSettings>
		<VideoBookmarks>
				<gamepad>
						<X />
						<Y>Delete</Y>
						<start>Back</start>
						<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
						<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
				</gamepad>
		</VideoBookmarks>
		<MyVideoLibrary>
				<gamepad>
						<black>Delete</black>
				</gamepad>
		</MyVideoLibrary>
		<MyVideoFiles>
				<gamepad>
						<Y>Queue</Y>
						<black>Playlist</black>
				</gamepad>
		</MyVideoFiles>
		<MyVideoPlaylist>
				<gamepad>
						<Y>Delete</Y>
						<black>Back</black>
				</gamepad>
		</MyVideoPlaylist>
		<VirtualKeyboard>
				<gamepad>
						<start>Enter</start>
						<B>BackSpace</B>
						<Y>Shift</Y>
						<X>Symbols</X>
						<lefttrigger>CursorLeft</lefttrigger>
						<righttrigger>CursorRight</righttrigger>
				</gamepad>
		</VirtualKeyboard>
		<ContextMenu>
				<gamepad>
						<white>Back</white>
				</gamepad>
		</ContextMenu>
		<Scripts>
				<gamepad>
						<black>info</black>
				</gamepad>
		</Scripts>
		<NumericInput>
				<gamepad>
						<B>BackSpace</B>
						<start>Enter</start>
						<lefttrigger>SkipPrevious</lefttrigger>
						<righttrigger>SkipNext</righttrigger>
				</gamepad>
		</NumericInput>
		<GamepadInput>
				<gamepad>
						<start>Stop</start>
						<!-- Enter Password -->
				</gamepad>
		</GamepadInput>
		<LockSettings>
				<gamepad>
						<start>Back</start>
				</gamepad>
		</LockSettings>
		<ProfileSettings>
				<gamepad>
						<start>Back</start>
				</gamepad>
		</ProfileSettings>
		<PictureInfo>
				<gamepad>
						<dpadleft>PreviousPicture</dpadleft>
						<dpadright>NextPicture</dpadright>
				</gamepad>
		</PictureInfo>
</keymap>

 

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...

I've had this happen a few times. I am on Emustation and load into 4Gamers via a custom tile. It partially loads in, but constantly spins the loading circle, and the screen goes dim, bright, dim, bright, never loads fully. I manually reset the xbox and tried to boot to 4Gamers via Dashloader, but it wouldn't, loads to my default Emustation. Loading into 4Gamers again, reverted my 4Gamers settings to default.

Its a brand new WD20EZBX, fully loaded. Everything else works fine, just Gamers takes forever to load sometimes. There is no log present, and I'm connected to the internet.

20240214_182449.jpg

Edited by NokSueCow
Added a pic
Link to comment
Share on other sites

16 hours ago, NokSueCow said:

I've had this happen a few times. I am on Emustation and load into 4Gamers via a custom tile. It partially loads in, but constantly spins the loading circle, and the screen goes dim, bright, dim, bright, never loads fully. I manually reset the xbox and tried to boot to 4Gamers via Dashloader, but it wouldn't, loads to my default Emustation. Loading into 4Gamers again, reverted my 4Gamers settings to default.

Its a brand new WD20EZBX, fully loaded. Everything else works fine, just Gamers takes forever to load sometimes. There is no log present, and I'm connected to the internet.

20240214_182449.jpg

It’s telling you why it’s having to do it. 
 

somethings corrupting or not setting the correct skin when you’re running gamers. 
 

do a fresh install on E or C and see if you get the same behaviour. 

Link to comment
Share on other sites

56 minutes ago, Rocky5 said:

It’s telling you why it’s having to do it. 
somethings corrupting or not setting the correct skin when you’re running gamers. 
do a fresh install on E or C and see if you get the same behaviour. 

I reinstalled Gamers from a backup and it worked before bed last night. I'll see if it does it again this week.

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

I've been experimenting with music playlists lately. I just noticed that while in Kiosk Mode, 4Gamers won't autoplay a playlist at startup, while Emustation does.

v2.0.003.

Is it possible to add a menu item for playlist volume at startup? 85-90% would be ideal. Changing the system volume with the right thumb lowers everything, when I only want to lower the music a bit.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

Board Life Status


Board startup date: April 23, 2017 12:45:48
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.