Main > Main Forum
PONG IN MAME
<< < (4/6) > >>
Well Fed Games:

--- Quote from: ark_ader on May 09, 2012, 04:32:49 pm ---Well it could be the installer.  I have VS2010 already installed, so it might be looking for some files.

Works fine with my PC but yeah if I took 10 minutes..... :lol

What I was saying with regards to the 5 minute quip was you can write Pong or any other similar game rather easily and then have the option to customize like backgrounds and special controls.

I'm sure most of you gamers have a game title inside of you just waiting to be published..... :applaud:

--- End quote ---

Yeah, I am totally learning about how to homebrew games, which is why the "5 minute" thing pissed me off... game design, even recreating a classic, is certainly an art form. I really do want to play your pong , and especially the warlords one if you finish it up, so if you have tips let me know.  :cheers:

Jim- thanks as always for being helpful. Maybe since you have it all figured out you can give me a quick write up or a link to what I have to do.
abispac:
If you are wrinting games you need to specify what the requirements does the game needs, just downloading your file and running does nothing, it gives an error...
If you finicsh your other game then please do as i advice.


--- Quote ---PLATFORM VERSION INFO
   Windows          : 5.1.2600.196608 (Win32NT)
   Common Language Runtime    : 4.0.30319.1
   System.Deployment.dll       : 4.0.30319.1 (RTMRel.030319-0100)
   clr.dll          : 4.0.30319.1 (RTMRel.030319-0100)
   dfdll.dll          : 4.0.30319.1 (RTMRel.030319-0100)
   dfshim.dll          : 4.0.31106.0 (Main.031106-0000)

SOURCES
   Deployment url         : file:///C:/Documents%20and%20Settings/Administrator/Desktop/Pong-Ark-BYOAC.application

IDENTITIES
   Deployment Identity      : Pong-Ark-BYOAC.application, Version=1.0.0.0, Culture=neutral, PublicKeyToken=fd8c155012e96aba, processorArchitecture=x86

APPLICATION SUMMARY
   * Installable application.

ERROR SUMMARY
   Below is a summary of the errors, details of these errors are listed later in the log.
   * Activation of C:\Documents and Settings\Administrator\Desktop\Pong-Ark-BYOAC.application resulted in exception. Following failure messages were detected:
      + Downloading file:///C:/Documents and Settings/Administrator/Desktop/Application Files/Pong-Ark-BYOAC_1_0_0_0/Pong-Ark-BYOAC.exe.manifest did not succeed.
      + Could not find a part of the path 'C:\Documents and Settings\Administrator\Desktop\Application Files\Pong-Ark-BYOAC_1_0_0_0\Pong-Ark-BYOAC.exe.manifest'.
      + Could not find a part of the path 'C:\Documents and Settings\Administrator\Desktop\Application Files\Pong-Ark-BYOAC_1_0_0_0\Pong-Ark-BYOAC.exe.manifest'.
      + Could not find a part of the path 'C:\Documents and Settings\Administrator\Desktop\Application Files\Pong-Ark-BYOAC_1_0_0_0\Pong-Ark-BYOAC.exe.manifest'.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
   No transaction error was detected.

WARNINGS
   There were no warnings during this operation.

OPERATION PROGRESS STATUS
   * [5/8/2012 2:55:19 PM] : Activation of C:\Documents and Settings\Administrator\Desktop\Pong-Ark-BYOAC.application has started.
   * [5/8/2012 2:55:19 PM] : Processing of deployment manifest has successfully completed.
   * [5/8/2012 2:55:19 PM] : Installation of the application has started.

ERROR DETAILS
   Following errors were detected during this operation.
   * [5/8/2012 2:55:19 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
      - Downloading file:///C:/Documents and Settings/Administrator/Desktop/Application Files/Pong-Ark-BYOAC_1_0_0_0/Pong-Ark-BYOAC.exe.manifest did not succeed.
      - Source: System.Deployment
      - Stack trace:
         at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
         at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
         at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
         at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
         at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
         at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
         at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
         at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
         at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
      --- Inner Exception ---
      System.Net.WebException
      - Could not find a part of the path 'C:\Documents and Settings\Administrator\Desktop\Application Files\Pong-Ark-BYOAC_1_0_0_0\Pong-Ark-BYOAC.exe.manifest'.
      - Source: System
      - Stack trace:
         at System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
         at System.Net.FileWebRequest.GetResponse()
         at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
      --- Inner Exception ---
      System.Net.WebException
      - Could not find a part of the path 'C:\Documents and Settings\Administrator\Desktop\Application Files\Pong-Ark-BYOAC_1_0_0_0\Pong-Ark-BYOAC.exe.manifest'.
      - Source: System
      - Stack trace:
         at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
         at System.Net.FileWebRequest.GetResponseCallback(Object state)
      --- Inner Exception ---
      System.IO.DirectoryNotFoundException
      - Could not find a part of the path 'C:\Documents and Settings\Administrator\Desktop\Application Files\Pong-Ark-BYOAC_1_0_0_0\Pong-Ark-BYOAC.exe.manifest'.
      - Source: mscorlib
      - Stack trace:
         at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
         at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
         at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
         at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
         at System.Net.FileWebStream..ctor(FileWebRequest request, String path, FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean async)
         at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)

COMPONENT STORE TRANSACTION DETAILS
   No transaction information is available.


--- End quote ---
yotsuya:
I would love to develop my own homebrew to go with my cab's custom theme.
ark_ader:
Yeah that does not look cool.

I will look at it tomorrow and probably just zip up all the files here and see if you guys can get it to work.

I am not preaching here, but I took a look at that config file.  It is not a good idea to install unknown (well I am not a baddie  ;D) applications in your Administrator account.  I would (and do) have a Vmware client running TinyXp just for trying stuff out.  It is completely isolated and has a Virus checker in there as a warning.

Other than that, thanks for at least trying, and I will ask around why this dumb thing didn't do as it was asked.  :whap   
Spacedueler:

--- Quote from: mytymaus007 on May 06, 2012, 09:37:38 pm ---IS there any where to find PONG that uses 2 spinners I also looked into plasma pong seems weird unless you were doing drugs or something plus i can install it windows 7 64bit

--- End quote ---

ATARI ANNIVERSARY EDITION (just of few bucks on ebay) has a nice version of Pong that uses X axis for one paddle, Y axis for the other. I play it all the time with my mame control panel with two spinners (one is on X the other is on Y on a mouse hack).

Also the most recent releases of Stella (Atari 2600 emulator) will allow X and Y spinners - so Video Olympics is a great two player "pong" game
Navigation
Message Index
Next page
Previous page

Go to full version