• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Solved [0.36.2] Song playback failed

paqao

Fisherman
After 'Upgrading' my system to Windows "Blue" 8.1 and installing newest Visual Studio (with .NET 4.5.1)
and then installing XNA Redists i saw this error. I don't know If It is caused by my OS or anything else.

Code:
Pokémon 3D has crashed!
---------------------------

System specifications:
Pokémon 3D version: 0.36.2
Operating system: Microsoft Windows 8.1 Pro N [6.2.9200.0]
System time: 2013-09-11 20:01:54
System language: PLK
Decimal seperator: ,
Content Packs: {}
Active GameMode: Pokemon 3D
Operating online: FALSE
Game environment: MainMenuScreen
---------------------------

Here is further information:
Message: Song playback failed. Please verify that the song is not DRM protected. DRM protected songs are not supported for creator games.
InnerException: An unexpected error has occurred.
BaseException: An unexpected error has occurred.
HelpLink: No helplink available.
Data: System.Collections.ListDictionaryInternal
Source: Microsoft.Xna.Framework
TargetSite: Name: Play [
  Attributes: PrivateScope, Assembly, HideBySig
  CallingConvention: Standard, HasThis
  ContainsGenericParameters: False
  DeclaringType: Microsoft.Xna.Framework.Media.MediaQueue
  IsAbstract: False
  IsAssembly: True
  IsConstructor: False
  IsFamily: False
  IsFamilyAndAssembly: False
  IsFamilyOrAssembly: False
  IsFinal: False
  IsGenericMethod: False
  IsGenericMethodDefinition: False
  IsHideBySig: True
  IsPrivate: False
  IsPublic: False
  IsSecurityCritical: True
  IsSecuritySafeCritical: True
  IsSecurityTransparent: False
  IsSpecialName: False
  IsStatic: False
  IsVirtual: False
  MemberType: Method
  MetadataToken: 100664580
  MethodHandle: System.RuntimeMethodHandle
  Module: Microsoft.Xna.Framework.dll
  ReflectedType: Microsoft.Xna.Framework.Media.MediaQueue
  ]

StackTrace:    at Microsoft.Xna.Framework.Media.MediaQueue.Play(Song song)
  at Microsoft.Xna.Framework.Media.MediaPlayer.Play(Song song)
  at _2._5DHero.MusicManager.PlayMusic(String Song)
  at _2._5DHero.MusicManager.PlayMusic(String Song, Boolean SearchForIntro)
  at _2._5DHero.MainMenuScreen.Change()
  at _2._5DHero.Basic.SetScreen(Screen newScreen)
  at _2._5DHero.SplashScreen.Update()
  at _2._5DHero.Basic.Update(GameTime gameTime)
  at _2._5DHero.DGame.Update(GameTime gameTime)
  at Microsoft.Xna.Framework.Game.Tick()
  at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
  at Microsoft.Xna.Framework.GameHost.OnIdle()
  at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
  at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
  at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
  at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  at System.Windows.Forms.Application.Run(Form mainForm)
  at Microsoft.Xna.Framework.WindowsGameHost.Run()
  at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
  at Microsoft.Xna.Framework.Game.Run()
  at _2._5DHero.Program.Main(String[] args)

You should report this error.

Go to "http://pokemon3d.net/forums/6/create-thread/" to report this crash there.
 

nilllzz

Original Developer
Administrator
P3D Developer
The last time I saw this error, reinstalling XNA 4.0 helped.
You can also look at this: [faq=6][/faq]
 

paqao

Fisherman
Thread could be closed. XNA reinstallation don't help :(
I've got Windows 8.1 N 'version' and it hasn't Media Player.
Only thing I could do is waiting for update or download another version.
Anyway, Thanks Nillzz
 
Top