Xbox is a video game console made by Microsoft.
Questions tagged [xbox]
342 questions
1
vote
2 answers
C# XNA Xbox HashSet and Tuple
C# XNA Xbox, in this case optional parameters are not optional
Thanks to help from the above question optional parameters are now working, or at least appear as if they should work.
However I'm now stuck on HashSets and Tuples, that don't appear to…

alan2here
- 3,223
- 6
- 37
- 62
1
vote
3 answers
C# XNA Xbox, in this case optional parameters are not optional
Apparently optional parameters won't work in C# Xna when used on the Xbox, there non suportedness is stated during compilation.
I have a situation like this:
func(float? a = null, int? b = null)
With large numbers of thease optional parameters that…

alan2here
- 3,223
- 6
- 37
- 62
1
vote
1 answer
Xbox, PS3, Wii Parental lock API/SDK
Sorry if this is a general question but I cannot locate this information (their SDK's are mostly locked)
Do the SDKs for Xbox, PS3, Wii have an API/access to parental lock facility? Can I make an app that can control the parental lock on these…

sami
- 723
- 2
- 9
- 23
1
vote
1 answer
Navigation using Controller doesn't work after turning on the controller
Hi I'm trying to develop a UWP WebView App for XBOX using the web source URL. Currently, the app is working fine. But when we don't do any navigation using the Gamepad for a long time. The controller is turned off automatically. When we turn it on…

Tharun Koti
- 55
- 6
1
vote
0 answers
Is it possible to get a list of games someone owns on xbox via their gamertag?
Given a gamertag that has public privacy settings, is it possible for me to programatically access the games they purchased?
I'm trying to build an "import your xbox games" features so someone can just type in their gamertag and I can get all of…

Only Bolivian Here
- 35,719
- 63
- 161
- 257
1
vote
1 answer
Can't authenticate user through XboxLive 400: Bad Request
I'm trying to authenticate a user though XboxLive and I'm having some trouble I'm following this article and I cant get past the first step it always returns 400: Bad Request
I did some digging and some people have said to put d= before the…

LoserEXE
- 33
- 5
1
vote
1 answer
How do I get xbox controls outside event loop in pygame?
I use python3 and pygame and I have player class, in which I have my controls of the player defined as in the function:
def get_input(self):
#xbox example code, which doesnt work:
buttons=pygame.joystick.Joystick.get_button()
…

Von
- 35
- 1
- 6
1
vote
0 answers
Error when uploading .appxbundle unity project to Microsoft Partner Center:
I have exported my game to Universal Windows Platform and created an app package, then uploaded it to Microsoft Partner Center's submission tab when making a game and I keep getting this error:
Invalid package identity name: JeraldnBuilder…

Odiwa
- 11
- 2
1
vote
0 answers
How to disable 4K resolution in Xbox App?
I have an Xbox One/Xbox Series X|S app that reliably encounters a fatal exception (app crash) on only some consoles. Here are my observations:
The crash affects Xbox Series X consoles
Does not affect Xbox One consoles
I am uncertain if Xbox Series…

Joshua Dannemann
- 2,003
- 1
- 14
- 34
1
vote
0 answers
Subscriber to Joy Topic in ROS2 and converts Joy messages to String message
The purpose of this idea is to control my original robot for tele-operating String-based ROS2 robots with my Xbox Gamepad.
I used to use a keyboard, but I wanted to use a controller for convenience, so I try joy-package.
Until now, I have been using…

HabaneROS
- 11
- 2
1
vote
0 answers
How can I write xbox controller inputs over a usb with raspberry pi?
I can only seem to find information regarding reading xinputs from an xbox original/360/one controller, but is there a way to WRITE inputs over a usb connection? Want to be able to read input from and xbox controller or regular controller, and send…

Connor
- 27
- 1
- 9
1
vote
1 answer
Developing for Kinect on the Xbox
I am working on building a prototype for an game that will eventually be commercial but is not at present. Since I am not a licensed Xbox developer, I don't have access to the official Microsoft XDK. I am aware of the Kinect for Windows SDK that was…

user788497
- 193
- 4
1
vote
0 answers
Easy way to connect XBox controller to MATLAB program and record input?
I am trying to implement an XBox controller into a cognitive science lab I am working in. The goal is to use the controller in place of a keyboard or number pad to replicate a previous study that needs user input.
Each button/trigger would correlate…

Aaron
- 11
- 1
1
vote
0 answers
There are accounts galore on my xbox and I do not know which is which? need help understand this ecosystem
I am a dad of two gamer children (14 and 11). We have a Xbox one and and old Xbox 360. I am extremely confused about the Xbox ecosystem.
The question I have is how can I get information about the account model of XBOX ecosystem.
I have an microsoft…

Satish Rao
- 11
- 2
1
vote
0 answers
Is xbox game bar resources widget open-source?
I was aiming to modify the resources widget of xbox game bar to see if I could include GPU temperature as well in it, and was wondering if the source code of that widget was open-source. Since the GPU temperature is available in the task manager,…

Ish Chhabra
- 13
- 1
- 3