[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2014-11-10T17:04:44+01:00 https://www.forum-gephi.org/app.php/feed/topic/3022 2014-11-10T17:04:44+01:002014-11-10T17:04:44+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=10857#p10857 <![CDATA[Re: Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]]]> Statistics:Posted by alinastoica — 10 Nov 2014 17:04


]]>
2014-11-09T17:13:27+01:002014-11-09T17:13:27+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=10855#p10855 <![CDATA[Re: Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]]]> First possible reason : JRE 64 bit is not installed
Second reason ( in case it is installed, but java 32 exists): Java 32 bit version is default in path
That was my case. I just uncommented (#) jdkhome in gephi.conf file (resides in etc folder) and set it to my Java 64 path
jdkhome="C:\Program Files\Java\jre7"

and it worked out.

Statistics:Posted by KafkaOnTheBeach — 09 Nov 2014 17:13


]]>
2014-11-03T00:06:04+01:002014-11-03T00:06:04+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=10838#p10838 <![CDATA[Re: Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]]]> Statistics:Posted by niatilova — 03 Nov 2014 00:06


]]>
2014-11-02T17:17:47+01:002014-11-02T17:17:47+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=10837#p10837 <![CDATA[Re: Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]]]> Statistics:Posted by hugo_v — 02 Nov 2014 17:17


]]>
2014-10-19T17:31:14+01:002014-10-19T17:31:14+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=10800#p10800 <![CDATA[Re: Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]]]> I have the same problema.
Last week gephi worked in my laptop, but now it crashes when I try to start it.
I have Windows 7, last java version installed but nothing... it doesn't work
Someone knows what should I do?

Many thanks

Statistics:Posted by edumartin7 — 19 Oct 2014 17:31


]]>
2014-09-19T16:57:09+01:002014-09-19T16:57:09+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=10725#p10725 <![CDATA[Re: Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]]]>
Win 7, Gephi 0.8.1 / 0.8.2 does not start with jdk/jre8 and works correctly with jre7

Statistics:Posted by slonix — 19 Sep 2014 16:57


]]>
2014-06-13T20:53:08+01:002014-06-13T20:53:08+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=10443#p10443 <![CDATA[Re: Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]]]>
Thanks!

Statistics:Posted by brucecphillips — 13 Jun 2014 20:53


]]>
2014-05-19T12:04:49+01:002014-05-19T12:04:49+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=10357#p10357 <![CDATA[Gephi 64 bit won't start on Win 8.1 and JRE8]]> I have the same problem, but the solution does not work. I have both 32bit and 64bit java installed on a Windows 8.1 (64bit) OS.

Using the 32bit version:

CODE:

jdkhome="C:\Program Files (x86)\Java\jre7"
both Gephi.exe and Gephi64.exe run correctly.

However, if I set the path to my 64bit version of java:

CODE:

C:\Program Files\Java\jre8
neither will work.

Any hint?

Statistics:Posted by Haldone — 19 May 2014 12:04


]]>
2013-11-03T12:00:16+01:002013-11-03T12:00:16+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=9605#p9605 <![CDATA[Re: Gephi 64 bit won't start on Win 7 and Win 8.1]]>
I am running Win 7, 32-bit and have downloaded the required gephi installation files and installed the s/w. I have not been able to launch Gephi (32-bit version). I searched around and found that I may have to change the conf file, I installed the latest JDK, JRE and changed the path of JDK in the conf file. I am still unable to use gephi. How do I change the home and Appname parameters on conf file? Here is my conf file now:

Thanks in advance, I am eager to use Gephi for some personal visualization experiments ! :)

CODE:

# ${HOME} will be replaced by user home directory according to platformdefault_userdir="${HOME}/.${APPNAME}/0.8.2/dev"default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/0.8.2/dev"# options used by the launcher by default, can be overridden by explicit# command line switchesdefault_options="--branding gephi -J-Xms64m -J-Xmx512m -J-Xverify:none -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Dnetbeans.indexing.noFileRefresh=true -J-Dplugin.manager.check.interval=EVERY_DAY"# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switchjdkhome="C:\Program Files\Java\jdk1.7.0_45"# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)#extra_clusters=

Statistics:Posted by dataset — 03 Nov 2013 12:00


]]>
2013-10-31T16:41:40+01:002013-10-31T16:41:40+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=9598#p9598 <![CDATA[Re: Gephi 64 bit won't start on Win 7 and Win 8.1]]>

CODE:

jdkhome="C:\Program Files\Java\jre7"
The reason I didn't try this earlier was because I only have Java 64bit installed and the 32bit Gephi worked. But anyway - that did the trick. :!:

Statistics:Posted by joyofdata — 31 Oct 2013 16:41


]]>
2013-10-23T07:46:56+01:002013-10-23T07:46:56+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=9545#p9545 <![CDATA[Re: Gephi 64 bit won't start on Win 8.1]]>
I tried to start Gephi 64bit now on a different machine:

Windows 7 Pro 64bit
JRE 7 U25 (Build 1.7.0_25-b17) 64bit

I observe the same symptoms: gephi.exe starts, gephi64.exe only seems to start.

Event manager message (translated from German):

CODE:

name of defective application: gephi64.exe, version: 0.0.0.0, time stamp: 0x4feb2035name of defective module: ntdll.dll, version: 6.1.7601.18247, time stamp: 0x521eaf24code of excpetion: 0xc0000026offset of error: 0x00000000000cd7e8ID of defective process: 0x2014path of defective application: C:\Program Files (x86)\Gephi-0.8.2\bin\gephi64.exepath of defective module: C:\Windows\SYSTEM32\ntdll.dll
I am not developing software on an OS level so this is rather a semi-blind guess; wouldn't the 64bit version have to use "C:\Windows\SysWOW64\ntdll.dll" instead?

Regards

Raffael

Statistics:Posted by joyofdata — 23 Oct 2013 07:46


]]>
2013-10-21T20:06:50+01:002013-10-21T20:06:50+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=9530#p9530 <![CDATA[Re: Gephi 64 bit won't start on Win 8.1]]>
Did you use Gephi with Windows 8 64-bit with JRE 64-bit successfully in the past? In other words, are you convinced this is solely a Windows 8.1 issue?

Thanks for posting this. Given the recent official release of Window 8.1, it was a timely post.

I'll let you know if I learn anything further.


Francis

Statistics:Posted by francis_flavin — 21 Oct 2013 20:06


]]>
2013-10-31T16:42:13+01:002013-10-19T14:46:45+01:00 https://www.forum-gephi.org/viewtopic.php?t=3022&p=9508#p9508 <![CDATA[Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]]]>
I am using Gephi 0.8.2-beta on Windows 8.1 Pro 64bit with JRE 7 U45 64bit.

bin\gephi.exe launches successfully but bin\gephi64.exe will do "something" (this in-progress-cursor shows) and then simply nothing happens.

According to event manager gephi64.exe produces an "Application Error" which claims that gephi64.exe is defective and additionally mentions that module C:\WINDOWS\SYSTEM32\ntdll.dll is defective as well.

Because I plan to handle large graphs with Gephi (my notebook calls 32GB RAM its own for a reason) I would like to use the 64bit version.

Thanks in advance

Raffael

Statistics:Posted by joyofdata — 19 Oct 2013 14:46


]]>