[BUG] BIG BUG on Planets!!!

Talk about the online play and eSport / team

Moderator: English Moderator

User avatar
xGEKKOx
Posts: 203
Joined: 18 Jul 2011, 21:04

Re: [BUG] BIG BUG on Planets!!!

Post by xGEKKOx »

Good question too...
Anyway when i said "the players leave the game" i didn't mean "forever", but until the game is fixed.
I don't know you, but you got to understand 1 time and forever that there are peoples different from you (talking to people that when talk seems Jesus Christ)...
There are people that likes FS and peoples that like LOL tracks, so there are peoples that like bugged games and peoples that don't like bugged games.
So much players will not play the game.
That's all.
We need a fix :D

Edit : KapSubM introduced a valid possibility to solve the bug.
Maybe the database point to some TMU account (if they are equal) and the transaction get validated but the coppers go down instead planets.
This is a possibility. :clap:
TPS Gaseco - iPhone TM Remote Controller - GOS Coder
User avatar
kapsubm
Posts: 238
Joined: 16 Aug 2011, 23:38
Location: Vienna, Austria
Contact:

Re: [BUG] BIG BUG on Planets!!!

Post by kapsubm »

the thing is: my account has the same login name on tmuf and on tm2, my friend´s acount is officially linked (he bought the gamer later) and he cant donate, an other friend can also not and his acount is linked also, another acount i knwo where the donates are working is a fresh one without any link to tmuf. as i ve checked my old tmuf acount there ´s no reall change in the amount of coppers. ( as a fact i did like the idea to transfer my old coppers to planets :)=


i am still not shure if my acount is allready linked to tmuf, because when i registered my acount to tm2
there was no sign of my acount could been linked to the old one. (i was lucky to get the same acountname again)

in new acounts i know that the game asks if u have had a tmuf acount. - maybe there´s the problem.
would be nice if some of u guys could also post some working and non working transaction numbers to find a picture out of the single acounts. ( just console out the transaction with GetBillState ) u might find it in the logs then .

some transactions from my debugs:

Code: Select all

Working payment:
[16.09.11 02:29:22] 
Donate Status ubm for 100 Planets:
Array
(
    [State] => 4
    [StateName] => Payed
    [TransactionId] => 10623
)

and non working ( payed but not really payed)
[16.09.11 13:17:49] 4 Donate Status raggie for 50 Planets
Array
(
    [State] => 4
    [StateName] => Payed
    [TransactionId] => 11522
)


and a working one from same ip (nearly same time)
[16.09.11 13:19:47] 4 Donate Status katinka for 50 Planets
Array
(
    [State] => 4
    [StateName] => Payed
    [TransactionId] => 11523
)

non working:
[16.09.11 13:28:17] 4 Donate Status raggie for 50 planets
CODE: ALLES AUSWÄHLEN
Array
(
    [State] => 4
    [StateName] => Payed
    [TransactionId] => 11564
)

Join CSeSports Platform Server

[url=maniaplanet://:maniaplanet://#join=cs.esports@Platform@nadeolive]CS.eSportsPlatform 0-60K With Fox Control[/url]
[url=maniaplanet://:maniaplanet://#join=csesports2@SMStorm]CS.eSports SM Royal 0-60 k 40 players With Smart Servercontroller[/url]
[url=maniaplanet://:maniaplanet://#join=cs.esports1@TMCanyon]CS.eSports Stunts in Canyon with Smart Servercontroller[/url]
User avatar
xGEKKOx
Posts: 203
Joined: 18 Jul 2011, 21:04

Re: [BUG] BIG BUG on Planets!!!

Post by xGEKKOx »

Thx for posting some logs.
In this way we can help.
TPS Gaseco - iPhone TM Remote Controller - GOS Coder
User avatar
Gugli
Nadeo
Nadeo
Posts: 536
Joined: 14 Jun 2010, 17:35
Location: Mon PC est à Paris, mais mon coeur rode dans les forêts de Lozère

Re: [BUG] BIG BUG on Planets!!!

Post by Gugli »

Indeed : logs are very useful. We can work much faster when we have the Id of the transaction and the logins of concerned accounts.

Here's the problem : we have changed transactions code during the last weeks. So your logs from 16 September reveal a bug that (we think) we fixed last week. But we may have failed to fix it, or even introduced another one -_-'
Could you send more recent logs of this bug occurrence ???

Meanwhile we are trying to get this bug reproduced here.

We're very sorry for not noticing this bug report before. As it had been said : Xbx is in charge of the dedicated server, and is currently on holidays (and I can assure you those were deserved ^_^). So the sub-forum concerning dedi's has been quite overlooked lately.

EDIT : We reproduced the bug here. As the saying goes : "A bug reproduced is a bug corrected". Fix coming soon...
--
(>~_~)> ═╦═ ╔╦╗ <(~_~<)
Pesky
Posts: 39
Joined: 22 Jun 2010, 12:11

Re: [BUG] BIG BUG on Planets!!!

Post by Pesky »

good News
TahoeMac
Posts: 1
Joined: 26 Sep 2011, 12:39

Re: [BUG] BIG BUG on Planets!!!

Post by TahoeMac »

If you would like help in recreating the bug, I am one of the people who are affected by it. Login is TahoeMac.

edit: My timezone is gmt -8, but I am avalabile most mornings CET.
User avatar
kapsubm
Posts: 238
Joined: 16 Aug 2011, 23:38
Location: Vienna, Austria
Contact:

Re: [BUG] BIG BUG on Planets!!!

Post by kapsubm »

one working transaction, one non working transaction:
the Names are th Login Names, ServerAcount is "csesports2"

Code: Select all

[26.09.11 14:56:10] Player ubm initated SendBill with /donate 50
[26.09.11 14:56:10] Server Planets before Transaction 2352
[26.09.11 14:56:10] Local Transaction ID: 37
Array
(
    [State] => 4
    [StateName] => Payed
    [TransactionId] => 48887
)
[26.09.11 14:56:19] Server Planets after Transaction 2401

[26.09.11 14:56:51] Player raggie initated SendBill with /donate 50
[26.09.11 14:57:03] Server Planets before Transaction 2401
[26.09.11 14:57:03] Local Transaction ID: 38
Array
(
    [State] => 4
    [StateName] => Payed
    [TransactionId] => 48892
)
[26.09.11 14:57:06] Server Planets after Transaction 2400
and again a working one (hard taxes there :)

Code: Select all

[26.09.11 15:15:21] #################################################################
[26.09.11 15:15:21] Player ubm initated SendBill with /donate 15
[26.09.11 15:15:21] Server Planets before Transaction 2553
[26.09.11 15:15:21] Local Transaction ID: 46
Array
(
    [State] => 4
    [StateName] => Payed
    [TransactionId] => 48954
)
[26.09.11 15:15:27] Server Planets after Transaction 2567
[26.09.11 15:15:27] #################################################################
everyone welcome to hop on the server and donate with /donate <amount> (dont use the buttons on top left, as i
do not monitor the buttons, only command /donate .

[manialink=]maniaplanet://#join=csesports2[/manialink]
Last edited by kapsubm on 26 Sep 2011, 14:21, edited 2 times in total.
Join CSeSports Platform Server

[url=maniaplanet://:maniaplanet://#join=cs.esports@Platform@nadeolive]CS.eSportsPlatform 0-60K With Fox Control[/url]
[url=maniaplanet://:maniaplanet://#join=csesports2@SMStorm]CS.eSports SM Royal 0-60 k 40 players With Smart Servercontroller[/url]
[url=maniaplanet://:maniaplanet://#join=cs.esports1@TMCanyon]CS.eSports Stunts in Canyon with Smart Servercontroller[/url]
User avatar
xGEKKOx
Posts: 203
Joined: 18 Jul 2011, 21:04

Re: [BUG] BIG BUG on Planets!!!

Post by xGEKKOx »

Nice to see Nadeo is fixing it!!
I will add the transaction id also to my logs.
TPS Gaseco - iPhone TM Remote Controller - GOS Coder
User avatar
Gugli
Nadeo
Nadeo
Posts: 536
Joined: 14 Jun 2010, 17:35
Location: Mon PC est à Paris, mais mon coeur rode dans les forêts de Lozère

Re: [BUG] BIG BUG on Planets!!!

Post by Gugli »

This should be fixed right now :3 :3

Thanks for the bug-report, and sorry again for the long time before we've noticed your thread (capslock in title can be helpful sometimes xD).
--
(>~_~)> ═╦═ ╔╦╗ <(~_~<)
User avatar
kapsubm
Posts: 238
Joined: 16 Aug 2011, 23:38
Location: Vienna, Austria
Contact:

Re: [BUG] BIG BUG on Planets!!!

Post by kapsubm »

we tried at my server, and sorry to say, not fixed. -or do i have to restart server ?
Join CSeSports Platform Server

[url=maniaplanet://:maniaplanet://#join=cs.esports@Platform@nadeolive]CS.eSportsPlatform 0-60K With Fox Control[/url]
[url=maniaplanet://:maniaplanet://#join=csesports2@SMStorm]CS.eSports SM Royal 0-60 k 40 players With Smart Servercontroller[/url]
[url=maniaplanet://:maniaplanet://#join=cs.esports1@TMCanyon]CS.eSports Stunts in Canyon with Smart Servercontroller[/url]
Post Reply

Return to “Multiplayer”

Who is online

Users browsing this forum: No registered users and 2 guests