Installing with wine and gives it! Help me...

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
davit93
Level 1
Level 1
Posts: 6
Joined: Mon Jul 07, 2014 10:23 am

Installing with wine and gives it! Help me...

Post by davit93 »

Hello, who can help me install pragram zona with wine, already 2 days: can't install, show the problem of ..

david@david-desktop:~$ env WINEPREFIX="/home/david/.wine" wine C:\\Program\ Files\\Zona\\Zona.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
checkAndLaunch class ru.zona.Main []
isBootStrapped sun.misc.Launcher$AppClassLoader@387f44 false
file:/C:/Program%20Files/Zona/Zona.jar ; file:/C:/Program%20Files/Zona/swt.jar ; file:/C:/Program%20Files/Zona/
launch class ru.zona.Main [] com.aelitis.azureus.launcher.classloading.PrimaryClassloader@17327b6 true
interfaces [interface com.aelitis.azureus.launcher.classloading.PeeringClassloader]
checkAndLaunch class ru.zona.Main []
isBootStrapped com.aelitis.azureus.launcher.classloading.PrimaryClassloader@17327b6 true

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "MainRunner"
fixme:msvcrt:__clean_type_info_names_internal (0x6eff03cc) stub
fixme:msvcrt:__clean_type_info_names_internal (0x6d9dd3dc) stub
fixme:msvcrt:__clean_type_info_names_internal (0x6ef5940c) stub
fixme:msvcrt:__clean_type_info_names_internal (0x6d4ad464) stub
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing with wine and gives it! Help me...

Post by dimesio »

That's a Java app; you need to install Windows Java in Wine.
davit93
Level 1
Level 1
Posts: 6
Joined: Mon Jul 07, 2014 10:23 am

Re: Installing with wine and gives it! Help me...

Post by davit93 »

dimesio wrote:That's a Java app; you need to install Windows Java in Wine.
How to install java on wine??I'm beginner:
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing with wine and gives it! Help me...

Post by dimesio »

Download the installer from Oracle and run it, just like you would in Windows.
davit93
Level 1
Level 1
Posts: 6
Joined: Mon Jul 07, 2014 10:23 am

Re: Installing with wine and gives it! Help me...

Post by davit93 »

Download for ubuntu or for windows (exe) download, I have java version

david@david-desktop:~$ java -version
java version "1.7.0_55"
OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1)
OpenJDK Server VM (build 24.51-b03, mixed mode)
david@david-desktop:~$
but does not work,,this version I downloaded from the Ubuntu Software Center
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing with wine and gives it! Help me...

Post by dimesio »

davit93 wrote:Download for ubuntu or for windows (exe) download, I have java version
I already told you that you need WINDOWS Java. You have to download it from Oracle, the same as you would on Windows.
davit93
Level 1
Level 1
Posts: 6
Joined: Mon Jul 07, 2014 10:23 am

Re: Installing with wine and gives it! Help me...

Post by davit93 »

Thank you, it works very well!
Locked