0
votes
1answer
30 views

Does using MediaLibrary class pose portability problems?

In my Windows Phone project for SDK 7.1 (maybe I need to update it to use WP8 later) I want to add a test image into Windows Phone Emulator using this code. The latter uses MediaLibrary class and so I ...
1
vote
4answers
51 views

Why spritebatch.Draw shows blank output?

In my code below, I think it's correctly done. But idk, the image called by _bg is does not shown up. The screen only show White. Weirdly, there is 0 error message when I run it. (The RenderTarget2D ...
0
votes
0answers
45 views

Stream a Xna.Framework.Media.Song to a server

What I'm trying to do is build an Windows Phone 8 application which allows me to stream songs on my phone to a server. The songs are located in the local media library ...
0
votes
2answers
47 views

3d menu error in XNA project

I am trying to build 3d menu in XNA and it is showing NotImplementedException error. A menu with four buttons to select.Did I miss anything in this project? I am new to XNA. Code is as follows. Thanks ...
0
votes
1answer
43 views

System.InvalidOperationException in WP 8 Game (MonoGame )

So this is my Game1 class : using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace GameName2 { public class Game1 : Game { GraphicsDeviceManager ...
1
vote
1answer
140 views

How to set xnb files on Monogame Windows Phone 8 Game project?

I never found any tutorial to make xnb files works. They are all using non Windows Phone 8 (Win 8 metro, etc) way. Can someone guide me to make my xnb files workable at MonoGame Windows Phone 8 Game ...
1
vote
0answers
45 views

Attitude.RotationMatrix vs. Matrix.CreateFromYawPitchRoll()

Shouldn't the RotationMatrix returned by the motion sensor be equal to the Matrix created using Yaw, Pitch and Roll values from the same motion reading? Having following code: MotionReading mr = ...
0
votes
0answers
38 views

menu loading error in XNA project to load 3D menu

I was trying to do 3d menu in XNA but i was getting error as following "The name 'item_OnTap' does not exist in the current context." I am New to XNA programming.Thank you in advance. ...
-1
votes
1answer
48 views

trying to do image menu in XNA program and stuck at constructor error

this is the code for ImageMenuGame.cs. trying to do menu in Xna, practising for game development and it is showing error as constructor error. I am New to XNA. Also pasting the screenshot along with ...
0
votes
3answers
62 views

why png file is not identified in this xna project?

why png file in not identified in this program? public class Game1 : Microsoft.Xna.Framework.Game { GraphicsDeviceManager graphics; SpriteBatch spriteBatch; ...
2
votes
1answer
64 views

Exception thrown in debug mode, but where?

A first chance exception of type 'System.IO.IsolatedStorage.IsolatedStorageException' occurred in mscorlib.ni.dll Operation not permitted on IsolatedStorageFileStream. It shows me ...
0
votes
1answer
58 views

How to read a text file which is added to project before complilation?

I have such problem. I have text file. I'd like to add it into my project and then read it. This file is Lua script. I read, that I can read it and save in IsolatedStorage. But I have several ...
0
votes
0answers
30 views

Issue dragging sprite on screen

I recently rewrote some of my code to allow for a start screen, now my code dragging my main sprite across the screen does not seem to work any more. I would greatly appreciate some help on this, ...
4
votes
1answer
349 views

Ambiguous reference between MonoGame & Microsoft.XNA.Framework namespaces

MonoGame (a framework which basically brings XNA to Windows Phone 8) has all it's namespaces prefixed with Microsoft.Xna.Framework I believe to minimise the amount of code changes required when ...
0
votes
0answers
82 views

Changing resolution in XNA WP8 C#

I'm writing a game in XNA 4.0 with C# for Windows Phone 8. How can I change Resolution or VirtualResolution (I have no idea how to call it)? I was looking in the web, but couldn't find the correct ...
1
vote
1answer
96 views

Cannot get pictures from medialibrary

I am using Microsoft.Xna.Framework.Media on my Windows Phone 8 app. I have Many pictures in my CameraRoll and several in "Saved Image". But I cannot get pictures from MediaLibrary. It always returns ...
0
votes
1answer
112 views

InvalidOperationException occured when trying to load wma file as SoundEffect using Microsoft.Xna.Framework

I get Invalid Operation Exception when trying to load WMA file (no DRM) as Sound Effect. My code: public void LoadSound(String SoundFilePath, out SoundEffect Sound) { Sound = null; ...
0
votes
2answers
221 views

XNA Frame rate 30 to 60

WP 7/8 + xna games by default set to 30 FPS, I would like to know If i set it to 60 FPS , any disadvntages / Performence issues / bugs / any other. becuase i always wants to play/develop the game in ...
2
votes
0answers
185 views

how to enable pause and resume in audio recorder in windows phone 8?(Details Insde)

I'm working on the audio recorder in windows phone 8. I've done audio recording start and stop functionality but I don't find any pause and resume audio recording feature. Also don't know how to add ...
0
votes
2answers
248 views

Windows Phone 8 - Run XNA in higher resolution

We have an XNA game, that is meant to run on Windows Phone 8 as well as 7.1. Everything in-game works on higher resolution phones like WXGA, but our game runs at 800x480 since that is the only ...
11
votes
2answers
349 views

Audio looping with XNA on Windows Phone 8 while the sound is still playing

I need a way to start/stop a loop while the sound is still playing. I've found that the best way to play multiple sounds together is to use XNA. So I've created a SoundEffectInstance starting from my ...
0
votes
3answers
92 views

Accessing files from the project folder of a WP app

I'm new to Windows Phone development and I'm trying to do a simple training app. I want my app to load some audio files that I've put into a folder inside the project. Here's a short snippet: ...
0
votes
1answer
108 views

Custom fonts in app

In my app i want to add feature to use custom fonts. User choose font from list on my server, download and use it in app. How to do the part of the app that will render font? How to do it in an app ...
2
votes
2answers
123 views

C# and XNA is possible switch beetween Game classes?

I'm working on a small game application for Windows Phone 8. I've three games inside and I want to know if it's possible to switch (from the main.cs) from game1 to game2 to game3 in a rando time. ...
0
votes
0answers
96 views

XNA app memory usage in wp7 < 50MB but > 150MB in WP8 emulator

I have developed an Invisible Deck app that used the Silverlight XNA Combined platform. The memory usage of the app in WP7 is <50MB but the memory usage of the same app on WP8 is >150MB, i have ...
6
votes
1answer
259 views

How can my game have a wide icon for the start screen?

I'm creating a game for WP8, but its in XNA. How can I make it have a wide icon for the start screen? Only small and normal is supported at default
3
votes
1answer
199 views

windows phone game of (480x800) to support other resolutions

I have developed a xna game based on the resoltion 480x800, how can this game be targeted other resoltions like HD720P (720x1280) or WXGA (768x1280).
0
votes
1answer
185 views

Can Mono port non xna phone app to windows 8 phone

I'm planning on making a soundboard for windows phone 7 and then hoping to port to windows phone 8. I've had plenty of experience with XNA for game creation but have never made a non game app. It ...
0
votes
1answer
644 views

Exception of type 'System.ArgumentException' occurred in Microsoft.Xna.Framework.ni.dll

I am trying to play a wav file using using Microsoft.Xna.Framework but I cannot resolve this error. A first chance exception of type 'System.ArgumentException' occurred in ...
3
votes
3answers
927 views

Windows Phone 8 SDK Blog Announcement and XNA Confusion

In the Windows Phone 8 SDK announcement blog post, I saw this: XNA Game Studio – Enables you to continue developing games for existing Windows Phone 7.1 devices, along with desktop and Xbox 360. ...
9
votes
5answers
4k views

Support for XNA in WP8?

After watching a little bit of the summit keynote I kind of heard conflicting reports about it, but is it official that XNA is being dropped for WP8? I'm guessing since the future version of WP ...