I can't install the program: Samsung PC Studio PIMS II

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Jorisvh
Newbie
Newbie
Posts: 4
Joined: Mon Jun 09, 2008 2:59 pm

I can't install the program: Samsung PC Studio PIMS II

Post by Jorisvh »

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!
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: I can't install the program: Samsung PC Studio PIMS II

Post by vitamin »

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"?
This is not your problem - it's a message from Wine debugger after your program has crashed.

Looking at AppDB doesn't leave much hope: http://appdb.winehq.org/objectManager.p ... n&iId=5233
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Re: I can't install the program: Samsung PC Studio PIMS II

Post by Usurp »

vitamin wrote:
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"?
This is not your problem - it's a message from Wine debugger after your program has crashed.

Looking at AppDB doesn't leave much hope: http://appdb.winehq.org/objectManager.p ... n&iId=5233
Note the AppDB results are old -
and he is using wine version 0.9.59,
he may want to update to 1.0-rc4
Jorisvh
Newbie
Newbie
Posts: 4
Joined: Mon Jun 09, 2008 2:59 pm

Re: Update to 1.0-rc4

Post by Jorisvh »

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
Can I update wine to 1.0-rc4 without upgrading Ubuntu 7.10 to Ubuntu Hardy (8.04)? How can I do this?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

I can't install the program: Samsung PC Studio PIMS II

Post by austin987 »

On Tue, Jun 10, 2008 at 2:47 PM, Jorisvh <[email protected]> wrote:
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
Can I update wine to 1.0-rc4 without upgrading Ubuntu 7.10 to Ubuntu Hardy (8.04)? How can I do this?



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).
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

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
Jorisvh
Newbie
Newbie
Posts: 4
Joined: Mon Jun 09, 2008 2:59 pm

Re: I can't install the program: Samsung PC Studio PIMS II

Post by Jorisvh »

[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?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: I can't install the program: Samsung PC Studio PIMS II

Post by vitamin »

Jorisvh wrote:
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).
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?
First of all don't run as root. PERIOD!
Then read here: http://wiki.winehq.org/Recommended_Packages
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

I can't install the program: Samsung PC Studio PIMS II

Post by austin987 »

On Wed, Jun 11, 2008 at 2:18 PM, Jorisvh <[email protected]> wrote:
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).
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?





$ wget kegel.com/wine/gutsy.sh
$ sudo gutsy.sh
Jorisvh
Newbie
Newbie
Posts: 4
Joined: Mon Jun 09, 2008 2:59 pm

Still the same problem after insallation new wine version

Post by Jorisvh »

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?
Locked