After the update even Wine's notepad and Wine's configuration do not start. In Wine 1.1.11 all work well.
Strange, works very well here! 2009/1/3 Ansus <wineforum-user at winehq.org>:> After the update even Wine's notepad and Wine's configuration do not start. In Wine 1.1.11 all work well. > > > > > >
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 ;-)
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.
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 :-(
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.
On Sat, 03 Jan 2009 11:59:07 -0600, Ansus wrote:> How to install current git?http://wiki.winehq.org/GitWine
http://wiki.winehq.org/GitWine
Andr? H. wrote:> http://wiki.winehq.org/GitWineI read that but did not found how to install the most recent wine.
do step 2.2 then run ./configure in the created folder then run make then run make install
any compile/install success under 64bit OS? do we still need lib32* to compile? or is it now really native support 64bit? thx
On Sat, Jan 3, 2009 at 12:49 PM, fireedo <wineforum-user at winehq.org> wrote:> any compile/install success under 64bit OS? do we still need lib32* to compile?Yes.> or is it now really native support 64bit?Wine64 is very much still a work in progress. -- -Austin
wow, thx for your quick reply...well i think i will try this release since it now has better support for 64bit :)
> Try running 'make depend' before running make. >Well I in fact ran 'make depend' and got these errors.
I installed Wine from git but counter-strike still crashes for me with fresh wineprefix.
Counter-Strike crashes in current git.
Ansus wrote:> Counter-Strike crashes in current git.http://www.catb.org/~esr/faqs/smart-questions.html#id307847
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.
On Sun, Jan 4, 2009 at 10:49 AM, Ansus <wineforum-user at winehq.org> wrote:> 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. > > > > > >Upgrade to git, and if still broken, file a bug. -- -Austin
> 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
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.
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 ?
On Wed, 07 Jan 2009 03:24:31 -0600 "[BFI]Willy1973" <wineforum-user at winehq.org> 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.
Eagerly awaiting 1.1.13...