Skip to content
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

Closed
mlep opened this issue Oct 16, 2015 · 10 comments
Closed

2.11beta5 & xp: does not start... #244

mlep opened this issue Oct 16, 2015 · 10 comments
Assignees
Labels
bug Confirmed bugs or reports that are very likely to be bugs
Milestone

Comments

@mlep
Copy link
Contributor

mlep commented Oct 16, 2015

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):

  • net.sf.jabref.core (jar:file:/C:/Documents%20and%20Settings/fdarboux/Bureau/
    JabRef-2.11b5.jar!/plugins/net.sf.jabref.core/plugin.xml)
  • net.sf.jabref.export.misq (jar:file:/C:/Documents%20and%20Settings/fdarboux/
    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 com.sun.jna.Function.<init>(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.<clinit>(Unknown Source

)
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)

@mlep mlep added the bug Confirmed bugs or reports that are very likely to be bugs label Oct 16, 2015
@mlep mlep added this to the v2.11 milestone Oct 16, 2015
@matthiasgeiger
Copy link
Member

Has been fixed in master but not backported to 2.11 (see #194 and #197)

@matthiasgeiger
Copy link
Member

Correction: has been backported in a9c168c

@g10996694
Copy link

I have the same problem, it does not start in Windows XP.
I had also starting problem in Windows 7 (2.11b4, 2.11b5), this problem has been reported. We all see something wrong, but not confirmed/identified by others.
The error message is :

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)

@stefan-kolb
Copy link
Member

Hm, the native function should not be called on Windows XP. I need to investigate if it gets a lookup tho.

@stefan-kolb
Copy link
Member

Ah I'm sorry I sent you the link to the latest master builds. 2.11 has no automatic build artifacts.

@koppor
Copy link
Member

koppor commented Oct 19, 2015

@mlep You can try the latest 2.11 build available at http://ge.tt/9Idc446. I maintain that repo manually.

@mlep
Copy link
Contributor Author

mlep commented Oct 19, 2015

Starting and seems to work properly!
A few messages displayed (see below

C:\Documents and Settings\user\Bureau>java -jar "JabRef-2.11dev - 2015-10-1
17.20.51 - 0ac5129.jar"
oct. 19, 2015 11:23:38 PM org.java.plugin.registry.xml.ManifestParser
Infos: got SAX parser factory - com.sun.org.apache.xerces.internal.jaxp.SAXPars
rFactoryImpl@176ed77
oct. 19, 2015 11:23:38 PM org.java.plugin.registry.xml.PluginRegistryImpl configure
Infos: configured, stopOnError=false, isValidating=true
oct. 19, 2015 11:23:38 PM org.java.plugin.registry.xml.PluginRegistryImpl register
Infos: plug-in and fragment descriptors registered - 2
oct. 19, 2015 11:23:38 PM net.sf.jabref.plugin.PluginCore initialize
Infos: 2 greffon(s) trouvÚ(s):

  • net.sf.jabref.core (jar:file:/C:/Documents%20and%20Settings/user/Bureau
    JabRef-2.11dev%20-%202015-10-19%2017.20.51%20-%200ac5129430ef75d00b14f57fc79f8c
    f6428add5.jar!/plugins/net.sf.jabref.core/plugin.xml)
  • net.sf.jabref.export.misq (jar:file:/C:/Documents%20and%20Settings/user
    Bureau/JabRef-2.11dev%20-%202015-10-19%2017.20.51%20-%200ac5129430ef75d00b14f57
    c79f8c3f6428add5.jar!/plugins/net.sf.jabref.export.misq/plugin.xml)

oct. 19, 2015 11:23:38 PM org.java.plugin.standard.StandardPluginManager activatePlugin
Infos: plug-in started - [email protected] (active/total: 1 of 2)
oct. 19, 2015 11:23:38 PM org.java.plugin.standard.StandardPluginManager activa
ePlugin
Infos: plug-in started - [email protected] (active/total: 2 of 2)
oct. 19, 2015 11:23:38 PM net.sf.jabref.JabRef openBibFile
Infos: Ouverture en cours: C:\Documents and Settings\user\Bureau\biblio.bib

@matthiasgeiger
Copy link
Member

Thats just the normal clutter, so it seems to work again normally on WinXP.

@mlep
Copy link
Contributor Author

mlep commented Oct 20, 2015

FYI, out of 78 questionnaires, nobody has checked winxp as their OS... Too bad we did not conducted the pool before... ;-)

@stefan-kolb
Copy link
Member

It's not too bad 😉 it still has to work on XP and Vista which is now the case.

@koppor koppor mentioned this issue Oct 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs
Projects
None yet
Development

No branches or pull requests

5 participants