[0.15.9] [Oxyd] import blueprintstring not long/big enough

This subforum contains all the issues which we already resolved.
Post Reply

darkmtbg2
Burner Inserter
Burner Inserter
Posts: 9
Joined: Sun Jul 13, 2014 10:03 am
Contact:

Re: [0.15.9] import blueprintstring not long/big enough

Post by darkmtbg2 »

I were able to copy it all into the game no problem what so ever.
i think the issue might be the way you could have shared it trough may or maynot be able to supply all characters needed to copy sucessfully. i know that once i tried sharing a blueprint book over skype and facebook there was a limit to export and send it because of lack of characters.
in case you need to share large blueprint books like the one you sent through dropbox is likely better that you make a text file containing the whole thing and sending it as a file to poeple who you want to share it with or between computers
Blueprintbook.png
Blueprintbook.png (2.59 MiB) Viewed 4406 times

Rseding91
Factorio Staff
Factorio Staff
Posts: 13272
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [0.15.9] import blueprintstring not long/big enough

Post by Rseding91 »

I can't reproduce the problem. When I paste the string into the game it works just fine and I get a book full of blueprints.
If you want to get ahold of me I'm almost always on Discord.

mophydeen
Filter Inserter
Filter Inserter
Posts: 529
Joined: Sun Nov 22, 2015 5:02 pm
Contact:

Re: [0.15.9] import blueprintstring not long/big enough

Post by mophydeen »

Can it be linux related? Fedora 25

sublime text: copy all > wont paste in factorio, does paste in other editors.
sublime text: copy half > does paste in factorio

cmd (xclip -sel clip < Dropbox/slbook.txt): > does paste, WORKS

Text editor, gedit: opens 65536 characters of file (1/4)


ps. this file was made on my pc with sublime.

Oxyd
Former Staff
Former Staff
Posts: 1428
Joined: Thu May 07, 2015 8:42 am
Contact:

Re: [0.15.9] import blueprintstring not long/big enough

Post by Oxyd »

mophydeen wrote:Can it be linux related? Fedora 25
Wouldn't surprise me in the slightest. The X11 copy&paste protocol is definitely an experience to work with.

You seem to have removed the Dropbox file, though. Can you put it up again?

mophydeen
Filter Inserter
Filter Inserter
Posts: 529
Joined: Sun Nov 22, 2015 5:02 pm
Contact:

Re: [0.15.9] import blueprintstring not long/big enough

Post by mophydeen »

Oxyd wrote:
mophydeen wrote:Can it be linux related? Fedora 25
Wouldn't surprise me in the slightest. The X11 copy&paste protocol is definitely an experience to work with.

You seem to have removed the Dropbox file, though. Can you put it up again?

http://bit.ly/factorio-sl-blueprintbook

different file same problem.

Currently I copy using commandline

Code: Select all

xclip -sel clip < Dropbox/sl-book-20170511.txt

Oxyd
Former Staff
Former Staff
Posts: 1428
Joined: Thu May 07, 2015 8:42 am
Contact:

Re: [0.15.9] [Oxyd] import blueprintstring not long/big enough

Post by Oxyd »

So, as it turns out, when you want to paste a large string from gedit, it won't use the normal X11 selection mechanism, but rather it will provide the data in chunks, using what's known as INCR mechanism. INCR was completely unimplemented in Factorio.

Should work in 0.15.11.

mophydeen
Filter Inserter
Filter Inserter
Posts: 529
Joined: Sun Nov 22, 2015 5:02 pm
Contact:

Re: [0.15.9] [Oxyd] import blueprintstring not long/big enough

Post by mophydeen »

Oxyd wrote:So, as it turns out, when you want to paste a large string from gedit, it won't use the normal X11 selection mechanism, but rather it will provide the data in chunks, using what's known as INCR mechanism. INCR was completely unimplemented in Factorio.

Should work in 0.15.11.
Thank you

Post Reply

Return to “Resolved Problems and Bugs”