-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.11beta5 & xp: does not start... #244
Comments
Correction: has been backported in a9c168c |
I have the same problem, it does not start in Windows XP. C:\Program Files\JabRef>java -jar JabRef-2.11b5.jar Oct 16, 2015 11:12:51 AM org.java.plugin.registry.xml.ManifestParser INFO: got SAX parser factory - com.sun.org.apache.xerces.internal.jaxp.SAXParser FactoryImpl@1a7553 Oct 16, 2015 11:12:51 AM org.java.plugin.registry.xml.PluginRegistryImpl configu re INFO: configured, stopOnError=false, isValidating=true Oct 16, 2015 11:12:51 AM org.java.plugin.registry.xml.PluginRegistryImpl registe r INFO: plug-in and fragment descriptors registered - 2 Oct 16, 2015 11:12:51 AM net.sf.jabref.plugin.PluginCore initialize INFO: Found 2 plugin(s): - net.sf.jabref.core (jar:file:/C:/Program%20Files/JabRef/JabRef-2.11b5.jar!/p lugins/net.sf.jabref.core/plugin.xml) - net.sf.jabref.export.misq (jar:file:/C:/Program%20Files/JabRef/JabRef-2.11b5 .jar!/plugins/net.sf.jabref.export.misq/plugin.xml) Oct 16, 2015 11:12:51 AM org.java.plugin.standard.StandardPluginManager activate Plugin INFO: plug-in started - [email protected] (active/total: 1 of 2) Oct 16, 2015 11:12:51 AM org.java.plugin.standard.StandardPluginManager activate Plugin INFO: plug-in started - [email protected] (active/total: 2 of 2) Exception in thread "main" java.lang.UnsatisfiedLinkError: Error looking up func tion 'SetCurrentProcessExplicitAppUserModelID': The specified procedure could no t be found. at com.sun.jna.Function.(Function.java:208) at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:536) at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:513) at com.sun.jna.NativeLibrary.getFunction(NativeLibrary.java:499) at com.sun.jna.Native.register(Native.java:1509) at com.sun.jna.Native.register(Native.java:1396) at com.sun.jna.Native.register(Native.java:1156) at net.sf.jabref.gui.nativeext.WindowsExtensions.(Unknown Source ) at net.sf.jabref.JabRef.start(Unknown Source) at net.sf.jabref.JabRefMain.main(Unknown Source) |
Hm, the native function should not be called on Windows XP. I need to investigate if it gets a lookup tho. |
Ah I'm sorry I sent you the link to the latest master builds. 2.11 has no automatic build artifacts. |
@mlep You can try the latest 2.11 build available at http://ge.tt/9Idc446. I maintain that repo manually. |
Starting and seems to work properly! C:\Documents and Settings\user\Bureau>java -jar "JabRef-2.11dev - 2015-10-1
oct. 19, 2015 11:23:38 PM org.java.plugin.standard.StandardPluginManager activatePlugin |
Thats just the normal clutter, so it seems to work again normally on WinXP. |
FYI, out of 78 questionnaires, nobody has checked winxp as their OS... Too bad we did not conducted the pool before... ;-) |
It's not too bad 😉 it still has to work on XP and Vista which is now the case. |
Hello,
On my xp virtual machine, JabRef-2.11b5 does not start. No window is displayed.
Here are the messages:
C:\test>java -jar JabRef-2.11b5.jar
Oct 16, 2015 9:04:31 AM org.java.plugin.registry.xml.ManifestParser
INFO: got SAX parser factory - com.sun.org.apache.xerces.internal.jaxp.SAXParser
FactoryImpl@132ca2b
Oct 16, 2015 9:04:31 AM org.java.plugin.registry.xml.PluginRegistryImpl configur
e
INFO: configured, stopOnError=false, isValidating=true
Oct 16, 2015 9:04:31 AM org.java.plugin.registry.xml.PluginRegistryImpl register
INFO: plug-in and fragment descriptors registered - 2
Oct 16, 2015 9:04:31 AM net.sf.jabref.plugin.PluginCore initialize
INFO: Found 2 plugin(s):
JabRef-2.11b5.jar!/plugins/net.sf.jabref.core/plugin.xml)
Bureau/JabRef-2.11b5.jar!/plugins/net.sf.jabref.export.misq/plugin.xml)
Oct 16, 2015 9:04:31 AM org.java.plugin.standard.StandardPluginManager activateP
lugin
INFO: plug-in started - [email protected] (active/total: 1 of 2)
Oct 16, 2015 9:04:31 AM org.java.plugin.standard.StandardPluginManager activateP
lugin
INFO: plug-in started - [email protected] (active/total: 2 of 2)
Exception in thread "main" java.lang.UnsatisfiedLinkError: Error looking up func
tion 'SetCurrentProcessExplicitAppUserModelID': La procÚdure spÚcifiÚe est intro
uvable.
)
at net.sf.jabref.JabRef.start(Unknown Source)
at net.sf.jabref.JabRefMain.main(Unknown Source)
C:\test>java -version
java version "1.7.0_04"
Java(TM) SE Runtime Environment (build 1.7.0_04-b20)
Java HotSpot(TM) Client VM (build 23.0-b21, mixed mode, sharing)
The text was updated successfully, but these errors were encountered: