error starting go1984

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Spoiler
Newbie
Newbie
Posts: 4
Joined: Wed Jul 16, 2008 8:42 am

error starting go1984

Post by Spoiler »

hi,

im new to this forum and new to wine.
I try to start go1984 with wine on a debian etch system.

There is an error:

fixme:process:SetProcessShutdownParameters (00000100, 00000001): partial stub.

THATS ALL!!

No other messages, no programstart.

it takes some time and then im back to the shell.

What can i do??
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

What version of Wine, and how are you trying to start the program?
Spoiler
Newbie
Newbie
Posts: 4
Joined: Wed Jul 16, 2008 8:42 am

Post by Spoiler »

wine version is 1.0.0 -> lastest deb-file i found

i try to start the programm from terminal: "$ wine go1984.exe"
Spoiler
Newbie
Newbie
Posts: 4
Joined: Wed Jul 16, 2008 8:42 am

Post by Spoiler »

now i installed 1.1.1 from source.

the installation outputs some errors:
$ wine go1984Setup.exe
fixme:reg:GetNativeSystemInfo (0x33fea0) using GetSystemInfo()
fixme:advapi:CheckTokenMembership ((nil) 0x122468 0x33fe1c) stub!
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Programme\\go1984\\unins000.exe") stub
fixme:shell:IPersistFile_fnGetCurFile (0x14c558)
fixme:shell:IPersistFile_fnGetCurFile (0x14c5e8)
fixme:shell:IPersistFile_fnGetCurFile (0x14c5e8)
fixme:shell:IPersistFile_fnGetCurFile (0x14c5f0)
fixme:shell:IPersistFile_fnGetCurFile (0x14c5c0)
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
and the start outputs the same error:
$ wine go1984.exe
fixme:process:SetProcessShutdownParameters (00000100, 00000001): partial stub.
thx for help
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

Hi, is that this app: http://www.go1984.com/download/go1984Setup.exe?

I gave it a try and did some testing. Looks to me as if there is some kind of race condition. If it hangs I just did ctrl^c and 'wineserver -k'. In about one of the five times it gets further and tries to start up. Then it chokes in some bug in wine's qedit.dll

the way i was able tostart the app is copy qedit.dll from my windowspartirion to ~/.wine/drive_c/windows/system32/
Then do
WINEDLLOVERRIDES="qedit=n" regsvr32 qedit.dll
and
WINEDLLOVERRIDES="qedit=n" wine go1984.exe

As said before, if it hangs , just ctrl^c again, and try again. I was not able to find out why it hangs in most of the tries
Spoiler
Newbie
Newbie
Posts: 4
Joined: Wed Jul 16, 2008 8:42 am

Post by Spoiler »

yes, that's the right application ;)

but i can't start it. Your solution do not work for me. I got all times the same error.

An other error i got when starting winecfg:
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: no such file or directory
Maybe we can fix that too?

Wich version i have to use now?

Version 1.1.1 is the newer one but outputs some errors while installing go1984

Version 1.0.0 is the older ... stable one and there are no errors.

The ALSA-error do have both versions.

@EDIT: Sounderror with ALSA is fixed ;)
Locked