Page 2 of 8

Re: Rexman

Posted: Wed Aug 17, 2011 9:13 am
by Didelphodon
IceSoft wrote:Hello Didel,

Your new version works very well on my laptop at home but it works not on my office laptop.
(I think the reason is the Regex cheat-sheet)
Strange! What's the difference between them and what specific problem occurs?

Re: Rexman

Posted: Wed Aug 17, 2011 10:22 am
by IceSoft
Didelphodon wrote:Strange! What's the difference between them and what specific problem occurs?
Visual Studio Just-In-Time Debugger told me: An unhandles win32 exception occurred in rexman.exe

Hint:
Office laptop has a Windows7 64bit intallation
At home it is Windows7 32bit

Re: Rexman

Posted: Wed Aug 17, 2011 3:06 pm
by IdeasVacuum
..problem could be related to this: http://www.purebasic.fr/english/viewtop ... =3&t=47218

Re: Rexman

Posted: Thu Aug 18, 2011 5:11 am
by electrochrisso
I get the same error with Win7 Starter, 32 bit, on my Netbook.

Re: Rexman

Posted: Thu Aug 18, 2011 9:25 am
by Didelphodon
electrochrisso wrote:I get the same error with Win7 Starter, 32 bit, on my Netbook.
Hm, I've got the same system and I don't get any error :?

Re: Rexman

Posted: Thu Aug 18, 2011 10:24 am
by IceSoft
Didelphodon wrote:
electrochrisso wrote:I get the same error with Win7 Starter, 32 bit, on my Netbook.
Hm, I've got the same system and I don't get any error :?
An idea: Use the latest porc.exe (PellesC 6.50beta ?) and compile it with this one again.

Re: Rexman

Posted: Fri Aug 19, 2011 7:50 am
by electrochrisso
Hm, I've got the same system and I don't get any error :?
Program loads, then a couple of seconds later stops working.
I have an Acer Aspire 1 D255, Intel Atom N550, 1gig RAM.
Perhaps its the quadcore, dunnoh, its a mystery.

Here is the Windows output, If this helps.

Problem signature:
Problem Event Name: APPCRASH
Application Name: rexman.exe
Application Version: 0.0.0.0
Application Timestamp: 4dfd1431
Fault Module Name: rexman.exe
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 4dfd1431
Exception Code: c0000005
Exception Offset: 0002cebd
OS Version: 6.1.7600.2.0.0.768.11
Locale ID: 3081
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Re: Rexman

Posted: Fri Aug 19, 2011 1:11 pm
by Didelphodon
Found the problem. It happens when there's no config-file available.
I'll solve that and upload an corrected version asap.
Will post here when it's on.

UPDATE: Corrected version is online - please check.

Re: Rexman

Posted: Fri Aug 19, 2011 7:16 pm
by blueznl
IdeasVacuum, this may help a little:

http://bluez.home.xs4all.nl/purebasic/p ... 15.htm#top

Re: Rexman

Posted: Sat Aug 20, 2011 2:18 pm
by Zach
Cool, look forward to trying this.

May help me with building my Text RPG command parser :idea:

Re: Rexman

Posted: Mon Aug 22, 2011 5:39 am
by electrochrisso
UPDATE: Corrected version is online - please check.
Yep, works fine now Didelphodon, now I just need to work out how to use it properly. :lol:

Re: Rexman

Posted: Mon Aug 22, 2011 8:10 am
by IceSoft
New version is working on my office laptop too.

Re: Rexman

Posted: Wed Aug 24, 2011 11:37 am
by Didelphodon
electrochrisso wrote:
UPDATE: Corrected version is online - please check.
Yep, works fine now Didelphodon, now I just need to work out how to use it properly. :lol:
Good to hear that it works now.
Btw., what's your usability problem? Maybe me or someone else here can help you.

Cheers, Didel.

Re: Rexman

Posted: Thu Aug 25, 2011 3:11 am
by electrochrisso
I am very green to regex, so I need to learn a bit about it, perhaps you could post a few simple examples to get me going. :)

Re: Rexman

Posted: Fri Aug 26, 2011 11:17 am
by Didelphodon
electrochrisso wrote:I am very green to regex, so I need to learn a bit about it, perhaps you could post a few simple examples to get me going. :)
Currently I'm adding some kind of wizard to build a REGEX interactively - I hope that will help.
As soon as it's ready I'll put it online.

Cheers, Didel.