| Pages: [1] :: one page |
| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Sir Emi
Gallente
|
Posted - 2007.03.22 02:03:00 -
[1]
2007.03.22 02:00:13 Info You are too many jumps away from the installation. You are 2147483647 jumps away but you can only remotely manage over 5 jumps.
I was 2 jumps away, trying to set a research job.
Also I can not modify my market orders remotely.
Space Odyssey Maker...
|

Jex Jast
Go for the booty
|
Posted - 2007.03.22 02:10:00 -
[2]
Check your AP settings, they might be throwing it off. Maybe someone was podkilled in the system between, and you've got "avoid pod killing zones" on.
----- Don't add a pool to sell a house. Fix the windows.
Fixed it. Happy?  Quite . -HornFrog |

Liliane Woodhead
|
Posted - 2007.03.22 02:39:00 -
[3]
Edited by: Liliane Woodhead on 22/03/2007 02:38:21 You are too many jumps away from the installation. You are 2147483647 jumps away but you can only remotely manage over 10 jumps

Look here : Known Issues
|

Pantheon Lea
Farmer Boyz
|
Posted - 2007.03.22 02:51:00 -
[4]
Edited by: Pantheon Lea on 22/03/2007 02:47:40
Originally by: Sir Emi 2007.03.22 02:00:13 Info You are too many jumps away from the installation. You are 2147483647 jumps away but you can only remotely manage over 5 jumps.
Another real life example of not using strongly typed variables.
Unsigned integer can then be 2^32 = 4,294,967,295, signed integer can be a number from -2,147,483,648 to + 2,147,483,647.
Pantheon Lea
|

Valeo Galaem
InterGalactic Corp. Imperial Republic Of the North
|
Posted - 2007.03.22 07:02:00 -
[5]
Yah, I've never understood why CCP uses signed data types for values that could never reasonably be signed, such as absolute distances in game and even DB indexes server-side. That last one caused the DB error last month when the number of transactions rolled over 2^31...
Thar be Pirates
You are not authorised to hack into CONCORD's mainframe Your Wallet has been emptied!
CONCORD Encryption Methods |

Ash Vincetti
Agony Unleashed Agony Empire
|
Posted - 2007.03.22 07:51:00 -
[6]
Yep, all my remote buy/sell orders are still on market, but none of them can be re-started after they expire, or modified. Tells me i'm too far away.
"[ 2007.03.22 07:39:34 ] (info) Your current trade skills level only allows you to issue remote orders bound to stations within 10 jumps distance from your location"
I was 3 jumps away... Funnily enough, this was for a remote SELL order, not buy order. ----- /ash Fancy Sigs are for Fancy People |

Wulfstan
Caldari The Sweeney
|
Posted - 2007.03.22 08:10:00 -
[7]
Edited by: Wulfstan on 22/03/2007 08:11:05 Post killed - misinformation! 
|

Edgars Sults
LFC Lotka Volterra
|
Posted - 2007.03.22 08:13:00 -
[8]
Originally by: Wulfstan Just tried to warp to a gang mate who is 220km away, and it warned me "The person is not a member of your gang, or is not present in this solar system."
Erm, he is in my gang, he's getting bonuses from me, and I can see him 260km away.
I reckon this is the same bug, some number is "rolling over" somewhere with this too.
Did you maybe try to warp to his ship instead of his character? Warping to a ship in the gang doesn't work. Warping to a character does.
The remote sell/buy orders and research jobss need a bugreport, though.
|

Andrue
Amarr
|
Posted - 2007.03.22 08:14:00 -
[9]
Edited by: Andrue on 22/03/2007 08:10:56
Originally by: Valeo Galaem Yah, I've never understood why CCP uses signed data types for values that could never reasonably be signed, such as absolute distances in game and even DB indexes server-side. That last one caused the DB error last month when the number of transactions rolled over 2^31...
It's probably because most CPUs will have a certain width of integer that they are most suited to work with and it makes sense to present it as signed because otherwise you can't readily support all the basic maths operators ('-' is hard to support without the concept of -ve values).
Most typically the width of this magical integer is the declared width of the CPU so a 16-bit CPU typically uses signed 16-bit values. This doesn't mean that an 8-bit CPU can't directly manipulate 16-bit values (and indeed the Z80 most certainly could) but it usually means it's less convenient.
Anyway this 'perfect width' gets built into the language, then the RTL then the framework. It has it's good and it's bad points.
It's good for the portability of high-level code. I've been through a change from 16-bit ints to 32-bit ints and the code that talked to the GUI framework didn't need any changes. My arrays that used to have a range of 0 to 32,768 now had a much greater range and so did the visual components they were being loaded into.
Where using an int is bad is mainly in structures that are being used to interact with systems outside of the application. In that case you should stick to specific variable widths.
In the case of the auto-pilot...meh. I can't see a problem with using a signed int. It's plenty wide enough. I'm slightly intrigued though. If it was saying that the number was -ve I could understand it better. That would be -1_ui64 being put into an _i32 implying unsigned values deeper in the code and signed values in the UI. -- (Battle hardened industrialist)
[Brackley, UK]
Please don't read this signature. |

Wulfstan
Caldari The Sweeney
|
Posted - 2007.03.22 08:14:00 -
[10]
Edited by: Wulfstan on 22/03/2007 08:11:36
Originally by: Edgars Sults Did you maybe try to warp to his ship instead of his character? Warping to a ship in the gang doesn't work. Warping to a character does.
Doh. Never knew that. Arse. Have killed my post so as not to obfuscate this thread too much. Sorry about that. 
Edit: Forgetting my manners ... "thanks" !
|

Epitrope
The Citadel Manufacturing and Trade Corporation
|
Posted - 2007.03.22 09:48:00 -
[11]
I see a long list of known issues, but I don't see anything regarding remote research, manufacturing, or trade. Anyone have any workarounds, aside from the obvious "go to the item's place"?
|

Unrah
Gallente Capital Inc. Capital Alliance
|
Posted - 2007.03.22 09:55:00 -
[12]
I have the same problem with remote research and production as well, very annoying!! Any official statements on that?
|

Edgars Sults
LFC Lotka Volterra
|
Posted - 2007.03.22 12:37:00 -
[13]
Originally by: Wulfstan Edited by: Wulfstan on 22/03/2007 08:11:36
Originally by: Edgars Sults Did you maybe try to warp to his ship instead of his character? Warping to a ship in the gang doesn't work. Warping to a character does.
Doh. Never knew that. Arse. Have killed my post so as not to obfuscate this thread too much. Sorry about that. 
Edit: Forgetting my manners ... "thanks" !
Well, logically, warping to his ship should work, but it's bugged, so it doesn't. I don't think it has ever worked. I've reported it, but so far it seems that for CCP it's a 'feature'.
|

Mecinia Lua
Galactic Express Frontier Trade League
|
Posted - 2007.03.22 12:40:00 -
[14]
I've had the problem with remote sell orders and buy orders.
Had it just before DT another friend was telling me and we didn't have time with a minute to go to file petitions.
Galactic Express Recruitment Post Thoughts expressed are mine and |

Tramp Oline
|
Posted - 2007.03.22 12:44:00 -
[15]
That's a mighty long list of 'known issues'. 
They somehow broke quite a bit of the stuff that they fixed over the last year.
Grrr
Originally by: Epitrope I see a long list of known issues, but I don't see anything regarding remote research, manufacturing, or trade. Anyone have any workarounds, aside from the obvious "go to the item's place"?
|

Mecinia Lua
Galactic Express Frontier Trade League
|
Posted - 2007.03.22 12:47:00 -
[16]
I forgot to mention, I also had problems doing a direct sale in a station.
I took an item to the station directly and tried to sell it. Got some error message. this was just as servers were going down....
Galactic Express Recruitment Post Thoughts expressed are mine and |

Kagura Nikon
Minmatar MASS HOMICIDE The Foundation.
|
Posted - 2007.03.22 12:50:00 -
[17]
think CCPers are all java programmers that don't understand the concept of unsigned.
If brute force doesn't solve your problem... you are not using enough |
| |
|
| Pages: [1] :: one page |
| First page | Previous page | Next page | Last page |