oceanic-next-jetbrains icon indicating copy to clipboard operation
oceanic-next-jetbrains copied to clipboard

Cannot read scheme Oceanic Next.icls

Open nielsiano opened this issue 8 years ago • 20 comments

Using PHPstorm 8.

After installing the settings.jar and restarting PHPstorm i get:

"Load Settings

Cannot read scheme Oceanic Next.icls from '$ROOT_CONFIG$/colors': Unsupported color scheme version:142"

Any clues?

nielsiano avatar Sep 03 '15 07:09 nielsiano

I am on 9.0.2

seeing the same error

ab-su-rd avatar Sep 03 '15 11:09 ab-su-rd

my phpstorm is on build 141.xx

i checked out the "first commit", that has the config for 141, and just imported that.

working for me now.

ab-su-rd avatar Sep 03 '15 12:09 ab-su-rd

Download ec6b310 and have a try.

minwe avatar Sep 03 '15 14:09 minwe

How do I undo the settings import? I see this error after every time I load phpstorm

edit: figured it out, if anybody else wants to on OSX + PHPStorm 9

rm Oceanic\ Next.icls from ~/Library/Preferences/WebIde90/colors

invalidate caches and restart in PHPstorm

ryanwinchester avatar Sep 08 '15 16:09 ryanwinchester

@fungku

I got a error on on OSX + PHPStorm 9:

2015-09-09 10 15 35

It works on OSX + PHPStorm 9 EAP.

If you do not want to use EAP version, as @ab-su-rd said, you can try the old version https://github.com/minwe/oceanic-next-jetbrains/blob/ff3871889a991170fef199a13db57325e6670345/settings.jar?raw=true.

minwe avatar Sep 09 '15 02:09 minwe

Got the same error on WebStorm 10.0.4 (Build WS-141.1550) webstormoceanicnext

dgoerdes avatar Sep 28 '15 09:09 dgoerdes

WebStorm 9.0.1 (WS-139.252) - seeing the same error.

dmylian avatar Sep 30 '15 21:09 dmylian

I see this too. WebStorm 10.

I imported settings from PhpStorm (it asked me to do so, on installing WebStorm)

LasseRafn avatar Oct 15 '15 11:10 LasseRafn

Got this error too... :(

mewben avatar Oct 24 '15 09:10 mewben

I solved it by deleting keymaps from the newest editor (for me: WebStorm) and creating some fresh ones instead (directly from WebStorm)

Files I deleted was in this folder:

~/Library/Preferences/WebStorm10/keymaps

LasseRafn avatar Oct 24 '15 09:10 LasseRafn

I get the same error too. Is there any way to remove the settings? I want to install back after this error is fixed. Currently I get the error every time I start IntelliJ

It's good work anyway :)

franzwong avatar Oct 28 '15 10:10 franzwong

Hi, all:

My recommend is to use the next coming version of IDEs.

They are very close to final release and could use on daily work.

minwe avatar Oct 29 '15 01:10 minwe

I also try on rubymine, the same error :)

claudiug avatar Oct 29 '15 14:10 claudiug

@claudiug RubyMine 8 is released. Try it. https://www.jetbrains.com/ruby/whatsnew/

@all:

  • http://blog.jetbrains.com/idea/2015/11/intellij-idea-15-released-adds-kotlin-to-the-family-of-supported-jvm-languages/
  • http://blog.jetbrains.com/webstorm/2015/11/webstorm-11-released/
  • http://blog.jetbrains.com/phpstorm/2015/11/phpstorm-10-is-released-php-7-support-interactive-debug-console-repl-dataflow-analysis-phpunit-5-support-and-more/

minwe avatar Nov 03 '15 01:11 minwe

Had a chance to test it in the PhpStorm 10. Can confirm that it works.

dmylian avatar Nov 09 '15 19:11 dmylian

i have got the same error on intellij idea 14.1.1, how can i do ?

hexufeng avatar Jan 22 '16 12:01 hexufeng

@hexufeng Try to use Idea 15.

minwe avatar Jan 25 '16 02:01 minwe

I figured out how to fix the version number problem: https://github.com/y3sh/Intellij-Colors-Sublime-Monokai/issues/21

JacobAMason avatar Apr 09 '16 02:04 JacobAMason

@JacobAMason I have already set version to 1:

<scheme name="Oceanic Next" version="1" parent_scheme="Darcula">

minwe avatar Apr 11 '16 07:04 minwe

find this file and delete

TFOTG avatar Jul 29 '16 03:07 TFOTG