Search found 7 matches

by robisowe
Fri Apr 15, 2011 12:32 pm
Forum: MQ2::Help
Topic: Crashing when looting
Replies: 5
Views: 1169

Re: Crashing when looting

Thanks all. I built one without itemdisplay and that worked, but unloading seems a lot smarter :D
by robisowe
Fri Apr 15, 2011 12:04 pm
Forum: MQ2::Help
Topic: Crashing when looting
Replies: 5
Views: 1169

Crashing when looting

Has anyone reported crashing when looting? I have tried building a couple of times but no luck. I am going to try and build without itemdisplay and see what I get. This is what i get in windbg: (11d0.844): Access violation - code c0000005 (first chance) First chance exceptions are reported before an...
by robisowe
Sat Apr 09, 2011 2:47 pm
Forum: MQ2::Help
Topic: Error trying to complile isxeq
Replies: 13
Views: 1800

Re: Error trying to complile isxeq

I got it all compiled and working. I should have made a tutorial because that was a pain for someone who doesnt work with code everyday AND is new to macroquest. Now I just have to figure out how to load all the extentions automatically and get a chatwindow with the output working (right now the out...
by robisowe
Sat Apr 09, 2011 1:23 pm
Forum: MQ2::Help
Topic: Error trying to complile isxeq
Replies: 13
Views: 1800

Re: Error trying to complile isxeq

Fixed that one too.

Still didnt make any dlls to put in the innerspace directory, but I guess I need to read more.
by robisowe
Sat Apr 09, 2011 12:57 pm
Forum: MQ2::Help
Topic: Error trying to complile isxeq
Replies: 13
Views: 1800

Re: Error trying to complile isxeq

I got past the arguments errors using a post in the isxeq forum, but now Im getting: 1> .\ISXEQIntermediate\MQ2Main.obj 1> .\ISXEQIntermediate\MQ2Mouse.obj 1> .\ISXEQIntermediate\MQ2Pulse.obj 1> .\ISXEQIntermediate\MQ2Spawns.obj 1> .\ISXEQIntermediate\MQ2Utilities.obj 1> .\ISXEQIntermediate\MQ2Windo...
by robisowe
Sat Apr 09, 2011 12:09 pm
Forum: ISXEQ::Help
Topic: Compile errors
Replies: 18
Views: 8326

Re: Compile errors

How do I apply that code? I tried pasting it into a .patch file, but there are errors when trying to apply with tortoisemerge. I was able to make the changes manually, but just not sure how I am supposed to use that.

thanks
by robisowe
Sat Apr 09, 2011 11:20 am
Forum: MQ2::Help
Topic: Error trying to complile isxeq
Replies: 13
Views: 1800

Error trying to complile isxeq

Hello all, I am trying to get Macroquest to work with innerspace and after a lot of reading I'm still having problems getting it to compile. The way I am trying to do it is: - Opening ISXEQ.sln - Letting .net update - adding the path to the include folder in the isxdk that I downloaded so that it ca...