Author Topic: Most of my games are giving me an error?  (Read 484 times)

0 Members and 1 Guest are viewing this topic.

Offline TheOriginalNox

  • Not So New
  • *
  • Posts: 5
  • Karma: 0
  • Gender: Male
Most of my games are giving me an error?
« on: July 30, 2010, 02:58:11 AM »
On many of the games I’ve installed I get an error when I attempt to submit a score. The quote below is from the error log.

Quote
Error while saving score for game "RandomGameName". Submit system might be invalid, should be "ibp32" or user tried to cheat.

I saw a thread about some games needing an /arcade/gamedata/gamename/ folder so I created that, however, none of the games had a gamedata subdirectory in the tar file. They contain a php file, an swf file and a couple of graphics. Can someone give me an idea of what I'm doing wrong. Sorry, if this has been answered somewhere before but I didn't see it and I'm a noob to SMF Arcade.

(FYI: I’m running SMF 2.0 RC3 and SMF Arcade 2.5 RC1.)
« Last Edit August 09, 2010, 06:10:18 PM by Underdog »

Offline ozzie

  • Not So New
  • *
  • Posts: 43
  • Karma: 4
  • Gender: Male
Re: Most of my games are giving me an error?
« Reply #1 on: July 30, 2010, 04:44:29 PM »
Quote
Error while saving score for game "RandomGameName". Submit system might be invalid, should be "ibp32" or user tried to cheat.


when u see this error,you need to click edit game and in the edit screen u will see score type, use the drop down and set it to "ibp32" you will need to do this to all games reporting that error


Offline Underdog

  • Empirical
  • Arcade Support Staff
  • *
  • Posts: 286
  • Karma: 9
  • Gender: Male
  • SMF/Games Helper
    • askusaquestion.net
Re: Most of my games are giving me an error?
« Reply #2 on: July 30, 2010, 04:49:16 PM »
If the game(s) in question are in fact v32 save types then they should have included a gamedata folder with extra files in it in the zip/tar archive.
 
You can write your own gamedata file if you know the proper score variable used in the game that has been edited with that save type.

gamedata folders must contain a folder with the proper game file name (same as swf file - minus the swf suffix) which then contains other folders (these differ depending on the game).
One of which will be a text file (game_name.txt) possibly containing something like this:
Code: [Select]
&scoreVar=_root.score&blah=1

The score variable used for the example shown above is: _root.score

An application such as Sothink SWF Decompiler will allow you to read the swf file for locating the main score variable. (READ ONLY!)

<<<<<<<<<<>>>>>>>>>>

Your proper solution would be to download your games from a source that includes the needed gamedata folders.
Read my signature.





 

Offline TheOriginalNox

  • Not So New
  • *
  • Posts: 5
  • Karma: 0
  • Gender: Male
Re: Most of my games are giving me an error?
« Reply #3 on: July 30, 2010, 05:00:00 PM »
@ozzie

The Submit System drop down list had these options:
-   SMF Arcade v2 (Actionscript 2)
-   SMF Arcade v1
-   Custom Game (PHP)
-   IBP Arcade
-   IBP Arcade v3
-   IBP Arcade v3.2
-   V3Arcade
-   PhpBB (ActivityMod)

I’ve tried setting it to each of the IBP options but the games generate the same error for each.



@Underdog

I picked these up from ibpArcade Downloads. I was told it is a good site for games.

Offline Underdog

  • Empirical
  • Arcade Support Staff
  • *
  • Posts: 286
  • Karma: 9
  • Gender: Male
  • SMF/Games Helper
    • askusaquestion.net
Re: Most of my games are giving me an error?
« Reply #4 on: July 30, 2010, 05:06:44 PM »

That is a good site for downloads and they include the proper files.

The save type setting for a game giving that error is: IBP Arcade v3.2 and any game that is actually set to save like that requires its own gamedata/game_name folder tree.

Offline TheOriginalNox

  • Not So New
  • *
  • Posts: 5
  • Karma: 0
  • Gender: Male
Re: Most of my games are giving me an error?
« Reply #5 on: July 30, 2010, 05:17:33 PM »
Okay, just as a test I went to their v32 section and selected 'Go Go Pets' from page 3 (at random). Then I downloaded it and viewed the tar with PeaZip. It only shows 4 files and no directories. But if I understand you correctly, I should be seeing a folder with more files in this tar or any other I get from their V32 area? Could this be a problem with PeaZip?

Offline Underdog

  • Empirical
  • Arcade Support Staff
  • *
  • Posts: 286
  • Karma: 9
  • Gender: Male
  • SMF/Games Helper
    • askusaquestion.net
Re: Most of my games are giving me an error?
« Reply #6 on: July 30, 2010, 06:51:56 PM »
I meant the original zip file from the ipb site. The arcade installs the folder from the zip archive to: arcade/gamedata/game_name/ ... files

Offline TheOriginalNox

  • Not So New
  • *
  • Posts: 5
  • Karma: 0
  • Gender: Male
Re: Most of my games are giving me an error?
« Reply #7 on: July 30, 2010, 08:22:02 PM »
It looks like my problem was Peazip. I went to your sight and downloaded Pinboliada as a zip file. When I opened it with Peazip it didn't show a gamedata folder. However, when I opened the same zip file with Explorer it showed a gamedata folder. :thumb:

I couldn't look at the tar files from ibp with Explorer so I was relying on Peazip to tell me what was there. Now I'm thinking that if I find a different tar extractor I will find that the files I downloaded before have gamedata folders as well. I don't know why the crap Peazip doesn't show the folders but it isn't. :-\



Just a final confirmation. I downloaded a copy of 7-Zip and reviewed the tar files that appeared to be incomplete in Peazip. Each of the tars had a gamedata folder that wasn't showing up in Peazip.
« Last Edit July 30, 2010, 08:51:48 PM »

Offline Underdog

  • Empirical
  • Arcade Support Staff
  • *
  • Posts: 286
  • Karma: 9
  • Gender: Male
  • SMF/Games Helper
    • askusaquestion.net
Re: Most of my games are giving me an error?
« Reply #8 on: July 31, 2010, 01:21:50 AM »
It looks like my problem was Peazip. I went to your sight and downloaded Pinboliada as a zip file. When I opened it with Peazip it didn't show a gamedata folder. However, when I opened the same zip file with Explorer it showed a gamedata folder. :thumb:

I couldn't look at the tar files from ibp with Explorer so I was relying on Peazip to tell me what was there. Now I'm thinking that if I find a different tar extractor I will find that the files I downloaded before have gamedata folders as well. I don't know why the crap Peazip doesn't show the folders but it isn't. :-\



Just a final confirmation. I downloaded a copy of 7-Zip and reviewed the tar files that appeared to be incomplete in Peazip. Each of the tars had a gamedata folder that wasn't showing up in Peazip.

7zip is good. I use winrar to decompress all my archives and for the arcade games I use winzip to compress them.
However,  winrar will not compress files into tar, for this I would use 7zip but I prefer to compress my arcade games in zip format (my preference).
In fact, the download option in my arcade does this automatically.

<<<<<<<<<<>>>>>>>>>>

You have confirmed that you have the proper files for these v32 games but for some reason your arcade is not presetting these save types properly.
The only time I had this problem I fixed it by uninstalling my arcade (and deleting its files from install list) and then installing it again.

I am guessing that there may have been flagged errors during install that were not manually parsed. This means the arcade is possibly missing an edit to a file that it needs to function properly.

Do you remember if the arcade installed properly without flagging any errors? You can try what I mentioned above and if there are any editing errors, you must do those edits manually.

Offline TheOriginalNox

  • Not So New
  • *
  • Posts: 5
  • Karma: 0
  • Gender: Male
Re: Most of my games are giving me an error?
« Reply #9 on: July 31, 2010, 11:35:49 PM »
I've done a reinstall and stared loading the games. It looks like the problems are solved. *crosses fingers*

 

Related Topics

  Subject / Started by Replies Last post
3 Replies
621 Views
Last post February 25, 2007, 11:56:22 PM
by DemonicInfluence
14 Replies
1587 Views
Last post February 10, 2007, 04:31:25 AM
by brianwids
5 Replies
877 Views
Last post July 04, 2007, 09:23:26 AM
by rider
5 Replies
1099 Views
Last post September 04, 2007, 05:13:58 PM
by cferd
3 Replies
433 Views
Last post January 02, 2008, 04:37:36 PM
by DeathSign