You should try on a PC coming from England/USA with an english OS installed only by native english people.
I see on Internet that other people have the same problem with SharpZipLib:
http://community.sharpdevelop.net/forums/t/19065.aspx
https://forums.sonarr.tv/t/update-process-failed-1-is-not-a-supported-code-page/3253/11
Please try this beta version: www.b4x.com/b4j/files/beta.exe
Same error I guess?
Did you try the solutions suggested in the links?Yes exactly the same error on compilation window. I will check the logs again but i don't think stg different is there.
Did you try the solutions suggested in the links?
[Another way to fix this is to actually change the system settings of the Windows Machine to English. This can be done from Control Panel > Region > Administrative Tab > Copy Settings.
An easy way to fix this is by stopping the windows service by doing the following: Run > "services.msc" > nzbdrone > right click > stop > right click again > properties > log on tab > log in with the profile account > start service again.
Tried these with no luck :
but ı dont know what nzbdrone is , maybe that is a process specific to their product I dont know , its not in my list. I tried to find b4j maybe but it wasnt in the list too.
Probably the service Sonarr uses to download and serve torrents.but ı dont know what nzbdrone is
Thanks Erel , I will be able to test it in the evening from the office. I will report here.I've uploaded a new beta. Try it. It should show more information about the error.
Make sure that the About box says v5.83 beta 0.
Also try File - Export as zip. Does it work?
I've uploaded a new beta. Try it. It should show more information about the error.
Make sure that the About box says v5.83 beta 0.
Also try File - Export as zip. Does it work?
Parameter name: codepage
at System.Text.Encoding.GetEncoding(Int32 codepage)
at ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
at ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(String name)
at fp.g.g()
it appears sorry this is the full message:The "1 is not a supported code page" message doesn't appear?
B4J Version: 5.83 BETA 0
Parsing code. (0.03s)
Compiling code. (0.09s)
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s)
Compiling generated Java code. (1.54s)
Building jar file. Error
System.ArgumentException: 1 is not a supported code page.
Parameter name: codepage
at System.Text.Encoding.GetEncoding(Int32 codepage)
at ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
at ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(String name)
at fp.g.g()
Ok . this gave error again but a diffrent one about a webview :I've uploaded a new beta. Try it. If you still get this error then run it with -log and check the IDE logs.
src\ct\bitcoindesktop\main.java:85: error: cannot find symbol
public static anywheresoftware.b4j.objects.WebViewWrapper _vvvvvvvv5 = null;
^
symbol: class WebViewWrapper
location: package anywheresoftware.b4j.objects
Note: src\ct\bitcoindesktop\main.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
I'm sure that others would have eventually encounter this issue.You spent too much time for only 1 user .
Are you sure that this is a UI project?My question is. that line did not make any problem in my other pc but for this pc it was causing codeerror. What may be the reason ?