google-code-export / mobbler

Automatically exported from code.google.com/p/mobbler
0 stars 0 forks source link

USER 11 panic when trying to shout in event's shoutbox #730

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
run Mobbler - Switch to online mode - View: Events - select one - View: 
Shoutbox - Shout - open - CRASH!

Panic codes:
Mobbler
USER 11

Mobbler CLF
USER11

What is the expected output? What do you see instead?
Expected is opened dialog box to write text and sendind msg to the server. 
Instead is main or Application window.

If applicable, does the problem occur over both wifi and packet data, orust one?
Problem occurs with both types of connection.

Are you a paying Last.fm subscriber or a Last.fm member?
No

What is your Last.fm username?
_Araya_

What version of Mobbler are you using?
v. 2.10(314)

What phone are you using?
NOKIA E72-1

Which firmware version (dial *#0000# to find out)?
081.003

Which mobile opertator do you use?
PLAY

Which country are you in?
Poland

Any additional information below.
Unsuccesful is also try to write shout to event in other ways i.e. through 
friend's events list or band's events list. 
In steps:
1. run Mobbler - Switch to online mode - View: Friends - select one - View: 
Events - select one View: Shoutbox - Shout - open - CRASH
2. run Mobbler - Switch to online mode - View: Best Artists - select one - 
View: Events - select one  - View: Shoutbox - Shout - open - CRASH

Original issue reported on code.google.com by araya%ga...@gtempaccount.com on 3 Jan 2012 at 8:02

GoogleCodeExporter commented 9 years ago
I can reproduce this on the Nokia N8. It doesn't happen for every event, but 
does for these:

http://www.last.fm/event/3099388+Henry+Rollins+Spoken+Word+-+The+Long+March+in+2
012
http://www.last.fm/festival/3152524+18th+Funky+Elephant+Festival

The panic happens when opening the "Shout >" menu item, and it should show a 
submenu item saying something like "Shout at Event (Tue...". It's only 
happening for long event names.

The USER 11 panic is:
==
This panic is raised when any operation that moves or copies data to a 16-bit 
variant descriptor, causes the length of that descriptor to exceed its maximum 
length.

It may be caused by any of the copying, appending or formatting member 
functions and, specifically, by the Insert, Replace, Fill, Fillz and 
ZeroTerminate descriptor member functions. It can also be caused by the 
SetLength function. See TDes16.
==

Original comment by hugovk@gmail.com on 3 Jan 2012 at 10:18

GoogleCodeExporter commented 9 years ago
Update: 
As i checked, it happens allways when event has an own name, as Festival name 
or Tour name. It doesn't happen for events WITHOUT a name, i.e.:
http://www.lastfm.pl/event/3121476+Black+Sabbath+at+O2+Arena+on+6+June+2012
http://www.lastfm.pl/event/3107606+Henry+Rollins+at+Royal+Concert+Hall+on+13+Jan
uary+2012

Original comment by araya%ga...@gtempaccount.com on 4 Jan 2012 at 7:37