Help me with my problem

I got a screenshot that i cannot post here cause supposedly it to big for the server so can ya'll email me at redeagle1998@outlook.com and i will send you the picture. Anyway let me give some background to this i work in a arcade and one of the games goes down and it happened to be temple run so i was left with freebsd command line guess it from unix but i don't speak code and their wasn't a instruction manual to come with this game.
 
Here's a .pdf for the Temple Run arcade game manual:

http://www.coastalamusements.com/images/stories/virtuemart/product/templerunmanual_rv_183_445.pdf

MENU OPTIONS
Press the MENU button inside the coin door to enter the Main Set up Menu.
Use the trackball to navigate the menu items.
Press the select button to select an option.
Use the trackball to modify the option.
Press the select button to save that setting.
Use NEXT PAGE and PREV PAGE to advance through the menu.
Select EXIT when you complete the set up.
 
Webp.net-resizeimage.png
 
well, the culprit is just this line:
Code:
Shared object "libopenal.so.1" not found, required by "tr"
tr seems to be the actual executable of the game, openal is a library for 3D sound, kind of makes sense. But I have doubts we can tell you why it is missing.

On a "normal" installation, pkg install openal would likely fix the issue. But the facts that a) this is about a now unsupported FreeBSD version (9.1) and b) it's probably a customized one as well if it comes with an arcade machine -- makes it quite difficult to suggest you something.
 
My suggestion to the OP would be to contact the vendor, other than that - the version of FreeBSD mentioned is EOLed for a long time now.

Also reading the sign up mail would be appreciated.
 
We kinda have similar for a local museum arcade game. We use OpenCV that very occasionally segfaults with a certain dodgy webcam chipset. We cannot handle it correctly so instead we have a small script that restarts the game if it closes with != 0 error code.

It is a bit of a hack but if your problem is quite rare, it might be a good intermediate until you can replace the broken software component. You said you have virtually no experience with code so if you do decide to go this route, then let me know and I will try to direct you through.
 
My suggestion to the OP would be to contact the vendor, other than that - the version of FreeBSD mentioned is EOLed for a long time now.

Also reading the sign up mail would be appreciated.
Thanks for your help, i contacted the vendor waiting for a response
 
We kinda have similar for a local museum arcade game. We use OpenCV that very occasionally segfaults with a certain dodgy webcam chipset. We cannot handle it correctly so instead we have a small script that restarts the game if it closes with != 0 error code.

It is a bit of a hack but if your problem is quite rare, it might be a good intermediate until you can replace the broken software component. You said you have virtually no experience with code so if you do decide to go this route, then let me know and I will try to direct you through.
Im a tech guy, but coding out of my field I am open to suggestions
 
well, the culprit is just this line:
Code:
Shared object "libopenal.so.1" not found, required by "tr"
tr seems to be the actual executable of the game, openal is a library for 3D sound, kind of makes sense. But I have doubts we can tell you why it is missing.

On a "normal" installation, pkg install openal would likely fix the issue. But the facts that a) this is about a now unsupported FreeBSD version (9.1) and b) it's probably a customized one as well if it comes with an arcade machine -- makes it quite difficult to suggest you something.
Thanks for your help, i was just going reload the OS but it hard when you don't got a install disk nor disk drive. But im open to suggestions
 
To give a little more information i figured reloading the OS would fix it but there is no disk nor disk drive just a keyboard. I have recently contacted the vendor and i am waiting for a response any other suggestions are welcome already tried turning the game on and back off and end up with this error every time. Question would it just be cheaper to buy another arcade game than to spead money to get this repaired by a professional if it comes down to it?
 
Question would it just be cheaper to buy another arcade game than to spead money to get this repaired by a professional if it comes down to it?

The ones I saw listed when looking for your Owners Manual were going for $2999. Surely it wouldn't cost that much to get it fixed.
 
The ones I saw listed when looking for your Owners Manual were going for $2999. Surely it wouldn't cost that much to get it fixed.
I'm just a employee at the arcade where it about to be my job to fix the games so i figured I start here with temple run. I doubt the owner would pay someone to fix it other than the employees.
 
Last edited:
I doubt the owner would pay someone to fix it other than the employees cause he pretty cheap but surprisingly runs a very successful business.

The two are far from being mutually exclusive. At least you can show him you tried your best, it's his problem to deal with ultimately.
 
Heh, the fact you are on these forums means that you have already put in more effort than is required from most arcade employees ;)

Send me a PM if you are interested in my method of restarting the program if it crashes. I will then take you through the process or writing the script and launching it. I don't imagine we will be able to set me up with remote access so it may take a little bit of time to relay the instructions. Perhaps IRC or something.
 
Heh, the fact you are on these forums means that you have already put in more effort than is required from most arcade employees ;)

Send me a PM if you are interested in my method of restarting the program if it crashes. I will then take you through the process or writing the script and launching it. I don't imagine we will be able to set me up with remote access so it may take a little bit of time to relay the instructions. Perhaps IRC or something.

I know this is 6 years later and a total long shot, but you seem to be the person most willing and knowledge enough to help me. I have a Temple Run that threw 'readin failed' 'unable to load kernel.' After trying a few obvious things I called the company that made the game, they are usually super helpful for most games. We came to the conclusion that my USB with the game on it had 'died' and I ordered a new one. It came in and now is saying 'invalid partition table' and I about to buy a new MB thinking it's bad and messing with the USB. I think I'm detecting keyboard problems loading into bios and boot menu and boot can be painfully slow. Could this be an imaging problem on the USB or am I correct thinking it's the MB? Like I said, just a long shot, but thanks in advance if you even see this.
 
Back
Top