Status
Not open for further replies.

Emeralda

New member
I keep getting this error after uploading a game: Screenshot by Lightshot

And that's when there was only one game. With second one, there was twice more errors, third game, triple that.

In other news: Screenshot by Lightshot the two links there led me to Screenshot by Lightshot

Screenshot by Lightshot <- I can't find an option to disable the trophies in postbit, I had to temporarily hid them in template

Games downloaded from Mochi, scores don't save.

What's the link to v3arcade live install? Screenshot by Lightshot

Suddenly this started happening: Screenshot by Lightshot

I just noticed that the button Begin Playing leads to SiteName.com/#, does this have anything to do with it? I asked around, and I'm the only one getting that error, and I noticed I get the same here, so is this a browser bug? I even cleared all the cache and files from Opera, and nothing.

PS. I posted some of those bugs on vBulletin.org, but there was no answer >.<
 
Thanks for waiting!

1) On the game import page, it will list a bolded path on your server that needs to be chmod 777 - please check that.

2) Thanks, I need to update those links! To locate and modify the phrases in the meantime, go to the phrase manager and search for "dbtech_vbarcade_alert_" as phrase variable name only. Both of them are under the vBArcade Phrase section.

3) Under vbarcade configuration, set Maximum Postbit Trophies to 0 as per the description.

4) Do you have your mochi publisher ID and secret set? Edit a mochi game that does not save the scores, and let me know what it says for scoring system, score sorting, and score format.

5) v3 arcade has suspended their live install service indefinitely. Specifically because vBArcade implemented it.

6) That would happen if a game were broken, for example if the files it needed to install were not moved into position due to the bug from 1)

I can take a closer look for you if you PM me an admin login with arcade permissions. Some may require FTP eventually, but after I have a look I will let you know if I need that additional access.
 
1. I've chmodded the whole vbarcade folder, and I'm still getting it. Adding an eighth game resulted in something so long:

(snip)

6. It's only happening on this computer. The arcade works for everyone else or if I use Opera on a different computer.
 
Last edited by a moderator:
1) this might actually be a duplicate of another issue. the fix:

In (forums)/dbtech/vbarcade/functions_arcade.php find
PHP:
if ($dir AND !is_dir($tree .= '/' . $dir)) mkdir($tree, 0777);
replace with
PHP:
if ($dir AND !@is_dir($tree .= '/' . $dir)) mkdir($tree, 0777);

After that, try re-importing the games you already imported that had the error. The error should be gone.

4, 6) Let me know after doing the above if these are alleviated
 
It was already there:

PHP:
				foreach ($dirs AS $dir)
				{	//create any folders needed
					if ($dir AND !@is_dir($tree .= '/' . $dir)) mkdir($tree, 0777);
				}
 
Above the line I told you to find, can you put:
PHP:
echo "$tree/$dir|";

then import one game again, and paste for me the chunk of errors you get. that will show the folders it is trying to create.
 
Okay, I think it is safe to remove the line you just added, and edit the line you located to change

PHP:
if ($dir AND !@is_dir($tree .= '/' . $dir)) mkdir($tree, 0777);

to

PHP:
if ($dir AND !@is_dir($tree .= '/' . $dir)) @mkdir($tree, 0777);

should take care of 1)
 
I got only one line of error this time:

Warning: mkdir() [function.mkdir]: No such file or directory in [path]/dbtech/vbarcade/functions_arcade.php on line 133


For the last point, just to clarify it, it's not something on my site, but on my side. I get this on this computer only, but when I change computers, arcade games work. Here, I even get that bug on this site:

ace3b545f84848c7b1e45c2.png


4) I tried playing a Mochi game here: http://img15.imageshack.us/img15/2029/e129094a9e8f479c8a4385c.png and after I ended it, the score was submitted to their site, but it wasn't added to the local scoreboard

---------- Post added 25th February 2012 at 14:20 ---------- Previous post was 16th February 2012 at 23:24 ----------

So... any progress on the first error?
 
Last edited:
You can remove the edit again.

Interesting, it throws the error on a path it already successfully generated 3 times prior in the same run.

Can you zip and attach for me the game_BJ3AS3v2DR you are trying to import? It is possible that is simply a bad game (run into these before) - the other ones you are importing are doing so quietly :p
 
It's currently in public_html.

---------- Post added at 15:50 ---------- Previous post was at 12:12 ----------

Hmm, for not being able to play the arcade, I think it's the computer, not the browser thing. I just tried in IE, and it was showing only a red cross in the top left corner. What things does vBArcade require? Something like java, flash, silverlight, ms redistributable? Should I try reinstalling one of those?

---------- Post added 3rd March 2012 at 16:01 ---------- Previous post was 29th February 2012 at 15:50 ----------

I've updated Java to version 7, cleared all cache and cookies (I think) and it still doesn't work on this computer for me.

---------- Post added 6th April 2012 at 15:38 ---------- Previous post was 3rd March 2012 at 16:01 ----------

Rawr?
 
Sounds like you still have one of the edits I had you make in the past. Can you upgrade to v1.2.0 (or a fresh copy of it) of vbarcade. I will check it in opera in the meantime.
 
Status
Not open for further replies.

Similar threads

  • Locked
  • Support ticket
Question Flash Player
Replies
5
Views
1K
  • Locked
  • Support ticket
Question html5 games
Replies
4
Views
1K
  • Locked
  • Support ticket
Question Arcade Menu
Replies
4
Views
1K
  • Locked
  • Support ticket
Question Importing Games
Replies
6
Views
1K

Legacy vBArcade

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
898
Customer rating
0.00 star(s) 0 ratings
Back
Top