|HELP| error trying to run a rpg maker game

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Lenz
Newbie
Newbie
Posts: 4
Joined: Tue Jul 17, 2018 6:07 pm

|HELP| error trying to run a rpg maker game

Post by Lenz »

game: angels of death using wine 32 bit prefix

error output:

Unhandled Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Windows.Forms.LinkLabel'.
at System.Windows.Forms.Control.CreateHandle () [0x00013] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel.CreateHandle () [0x00000] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.CreateGraphics () [0x00008] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.Invalidate (System.Drawing.Region region, System.Boolean invalidateChildren) [0x00000] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.Invalidate (System.Drawing.Region region) [0x00000] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:Invalidate (System.Drawing.Region)
at System.Windows.Forms.LinkLabel+Link.Invalidate () [0x00016] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel+Link.set_Focused (System.Boolean value) [0x00009] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.LinkLabel.Select (System.Boolean directed, System.Boolean forward) [0x00046] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.SelectNextControl (System.Windows.Forms.Control ctl, System.Boolean forward, System.Boolean tabStopOnly, System.Boolean nested, System.Boolean wrap) [0x00051] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Form.SetVisibleCore (System.Boolean value) [0x00146] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Control.set_Visible (System.Boolean value) [0x00009] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:set_Visible (bool)
at System.Windows.Forms.Application.RunLoop (System.Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00059] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext context) [0x00011] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00006] in <dfcf5e19b3744f6abc3507fe9dffa1dd>:0
at _1._1._8._9.Program.Main () [0x00013] in <864ef9c5e92d43a4849a7da3a17ce838>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ObjectDisposedException: Cannot access a disposed object.
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: |HELP| error trying to run a rpg maker game

Post by DarkShadow44 »

Please use Code-Tags for such text dumps.
Are you using the latest wine version?
Are you using native .NET or wine-mono?
Can you post a full log?
Lenz
Newbie
Newbie
Posts: 4
Joined: Tue Jul 17, 2018 6:07 pm

Re: |HELP| error trying to run a rpg maker game

Post by Lenz »

DarkShadow44 wrote:Please use Code-Tags for such text dumps.
Are you using the latest wine version?
Are you using native .NET or wine-mono?
Can you post a full log?
Using wine staging 3.12
wine-mono
other logs are date/time error from wine i think its useless
using arch linux
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: |HELP| error trying to run a rpg maker game

Post by DarkShadow44 »

Does native .NET help?
Lenz
Newbie
Newbie
Posts: 4
Joined: Tue Jul 17, 2018 6:07 pm

Re: |HELP| error trying to run a rpg maker game

Post by Lenz »

DarkShadow44 wrote:Does native .NET help?
yes it worked with .net 4.0 native
Lenz
Newbie
Newbie
Posts: 4
Joined: Tue Jul 17, 2018 6:07 pm

Re: |SOLVED| error trying to run a rpg maker game

Post by Lenz »

edit: solved by unistalling mono and installing .net 4.0 native
Locked