I can't install the program: Samsung PC Studio PIMS II
I can't install the program: Samsung PC Studio PIMS II
You can download this program, Samsung PC Studio PIMS II II 1.0 (Win 98/ME/2K/XP) for free at:
http://nl.samsungmobile.com/supports/so ... sw_type=SW
I've tried to install this program form my windows partition. I stored the output in a file.
Here's my installation command:
joris@joris-desktop:/windoc/software/windows/gsm$ winedebug=warn+all wine 20061016131758640_Pims_File_Manager.exe &> /d/temp/gsmproginst
The content of my file gsmproginst:
fixme:spoolsv:serv_main (0 (nil))
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
wine: Unhandled page fault on read access to 0x80000e60 at address 0x65f23798 (thread 001d), starting debugger...
err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file "ole32.dbg" ("")
How can I fix this: Unable to peruse .DBG file "ole32.dbg"?
I use Ubuntu 7.10 (gnome) and wine 0.9.59
P.S. I am Dutch speaking and I live in Belgium, Zottegem, so my English is not very good!
http://nl.samsungmobile.com/supports/so ... sw_type=SW
I've tried to install this program form my windows partition. I stored the output in a file.
Here's my installation command:
joris@joris-desktop:/windoc/software/windows/gsm$ winedebug=warn+all wine 20061016131758640_Pims_File_Manager.exe &> /d/temp/gsmproginst
The content of my file gsmproginst:
fixme:spoolsv:serv_main (0 (nil))
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
wine: Unhandled page fault on read access to 0x80000e60 at address 0x65f23798 (thread 001d), starting debugger...
err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file "ole32.dbg" ("")
How can I fix this: Unable to peruse .DBG file "ole32.dbg"?
I use Ubuntu 7.10 (gnome) and wine 0.9.59
P.S. I am Dutch speaking and I live in Belgium, Zottegem, so my English is not very good!
Re: I can't install the program: Samsung PC Studio PIMS II
This is not your problem - it's a message from Wine debugger after your program has crashed.Jorisvh wrote:You can download this program, Samsung PC Studio PIMS II II 1.0 (Win 98/ME/2K/XP) for free at:
wine: Unhandled page fault on read access to 0x80000e60 at address 0x65f23798 (thread 001d), starting debugger...
err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file "ole32.dbg" ("")
How can I fix this: Unable to peruse .DBG file "ole32.dbg"?
Looking at AppDB doesn't leave much hope: http://appdb.winehq.org/objectManager.p ... n&iId=5233
Re: I can't install the program: Samsung PC Studio PIMS II
Note the AppDB results are old -vitamin wrote:This is not your problem - it's a message from Wine debugger after your program has crashed.Jorisvh wrote:You can download this program, Samsung PC Studio PIMS II II 1.0 (Win 98/ME/2K/XP) for free at:
wine: Unhandled page fault on read access to 0x80000e60 at address 0x65f23798 (thread 001d), starting debugger...
err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file "ole32.dbg" ("")
How can I fix this: Unable to peruse .DBG file "ole32.dbg"?
Looking at AppDB doesn't leave much hope: http://appdb.winehq.org/objectManager.p ... n&iId=5233
and he is using wine version 0.9.59,
he may want to update to 1.0-rc4
Re: Update to 1.0-rc4
Can I update wine to 1.0-rc4 without upgrading Ubuntu 7.10 to Ubuntu Hardy (8.04)? How can I do this?Usurp wrote:Note the AppDB results are old -
and he is using wine version 0.9.59,
he may want to update to 1.0-rc4
I can't install the program: Samsung PC Studio PIMS II
On Tue, Jun 10, 2008 at 2:47 PM, Jorisvh <[email protected]> wrote:
packages for gutsy (though may backport it once 1.0 is finalized).
You'd have to compile from source. Scott has said he won't provide 1.0Usurp wrote:Can I update wine to 1.0-rc4 without upgrading Ubuntu 7.10 to Ubuntu Hardy (8.04)? How can I do this?Note the AppDB results are old -
and he is using wine version 0.9.59,
he may want to update to 1.0-rc4
packages for gutsy (though may backport it once 1.0 is finalized).
Just for your info: i tried it from the download link, and it installs just fine here. Trying to run i got an instant crash, looks like bug http://bugs.winehq.org/show_bug.cgi?id=5402; using the patch from that bug (and doing 'winetricks jet40' )made the app start fine. regards
Re: I can't install the program: Samsung PC Studio PIMS II
[quote]You'd have to compile from source. Scott has said he won't provide 1.0
packages for gutsy (though may backport it once 1.0 is finalized).[/quote]
root@joris-desktop:/home/joris/temp# tar jvfx wine-1.0-rc4.tar.bz2
root@joris-desktop:/home/joris/temp# cd wine-1.0-rc4
root@joris-desktop:/home/joris/temp/wine-1.0-rc4# ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
root@joris-desktop:/home/joris/temp/wine-1.0-rc4# locate config.log
/var/log/fontconfig.log
root@joris-desktop:/home/joris/temp/wine-1.0-rc4#
What can I do now?
packages for gutsy (though may backport it once 1.0 is finalized).[/quote]
root@joris-desktop:/home/joris/temp# tar jvfx wine-1.0-rc4.tar.bz2
root@joris-desktop:/home/joris/temp# cd wine-1.0-rc4
root@joris-desktop:/home/joris/temp/wine-1.0-rc4# ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
root@joris-desktop:/home/joris/temp/wine-1.0-rc4# locate config.log
/var/log/fontconfig.log
root@joris-desktop:/home/joris/temp/wine-1.0-rc4#
What can I do now?
Re: I can't install the program: Samsung PC Studio PIMS II
First of all don't run as root. PERIOD!Jorisvh wrote:root@joris-desktop:/home/joris/temp# tar jvfx wine-1.0-rc4.tar.bz2You'd have to compile from source. Scott has said he won't provide 1.0
packages for gutsy (though may backport it once 1.0 is finalized).
root@joris-desktop:/home/joris/temp# cd wine-1.0-rc4
root@joris-desktop:/home/joris/temp/wine-1.0-rc4# ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
root@joris-desktop:/home/joris/temp/wine-1.0-rc4# locate config.log
/var/log/fontconfig.log
root@joris-desktop:/home/joris/temp/wine-1.0-rc4#
What can I do now?
Then read here: http://wiki.winehq.org/Recommended_Packages
I can't install the program: Samsung PC Studio PIMS II
On Wed, Jun 11, 2008 at 2:18 PM, Jorisvh <[email protected]> wrote:
$ sudo gutsy.sh
$ wget kegel.com/wine/gutsy.shroot@joris-desktop:/home/joris/temp# tar jvfx wine-1.0-rc4.tar.bz2You'd have to compile from source. Scott has said he won't provide 1.0
packages for gutsy (though may backport it once 1.0 is finalized).
root@joris-desktop:/home/joris/temp# cd wine-1.0-rc4
root@joris-desktop:/home/joris/temp/wine-1.0-rc4# ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
root@joris-desktop:/home/joris/temp/wine-1.0-rc4# locate config.log
/var/log/fontconfig.log
root@joris-desktop:/home/joris/temp/wine-1.0-rc4#
What can I do now?
$ sudo gutsy.sh
Still the same problem after insallation new wine version
I installed wine-1.0-rc4.tar.bz2. Installation succeeded.
After this I would reinstall my program like this:
joris@joris-desktop:/windoc/software/windows/gsm$ wine 20061016131758640_Pims_File_Manager.exe
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
wine: Unhandled page fault on read access to 0x80000e60 at address 0x65f23798 (thread 002c), starting debugger...
err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file "ole32.dbg" ("")
joris@joris-desktop:/windoc/software/windows/gsm$
A windows appeared with following text:
Samsung PC Studio II PIMS & File Manager Setup bereidt de InstallShield(R) Wizard voor die u door de installatieprocedure zal leiden. Een ogenblik geuduld aub. ..
[Annuleren]
This window came to a standstill (blocked):( . I had to pres Ctrl+c in the terminal window to stop the installation!!
How can I fix this?
After this I would reinstall my program like this:
joris@joris-desktop:/windoc/software/windows/gsm$ wine 20061016131758640_Pims_File_Manager.exe
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
wine: Unhandled page fault on read access to 0x80000e60 at address 0x65f23798 (thread 002c), starting debugger...
err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file "ole32.dbg" ("")
joris@joris-desktop:/windoc/software/windows/gsm$
A windows appeared with following text:
Samsung PC Studio II PIMS & File Manager Setup bereidt de InstallShield(R) Wizard voor die u door de installatieprocedure zal leiden. Een ogenblik geuduld aub. ..
[Annuleren]
This window came to a standstill (blocked):( . I had to pres Ctrl+c in the terminal window to stop the installation!!
How can I fix this?