Vehicle radio receiver not working

Forum for general requests for support for players. Both staff members and veteran players can help new players with problems they encounter. No chatting in this forum, please.

Moderators: Public Relations Department, Players Department, Programming Department

User avatar
suchy
Posts: 2000
Joined: Mon Aug 28, 2006 10:06 am
Location: Under your bed, waiting for you to turn off the light

Vehicle radio receiver not working

Postby suchy » Wed May 12, 2010 7:01 pm

I recently made radio receiver and transmitter for one of my character's cars. Receiver is not working for sure... Before you ask - I checked frequency.
Any idea what is wrong?
You still stood there screaming
No one caring about these words you tell
My friend, before your voice is gone
One man's fun is another's hell!

Wyjdź z domu. Może pod twoim blokiem napierdalają się magowie.
User avatar
Ice-Man
Posts: 326
Joined: Mon Jun 26, 2006 6:09 pm
Location: Here and there

Re: Vehicle radio receiver not working

Postby Ice-Man » Wed May 12, 2010 7:40 pm

I know there's issue with receivers on ships, but never encountered one when in a car, although it's the same receiver on both vehicles.
Image
ImageImage
User avatar
Doug R.
Posts: 14857
Joined: Wed Mar 23, 2005 6:56 pm
Contact:

Re: Vehicle radio receiver not working

Postby Doug R. » Thu May 13, 2010 2:26 am

There have been reported issues with vehicles, but they were specific vehicles only. Maybe you're one of the unlucky ones.
Hamsters is nice. ~Kaylee, Firefly
User avatar
suchy
Posts: 2000
Joined: Mon Aug 28, 2006 10:06 am
Location: Under your bed, waiting for you to turn off the light

Re: Vehicle radio receiver not working

Postby suchy » Thu May 13, 2010 7:26 am

Och :(
Is there anything that can be done with it? Or do I have to abandon my car? ;)
You still stood there screaming
No one caring about these words you tell
My friend, before your voice is gone
One man's fun is another's hell!

Wyjdź z domu. Może pod twoim blokiem napierdalają się magowie.
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Re: Vehicle radio receiver not working

Postby SekoETC » Thu May 13, 2010 9:07 am

Radios require an entry in both the radios and objects table. Sometimes they're only added to the objects table, which means they don't have a "soul" and thus don't work. It's easy enough to add them to the radios table if there's no entry but if there's already an entry then it would be about coordinates going out of sync again.
Not-so-sad panda
AlchemicRaker
Posts: 311
Joined: Thu Feb 05, 2009 4:56 am

Re: Vehicle radio receiver not working

Postby AlchemicRaker » Thu May 13, 2010 9:30 am

SekoETC wrote:Radios require an entry in both the radios and objects table. Sometimes they're only added to the objects table, which means they don't have a "soul" and thus don't work. It's easy enough to add them to the radios table if there's no entry but if there's already an entry then it would be about coordinates going out of sync again.

Either way, that doesn't sound too difficult to repair... is it?

- Natso
wadko
Posts: 544
Joined: Tue Jul 25, 2006 8:51 am

Re: Vehicle radio receiver not working

Postby wadko » Thu May 13, 2010 11:48 am

To whom report a car with a radio that dosen't work?
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Re: Vehicle radio receiver not working

Postby SekoETC » Thu May 13, 2010 12:37 pm

I checked and there were 8 vehicle radio receivers, 7 vehicle radio transmitters and 1 regular receiver that were missing an entry. They have been added now.

And Natso, no, I've done this a couple of times in the past so I wrote a query for it and saved it in notepad so it's just a matter of copypasting it. But I wonder why some radios are added without a problem while some are not.
Not-so-sad panda
User avatar
Doug R.
Posts: 14857
Joined: Wed Mar 23, 2005 6:56 pm
Contact:

Re: Vehicle radio receiver not working

Postby Doug R. » Thu May 13, 2010 12:59 pm

Seko, can your query be converted into a tool like the ship fixing tool?
Hamsters is nice. ~Kaylee, Firefly
User avatar
suchy
Posts: 2000
Joined: Mon Aug 28, 2006 10:06 am
Location: Under your bed, waiting for you to turn off the light

Re: Vehicle radio receiver not working

Postby suchy » Thu May 13, 2010 1:14 pm

Well... I'm afraid mine is still not working.
You still stood there screaming
No one caring about these words you tell
My friend, before your voice is gone
One man's fun is another's hell!

Wyjdź z domu. Może pod twoim blokiem napierdalają się magowie.
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Re: Vehicle radio receiver not working

Postby SekoETC » Thu May 13, 2010 2:40 pm

It's odd if it isn't because I checked your location id and it was on the list, both the receiver and the transmitter. Of course I could also run the other query to see if coordinates are out of sync, but that shouldn't be happening anymore since the sailing script was fixed.

Edit: There are 150 that are out of sync so either they haven't sailed since the bug was fixed or the bug wasn't fixed properly after all... I've updated those 150. If this keeps happening then it would be good to have a tool.
Not-so-sad panda
User avatar
suchy
Posts: 2000
Joined: Mon Aug 28, 2006 10:06 am
Location: Under your bed, waiting for you to turn off the light

Re: Vehicle radio receiver not working

Postby suchy » Thu May 13, 2010 3:03 pm

*sighs* It looks like I'm cursed, because it's still not working. Both receiver and transmitter from what I see. Just great...
You still stood there screaming
No one caring about these words you tell
My friend, before your voice is gone
One man's fun is another's hell!

Wyjdź z domu. Może pod twoim blokiem napierdalają się magowie.
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Re: Vehicle radio receiver not working

Postby SekoETC » Thu May 13, 2010 3:11 pm

Umm, according to the database, your vehicle's coordinates are NULL so synchronizing with that obviously doesn't work.

There were 616 locations with coordinates NULL that have a parent location. I updated them to have the coordinates of their parent location if the parent location doesn't have NULL coordinates, after which I ran the query a second time and found 22 locations that were apparently sub locations of others that had previously had NULL for coordinates.
Not-so-sad panda
User avatar
Doug R.
Posts: 14857
Joined: Wed Mar 23, 2005 6:56 pm
Contact:

Re: Vehicle radio receiver not working

Postby Doug R. » Thu May 13, 2010 3:23 pm

Welcome to the void...
Hamsters is nice. ~Kaylee, Firefly
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Re: Vehicle radio receiver not working

Postby SekoETC » Thu May 13, 2010 3:39 pm

8 more radios updated after updating the coordinates in the locations table. Hopefully yours were among those.
Not-so-sad panda

Return to “General Support”

Who is online

Users browsing this forum: No registered users and 1 guest