Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]
Hi!
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
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
Last edited by joyofdata on 31 Oct 2013 16:42, edited 2 times in total.
-
- Posts:68
- Joined:21 Jan 2012 18:34
- Location:Washington, DC, USA [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Gephi 64 bit won't start on Win 8.1
Thanks, Raffael, for the post. I don't have Windows 8.1 installed yet so I can't be of assistance.
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
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
Re: Gephi 64 bit won't start on Win 8.1
Hi Francis,
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):
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
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: Select all
name of defective application: gephi64.exe, version: 0.0.0.0, time stamp: 0x4feb2035
name of defective module: ntdll.dll, version: 6.1.7601.18247, time stamp: 0x521eaf24
code of excpetion: 0xc0000026
offset of error: 0x00000000000cd7e8
ID of defective process: 0x2014
path of defective application: C:\Program Files (x86)\Gephi-0.8.2\bin\gephi64.exe
path of defective module: C:\Windows\SYSTEM32\ntdll.dll
Regards
Raffael
Re: Gephi 64 bit won't start on Win 7 and Win 8.1
All I had to do was set the value of jdkhome in gephi.conf:
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. 
Code: Select all
jdkhome="C:\Program Files\Java\jre7"

-
- Posts:1
- Joined:03 Nov 2013 11:54 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Gephi 64 bit won't start on Win 7 and Win 8.1
Hi all,
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 !
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: Select all
# ${HOME} will be replaced by user home directory according to platform
default_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 switches
default_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> switch
jdkhome="C:\Program Files\Java\jdk1.7.0_45"
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
#extra_clusters=
-
- Posts:1
- Joined:19 May 2014 11:57 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Gephi 64 bit won't start on Win 8.1 and JRE8
Hi guys,
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:both Gephi.exe and Gephi64.exe run correctly.
However, if I set the path to my 64bit version of java:neither will work.
Any hint?
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: Select all
jdkhome="C:\Program Files (x86)\Java\jre7"
However, if I set the path to my 64bit version of java:
Code: Select all
C:\Program Files\Java\jre8
Any hint?
-
- Posts:2
- Joined:13 Jun 2014 18:26
- Location:United States [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]
Was there a resolution to this that you can post? I am experiencing the same problem.
Thanks!
Thanks!
-
- Posts:1
- Joined:19 Sep 2014 16:43 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]
Same here,
Win 7, Gephi 0.8.1 / 0.8.2 does not start with jdk/jre8 and works correctly with jre7
Win 7, Gephi 0.8.1 / 0.8.2 does not start with jdk/jre8 and works correctly with jre7
-
- Posts:2
- Joined:16 Oct 2014 06:18
- Location:Edinburgh [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]
Hi there,
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
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
-
- Posts:1
- Joined:02 Nov 2014 17:13 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Gephi 64 bit won't start on Win 7 and Win 8.1 [SOLVED]
I had the same problem and I finally "solved" it by uninstalling the latest java version and re-installing the old java 7 version. Of course I do not find it a very satisfying solution but it worked. (I still have a similar problem in my Gephi version for linux that I have not been able to solve, but I'll leave that for another day)