[Bug 49893] New: Missing winbase.h GetFileInformationByHandleExW, SetFileInformationByHandleW
https://bugs.winehq.org/show_bug.cgi?id=49893 Bug ID: 49893 Summary: Missing winbase.h GetFileInformationByHandleExW, SetFileInformationByHandleW Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: vladimir.kokovic(a)gmail.com Distribution: --- The GetFileInformationByHandleExW and SetFileInformationByHandleW APIs are also required to run the Java Web Start. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> --- Where do you see this? These two functions do not exist on Windows as far as I can tell. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 --- Comment #2 from Vladimir Koković <vladimir.kokovic(a)gmail.com> --- In the JWS jweblauncher.exe -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> --- Ok, and what happens? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 --- Comment #4 from Vladimir Koković <vladimir.kokovic(a)gmail.com> --- There is no source for JWS, so I can't give an explanation at this point. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> --- What I meant to ask is what do you see happening that made you think these two functions are a problem? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 --- Comment #6 from Vladimir Koković <vladimir.kokovic(a)gmail.com> --- At the moment I can't start jweblauncher.exe because javaws.exe tells me "Error encountered while invoking Java Web Start (SysExec) d:\jre-10.0.2\bin\jweblauncher.exe" -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- (In reply to Vladimir Koković from comment #6)
At the moment I can't start jweblauncher.exe because javaws.exe tells me "Error encountered while invoking Java Web Start (SysExec) d:\jre-10.0.2\bin\jweblauncher.exe"
How did you get from that error to the APIs you mentioned? Please attach the terminal output. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 --- Comment #8 from Vladimir Koković <vladimir.kokovic(a)gmail.com> --- I didn't say that the lack of these 2 APIs is the cause of what I can't start jweblauncher.exe at the moment because javaws.exe tells me "Error encountered while invoking Java Web Start (SysExec) d:\jre-10.0.2\bin\ jweblauncher.exe"! The main thing is that I noticed that in jweblauncher.exe there is a call for them KERNEL32.dll: GetProcAddress, and as I am a linuxman I wanted to show it to you who know APIs. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO --- Comment #9 from Austin English <austinenglish(a)gmail.com> --- (In reply to Vladimir Koković from comment #8)
I didn't say that the lack of these 2 APIs is the cause of what I can't start jweblauncher.exe at the moment because javaws.exe tells me "Error encountered while invoking Java Web Start (SysExec)
Your first comment is:
The GetFileInformationByHandleExW and SetFileInformationByHandleW APIs are also required to run the Java Web Start.
Again, please attach terminal output. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest(a)gmail.com --- Comment #10 from Vijay Kamuju <infyquest(a)gmail.com> --- Please add the url for downloading the specified JRE. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 --- Comment #11 from Vladimir Koković <vladimir.kokovic(a)gmail.com> --- The specified jre-10.0.2 was downloaded and created with Oracle msi for java 10. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 Linards <linards.liepins(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |linards.liepins(a)gmail.com --- Comment #12 from Linards <linards.liepins(a)gmail.com> --- (In reply to Vladimir Koković from comment #11)
The specified jre-10.0.2 was downloaded and created with Oracle msi for java 10.
Is the issue still present on latest wine? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 --- Comment #13 from Vladimir Koković <vladimir.kokovic(a)gmail.com> --- (In reply to Linards from comment #12)
(In reply to Vladimir Koković from comment #11)
The specified jre-10.0.2 was downloaded and created with Oracle msi for java 10.
Is the issue still present on latest wine?
Yes. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Missing winbase.h |Java Web Start reports |GetFileInformationByHandleE |error |xW, | |SetFileInformationByHandleW | -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49893 --- Comment #14 from Linards <linards.liepins(a)gmail.com> --- (In reply to Vladimir Koković from comment #13)
(In reply to Linards from comment #12)
(In reply to Vladimir Koković from comment #11)
The specified jre-10.0.2 was downloaded and created with Oracle msi for java 10.
Is the issue still present on latest wine?
Yes.
I see. Could you please update the wine version field and maybe others to give more details to developers and increase the visibility of this issue? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla