Regedit Crashes

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
moecraft
Level 1
Level 1
Posts: 5
Joined: Sat Jul 18, 2009 9:19 pm

Regedit Crashes

Post by moecraft »

I want to add a new registry key to the user reg. I'm using regedit but when i tried to do that the window crash. This is the terminal entry:
fixme:mlang:GetGlobalFontLinkObject
wine: Unhandled page fault on read access to 0x00000014 at address 0x14 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000014 in 32-bit code (0x00000014).
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Regedit Crashes

Post by austin987 »

On Sat, Jul 18, 2009 at 9:24 PM, moecraft<[email protected]> wrote:
I want to add a new registry key to the user reg. I'm using regedit but when i tried to do that the window crash. This is the terminal entry:
fixme:mlang:GetGlobalFontLinkObject
wine: Unhandled page fault on read access to 0x00000014 at address 0x14 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000014 in 32-bit code (0x00000014).
There should be more output after that...what wine version? What key
are you adding? Does it do it in a clean ~/.wine?

--
-Austin
moecraft
Level 1
Level 1
Posts: 5
Joined: Sat Jul 18, 2009 9:19 pm

Re: Regedit Crashes

Post by moecraft »

austin987 wrote:On Sat, Jul 18, 2009 at 9:24 PM, moecraft<[email protected]> wrote:
I want to add a new registry key to the user reg. I'm using regedit but when i tried to do that the window crash. This is the terminal entry:
fixme:mlang:GetGlobalFontLinkObject
wine: Unhandled page fault on read access to 0x00000014 at address 0x14 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000014 in 32-bit code (0x00000014).
There should be more output after that...what wine version? What key
are you adding? Does it do it in a clean ~/.wine?

--
-Austin
-wine-1.0.1-174-gc4039bd
- I'm adding OpenGL key with DisabledExtension value and GL_ARB_vertex_buffer_object;GL_ARB_vertex_program
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Regedit Crashes

Post by austin987 »

On Sat, Jul 18, 2009 at 9:50 PM, moecraft<[email protected]> wrote:
austin987 wrote:
On Sat, Jul 18, 2009 at 9:24 PM, moecraft<[email protected]> wrote:
I want to add a new registry key to the user reg. I'm using regedit but when i tried to do that the window crash. This is the terminal entry:
fixme:mlang:GetGlobalFontLinkObject
wine: Unhandled page fault on read access to 0x00000014 at address 0x14 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000014 in 32-bit code (0x00000014).
There should be more output after that...what wine version? What key
are you adding? Does it do it in a clean ~/.wine?

--
-Austin
-wine-1.0.1-174-gc4039bd
Upgrade to 1.1.26 and retest.
- I'm adding OpenGL key with DisabledExtension value and GL_ARB_vertex_buffer_object;GL_ARB_vertex_program
Hm...did you retry in a clean ~/.wine?

--
-Austin
moecraft
Level 1
Level 1
Posts: 5
Joined: Sat Jul 18, 2009 9:19 pm

Re: Regedit Crashes

Post by moecraft »

austin987 wrote:On Sat, Jul 18, 2009 at 9:50 PM, moecraft<[email protected]> wrote:
austin987 wrote:
On Sat, Jul 18, 2009 at 9:24 PM, moecraft<[email protected]> wrote:
There should be more output after that...what wine version? What key
are you adding? Does it do it in a clean ~/.wine?

--
-Austin
-wine-1.0.1-174-gc4039bd
Upgrade to 1.1.26 and retest.
- I'm adding OpenGL key with DisabledExtension value and GL_ARB_vertex_buffer_object;GL_ARB_vertex_program
Hm...did you retry in a clean ~/.wine?

--
-Austin

How can i upgrade and clean?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Regedit Crashes

Post by austin987 »

On Sat, Jul 18, 2009 at 10:07 PM, moecraft<[email protected]> wrote:
austin987 wrote:
On Sat, Jul 18, 2009 at 9:50 PM, moecraft<[email protected]> wrote:
austin987 wrote:
-wine-1.0.1-174-gc4039bd
Upgrade to 1.1.26 and retest.

- I'm adding OpenGL key with DisabledExtension value and GL_ARB_vertex_buffer_object;GL_ARB_vertex_program
Hm...did you retry in a clean ~/.wine?

--
-Austin

How can i upgrade and clean?
Upgrading depends on your distro...See http://winehq.org/download

For a clean ~/.wine, try:
$ mv ~/.wine ~/.wine.bak
$ wine regedit

and see if the problem occurs.

--
-Austin
Locked