• Welcome to the Speedsolving.com, home of the web's largest puzzle community!
    You are currently viewing our forum as a guest which gives you limited access to join discussions and access our other features.

    Registration is fast, simple and absolutely free so please, join our community of 40,000+ people from around the world today!

    If you are already a member, simply login to hide this message and begin participating in the community!

One-Answer Software Question Thread

Joined
Dec 26, 2016
Messages
34
How do you have the cube as an image after using visual cube? I right click and there is no option. Have to screenshot?

Sent from my CLT-L09 using Tapatalk
 

ProStar

Member
Joined
Oct 27, 2019
Messages
6,325
Location
An uncolonized sector of the planet Mars
WCA
2020MAHO01
SS Competition Results
How do you have the cube as an image after using visual cube? I right click and there is no option. Have to screenshot?

Sent from my CLT-L09 using Tapatalk

You need to put "fmt=png". It's normally at svg, which is why you can't drag it to your desktop
 
Joined
Dec 26, 2016
Messages
34
Here you go
1663f9182386246d168c6787e8dcd6b5.jpg


Sent from my CLT-L09 using Tapatalk
 

xyzzy

Member
Joined
Dec 24, 2015
Messages
2,881
Hm, weird. It works just fine for me with that link
Doesn't work for me, though (desktop Firefox). The response from the server is literally zero bytes.

(I think the hosted version of VisualCube at cube.crider.co.uk doesn't support GIF/PNG output at all, but it's not like there's any modern (= after 2015) software that can't handle SVG anyway.)
 

ProStar

Member
Joined
Oct 27, 2019
Messages
6,325
Location
An uncolonized sector of the planet Mars
WCA
2020MAHO01
SS Competition Results
Doesn't work for me, though (desktop Firefox). The response from the server is literally zero bytes.

(I think the hosted version of VisualCube at cube.crider.co.uk doesn't support GIF/PNG output at all, but it's not like there's any modern (= after 2015) software that can't handle SVG anyway.)

Weird, outputs the correct image with me being able to drag it to desktop fine(Mac desktop w/ safari). I'll try on Firefox

Edit: Works for Firefox as well
 

xyzzy

Member
Joined
Dec 24, 2015
Messages
2,881
Weird, outputs the correct image with me being able to drag it to desktop fine(Mac desktop w/ safari). I'll try on Firefox

Edit: Works for Firefox as well
Code:
--2020-04-11 22:46:18--  http://cube.crider.co.uk/visualcube.php?fmt=png&size=150&pzl=2&alg=R2F2R2
Resolving cube.crider.co.uk... 95.142.152.194
Connecting to cube.crider.co.uk|95.142.152.194|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [image/png]
Saving to: `visualcube.php@fmt=png&size=150&pzl=2&alg=R2F2R2'

    [ <=>                                                                                                                   ] 0           --.-K/s   in 0s

2020-04-11 22:46:19 (0.00 B/s) - `visualcube.php@fmt=png&size=150&pzl=2&alg=R2F2R2' saved [0/0]
I don't know how it's working for you, because it's really not working for me.
 

ProStar

Member
Joined
Oct 27, 2019
Messages
6,325
Location
An uncolonized sector of the planet Mars
WCA
2020MAHO01
SS Competition Results
Code:
--2020-04-11 22:46:18--  http://cube.crider.co.uk/visualcube.php?fmt=png&size=150&pzl=2&alg=R2F2R2
Resolving cube.crider.co.uk... 95.142.152.194
Connecting to cube.crider.co.uk|95.142.152.194|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [image/png]
Saving to: `visualcube.php@fmt=png&size=150&pzl=2&alg=R2F2R2'

    [ <=>                                                                                                                   ] 0           --.-K/s   in 0s

2020-04-11 22:46:19 (0.00 B/s) - `visualcube.php@fmt=png&size=150&pzl=2&alg=R2F2R2' saved [0/0]
I don't know how it's working for you, because it's really not working for me.

Maybe you're on a different OS? I'm running MacOS
 

N's-cvt

Member
Joined
Feb 5, 2020
Messages
119
@Ben Whitmore, Ksolve++ rU def file still does not work after the name changes. Is there something else I could try, or is there any more info I can send you?
 

N's-cvt

Member
Joined
Feb 5, 2020
Messages
119
Ksolve+ question, Why do I get this error when I try using a forbidden pair in the def file
ForbiddenPairs
U M'
End
="Move U used in forbidden pairs is not previously declared."
Even though it uses U moves in the generated algs with the same definition and I declared what move U is??
 

N's-cvt

Member
Joined
Feb 5, 2020
Messages
119
@Ben Whitmore
I'll just show you what I got
Def file:
Name 3x3x3

# def-file by Mitchell Stern
# Edges: UF UR UB UL DF DR DB FR BR
# Corners: UBL UBR UFR UFL DBR DFR
# Centers: U F D B

Set EDGES 9 2
Set CORNERS 6 3
Set CENTERS 4 1

Solved
EDGES
1 2 3 4 5 6 7 8 9
CORNERS
1 2 3 4 5 6
CENTERS
1 2 3 4
End

Move U
EDGES
2 3 4 1 5 6 7 8 9
CORNERS
4 1 2 3 5 6
CENTERS
1 2 3 4
End

Move r
EDGES
5 8 1 4 7 9 3 6 2
1 0 1 0 1 0 1 0 0
CORNERS
1 3 6 4 2 5
0 2 1 0 1 2
CENTERS
2 3 4 1
End

Scramble just a U-perm:
Scramble ru
EDGES
2 4 3 1 5 6 7 8 9
CORNERS
1 2 3 4 5 6
CENTERS
1 2 3 4
End

Error
After it says "dissalowing 0 genreators" it crashes ksolve++.exe
 

Attachments

  • Capture.PNG
    Capture.PNG
    14.3 KB · Views: 5

Ben Whitmore

Member
Joined
Sep 28, 2019
Messages
48
@N's-cvt That def file works for me. Is there maybe a space or some invisible character at the end of one of the lines in your def file? Does the code generation work if you run ksolve++ online here?
 

N's-cvt

Member
Joined
Feb 5, 2020
Messages
119
@Ben Whitmore , I went through and found a space after my solved edges (didn't know Ksolve was so sensitive) and now it works however it keeps scrolling through the nodes without finding any algs, so I tested the same scramble and def on the website and Ksolve+ and they were able to find 16 and 17 depth algs but Ksolve++ doesn't find anything. Can you share a pic of some of the algs you were able to find?
 

Ben Whitmore

Member
Joined
Sep 28, 2019
Messages
48
@Ben Whitmore , I went through and found a space after my solved edges (didn't know Ksolve was so sensitive) and now it works however it keeps scrolling through the nodes without finding any algs, so I tested the same scramble and def on the website and Ksolve+ and they were able to find 16 and 17 depth algs but Ksolve++ doesn't find anything. Can you share a pic of some of the algs you were able to find?

I don't know why it doesn't work. Try my <r,U> def, here

Use this scramble file:

Code:
Scramble s
corners
1 2 3 4 5 6
edges
2 4 3 1 5 6 7 8 9
centers
1
End

What algs did you find at depth 16? The optimal should be 17.
 

N's-cvt

Member
Joined
Feb 5, 2020
Messages
119
my bad, I had a different U-perm than the 2 4 3 1 case so it was giving me 16's.
I don't know why but it your def/scramble works however it doesn't shows me/create any algs (see below)
Can you direct me to where you downloaded your executable maybe it will work differently than mine
 

Attachments

  • Capture2.PNG
    Capture2.PNG
    29.2 KB · Views: 5

Ben Whitmore

Member
Joined
Sep 28, 2019
Messages
48
my bad, I had a different U-perm than the 2 4 3 1 case so it was giving me 16's.
I don't know why but it your def/scramble works however it doesn't shows me/create any algs (see below)
Can you direct me to where you downloaded your executable maybe it will work differently than mine

What if you just run the compiled program directly instead of from ksolve++? Just run 3x3_rU "3 3 3rU scramble.txt", or run 3x3_rU and type in the scramble
 
Top