how to install freephoneline.exe from CLI

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Thufir

how to install freephoneline.exe from CLI

Post by Thufir »

Looking at:


http://appdb.winehq.org/objectManager.p ... &iId=10591


What are the steps to install this application? Yes, it's a garbage
application, but I'd like to at least give it a go. Looks like msiexec
apparently isn't the right approach. Should that be through wcmd instead?

thufir@ARRAKIS:~/.wine/drive_c$
thufir@ARRAKIS:~/.wine/drive_c$ msiexec /a freephoneline.exe
fixme:msi:MSI_OpenDatabaseW open failed r = 80030050 for L"C:\\windows\
\temp\\msic3e4.tmp"
thufir@ARRAKIS:~/.wine/drive_c$
thufir@ARRAKIS:~/.wine/drive_c$ wine --version
wine-1.0.1
thufir@ARRAKIS:~/.wine/drive_c$
thufir@ARRAKIS:~/.wine/drive_c$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
thufir@ARRAKIS:~/.wine/drive_c$



thanks,

Thufir
John Drescher

how to install freephoneline.exe from CLI

Post by John Drescher »

On Thu, Jul 1, 2010 at 3:43 PM, Thufir <[email protected]> wrote:
Looking at:


http://appdb.winehq.org/objectManager.p ... &iId=10591


What are the steps to install this application?  Yes, it's a garbage
application, but I'd like to at least give it a go.  Looks like msiexec
apparently isn't the right approach.  Should that be through wcmd instead?

thufir@ARRAKIS:~/.wine/drive_c$
thufir@ARRAKIS:~/.wine/drive_c$ msiexec /a freephoneline.exe
fixme:msi:MSI_OpenDatabaseW open failed r = 80030050 for L"C:\\windows\
\temp\\msic3e4.tmp"
thufir@ARRAKIS:~/.wine/drive_c$
thufir@ARRAKIS:~/.wine/drive_c$ wine --version
wine-1.0.1
thufir@ARRAKIS:~/.wine/drive_c$
thufir@ARRAKIS:~/.wine/drive_c$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
thufir@ARRAKIS:~/.wine/drive_c$

I would suggest you upgrade wine. Also did you ever try to run wine as
root, or with su, or sudo? If so you probably need to delete your wine
prefix. See the FAQ for how to do that. Note that reinstalling wine
will not fix a bad prefix.

John
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Re: how to install freephoneline.exe from CLI

Post by dimesio »

Thufir wrote:thufir@ARRAKIS:~/.wine/drive_c$ msiexec /a freephoneline.exe
Why are you trying to run an exe with msiexec? Run it normally, with wine.
http://wiki.winehq.org/FAQ#head-f351523 ... 8da63be66f

And as John said, upgrade. 1.0.1 is very old. The installer works fine in 1.2-rc5.
Thufir

how to install freephoneline.exe from CLI

Post by Thufir »

On Thu, 01 Jul 2010 15:11:57 -0500, dimesio wrote:
Thufir wrote:
thufir@ARRAKIS:~/.wine/drive_c$ msiexec /a freephoneline.exe

Why are you trying to run an exe with msiexec? Run it normally, with
wine.
http://wiki.winehq.org/FAQ#head-f351523 ... 8da63be66f

And as John said, upgrade. 1.0.1 is very old. The installer works fine
in 1.2-rc5.
Ah, I tried that first, but thought maybe I had the wrong approach or
syntax. If it works for you, then I need to upgrade :)


thufir@ARRAKIS:~/.wine/drive_c$
thufir@ARRAKIS:~/.wine/drive_c$ wine freephoneline.exe
fixme:advapi:RegisterTraceGuidsW 0x100778a 0x100a060 0x1001818 1 0x33fe78
(null) (null) 0x100a068
fixme:advapi:RegisterTraceGuidsW 0x100778a 0x100a080 0x1001808 1 0x33fe78
(null) (null) 0x100a088
fixme:advapi:RegisterTraceGuidsW 0x100778a 0x100a0a0 0x10017f8 1 0x33fe78
(null) (null) 0x100a0a8
fixme:advapi:RegisterTraceGuidsW 0x100778a 0x100a0c0 0x10017e8 1 0x33fe78
(null) (null) 0x100a0c8
fixme:advapi:RegisterTraceGuidsW 0x100778a 0x100a0e0 0x10017d8 1 0x33fe78
(null) (null) 0x100a0e8
fixme:advapi:RegisterTraceGuidsW 0x100778a 0x100a100 0x10017c8 1 0x33fe78
(null) (null) 0x100a108
fixme:win:RegisterDeviceNotificationW (hwnd=0x128860,
filter=0x7ed5b8bc,flags=0x00000001), STUB!
Usage:
Install a product:
msiexec {package|productcode} [property]
msiexec /i {package|productcode} [property]
msiexec /a package [property]
Repair an installation:
msiexec /f[p|o|e|d|c|a|u|m|s|v] {package|productcode}
Uninstall a product:
msiexec /x {package|productcode} [property]
Advertise a product:
msiexec /j[u|m] package [/t transform] [/g languageid]
msiexec {u|m} package [/t transform] [/g languageid]
Apply a patch:
msiexec /p patchpackage [property]
msiexec /p patchpackage /a package [property]
Modifiers for above operations:
msiexec /l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile
msiexec /q{|n|b|r|f|n+|b+|b-}
Register a module:
msiexec /y module
Unregister a module:
msiexec /z module
Display usage and copyright:
msiexec {/h|/?}
NOTE: Product code on commandline unimplemented as of yet

Copyright 2004 Vincent B�ron
err:ole:CoGetClassObject class {148bd52a-a2ab-11ce-b11f-00aa00530503} not
registered
err:ole:CoGetClassObject no class object {148bd52a-a2ab-11ce-
b11f-00aa00530503} could be created for context 0x1
thufir@ARRAKIS:~/.wine/drive_c$



thanks for the help,

Thufir
Thufir

how to install freephoneline.exe from CLI

Post by Thufir »

On Thu, Jul 1, 2010 at 1:11 PM, dimesio <[email protected]> wrote:
Thufir wrote:
thufir@ARRAKIS:~/.wine/drive_c$ msiexec /a freephoneline.exe
Why are you trying to run an exe with msiexec? Run it normally, with wine.
http://wiki.winehq.org/FAQ#head-f351523 ... 8da63be66f

And as John said, upgrade. 1.0.1 is very old. The installer works fine in 1.2-rc5.
Just to clarify, this app,

http://appdb.winehq.org/objectManager.p ... &iId=10591

does run on wine?



thanks,

Thufir
John Drescher

how to install freephoneline.exe from CLI

Post by John Drescher »

Why are you trying to run an exe with msiexec? Run it normally, with wine.
http://wiki.winehq.org/FAQ#head-f351523 ... 8da63be66f

And as John said, upgrade. 1.0.1 is very old. The installer works fine in 1.2-rc5.
Just to clarify, this app,

http://appdb.winehq.org/objectManager.p ... &iId=10591

does run on wine?
I do not know. The app db said it did not work at 1.1.32 but that is
an old version. Not as ancient as 1.0.1 but still old at that. If I
was at home I would try that but I am at work now.

Have you upgraded wine from your ancient version to the Wine 1.2-rc6
or Wine 1.2-rc5?

John
John Drescher

how to install freephoneline.exe from CLI

Post by John Drescher »

On Fri, Jul 2, 2010 at 5:03 PM, John Drescher <[email protected]> wrote:
Why are you trying to run an exe with msiexec? Run it normally, with wine.
http://wiki.winehq.org/FAQ#head-f351523 ... 8da63be66f

And as John said, upgrade. 1.0.1 is very old. The installer works fine in 1.2-rc5.
Just to clarify, this app,

http://appdb.winehq.org/objectManager.p ... &iId=10591

does run on wine?
I do not know. The app db said it did not work at 1.1.32 but that is
an old version. Not as ancient as 1.0.1 but still old at that. If I
was at home I would try that but I am at work now.

Have you upgraded wine from your ancient version to the Wine 1.2-rc6
or Wine 1.2-rc5?
It installed without any issue at all on Wine 1.2-rc5. However since I
do not have an account with this service I was unable to test the
application. Running the application I was first prompted with my
account settings.

John
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Re: how to install freephoneline.exe from CLI

Post by dimesio »

John Drescher wrote: It installed without any issue at all on Wine 1.2-rc5. However since I
do not have an account with this service I was unable to test the
application. Running the application I was first prompted with my
account settings.
Same here.
Thufir

how to install freephoneline.exe from CLI

Post by Thufir »

On Fri, 02 Jul 2010 17:03:53 -0400, John Drescher wrote:
Just to clarify, this app,

http://appdb.winehq.org/objectManager.p ... &iId=10591

does run on wine?
I do not know. The app db said it did not work at 1.1.32 but that is an
old version. Not as ancient as 1.0.1 but still old at that. If I was at
home I would try that but I am at work now.

Have you upgraded wine from your ancient version to the Wine 1.2-rc6 or
Wine 1.2-rc5?

John
Oh, I thought it had installed on a newer wine. I'm upgrading my OS
first (takes a long time) then will update wine.



-Thufir
John Drescher

how to install freephoneline.exe from CLI

Post by John Drescher »

On Fri, Jul 2, 2010 at 11:34 PM, Thufir <[email protected]> wrote:
On Fri, 02 Jul 2010 17:03:53 -0400, John Drescher wrote:
Just to clarify, this app,

http://appdb.winehq.org/objectManager.p ... &iId=10591

does run on wine?
I do not know. The app db said it did not work at 1.1.32 but that is an
old version. Not as ancient as 1.0.1 but still old at that. If I was at
home I would try that but I am at work now.

Have you upgraded wine from your ancient version to the Wine 1.2-rc6 or
Wine 1.2-rc5?

John
Oh, I thought it had installed on a newer wine.  I'm upgrading my OS
first (takes a long time) then will update wine.
After you do that run wine --version to verify your installed version.
1.0.1 is not good.

Here is what I have
john@jmd0 ~ $ wine --version
wine-1.2-rc5

John
Thufir

how to install freephoneline.exe from CLI

Post by Thufir »

On Fri, 02 Jul 2010 18:28:38 -0500, dimesio wrote:
John Drescher wrote:
It installed without any issue at all on Wine 1.2-rc5. However since I
do not have an account with this service I was unable to test the
application. Running the application I was first prompted with my
account settings.

Same here.
It installed, at least. I dunno about whether it will work, there's a
dubious message on the wine website about the sound, so I may install
windows2k dual boot (a big hassle, though).

thufir@ARRAKIS:~/Desktop$
thufir@ARRAKIS:~/Desktop$ wine --version
wine-1.1.42
thufir@ARRAKIS:~/Desktop$
thufir@ARRAKIS:~/Desktop$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS"
thufir@ARRAKIS:~/Desktop$




thanks,

Thufir
Thufir

how to install freephoneline.exe from CLI

Post by Thufir »

I downloaded the JRE from java.com for windows and ran wine against it.
However, I'm getting a runtime error from the JRE:

thufir@ARRAKIS:~/.wine/drive_c/Program Files/FreePhoneLine$
thufir@ARRAKIS:~/.wine/drive_c/Program Files/FreePhoneLine$ nl
hs_err_pid8.log
1 #
2 # A fatal error has been detected by the Java Runtime Environment:
3 #
4 # Internal Error (0xc0000194), pid=8, tid=51
5 #
6 # JRE version: 6.0_20-b02
7 # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode,
sharing windows-x86 )
8 # Problematic frame:
9 # C [ntdll.dll+0x24fdd]
10 #
11 # If you would like to submit a bug report, please visit:
12 # http://java.sun.com/webapps/bugreport/crash.jsp
13 # The crash happened outside the Java Virtual Machine in native
code.
14 # See problematic frame for where to report the bug.
15 #
16
17 --------------- T H R E A D ---------------
18
19 Current thread (0x00629000): JavaThread "AWT-Windows" daemon
[_thread_in_native, id=51, stack(0x03790000,0x03890000)]
20
21 siginfo: ExceptionCode=0xc0000194,
ExceptionInformation=0x69042240
22
23 Registers:
24 EAX=0x0388d870, EBX=0x7bc99ff4, ECX=0x69038dcf, EDX=0x00000000
25 ESP=0x0388d83c, EBP=0x0388d900, ESI=0x69042240, EDI=0x7bc6f568
26 EIP=0x7bc34fdd, EFLAGS=0x00000206
27
28 Top of Stack: (sp=0x0388d83c)
29 0x0388d83c: 7bca2584 7bc8b720 7bc8b67c 69042240
30 0x0388d84c: 0388ebcc 00000033 00000036 7bca2580
31 0x0388d85c: 0388d8d8 69038dcf 69042250 00543ff8
32 0x0388d86c: 0079074f c0000194 00000000 00000000
33 0x0388d87c: 7bc34fdd 00000001 69042240 6d8ebb91
34 0x0388d88c: 0079074f 00629000 6da0e558 00797a40
35 0x0388d89c: 00000000 00797a4c 00797e40 00000000
36 0x0388d8ac: 00000000 00000000 00797a40 00000000
37
38 Instructions: (pc=0x7bc34fdd)
39 0x7bc34fcd: ff c7 45 80 01 00 00 00 89 75 84 e8 8b a5 03 00
40 0x7bc34fdd: 8b 06 83 ec 04 e9 29 ff ff ff 90 8b bd 64 ff ff
41
42
43 Stack: [0x03790000,0x03890000], sp=0x0388d83c, free
space=3f60388d310k
44 Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
C=native code)
45 C [ntdll.dll+0x24fdd]
46 C [ntdll.dll+0x25505]
47 C [wined3d.dll+0xe85f0]
48 C [d3d9.dll+0x157e6]
49
50 Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
51 j sun.java2d.d3d.D3DGraphicsDevice.getDeviceCapsNative(I)I+0
52 j sun.java2d.d3d.D3DGraphicsDevice.access$000(I)I+1
53 j sun.java2d.d3d.D3DGraphicsDevice$1.run()V+8
54 v ~StubRoutines::call_stub
55 j sun.awt.windows.WToolkit.eventLoop()V+0
56 j sun.awt.windows.WToolkit.run()V+77
57 j java.lang.Thread.run()V+11
58 v ~StubRoutines::call_stub
59
60 --------------- P R O C E S S ---------------
61
62 Java Threads: ( => current thread )
63 0x00545000 JavaThread "DestroyJavaVM" [_thread_blocked, id=9,
stack(0x00230000,0x00330000)]
64 0x0062a400 JavaThread "AWT-EventQueue-0" [_thread_in_native,
id=52, stack(0x03890000,0x03990000)]
65 =>0x00629000 JavaThread "AWT-Windows" daemon [_thread_in_native,
id=51, stack(0x03790000,0x03890000)]
66 0x00627800 JavaThread "AWT-Shutdown" [_thread_blocked, id=50,
stack(0x03690000,0x03790000)]
67 0x00626400 JavaThread "Java2D Disposer" daemon
[_thread_blocked, id=49, stack(0x03590000,0x03690000)]
68 0x005f0800 JavaThread "Thread-3" [_thread_in_native, id=47,
stack(0x03280000,0x03380000)]
69 0x005ef800 JavaThread "Thread-2" [_thread_in_native, id=46,
stack(0x03180000,0x03280000)]
70 0x005dc000 JavaThread "AdvertisementManager" [_thread_blocked,
id=45, stack(0x03080000,0x03180000)]
71 0x00578400 JavaThread "Low Memory Detector" daemon
[_thread_blocked, id=41, stack(0x02e80000,0x02f80000)]
72 0x00576400 JavaThread "CompilerThread0" daemon
[_thread_blocked, id=40, stack(0x02d80000,0x02e80000)]
73 0x00574c00 JavaThread "Attach Listener" daemon
[_thread_blocked, id=39, stack(0x02c80000,0x02d80000)]
74 0x00573800 JavaThread "Signal Dispatcher" daemon
[_thread_blocked, id=38, stack(0x02b80000,0x02c80000)]
75 0x0056c000 JavaThread "Finalizer" daemon [_thread_blocked,
id=37, stack(0x02a80000,0x02b80000)]
76 0x0056a800 JavaThread "Reference Handler" daemon
[_thread_blocked, id=36, stack(0x02980000,0x02a80000)]
77
78 Other Threads:
79 0x00569400 VMThread [stack: 0x02880000,0x02980000] [id=35]
80 0x0057a800 WatcherThread [stack: 0x02f80000,0x03080000] [id=42]
81
82 VM state:not at safepoint (normal execution)
83
84 VM Mutex/Monitor currently owned by a thread: None
85
86 Heap
87 def new generation total 3712K, used 2745K [0x4f820000,
0x4fc20000, 0x51f70000)
88 eden space 3328K, 81% used [0x4f820000, 0x4fac6310, 0x4fb60000)
89 from space 384K, 8% used [0x4fb60000, 0x4fb684a8, 0x4fbc0000)
90 to space 384K, 0% used [0x4fbc0000, 0x4fbc0000, 0x4fc20000)
91 tenured generation total 4096K, used 548K [0x51f70000,
0x52370000, 0x56e20000)
92 the space 4096K, 13% used [0x51f70000, 0x51ff9158,
0x51ff9200, 0x52370000)
93 compacting perm gen total 12288K, used 1742K [0x56e20000,
0x57a20000, 0x5ae20000)
94 the space 12288K, 14% used [0x56e20000, 0x56fd3a18,
0x56fd3c00, 0x57a20000)
95 ro space 10240K, 51% used [0x5ae20000, 0x5b34ae00,
0x5b34ae00, 0x5b820000)
96 rw space 12288K, 54% used [0x5b820000, 0x5beb72d8,
0x5beb7400, 0x5c420000)
97
98 Dynamic libraries:
99 0x00400000 - 0x00434000 C:\Program Files\FreePhoneLine
\FreePhoneLine.exe
100 0x7bc10000 - 0x7bcb6000 C:\windows\system32\ntdll.dll
101 0x7b810000 - 0x7b93a000 C:\windows\system32\KERNEL32.dll
102 0x68300000 - 0x683ad000 C:\windows\system32\msi.dll
103 0x683c0000 - 0x68408000 C:\windows\system32\urlmon.dll
104 0x68420000 - 0x68504000 C:\windows\system32\ole32.dll
105 0x6de20000 - 0x6de6f000 C:\windows\system32\advapi32.dll
106 0x68510000 - 0x68575000 C:\windows\system32\rpcrt4.dll
107 0x68590000 - 0x68684000 C:\windows\system32\user32.dll
108 0x68690000 - 0x6870e000 C:\windows\system32\gdi32.dll
109 0x68720000 - 0x6876d000 C:\windows\system32\shlwapi.dll
110 0x68780000 - 0x687c6000 C:\windows\system32\wininet.dll
111 0x687e0000 - 0x687fe000 C:\windows\system32\mpr.dll
112 0x7ced0000 - 0x7d04f000 C:\windows\system32\shell32.dll
113 0x68810000 - 0x688cc000 C:\windows\system32\comctl32.dll
114 0x688d0000 - 0x688ee000 C:\windows\system32\cabinet.dll
115 0x7c240000 - 0x7c313000 C:\windows\system32\oleaut32.dll
116 0x688f0000 - 0x68907000 C:\windows\system32\version.dll
117 0x68910000 - 0x6891b000 C:\windows\system32\lz32.dll
118 0x68980000 - 0x68a11000 C:\windows\system32\winex11.drv
119 0x68b90000 - 0x68ba0000 C:\windows\system32\imm32.dll
120 0x68bc0000 - 0x68bef000 C:\windows\system32\uxtheme.dll
121 0x6d800000 - 0x6da97000 C:\Program Files\Java\jre6\bin
\client\jvm.dll
122 0x729d0000 - 0x72a53000 C:\windows\system32\winmm.dll
123 0x6dcd0000 - 0x6dce3000 C:\windows\system32\msvcr71.dll
124 0x78000000 - 0x78044000 C:\windows\system32\msvcrt.dll
125 0x6d7b0000 - 0x6d7bc000 C:\Program Files\Java\jre6\bin
\verify.dll
126 0x6d330000 - 0x6d34f000 C:\Program Files\Java\jre6\bin
\java.dll
127 0x6d290000 - 0x6d298000 C:\Program Files\Java\jre6\bin
\hpi.dll
128 0x68bf0000 - 0x68c05000 C:\windows\system32\psapi.dll
129 0x6d7f0000 - 0x6d7ff000 C:\Program Files\Java\jre6\bin
\zip.dll
130 0x6d000000 - 0x6d14a000 C:\Program Files\Java\jre6\bin
\awt.dll
131 0x68c10000 - 0x68c3b000 C:\windows\system32\winspool.drv
132 0x763c0000 - 0x763de000 C:\windows\system32\localspl.dll
133 0x68c40000 - 0x68c54000 C:\windows\system32\spoolss.dll
134 0x6d610000 - 0x6d623000 C:\Program Files\Java\jre6\bin
\net.dll
135 0x68e90000 - 0x68eb0000 C:\windows\system32\ws2_32.dll
136 0x6d230000 - 0x6d284000 C:\Program Files\Java\jre6\bin
\fontmanager.dll
137 0x68ee0000 - 0x68f0d000 C:\windows\system32\d3d9.dll
138 0x68f20000 - 0x69043000 C:\windows\system32\wined3d.dll
139
140 VM Arguments:
141 jvm_args: -Djava.library.path=C:\Program Files\FreePhoneLine
\native\;C:\Program Files\FreePhoneLine\lib\Xuggle\;C:\Program Files
\FreePhoneLine\;.;C:\windows\system32;C:\windows;C:\Program Files
\FreePhoneLine\native\Xuggle\bin\C:\Program Files\Java\jre6\lib
142 java_command: <unknown>
143 Launcher Type: generic
144
145 Environment Variables:
146 PATH=C:\windows\system32;C:\windows;C:\Program Files\FreePhoneLine
\native\Xuggle\bin\;C:\Program Files\Java\jre6\bin
147 USERNAME=thufir
148 SHELL=/bin/bash
149 DISPLAY=:0.0
150 OS=Windows_NT
151 PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 9,
GenuineIntel
152
153
154
155 --------------- S Y S T E M ---------------
156
157 OS: Windows XP Build 2600 Service Pack 2
158
159 CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model
4 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3
160
161 Memory: 4k page, physical 475792k(93256k free), swap 1752920k
(1072812k free)
162
163 vm_info: Java HotSpot(TM) Client VM (16.3-b01) for windows-x86 JRE
(1.6.0_20-b02), built on Apr 12 2010 13:52:23 by "java_re" with MS VC++
7.1 (VS2003)
164
165 time: Sat Jul 03 06:00:52 2010
166 elapsed time: 104 seconds
167
thufir@ARRAKIS:~/.wine/drive_c/Program Files/FreePhoneLine$



could it be a config problem with Java?




thanks,

Thufir
John Drescher

how to install freephoneline.exe from CLI

Post by John Drescher »

On Sat, Jul 3, 2010 at 9:05 AM, Thufir <[email protected]> wrote:
I downloaded the JRE from java.com for windows and ran wine against it.
However, I'm getting a runtime error from the JRE:
For me the installer automatically downloaded and installed JRE. The
application was fully installed and it did run to the point that it
was asking for a password. I don't have an account so I was not able
to test.

BTW, I did start with a clean prefix.
John
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Re: how to install freephoneline.exe from CLI

Post by dimesio »

John Drescher wrote: For me the installer automatically downloaded and installed JRE. The
application was fully installed and it did run to the point that it
was asking for a password. I don't have an account so I was not able
to test.

BTW, I did start with a clean prefix.
It did the same for me, but both of us used 1.2-rc5.
Thufir wrote:thufir@ARRAKIS:~/Desktop$ wine --version
wine-1.1.42
Why are you using 1.1.42? It's not as old as the version you started with, but it's still outdated. Upgrade to 1.2-rc5 or 1.2-rc6.
John Drescher

how to install freephoneline.exe from CLI

Post by John Drescher »

Thufir wrote:
thufir@ARRAKIS:~/Desktop$ wine --version
wine-1.1.42
Why are you using 1.1.42? It's not as old as the version you started with, but it's still outdated. Upgrade to 1.2-rc5 or 1.2-rc6.
Use the following procedure to get the latest wine (yes get the beta):

http://www.winehq.org/download/deb

John
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

Isn't the latest version a release candidate, not a beta? :roll:
John Drescher

how to install freephoneline.exe from CLI

Post by John Drescher »

Isn't the latest version a release candidate, not a beta? [Rolling Eyes]
I am not sure what ubuntu calls it.

John
James McKenzie

how to install freephoneline.exe from CLI

Post by James McKenzie »

DaVince wrote:
Isn't the latest version a release candidate, not a beta? [Rolling Eyes]

Every release except the final releases is technically a beta. Actually
the development releases are alpha code (they can and may 'blow up'
although everything is done to avoid this.)

Also, much regression testing and work really needs to be done to move
Wine forward.

At the present point, there are over 300 outstanding regression issues
outstanding.

James McKenzie
James McKenzie

how to install freephoneline.exe from CLI

Post by James McKenzie »

John Drescher wrote:
Isn't the latest version a release candidate, not a beta? [Rolling Eyes]

I am not sure what ubuntu calls it.

John:

Ubuntu is still calling it a beta under the Wine 1.2 ppa.

The real problem is when a problem happens and a regression test is
called for.

James McKenzie
Locked