Wine 1.1.12 does not work on Ubuntu 8.10

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

Wine 1.1.12 does not work on Ubuntu 8.10

Post by John Haywards »

On Sat, 03 Jan 2009 11:21:26 -0600, Daily_Lama wrote:
current git (wine-1.1.12-35-g62d6a4e) seems to fix it. i'll inform you
if i run into any more troubles.
This 3 patches seem to do it, all 3 by Alexandre Julliard:

http://source.winehq.org/git/wine.git/?
a=commit;h=9f365e7705e137a9d6058abd6486cdf67e491eb0
http://source.winehq.org/git/wine.git/?
a=commit;h=9087e5c55f35e091c5cb9ba381e0a5020d1fc0ad
http://source.winehq.org/git/wine.git/?
a=commit;h=bc03f0ee3971bb33ecc6d0cf2ec008a41d41310f

Does this work for you?
John Haywards

Wine 1.1.12 does not work on Ubuntu 8.10

Post by John Haywards »

On Sat, 03 Jan 2009 11:59:07 -0600, Ansus wrote:
How to install current git?
http://wiki.winehq.org/GitWine
Ansus
Level 2
Level 2
Posts: 29
Joined: Tue Dec 09, 2008 10:06 pm

Post by Ansus »

Counter-Strike crashes in current git.
jeffz
Level 5
Level 5
Posts: 345
Joined: Thu Mar 13, 2008 10:03 pm

Post by jeffz »

Ansus wrote:Counter-Strike crashes in current git.
http://www.catb.org/~esr/faqs/smart-que ... l#id307847
Ansus
Level 2
Level 2
Posts: 29
Joined: Tue Dec 09, 2008 10:06 pm

Post by Ansus »

I made a good regression testing and foun the problematic commit:

8d28f09d8a582ff499b5947a5a2d1cf2700fb259 is first bad commit
commit 8d28f09d8a582ff499b5947a5a2d1cf2700fb259
Author: Jacek Caban <[email protected]>
Date: Tue Dec 30 06:48:59 2008 +0100

mshtml: Wine Gecko 0.9.0 release.

:040000 040000 40390dae8dde3dbef05e4f754437e7b8129703d9
a0ba652e905b5b7cf1e39566232dbcb9558e4993 M dlls

After this, Counter-Strike crashes after connecting to servers with MOTD.

If you need additional information please clarify what exactly should I do.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine 1.1.12 does not work on Ubuntu 8.10

Post by austin987 »

On Sun, Jan 4, 2009 at 10:49 AM, Ansus <[email protected]> wrote:
I made a good regression testing and foun the problematic commit:

8d28f09d8a582ff499b5947a5a2d1cf2700fb259 is first bad commit
commit 8d28f09d8a582ff499b5947a5a2d1cf2700fb259
Author: Jacek Caban <[email protected]>
Date: Tue Dec 30 06:48:59 2008 +0100

mshtml: Wine Gecko 0.9.0 release.

:040000 040000 40390dae8dde3dbef05e4f754437e7b8129703d9
a0ba652e905b5b7cf1e39566232dbcb9558e4993 M dlls

After this, Counter-Strike crashes after connecting to servers with MOTD.

If you need additional information please clarify what exactly should I do.





Upgrade to git, and if still broken, file a bug.

--
-Austin
Ansus
Level 2
Level 2
Posts: 29
Joined: Tue Dec 09, 2008 10:06 pm

Re: Wine 1.1.12 does not work on Ubuntu 8.10

Post by Ansus »

Upgrade to git, and if still broken, file a bug.
Yes, it is broken in git. I made regression-testing from Wine-1.1.11 to current git and found exactly this commit breaks functionality.

The bug is here:

http://bugs.winehq.org/show_bug.cgi?id=16757
Ansus
Level 2
Level 2
Posts: 29
Joined: Tue Dec 09, 2008 10:06 pm

Post by Ansus »

Before this commit MOTD did not show, but the game was OK and did not crash. Not it not only does not show MOTD but also crashes the game.
3vi1
Level 4
Level 4
Posts: 125
Joined: Sun Feb 24, 2008 8:24 pm

Post by 3vi1 »

Ansus wrote:Before this commit MOTD did not show, but the game was OK and did not crash. Not it not only does not show MOTD but also crashes the game.
Wish I could help, but I tried it out with the current git here and it seems to work the same as always (MOTD doesn't show up, but game works fine). This is using the same old prefix I've been using for the last month or so of testing daily gits.

Linux mars 2.6.28-4-generic #6-Ubuntu SMP Thu Jan 1 22:53:42 UTC 2009 i686 GNU/Linux

gcc (Ubuntu 4.3.2-2ubuntu9) 4.3.3 20081217 (prerelease)
Ansus
Level 2
Level 2
Posts: 29
Joined: Tue Dec 09, 2008 10:06 pm

Post by Ansus »

I also use old wineprefix. With new wineprefix the game crashes even under Wine-1.1.11
IneedAname

Wine 1.1.12 does not work on Ubuntu 8.10

Post by IneedAname »

On Wed, 07 Jan 2009 03:24:31 -0600
"[BFI]Willy1973" <[email protected]> wrote:
Hello,

I have some trouble with my ubuntu dedicated server, i have update it with
the 8.10 version, and the wine 1.1.12, before i made the update my cod5
server work fine, but yet not i have this :


Code:
wine CoDWaWmp.exe +set dedicated 2 +set net_ip 91.xxx.xxx.xxx +set net_port 29960 +exec server.cfg +map_rotate
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1
fixme:thread:SetThreadIdealProcessor (0x70): stub
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 147 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x39
Serial number of failed request: 746
Current serial number in output stream: 746



Someone could help me please ?
Looks like it can not find X. You may need to use a fake X output.
orgin
Newbie
Newbie
Posts: 4
Joined: Sat Jan 03, 2009 9:26 am

Re: Wine 1.1.12 does not work on Ubuntu 8.10

Post by orgin »

Eagerly awaiting 1.1.13...
DL
Level 3
Level 3
Posts: 70
Joined: Fri Jun 27, 2008 7:47 pm

Post by DL »

Ansus wrote:I also use old wineprefix. With new wineprefix the game crashes even under Wine-1.1.11
Does Counter Strike require you to override DLLs or add any registry tweaks? If so, these will need to be done again.Also, most games put info in the registry on installation. so if you haven't reinstalled when using a new wineprefix, I suggest you do it (or fix the entries manually)
DanVolkman
Newbie
Newbie
Posts: 1
Joined: Sun Jan 11, 2009 9:54 pm

wine: Unhandled page fault on read access to 0x00000000

Post by DanVolkman »

The reason I am posting this follow-on is because while trying to find a solution to my issue I discovered many people were having similar issues with other programs and it took me some time to find a work around. Sorry, if this is not the correct procedure.

ubuntu 8.10
wine-1.1.12

World of Warcraft - works good
The Elder Scrolls IV Oblivion - works good
Tomb Raider Legend - won't start, message is:

wine: Unhandled page fault on read access to 0x00000000 at address 0x18e2cbc (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x018e2cbc).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b

After much fussing I discovered that if I ran "winecfg" and delete all drives except the C: drive and then re-added the drives the program worked. I have to do this every time I want to play Tomb Raider Legend. I tried just touching the dosdrives links but that did not work. Also, I have to make sure a drive exists that points to where my saved files will be. Hope this helps.
microcai

Wine 1.1.12 does not work on Ubuntu 8.10

Post by microcai »

In fact , wine's new mshtml.dll can not work with CS. I've known this since version 1.1.7. I extract dlls/mshtml form older wine(say 1.0) and solve this problem.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
orgin
Newbie
Newbie
Posts: 4
Joined: Sat Jan 03, 2009 9:26 am

Re: Wine 1.1.12 does not work on Ubuntu 8.10

Post by orgin »

Just got 1.1.13 installed on my ubuntu setup, and it fixes the 1.1.12 problems :)
Locked