I think this is a java application and could easily work.

Questions about Wine on Linux
Locked
jabbba
Newbie
Newbie
Posts: 1
Joined: Fri Nov 30, 2012 9:32 pm

I think this is a java application and could easily work.

Post by jabbba »

Hi all,

I haven't used wine for almost a decade and now I've been using it for a month, and I'm absolutely astonished to admire the wonderful enhancements of this project. Really a good job, thank you: this is project is saving me a lot of time and frustration in dual booting or virtual machine configurations.

Now the question. The following output is obtained trying to run an Italian Poker Client:

Code: Select all

marco@caprica:~/.wine/drive_c/GlamingPoker$ LANG=C wine GlamingPoker.exe 
marco@caprica:~/.wine/drive_c/GlamingPoker$ fixme:ras:RasEnumEntriesW ((nil),(null),0x13dc60,0xb2e080,0x13d94c),stub!
fixme:ras:RasEnumConnectionsW (0x12e140,0xb2d850,0x76c623e4),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
fixme:ras:RasEnumConnectionsW (0x12e138,0xb2d850,0x76c623e4),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
fixme:ras:RasEnumEntriesW ((nil),(null),0x13dc98,0xb2e080,0x13d984),stub!

C:\GlamingPoker>set PATH=C:\GlamingPoker\arch\win32\jre\bin;C:\GlamingPoker\arch\win32\jre\bin\client;C:\windows\system32;C:\windows 

C:\GlamingPoker>set JAVA_HOME=C:\GlamingPoker\arch\win32\jre 

C:\GlamingPoker>start "" "GlamingPoker.exe" -classpath DJNativeSwing-SWT.jar;DJNativeSwing.jar;bjava.jar;jna-3.0.7.jar;jna_WindowsUtils.jar;jpc5_obfuscated_3543.jar;resources.jar;swt.jar -classname PokerClient -dir . -lang it -logdir P5\GlamingPoker\logs -brand GlamingPoker 
fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Invalid parameter.
I realized that there is and entire jave runtime environment in the program directory (I think it downloaded the jre on my first attemp to start after the installation). Normally i'd give up, but if it is a java program, is there a way I could try to run it anyway?

Any advice.?
Thanks in advance
Jabbba
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: I think this is a java application and could easily work

Post by dimesio »

If it's a Java app you need to install Windows Java in Wine.
Locked