Discussion:
[Wine] Wine 1.1.12 does not work on Ubuntu 8.10
Ansus
2009-01-03 09:40:00 UTC
Permalink
After the update even Wine's notepad and Wine's configuration do not start. In Wine 1.1.11 all work well.
Warren Dumortier
2009-01-03 10:57:06 UTC
Permalink
Strange, works very well here!
Post by Ansus
After the update even Wine's notepad and Wine's configuration do not start. In Wine 1.1.11 all work well.
Daily_Lama
2009-01-03 11:13:06 UTC
Permalink
In a new wine prefix everything seems to work. but when i use my old one (that i use since 0.9.44 and which has worked well until 1.1.11) it's pretty much as ansus says (also using wine 1.1.12 and ubuntu 8.10):

(output when calling winecfg):
wine: Call from 0x7b844f70 to unimplemented function ntoskrnl.exe.ExInitializeResourceLite, aborting
wine: Unimplemented function ntoskrnl.exe.ExInitializeResourceLite called at address 0x7b844f70 (thread 0015), starting debugger...
wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.

seems like i have to start a new wine prefix and try not to install that much copy protection shit ;-)
Ansus
2009-01-03 11:22:52 UTC
Permalink
I got different error message:

nxx at nxx-desktop:~$ wine winecfg
wine: Unhandled page fault on write
access to 0x00452000 at address 0x7bc467c1 (thread 001c), starting
debugger... wineserver crashed, please enable coredumps (ulimit -c
unlimited) and restart.

nxx at nxx-desktop:~$ wine notepad
wine: Unhandled page fault on write
access to 0x00452000 at address 0x7bc467c1 (thread 001b), starting
debugger... wineserver crashed, please enable coredumps (ulimit -c
unlimited) and restart.

But deleting system.reg helped indeed. Though Counter-Strike now does not work and crashes on connection to server. In Wine 1.1.11 all worked well.
Daily_Lama
2009-01-03 12:05:01 UTC
Permalink
under a new wine prefix during the installation of .NET2 with winetricks it ended again just that way:

wine: Unhandled exception 0xc06d007e at address 0x7b844f70 (thread 0084), starting debugger...
wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.

I'll revert to my old prefix and an old wine version until that is taken care of...
Pavel Troller
2009-01-03 12:10:51 UTC
Permalink
Post by Daily_Lama
wine: Unhandled exception 0xc06d007e at address 0x7b844f70 (thread 0084), starting debugger...
wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.
I'll revert to my old prefix and an old wine version until that is taken care of...
Hi!
I have to second that in a fresh WINEPREFIX, many apps which worked before, now lead to wineserver
crash. Will try to bisect that later today.
With regards, Pavel Troller
Ansus
2009-01-03 12:45:00 UTC
Permalink
Now Counter-Strike 1.6 crashes even under Wine 1.1.11. I've tried completely deleting my wineprefix, and it still crashes. It worked well before updating to 1.1.12, but now does not work with any version of Wine :-(
Ansus
2009-01-03 13:04:53 UTC
Permalink
I found my old Wine directory, which I used from pore-1.0 version up to 1.1.11 in trash and with that wineprefix CS works well. But with new wineprefix generated by Wine 1.1.11 it does not. In Wine 1.1.12 it does not work with any wineprefix - neither with the old one, nor with newly generated.
orgin
2009-01-03 14:37:29 UTC
Permalink
I can confirm this. Can't get wine to start any programs now. Using ubuntu 8.10 32Bit.

Is there an easy way to downgrade to 1.1.11 ? 1.0 is in the repository but it's a bit too old.

Starting winecfg from shell gives this output:


Code:

fixme:ntoskrnl:KeInitializeSpinLock stub: 0x462740
fixme:ntoskrnl:KeInitializeSpinLock stub: 0x46273c
fixme:ntoskrnl:KeInitializeSpinLock stub: 0x462744
fixme:ntoskrnl:KeInitializeSpinLock stub: 0x462748
fixme:ntoskrnl:KeInitializeSpinLock stub: 0x46274c
wine: Call from 0x7b8456d0 to unimplemented function ntoskrnl.exe.KeInitializeMutex, aborting
wine: Unimplemented function ntoskrnl.exe.KeInitializeMutex called at address 0x7b8456d0 (thread 0015), starting debugger...
wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.
rbhigday
2009-01-03 14:52:21 UTC
Permalink
I am able to run programs under 1.1.12

and the ones I could not still get the same error as before I updated.
dimesio
2009-01-03 15:08:13 UTC
Permalink
IIs there an easy way to downgrade to 1.1.11 ? 1.0 is in the repository but it's a bit too old.
http://wine.budgetdedicated.com/archive/index.html
orgin
2009-01-03 17:03:24 UTC
Permalink
Thanks, I usually don't like to install stuff outside synaptic but it seems to have worked this time.

Guess I'll have to wait for 1.1.13 before upgrading again.
Post by dimesio
http://wine.budgetdedicated.com/archive/index.html
Daily_Lama
2009-01-03 17:21:26 UTC
Permalink
current git (wine-1.1.12-35-g62d6a4e) seems to fix it. i'll inform you if i run into any more troubles.
Ansus
2009-01-03 17:59:07 UTC
Permalink
How to install current git?
André H.
2009-01-03 18:23:19 UTC
Permalink
http://wiki.winehq.org/GitWine
Ansus
2009-01-03 18:26:21 UTC
Permalink
Post by André H.
http://wiki.winehq.org/GitWine
I read that but did not found how to install the most recent wine.
Austin English
2009-01-03 18:28:24 UTC
Permalink
Post by Ansus
Post by André H.
http://wiki.winehq.org/GitWine
I read that but did not found how to install the most recent wine.
You'll need to remove wine from your package manager, build wine from
git, then install the compiled source with 'sudo make install'.
--
-Austin
André H.
2009-01-03 18:30:49 UTC
Permalink
do step 2.2
then run ./configure in the created folder
then run make
then run make install
John Haywards
2009-01-03 18:16:48 UTC
Permalink
Post by Ansus
How to install current git?
http://wiki.winehq.org/GitWine
John Haywards
2009-01-03 18:16:01 UTC
Permalink
Post by Daily_Lama
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?
fireedo
2009-01-03 18:49:36 UTC
Permalink
any compile/install success under 64bit OS? do we still need lib32* to compile?
or is it now really native support 64bit?
thx
Austin English
2009-01-03 18:52:19 UTC
Permalink
Post by fireedo
any compile/install success under 64bit OS? do we still need lib32* to compile?
Yes.
Post by fireedo
or is it now really native support 64bit?
Wine64 is very much still a work in progress.
--
-Austin
fireedo
2009-01-03 18:56:17 UTC
Permalink
wow, thx for your quick reply...well i think i will try this release since it now has better support for 64bit :)
Ansus
2009-01-03 20:51:52 UTC
Permalink
Post by André H.
do step 2.2
then run ./configure in the created folder
then run make
then run make install
make[2]: *** [dsound_test.exe] H81:0 1
make[2]: KE>4 87 :0B0;>30 `/home/nxx/wine-git/programs/winetest'
make[1]: *** [winetest] H81:0 2
make[1]: KE>4 87 :0B0;>30 `/home/nxx/wine-git/programs'
make: *** [programs] H81:0 2
Cannot compile.
Austin English
2009-01-03 20:54:27 UTC
Permalink
Post by Ansus
Post by André H.
do step 2.2
then run ./configure in the created folder
then run make
then run make install
make[2]: *** [dsound_test.exe] H81:0 1
make[2]: KE>4 87 :0B0;>30 `/home/nxx/wine-git/programs/winetest'
make[1]: *** [winetest] H81:0 2
make[1]: KE>4 87 :0B0;>30 `/home/nxx/wine-git/programs'
make: *** [programs] H81:0 2
Cannot compile.
Try running 'make depend' before running make.
--
-Austin
Ansus
2009-01-03 20:59:09 UTC
Permalink
Post by Austin English
Try running 'make depend' before running make.
Well I in fact ran 'make depend' and got these errors.
Ansus
2009-01-03 22:59:21 UTC
Permalink
I installed Wine from git but counter-strike still crashes for me with fresh wineprefix.
Ansus
2009-01-04 13:14:32 UTC
Permalink
Counter-Strike crashes in current git.
jeffz
2009-01-04 13:41:14 UTC
Permalink
Post by Ansus
Counter-Strike crashes in current git.
http://www.catb.org/~esr/faqs/smart-questions.html#id307847
Ansus
2009-01-04 16:49:55 UTC
Permalink
I made a good regression testing and foun the problematic commit:

8d28f09d8a582ff499b5947a5a2d1cf2700fb259 is first bad commit
commit 8d28f09d8a582ff499b5947a5a2d1cf2700fb259
Author: Jacek Caban <jacek at codeweavers.com>
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.
Austin English
2009-01-04 17:38:18 UTC
Permalink
Post by Ansus
8d28f09d8a582ff499b5947a5a2d1cf2700fb259 is first bad commit
commit 8d28f09d8a582ff499b5947a5a2d1cf2700fb259
Author: Jacek Caban <jacek at codeweavers.com>
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
2009-01-04 17:48:32 UTC
Permalink
Post by Austin English
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
2009-01-04 17:51:18 UTC
Permalink
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
2009-01-05 03:10:01 UTC
Permalink
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.
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
2009-01-05 08:28:09 UTC
Permalink
I also use old wineprefix. With new wineprefix the game crashes even under Wine-1.1.11
[BFI]Willy1973
2009-01-07 09:24:31 UTC
Permalink
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 ?
IneedAname
2009-01-07 14:59:14 UTC
Permalink
On Wed, 07 Jan 2009 03:24:31 -0600
Post by [BFI]Willy1973
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
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
2009-01-11 09:32:20 UTC
Permalink
Eagerly awaiting 1.1.13...
DL
2009-01-12 00:49:34 UTC
Permalink
Post by Ansus
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
2009-01-12 03:10:30 UTC
Permalink
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
2009-01-12 12:01:29 UTC
Permalink
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-users/attachments/20090112/94c49aa3/attachment.htm
orgin
2009-01-18 07:16:31 UTC
Permalink
Just got 1.1.13 installed on my ubuntu setup, and it fixes the 1.1.12 problems :)
Continue reading on narkive:
Loading...