lifeviewer bug

Has something gone haywire? Let us know about it!
User avatar
squareroot12621
Posts: 639
Joined: March 23rd, 2022, 4:53 pm

Re: LifeViewer bug

Post by squareroot12621 » April 3rd, 2024, 5:55 pm

b-engine wrote:
April 3rd, 2024, 5:46 pm
This is a big problem for weighted HROT rules.
b-engine wrote:
April 3rd, 2024, 5:42 pm
There's seems a bug here:

Code: Select all

x = 0, y = 0, rule = R2,C2,S2-3,B3,136,NW8888881118810188111888888
5o$5o$2ob2o$5o$5o!
There're 136 neighbors in the weighted neighborhood, but LifeViewer says the maximum neighbors a cell can have is 8.
"8" actually means -8, because you're using one signed hexadecimal digit. Here's a fixed version:

Code: Select all

x = 0, y = 0, rule = R2,C2,S2-3,B3,136,NW08080808080801010108080100010808010101080808080808
5o$5o$2ob2o$5o$5o!

Code: Select all

4b8o$4b8o$4b8o$4b8o$4o8b4o$4o8b4o$4o8b4o$4o8b4o$4o8b4o$4o8b4o$4o8b4o$4o8b4o$4b8o$4b8o$4b8o$4b8o![[ THEME 0 AUTOSTART GPS 8 Z 16 T 1 T 1 Z 19.027 T 2 T 2 Z 22.627 T 3 T 3 Z 26.909 T 4 T 4 Z 32 T 5 T 5 Z 38.055 T 6 T 6 Z 45.255 T 7 T 7 Z 53.817 LOOP 8 ]]

User avatar
b-engine
Posts: 1566
Joined: October 26th, 2023, 4:11 am
Location: Somewhere on earth

Re: LifeViewer bug on mobile devices

Post by b-engine » April 4th, 2024, 2:19 am

There's a good chance that you can't use the pan function on mobile (maybe also happens in other touchscreen devices). When you tap somewhere in the viewer window, it seems to be like holding the "cursor".
This seems to be like holding mouse over a button
This seems to be like holding mouse over a button
Screenshot_2024-04-04-14-16-06-42_40deb401b9ffe8e1df2f1cc5ba480b12.jpg (73.99 KiB) Viewed 430 times
This had frustrated me for a long time, while the bug seems to haven't been noticed by someone else yet.

EDIT: Had anyone noticed that this post yet?
My rules
-
100th post: 18 November 2023
1000th post: 8 March 2024
10000th post:
-
Warning: This user has grammar issues, and auto-capitalize everything he clicked.

User avatar
rowett
Moderator
Posts: 3837
Joined: January 31st, 2013, 2:34 am
Location: UK
Contact:

Re: LifeViewer bug on mobile devices

Post by rowett » April 9th, 2024, 10:20 am

b-engine wrote:
April 4th, 2024, 2:19 am
There's a good chance that you can't use the pan function on mobile (maybe also happens in other touchscreen devices). When you tap somewhere in the viewer window, it seems to be like holding the "cursor".
I can't reproduce this.

What device are you using?
Which browser and version?
Anyone else seeing this issue?

User avatar
b-engine
Posts: 1566
Joined: October 26th, 2023, 4:11 am
Location: Somewhere on earth

Re: LifeViewer bug on mobile devices

Post by b-engine » April 9th, 2024, 10:27 am

rowett wrote:
April 9th, 2024, 10:20 am
What device are you using?
Which browser and version?
Anyone else seeing this issue?
Realme C55
Google Chrome version 123.0.6312.99

I haven't any other mobile devices, so I don't know if anyone else suffering from this issue.
My rules
-
100th post: 18 November 2023
1000th post: 8 March 2024
10000th post:
-
Warning: This user has grammar issues, and auto-capitalize everything he clicked.

User avatar
rowett
Moderator
Posts: 3837
Joined: January 31st, 2013, 2:34 am
Location: UK
Contact:

Re: LifeViewer bug on mobile devices

Post by rowett » April 9th, 2024, 11:45 am

b-engine wrote:
April 9th, 2024, 10:27 am
Realme C55
Google Chrome version 123.0.6312.99

I haven't any other mobile devices, so I don't know if anyone else suffering from this issue.
Thanks for the data. Let's see if anyone else has the issue.

User avatar
b-engine
Posts: 1566
Joined: October 26th, 2023, 4:11 am
Location: Somewhere on earth

Re: LifeViewer bug on mobile devices

Post by b-engine » April 10th, 2024, 3:20 am

Managed to capture that bug then sent it as compressed file (as I can't send it as mp4).
I wonder if you can see any problem...
LifeViewerMobilebug.zip
(2.5 MiB) Downloaded 4 times
My rules
-
100th post: 18 November 2023
1000th post: 8 March 2024
10000th post:
-
Warning: This user has grammar issues, and auto-capitalize everything he clicked.

Cyclotrons
Posts: 131
Joined: January 26th, 2021, 12:19 am

Re: lifeviewer bug

Post by Cyclotrons » April 25th, 2024, 3:31 pm

Lifeviewer currently throws an error when trying to view the patterns in this post, despite previously being able to do so with no problem.
I wrote a stdin script that generates random soups of a provided number of a given spaceship. It works for all (non-B0) spaceships in the INT rulespace!
A Multistate INT notation + script.

User avatar
confocaloid
Posts: 3122
Joined: February 8th, 2022, 3:15 pm

Re: lifeviewer bug

Post by confocaloid » April 25th, 2024, 3:54 pm

Cyclotrons wrote:
April 25th, 2024, 3:31 pm
Lifeviewer currently throws an error when trying to view the patterns in this post, despite previously being able to do so with no problem.
Here is the first snippet from the linked post, modified to replace the long rulestring with "example" both in the RLE header and in the appended @RULE header. It works. I believe the reason why there is an error in your post is because the specified rulename doesn't follow conventions for rulenames that are explained on the page https://golly.sourceforge.io/Help/formats.html#rulename

Fixing rulenames to follow conventions should fix the problem.

Code: Select all

#B1.;1;0.;8.;3;3.;2;4/B2.;2a;0.5e;1e;2i.6a;1.6i;1c/1T2.;0;2e/S1.;4i;0/S2.;0;2,3
x = 48, y = 64, rule = example
46.2B$47.B6$45.2B$46.B2$36.2BA$38.B$38.B4$5.2B14.2B7.2BA$5.B11.2BA2.B
9.B$7.2B10.B12.B$8.B13.2B$18.B.B2.2B$10.2B8.2B$11.B9.B$31.BA$29.B2.B$
5.2B25.B$6.B5.B2.2A8.B$11.B.B10.2B$6.B5.2B.A.B$6.2B9.2B10.B$3.B11.B
12.2B$3.2B.2B.2B6.A$6.B2.B5.2B$18.2B$17.2B4.A2BA$14.B5.2B$7.2B4.2B5.B
.B.B2.B$2B6.B3.B8.2B3.2B$B4.2B3.2B14.B$6.2B.2B$3.2B20.2A$4.2B13.B3.B
4.B$19.2A.2B3.2B$27.B2.B$21.2B.2A3.2B$15.2B4.B$15.A2B3$33.2B$34.B2$
10.B21.BA$10.2B9$40.2B$40.2B!

@RULE example

Full Rulestring:
B1.;1;0.;8.;3;3.;2;4/B2.;2a;0.5e;1e;2i.6a;1.6i;1c/1T2.;0;2e/S1.;4i;0/S2.;0;2,3

@TREE
num_states=3
num_neighbors=8
num_nodes=129
1 0 0 0
1 1 0 0
2 0 1 0
2 1 0 0
1 0 2 2
2 0 0 4
3 2 3 5
2 0 0 0
3 3 7 7
1 0 0 2
1 2 0 0
2 9 10 9
3 5 7 11
4 6 8 12
3 7 7 7
2 10 0 0
3 7 7 15
4 8 14 16
2 0 0 9
2 0 0 10
2 4 0 9
3 18 19 20
3 19 7 7
2 9 0 0
3 20 7 23
4 21 22 24
5 13 17 25
2 1 10 10
3 27 15 15
4 28 14 14
4 14 14 14
5 29 30 30
2 0 10 9
2 9 0 9
3 32 15 33
3 33 7 23
4 34 14 35
3 23 7 7
4 35 14 37
5 36 30 38
6 26 31 39
3 27 7 7
3 15 7 7
4 41 42 42
5 43 30 30
1 0 1 0
2 45 0 0
3 7 46 7
4 14 47 14
2 0 0 1
3 7 7 49
4 14 14 50
2 0 1 1
3 7 49 52
4 14 50 53
5 48 51 54
3 7 52 2
4 14 53 56
5 30 54 57
6 44 55 58
3 32 7 33
4 60 42 35
5 61 30 38
3 7 2 7
4 37 56 63
5 38 57 64
6 62 58 65
7 40 59 66
3 3 15 15
4 68 14 14
4 42 14 14
5 69 70 70
2 0 45 0
3 72 7 7
4 73 14 50
5 30 74 54
6 71 75 58
5 30 51 54
3 49 7 3
4 50 14 78
5 51 30 79
3 52 3 3
4 53 78 81
5 54 79 82
6 77 80 83
3 2 3 7
4 56 81 85
5 57 82 86
6 58 83 87
7 76 84 88
3 18 15 33
4 90 14 35
5 91 70 38
6 92 58 65
4 63 85 14
5 64 86 94
6 65 87 95
7 93 88 96
8 67 89 97
4 8 42 42
5 99 70 70
6 100 77 58
6 75 80 83
7 101 102 88
6 55 80 83
4 14 63 14
5 30 105 30
4 78 14 8
5 79 30 107
6 80 106 108
4 81 8 8
5 82 107 110
6 83 108 111
7 104 109 112
4 85 8 14
5 86 110 114
6 87 111 115
7 88 112 116
8 103 113 117
3 18 7 33
4 119 42 35
5 120 70 38
6 121 58 65
7 122 88 96
5 94 114 30
6 95 115 124
7 96 116 125
8 123 117 126
9 98 118 127
127:1 B3/S234c User:Confocal/R (isotropic CA, incomplete)
Unlikely events happen.
My silence does not imply agreement, nor indifference. If I disagreed with something in the past, then please do not construe my silence as something that could change that.

User avatar
rowett
Moderator
Posts: 3837
Joined: January 31st, 2013, 2:34 am
Location: UK
Contact:

Re: lifeviewer bug

Post by rowett » April 25th, 2024, 5:29 pm

Cyclotrons wrote:
April 25th, 2024, 3:31 pm
Lifeviewer currently throws an error when trying to view the patterns in this post, despite previously being able to do so with no problem.
Fixed, thanks for reporting!

User avatar
b-engine
Posts: 1566
Joined: October 26th, 2023, 4:11 am
Location: Somewhere on earth

Re: LifeViewer bug on mobile devices

Post by b-engine » April 26th, 2024, 3:39 am

Sometimes you can't copy a pattern out of forums LifeViewer. This had frustrated me recently.

EDIT: I can't get the condition for the bug to happen.
Last edited by b-engine on April 26th, 2024, 5:33 am, edited 1 time in total.
My rules
-
100th post: 18 November 2023
1000th post: 8 March 2024
10000th post:
-
Warning: This user has grammar issues, and auto-capitalize everything he clicked.

User avatar
rowett
Moderator
Posts: 3837
Joined: January 31st, 2013, 2:34 am
Location: UK
Contact:

Re: LifeViewer bug on mobile devices

Post by rowett » April 26th, 2024, 5:17 am

b-engine wrote:
April 26th, 2024, 3:39 am
Sometimes you can't copy a pattern out of forums LifeViewer. This had frustrated me recently.
I'm sorry you're frustrated.

When reporting an issue you need to be specific and ideally provide a set of repeatable steps that demonstrates the issue.

User avatar
b-engine
Posts: 1566
Joined: October 26th, 2023, 4:11 am
Location: Somewhere on earth

Re: LifeViewer bug on mobile devices

Post by b-engine » April 28th, 2024, 7:46 am

Now LifeViewer always can't save patterns. And LifeViewer seems always unable to copy selection into clipboard (at least using default settings).

EDIT: Now the buttons in the settings are useless.
My rules
-
100th post: 18 November 2023
1000th post: 8 March 2024
10000th post:
-
Warning: This user has grammar issues, and auto-capitalize everything he clicked.

Haycat2009
Posts: 811
Joined: April 26th, 2023, 5:47 am
Location: Bahar Junction, Zumaland

Re: lifeviewer bug

Post by Haycat2009 » May 13th, 2024, 7:58 pm

Bug: In an infinite-length cylinder, the middle section’s grey walls disappear when zooming out. I first found this bug in the titanic toroidal traveller page.
~ Haycat Durnak, a hard-working editor
Also, support Conway and Friends story mode!
I mean no harm to those who have tested me. But do not take this for granted.

User avatar
rowett
Moderator
Posts: 3837
Joined: January 31st, 2013, 2:34 am
Location: UK
Contact:

Re: lifeviewer bug

Post by rowett » May 14th, 2024, 7:29 am

Haycat2009 wrote:
May 13th, 2024, 7:58 pm
Bug: In an infinite-length cylinder, the middle section’s grey walls disappear when zooming out. I first found this bug in the titanic toroidal traveller page.
They don't disappear. The history trail is being displayed above them.

Code: Select all

x = 7, y = 3, rule = B3/S23:T0,10
o3b3o$3o2bo$bo!
[[ THEME Red ZOOM -8 STEP 16 ]]

User avatar
b-engine
Posts: 1566
Joined: October 26th, 2023, 4:11 am
Location: Somewhere on earth

Re: lifeviewer bug

Post by b-engine » May 14th, 2024, 8:05 am

(I don't know if this belongs to elsewhere, moderators feel free to move it to an appropriate thread)

When I'm editing any wiki page the viewers are alway broken. Is there anyway to fix it?
Example from OCA:B2i3/S23, bug at top-right and bottom-left:
Screenshot 2024-05-14 195028.png
Screenshot 2024-05-14 195028.png (40.11 KiB) Viewed 148 times
My rules
-
100th post: 18 November 2023
1000th post: 8 March 2024
10000th post:
-
Warning: This user has grammar issues, and auto-capitalize everything he clicked.

User avatar
dvgrn
Moderator
Posts: 10732
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: lifeviewer bug

Post by dvgrn » May 15th, 2024, 8:24 am

b-engine wrote:
May 14th, 2024, 8:05 am
When I'm editing any wiki page the viewers are alway broken. Is there anyway to fix it?
Example from OCA:B2i3/S23, bug at top-right and bottom-left...
More specifics, please. If you click on the above wiki link and click the "Edit" tab, you won't see any failed attempts to render the page. Are you also clicking the "Preview" tab?

What OS are you running, and which browser? I don't see anything like the screenshot when I try "Preview" on Chrome in Windows 11.

User avatar
b-engine
Posts: 1566
Joined: October 26th, 2023, 4:11 am
Location: Somewhere on earth

Re: lifeviewer bug

Post by b-engine » May 15th, 2024, 8:35 am

dvgrn wrote:
May 15th, 2024, 8:24 am
More specifics, please. If you click on the above wiki link and click the "Edit" tab, you won't see any failed attempts to render the page. Are you also clicking the "Preview" tab?

What OS are you running, and which browser? I don't see anything like the screenshot when I try "Preview" on Chrome in Windows 11.
I'm also in Windows 11, using Chrome version 124.0.6367.203. This bug always appears when I preview any page.
Seems that the bug also appears when I'm using another device to preview any page.
My rules
-
100th post: 18 November 2023
1000th post: 8 March 2024
10000th post:
-
Warning: This user has grammar issues, and auto-capitalize everything he clicked.

AlbertArmStain
Posts: 1318
Joined: January 28th, 2022, 7:18 pm
Location: Planet Z

Re: lifeviewer bug

Post by AlbertArmStain » Yesterday, 5:24 pm

I was using lifeviewer and tried to copy a multi-state pattern when Google Chrome asked me if I wanted to allow "clipboard" for the forums. I clicked allow and tried to copy and paste the same pattern but when the copied pattern was placed, all non-zero states were set to state 1. I tried refreshing and tried copying and pasting a different multi-state pattern but that didn't work, so I disabled "allow clipboard" without refreshing and that seemed to fix the issue with the multi-state pattern.

User avatar
rowett
Moderator
Posts: 3837
Joined: January 31st, 2013, 2:34 am
Location: UK
Contact:

Re: lifeviewer bug

Post by rowett » Yesterday, 5:58 pm

AlbertArmStain wrote:
Yesterday, 5:24 pm
I was using lifeviewer and tried to copy a multi-state pattern when Google Chrome asked me if I wanted to allow "clipboard" for the forums. I clicked allow and tried to copy and paste the same pattern but when the copied pattern was placed, all non-zero states were set to state 1. I tried refreshing and tried copying and pasting a different multi-state pattern but that didn't work, so I disabled "allow clipboard" without refreshing and that seemed to fix the issue with the multi-state pattern.
LifeViewer will now attempt to use the external clipboard for Paste if the Sync button is enabled. Disable it to use the internal clipboard only.

LifeViewer respects the current rule when pasting from the system clipboard. So if a pattern with a 2-state rule is loaded and you paste a multi-state pattern any state > 0 will be pasted as state 1.

Post Reply