I can't install Java on Wine? (on Ubuntu, Mint, or Arch)

Questions about Wine on Linux
Locked
ohmysql
Newbie
Newbie
Posts: 4
Joined: Tue Jun 23, 2015 2:27 pm

I can't install Java on Wine? (on Ubuntu, Mint, or Arch)

Post by ohmysql »

Hi all,

I'm trying to get a Freephoneline.ca (https://appdb.winehq.org/objectManager. ... &iId=10591) app to work in Wine.

It says it needs Java and that's the problem I'm having, I can't install Java!

Is there something fundamentally screwed up about my wine?

I haven't done anything with the settings, I just recently installed it, but Java Runtime Environment isn't loading at all.

I browsed here:

https://www.java.com/en/download/manual.jsp

I downloaded both:

jre-8u45-windows-i586-iftw.exe

and

jre-8u45-windows-x64.exe

The first, I run and nothing happens. Here's winedbg:

Code: Select all

winedbg jre-8u45-windows-i586-iftw.exe
WineDbg starting on pid 0031
0x7b85f647: movl    %edi,0x4(%esp)
Wine-dbg>step
fixme:winedbg:be_i386_is_jump unknown 89
Single stepping until exit from function,
which has no line number information.
Invalid address (0x7b85f653) for breakpoint 0, disabling it
Process of pid=0031 has terminated
Here's the second problem:

Code: Select all

winedbg jre-8u45-windows-x64.exe
WineDbg starting on pid 0035
fixme:thread:GetThreadPreferredUILanguages 52, 0x23f728, (nil) 0x23f724
fixme:thread:GetThreadPreferredUILanguages 52, 0x23f728, (nil) 0x23f724
I am using a 64-bit machine on wining into Windows 64.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: I can't install Java on Wine? (on Ubuntu, Mint, or Arch)

Post by dimesio »

ohmysql wrote: jre-8u45-windows-i586-iftw.exe
Known bug: https://bugs.winehq.org/show_bug.cgi?id=38624. The jre7u80 offline installer should work.
ohmysql
Newbie
Newbie
Posts: 4
Joined: Tue Jun 23, 2015 2:27 pm

Re: I can't install Java on Wine? (on Ubuntu, Mint, or Arch)

Post by ohmysql »

Oh! I had googled like crazy but not come across that bug report. Thank you!! yes, that worked.
ohmysql
Newbie
Newbie
Posts: 4
Joined: Tue Jun 23, 2015 2:27 pm

Re: I can't install Java on Wine? (on Ubuntu, Mint, or Arch)

Post by ohmysql »

Thanks again!
Locked